5,430 Posted Topics
Re: As I read https://github.com/jacebrowning/memegen it looks more capable and complete than the other site you mentioned. To me I'd use this unless the goal is to write it from scratch. | |
Re: Is there much call for this? In my circles I know of a handful of people that own AR gear. And they all gripe about how the gear is now outdated! They thought it was fun but the novelty wore off and they don't plan on buying new AR gear. | |
Re: I use ChatGPT for quick and dirty work where I need a function to build some apps. My close friend took ChatGPT back to work in December 2022 and they use it for many things. Examples such a SQL queries and regular expressions. He tells me they saved mid 5 … | |
Re: Take a look at the example at https://www.codeproject.com/Articles/8641/Equivalent-of-CopyMemory-in-NET | |
Re: You'll want to escape those quote marks and maybe more. Read https://en.cppreference.com/w/cpp/language/escape Example follows: #include <iostream> using namespace std; int main() { cout << "furey, edward \"sphere calculator\" at https://www.calculatorsoup.com/calculators/geometry-solids/sphere.php from calculatorsoup, https://www.calculatorsoup.com - online calculators" << endl; return 0; } | |
Re: 1. Fix your ReviewMyLink site. Firefox balked and said: "**Your connection is not private Attackers might be trying to steal your information from www.reviewmylink.com (for example, passwords, messages, or credit cards). ** NET::ERR_CERT_COMMON_NAME_INVALID" 2. Add your other website to your DANIWEB tagline. 3. "Users:1,382" is quite low. I went to … | |
Re: For my use, Google results are fine. For example I heard about Maine deciding something about their ballots. Google'd it and got the news just fine. | |
Re: As I researched your question to verify what I think you are asking, I read "This Injection method is 100% detected on every anti-cheat system to exsist this is purely a PoC." Besides that concern that you are attempting to write a cheat system, here we don't write the code … | |
Re: What standards are you asking about? What happens when your standard doesn't fit your use case? (spoiler)  https://xkcd.com/927/ As I wrote more and more code I did gravitate toward standards. But with each job, there was yet another standard to use. Most of the time it was just a … | |
Re: For VertDist I would set a break on line 104 so I could examine the values in line 103. Also, could be a localization issue that the comma is used for the decimal point and the integer of the results might be 35 and 4548. | |
Re: This is now something we might see if some site is not maintained. You contact the web master and ask them to fix it. The second reason could be trying to use a very old version of Firefox on say Windows XP. You left out what Firefox version so do … | |
Re: Even back in Windows 10 we encountered too many issues that we declared the end of VB6 development at the office. Maybe a hobbyist may persevere but for us, there was time to move on. | |
Re: Not all can do this. Google this: "How to check a website if it can act as HTTP proxy server or not?" Read this: https://cwiki.apache.org/confluence/display/httpd/ProxyAbuse which covers that server and how it is configured. | |
Re: Your post and question self answers. If you can't create or manage then you answered your question but maybe you didn't ask the right question. Try again? | |
Re: Actually, the game is usually not the goal itself but learning how to program. Let's take a look at Tic Tac Toe at https://rosettacode.org/wiki/Tic-tac-toe and we see about 70 languages there for this game. While it's considered a trivial game, a student could learn quite a bit about design and … | |
Re: Time to retire VB6. Move to something current. Just 2 days ago I nabbed two copies of Visual Studio Pro for 50USD each. Why 2? Office needed more licenses. VB6 does have limited resources so you will run out on heavy operations. Read https://www.vbforums.com/showthread.php?902295-how-create-DIB-s too. Read https://stackoverflow.com/questions/742671/tools-to-identify-memory-hogs-in-vb6-applications about tools to … | |
Re: In my circle we can't use blockchain because of a missing feature. It's really a simple one. Ready? There is no HARD DELETE feature. Once data is in the chain, it's stuck forever. As such we would be paying for storage forever for dead data. Blockchain does have its use … | |
Re: My big resolution in 2023 got done. An ICE free driveway. ICE = internal combustion engine. 2024 resolution is to work home projects. More paint and flooring. Yeah! | |
Re: That's a warranty situation. Return them. Exchange them. No need to do anything else. | |
1. No more robocalls. 2. A CyberTrk. May have to wait. 3. A good shawarma for lunch. 4. A new Daniweb home/top page. | |
Re: While I see the discussion at https://www.vbforums.com/showthread.php?902072-how-use-CreateThread()-with-parameters appears to have solved this I will share an old workaround I used decades ago. It was decades ago and the API was limited so I put the parameters into a file that the new thread would read and act on. It worked … | |
Re: Why did you obliterate your web site with a pop-up about "Community-Oriented Attorneys"? Seems to be self defeating given what your site might be about. | |
Re: If you research this, there have been zero such upgrades reported. Example: https://www.daniweb.com/hardware-and-software/hardware/threads/360437/intel-core-2-quad-on-acer-extensa-4630z About all you can do is be sure the HDD has been replaced with SSD and if you can do it free or cheap, max out the RAM. This Core2 CPU is woefully out of date for … | |
Re: "www.blog.sociallyin.com uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH Unsupported protocol The client and server don't support a common SSL protocol version or cipher suite." The site in your tagline appears to have issues. | |
Re: The answer I found and also AFAIK is you can't. This is not a straight Android device so those ideas are desd. As to the files, we only lose what we don't backup. Our Kindles get their files from the Amazon cloud so when we reset, we don't lose any … | |
Re: Those don't sound like secrets! | |
Re: While I've used ImageMagick over a decade ago, I didn't use it from PHP. So I suggest you work this with a MVE (minimal viable example.) That is, start with working code and change ONE LINE. No more. Then share that line and the new line so I can see … | |
Re: Nod to https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/variant-data-type Why use Variant here? Seems Integer would work but since you might exceed 32768 go with long integers. PS. Added with edit. Be sure all the constants and variables in your math are long as well. 256 isn't long. | |
Re: AFAIK, Netbeans requires those images to be in the resources folder. So much omitted about the dev environment here. | |
Re: No. The times I've helped with this, the app used had all the necessary features to get authorized. | |
Re: I set up same a few years ago. There's one more step I did back then but given the time that has passed it may or may not apply. But hey, data freely shared here. What was it? I had to add one more account on the Pi. The username … | |
Re: What is "focs"? A long time ago I worked with a company that did such work. They never used simulation software but had a small railcar that was towed at the back of the train which had the sensor gear. They would ride in the caboose and used Windows PCs … | |
Re: These characters are usually in the charset your host provides and one can select other sets. See https://www.w3schools.com/html/html_charset.asp for example charsets. To get into this you would reveal the host OS, compiler in use, etc. | |
Re: So far I use Yelp and Google Maps. Seems like a crowded space to me. Maybe you can sell this company and try something else. | |
Re: 1. Line 15 calculates X but I don't see where X is used. 2. Same for line 16 and Y. 3. The function or possibly array bDibBGRA is not native to VB6 so I can't tell what you are doing on lines 17 and 23 4. Why is optimizing needed … | |
Re: Share an example because nothing at pixabulousdesigns seemed slow. The page loaded in less than half a second here. | |
Re: So I looked at the Pixabulous Designs site and it seems fine. Also with about 10 other employees what do others at your company use? | |
Re: Let's say it did loop. Wouldn't I trace said code or use the debugger to see where it's looping? And at over 300 lines of code, I won't be reading all that. You need to find where it's looping. | |
Re: The standard libraries in c and c++ are external and you can't do much without them so the answer must be no. And that's without getting into we need to either write or use libraries to unpack compressed images. Maybe you could do something with a non-compressed bitmap but I … | |
Re: Here's another way to download those images. It's the page info view in Firefox. Example:  While I used another method in my last example, I thought I'd share a method that isn't very challenging for the end user. The method you are using may block one method but my … | |
Re: I read a few discussions about this on Reddit and for now I agree it appears broken. Some note that you do what it tells you and at the last step it fails again. "if you actually tried to set up the msg, right bfr finalizing it will tell you … | |
Re: Is this some homework you need answered? | |
Re: Are you sure that works? Let's see a working page so I can see if I can use my usual tools to download images. Basically if you show an image, I can download it. Folk have tried for years to block such but I haven't seen any system to worked. | |
Re: I am not using this library so I can't help directly. Also, the code above won't compile so I can't do any testing. In spite of that, have you ruled out a DNS failure in this app? That is, use the IP address instead the URL/sitename? | |
Re: It seems there would be a lot more work than you listed. Not to mention your studies to show that using SAP in your business would show a ROI. | |
Re: For us it was about what the client wanted and would pay for. What else would it be? | |
Re: 1. GRANT. Yes, you'll be using the GRANT command. 2. I can't guess your needs here. If your system is web based or app based (C++, etc.) then the GRANT would be per user. If web or server based, then you grant needs change. This isn't a simple yes/no question. … | |
Re: We have a computer desk with a crank for height adjustment. Had it for close to a decade. |
The End.