Posts
 
Reputation
Joined
Last Seen
Ranked #3
Strength to Increase Rep
+16
Strength to Decrease Rep
-4
91% Quality Score
Upvotes Received
1K
Posts with Upvotes
947
Upvoting Members
289
Downvotes Received
77
Posts with Downvotes
72
Downvoting Members
57
637 Commented Posts
29 Endorsements
Ranked #45
Ranked #17
~1.93M People Reached
Favorite Tags

5,209 Posted Topics

Member Avatar for juan_35

Firstly, I'd suggest you edit your post to remove your real email address from the code. https://www.php.net/manual/en/function.mail.php Some things to try. 1. Headers is an optional parameter, can you send without the headers parameter? Many examples I've seen suggest there should be a space after the :, as in `'From: …

Member Avatar for gediminas.bukauskas.7
0
96
Member Avatar for webecedarian
Member Avatar for Dani

I'm a long-time moderator on cprogramming.com, but it's getting awfully quiet on many of the old forums. DiC was a loss, as was devshed. I seem to be most active now on reddit.

Member Avatar for Dani
5
415
Member Avatar for LiLo1001

Based on evidence here, s..t-posting on forums seems to be the new use-case. No end of dweebs drive by with the latest "helpful" pith generated by some LLM.

Member Avatar for Heatman
0
83
Member Avatar for Reverend Jim

There are 10 kinds of people in the world. Those that know binary, and those that don't.

Member Avatar for MasoodDidThat
1
127
Member Avatar for MasoodDidThat

Why don't you just type that into a search engine, then go and bother those sites instead?

Member Avatar for Dani
-1
22
Member Avatar for shane_18

Guidance? Maybe you should read your topic and post before pressing submit. That would be a starting point.

Member Avatar for Olu_610
-3
34
Member Avatar for Dani

Apparently, I joined December 2005. Probably followed someone's link to some post I guess, then decided to pull up a chair.

Member Avatar for Reverend Jim
0
46
Member Avatar for GSMULTRA

> I'd rather have a phone that can make calls, texts and take UNALTERED BY AI photos. How long before AI eff's up some key witness photo, resulting in the guilty going free or the innocent jailed?

Member Avatar for Salem
-2
71
Member Avatar for rproffitt

> But it's also in everyone's interest for AI to be trained on reliable information, if we want AI to be useful to us Yeah, that ship slipped it's mooring when facebook appeared, drifted out to sea on the twitter tide, and promptly sank when muck took it over. Domain …

Member Avatar for Dani
-1
175
Member Avatar for Quantum1982

It's probably going to depend on the number of connections your hardware supports. https://man.archlinux.org/man/hcitool.1.en > lealsz Read size of LE Accept List On my machine $ sudo hcitool lealsz Accept list size: 25 Bluetooth is generally low bandwidth, so if you're just sending moves as short ascii strings, the machine …

Member Avatar for wootingdouble
2
102
Member Avatar for shane_18

For someone claiming to be an "SEO Executive", you seem remarkably inept at doing even the most basic web search. https://duckduckgo.com/?t=ffab&q=blockchain+MVP But then again, most of your posts look like bait for spam.

Member Avatar for Salem
-1
17
Member Avatar for Syed Zubair Ali

> my hard disk has been damaged, and entire project has been collapsed. Did the disk just "stop working" one day, or has it been rotting slowly over time? Or does "damaged" mean "I deleted the source folder". If that happened yesterday, you might have a chance. If that was …

Member Avatar for Shajjad_1
1
64
Member Avatar for Akshat_5

The first question is, who is your "enemy" here? What you need to do to protect yourself from the average consumer is far different than what you need to do if some "Three Letter Agency" is involved. Any attempt to wipe a disk with a Windows OS still in residence …

Member Avatar for josen
1
219
Member Avatar for jkon

Since 90% of all posts are AI generated garbage to begin with, perhaps all newbie posts should go into a moderation queue before being allowed on the publicly visible board. Most of them are 1-post drive-by's that simply don't care where they post. Just so long as the result is …

Member Avatar for Dani
2
98
Member Avatar for flycast

You guy's must have the same script generator. https://www.daniweb.com/community-center/say-hello/threads/542896/hi-everyone-i-m-rrocksbd

Member Avatar for Salem
-1
16
Member Avatar for Reverend Jim

If you're sufficiently curious to study how the data arrives at your browser, and can wrangle some Javascript, then perhaps https://www.tampermonkey.net/ You can post-process the data to be whatever shape you want it to be.

Member Avatar for quackyfist
2
209
Member Avatar for Warren_12

Your app always needs to "phone home" to query the actual member status with your server. Otherwise, someone could log in twice, delete their account in one session and merrily carry on using their 'account' in the other session. Sure, you could use the cached version if the user is …

Member Avatar for JohnEdward44
0
58
Member Avatar for Mr.M

> Anyone who knows how I can solve this problem? The short answer is don't put code in header files. Declarations go in header files, definitions go in source files. You get away with it in small projects where you only have one source file, and each header is included …

Member Avatar for Mr.M
0
232
Member Avatar for Lihui Zhang

You can do this with `xargs` find . -name "*.c" | xargs -d'\n' grep -w "main" Or if you know you want to search the same set of files many times. find . -name "*.c" > tmp.txt xargs --arg-file=tmp.txt grep -w "main" xargs --arg-file=tmp.txt grep -w "void"

Member Avatar for Lihui Zhang
1
55
Member Avatar for azizulhaque

You have all the answers in your other thread. https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/542587/what-are-the-most-effective-seo-strategies-for-improving-organic-traffic

Member Avatar for Dani
-1
21
Member Avatar for cored0mp

How big is each record? If it's like say a customer record with maybe a dozen fields and taking up several hundred bytes of space, adding a single 32-bit timestamp isn't going to impact you. https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model Draw one of these for your [database schema](https://en.wikipedia.org/wiki/Database_schema) then consider which of the perimeter …

Member Avatar for WendyDolan
1
112
Member Avatar for deceptikon

> hladysz said > please fix the condition: Please explain why you think this is the wrong condition.

Member Avatar for Salem
8
2K
Member Avatar for jackhicks121

If the drives are dropping out during normal operation, check the OS log files to see if any particular reason is reported. For all the drives, gather the [SMART](https://en.wikipedia.org/wiki/Self-Monitoring,_Analysis_and_Reporting_Technology) statistics.

Member Avatar for Salem
2
26
Member Avatar for cored0mp

I would suggest you do `pip list` in your working and non-working environments. It seems that `wrap_socket` is deprecated (and insecure) https://github.com/eventlet/eventlet/issues/795 I would have thought your `mysql` would have depended on the right version to begin with.

Member Avatar for cored0mp
1
130
Member Avatar for momentum2024

Which of the following things have you tried? 1. Cleared the cache and deleted all cookies in your browser 2. Tried with another browser 3. Tried with a browser running in "safe" mode - ie, without a bunch of plugins potentially messing with things they shouldn't 4. Tried with another …

Member Avatar for Salem
1
49
Member Avatar for Masika

Passing familiarity with a search engine would be high on the list of skills. https://duckduckgo.com/?q=cyber+security+training&t=newext&atb=v296-1&ia=web

Member Avatar for trueframe
1
125
Member Avatar for cored0mp

If your batch size is say 1K, and your user decides to spam you with say 10K+ records, what does it matter to you? - flush your existing batch queue - loop through the large request 1K at a time and immediately commit to the database using some batch update …

Member Avatar for DGPickett
1
208
Member Avatar for cored0mp

1. Get something working in Python if that's your comfort zone. 2. Profile it to find out where the bottlenecks are (do not make guesses, find evidence) For example, if the program is spending a lot of time waiting for I/O (aka the disk), then writing chunks of code in …

Member Avatar for Pelorus_1
2
83
Member Avatar for ClaudiaJesse

It doesn't require any 3rd party software. For example, I use Firefox profiles to separate my bank from my shops. https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles Coupled with quick-launch icons on the desktop, I find it to be a very easy to use solution.

Member Avatar for Salem
-2
20

The End.