Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
public
- Page 1
Re: JS SCRIPT NOT RUNNING
Programming
Web Development
5 Days Ago
by Dani
… the HTTP headers of the actual URL. Please provide a
public
link to the actual webpage you'd like help with…
Re: I'd like to create a js for a dynamic location
Programming
Web Development
1 Week Ago
by Dani
Can you please share a
public
link to a URL where you are testing/using it so that I can investigate further?
VB6: how avoid these memory leak on API timer?
Programming
Software Development
1 Month Ago
by cambalinho
…Private Const CLASS_NAME As String = "APITimer"
Public
Event Refresh() Private mlngTimerID As Long Friend Property Let ID… 0 Then AddTimer Me, Interval End If End Sub
Public
Sub StopTimer() If mlngTimerID > 0 Then RemoveTimer Me…
The AI Bubble Might Burst Soon – And That’s a Good Thing
Community Center
2 Months Ago
by Johannes C.
….html) ranging from lying chatbots to discriminatory algorithms and [wasteful
public
spending](https://www.daniweb.com/community-center/op-ed/541304…
Re: The AI Bubble Might Burst Soon – And That’s a Good Thing
Community Center
2 Months Ago
by meyerrluanna
… rocky, the future seems good. Investors, developers, and the general
public
should be excited about what happens next.
Re: What is your biggest fear with the current A.I. revolution?
Community Center
2 Months Ago
by meyerrluanna
… depends on how we use it. With the right regulations,
public
awareness, and a focus on ethics, we can make AI…
Re: Do web developer really need a web application firewall?
Programming
Web Development
1 Month Ago
by jkon
… loopholes, so what is the point to make a WAF
public
?
Re: VB6: how avoid these memory leak on API timer?
Programming
Software Development
1 Month Ago
by cambalinho
i did a simple mistake: Set GameBitmap = Nothing instead: If Not GameBitmap Is Nothing Then Set GameBitmap = Nothing End If what event is used when i press the 'stop' button on IDE? yes is give me a memory leak :( seems that resolve for sometimes and not forever :(
Re: VB6: how avoid these memory leak on API timer?
Programming
Software Development
1 Month Ago
by cambalinho
1 - yes i can't assign an object\instance to nothing without test it 1st: Dim WithEvents tmr As vbAPITimerTools.APITimer 'create a vbAPITimerTools.APITimer instance with an event Set tmr = New vbAPITimerTools.APITimer 'initializate the instance If Not tmr Is Nothing Then tmr.StopTimer Set tmr = …
Re: VB6: how avoid these memory leak on API timer?
Programming
Software Development
1 Month Ago
by rproffitt
I have yet to read the issue of leaks were entirely plugged in VB6. Example at https://forum.codejock.com/topic7921.html notes an area that appears to be "yup, it does that" in reference to MFC 6.0 CString implementation. Given this is VB6 I don't expect any fix. At worst you'll have to restart the app.
Re: VB6: how avoid these memory leak on API timer?
Programming
Software Development
1 Month Ago
by rproffitt
Finding memory leaks in VB6 should be easy. That's one old leaky system. Fixing them is hard to impossible. Reference the link I supplied.
Re: Key Insights from Google's Search Algorithm Leak
Community Center
2 Months Ago
by emiilyyjohnson2
Thanks for sharing such valuable information with us. It was a goldmine if we dig down it deeply.
Re: AngularJS route url param to php script
Programming
Web Development
1 Month Ago
by Sanket_17
To pass an AngularJS route URL parameter to a PHP script, follow these general steps: In AngularJS, define a route that includes the URL parameter using $routeParams or ui-router. Once the parameter is captured, use Angular’s $http service to send the parameter to your PHP backend. In your PHP script, retrieve the parameter using $_GET or $_POST…
Re: I can't get to my javascript files from Nodejs?
Programming
Software Development
1 Month Ago
by Sanket_17
If you're unable to access your JavaScript files from Node.js, here are some steps to troubleshoot: Check file path: Ensure the path is correct and relative to your project structure. Static file serving: If you’re using Express.js, use express.static() to serve static JavaScript files. Permissions: Verify that your JavaScript files have the …
Re: Devin Might Be Fake, Yet AI's Threat to Jobs Is Real.
Community Center
2 Months Ago
by meyerrluanna
Really insightful article! It's interesting to consider how AI is shaping our job market, not just in terms of risks but also opportunities. While the threat to certain jobs can't be ignored, AI also brings the potential to enhance job roles and create new opportunities. It seems like ongoing education and adapting skill sets will be key. By …
Re: Public Sub or Public Function?
Programming
Software Development
11 Years Ago
by wrathness
Public
Function ClassAverage() Dim the_class_average As Decimal = 0 Dim Grades() As …
Re: Public and Private
Programming
Software Development
13 Years Ago
by ajst
public
and private variables are the same as methods. global varibles … method. just to confuse you. you can also think of
public
and private varibles as global and local if u think…
Re: Public array
Programming
Software Development
14 Years Ago
by Sunshineserene
…sub = new Blosum50(); // button.addActionListener(new ActionListener() // { //
public
void actionPerformed(ActionEvent e) // { s1 += tF1.getText(); s2 +=…Blosum50 extends Substitution { private String residues = "ARNDCQEGHILKMFPSTWYV";
public
String getResidues() { return residues; } private int[][] residuescores =…
iterator class. i need help with the public void add & public void remove function
Programming
Software Development
14 Years Ago
by tinamenon
…(!isGoingForward && cursor == first) ); }
public
boolean atLast () { return( (cursor == null &…isGoingForward && cursor == last) ); }
public
EE prev () { if (isGoingForward) { //…
public void grow(int size) code
Programming
Software Development
14 Years Ago
by luvthug
…/** * Default constructor for objects of class DiscoLight */
public
DiscoLight() { super(); this.randomNumberGenerator = new Random();… performs the requested growing and * shrinking cycles. */
public
void runLight() { //student to write code here,…
Public / Private, why is this not working
Programming
Software Development
14 Years Ago
by lewashby
…; using System.Linq; using System.Text; namespace Cow_Calculator {
public
class Farmer {
public
int BagsOfFeed;
public
const int FeedMultiplier = 30; private int numberOfCows…="Red"]Farmer farmer;[/COLOR] and then in the
public
Form1 method [COLOR="Red"]farmer = new Farmer() {…
public key encryption
Programming
Computer Science
15 Years Ago
by cam875
…here can offer some insight. anyways here it goes Since
public
key encryption is based off of the person sending the… to his data before its sent. What if the
public
key he is about to receive gets intercepted and changed… to the hackers
public
key that corresponds with the hackers private key. So when…
Re: Public/Private Keys
Programming
Computer Science
14 Years Ago
by AuburnMathTutor
… you need the private key (in this example of
public
key encryption; others are similar) in order to &…quot;undo" the
public
key (decrypt the encryption). And you can certainly *find*… longer than the information needs to be kept secret.
Public
-key schemes are based on intractable computational problems: for …
Re: Public/Private Keys
Programming
Computer Science
14 Years Ago
by arkoenig
… encryption process, for example if I encrypt something using a
public
key why can't I simply decrypt it using the… do that, what you would have would not be a
public
-key encryption algorithm. For example, imagine a program named crypt… send you a secret message, I encrypt it with your
public
key, which enables you to decrypt it with your private…
Public key encryption/Private key decryption
Programming
Software Development
13 Years Ago
by ziggystarman
…="); /** Bob encrypts the message using Alice's
Public
key */ string encrypted_message = XOR_Encryption(message, Alices_PublicKey); cout…] Alices should firstly XOR her Private key against her
Public
key */ string XOR_ed_keys = XOR_Encryption(Alices_PublicKey, Alices_PrivateKey); /**…
public method being told as undefined for the object by eclipse
Programming
Software Development
11 Years Ago
by somjit{}
… } arr[tail] = item; tail = ( tail + 1 ) % arr.length; size++; }
public
E dequeue(){ E item = arr[head]; head = ( head + 1 ) % arr…size == arr.length/4){ resize(); } return item; }
public
int size(){ return size; }
public
void display(){ for(E item : arr) System.out…
Re: public key encryption
Programming
Computer Science
15 Years Ago
by thoughtcoder
…is a problem, yes. That's why
public
keys are cryptographically signed (look this term … Ken's friend, you and he have traded
public
keys, and since John's friends with Ken,… he's traded
public
keys with Ken too. When John traded his … John. So then when John sends you his
public
key (along with Ken's signature), you can…
Public/Private Keys
Programming
Computer Science
14 Years Ago
by hazar
…finished reading a [I]lot[/I] of articles on how
public
key encryption works. Here is what I understand so far…using private key encryption then they encrypt things with the
public
key, send them then they are decrypted using the private… process, for example if I encrypt something using a
public
key why can't I simply decrypt it using the…
Re: Public/Private Keys
Programming
Computer Science
14 Years Ago
by ph03nix
…finished reading a [I]lot[/I] of articles on how
public
key encryption works. Here is what I understand so far…using private key encryption then they encrypt things with the
public
key, send them then they are decrypted using the private… process, for example if I encrypt something using a
public
key why can't I simply decrypt it using the…
Re: Public key encryption/Private key decryption
Programming
Software Development
13 Years Ago
by VernonDozier
… both his private key and Alice's
public
key and then Alice using Bob's
public
key and her private key. If… key for both encryption and decryption and that key is
public
, it can't work. >> It's just that… the sources I've visited/read describe the process of
Public
Key encryption & Private Key decryption by following a mathematical…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC