5,436 Posted Topics
Re: As noted at https://www.daniweb.com/welcome/rules you must show your effort and expect no one to do your homework. But if you get stuck on something specific, ask about that! | |
Re: What is the code supposed to do? Remember that I'm asking because reverse engineering the code given could have me arrive at the wrong answer. Also, since 2-D is not allowed, I'd use a 3-D or greater array and hand it in as that was the spec given. | |
Re: Please read https://www.daniweb.com/welcome/rules about homework and more. | |
Re: There's over one thousand lines of code there. Next time give us where to look. | |
Re: As I read https://www.php.net/manual/en/reserved.variables.server.php I see issues with your register.php Line 3 - Gets the IP. Line 7 - Appears to get the IP. Line 9 and 13 appear to do the same (get the IP address.) Read the manual and look at items that return a name such as … | |
Re: Try again with a fresh discussion as there doesn't appear to be any "Reusable Code Snippet" here. Also, read https://www.daniweb.com/welcome/rules about assignments. You must show effort. | |
Re: Released in September 1998, Visual Basic 6.0 is rarely found today and certainly not used for any new app. That's 22 years ago and given you can barely get the system to work on today's Windows 10 it's unlikely to find help. Why would you need to do this on … | |
Re: More detail would be required. As I read from https://www.google.com/search?&q=add+windows+7+to+grub it appears we have to know which grub is in use and to be safe, which Linux. After that I might share a direct link to what I would try. That said, last month I did a clean install of … | |
Re: The subject question is how to create Java program. The discussion follows with what looks like an assignment which was copy/pasted and no questions. Usually the course instructor shares how to create Java programs with a suggested editor and/or IDE. To create such you use that system. Here's one I … | |
Re: I see this question has a lot of prior discussions found with https://www.google.com/search?&q=polkit+authority+not+available Lots of ways to tackle this one. PS. Last week I took a day to test out about 20 laptop drives (mostly HDDs and a few SSDs. It was slow going and "interesting" errors showed up on … | |
Re: You tagged this with Java but I see no Java code. Where's the code? | |
Re: There's untold story here. 1. If the pictures are external. 2. If the pictures were assigned in the IDE. 3. If we can swap the object locations. I can think of a number of solutions so tell more so I can offer a better fit. | |
Re: It appears the main method is on lines 49 to 65. Then you appear to start writing code but without declaring the new method. | |
Re: Frankly after decades of coding my answer is that such changes with the company or job. One company I worked at had a lot of company standards for the code I would submit. Then another was more about being agile and getting the app out there for testing so what … | |
Re: You left me confused. Why would I develop yet another clone of a script? You never wrote why. | |
Re: You asked that elsewhere. The answer was 1 or more million USD due to not only the app cost but servers, promotion and more. If you feel it shouldn't cost that much, go ahead and submit what you want to companies that write apps. Sadly you will find that even … | |
Re: Remember "Do provide evidence of having done some work yourself if posting questions from school or work assignments" - https://www.daniweb.com/welcome/rules You posted 20 items there. What do you want to discuss? | |
Re: If it's just cost, then you can compare those. To keep this thread from being a spam thread, let's keep it link free. Long ago I went with GoDaddy over and over. Never seemed "costly." What was costly was, a very long story about consultants that told the companies they … | |
Re: Have you read prior discussions such as https://www.daniweb.com/programming/threads/503705/need-help-with-python-problem ? | |
Re: It's old enough to have failed (2005 laptop) but did you replace the CMOS battery and give it another reset? I've noted the routine at my sticky in another forum. Link follows. http://www.cnet.com/forums/post/30c241c5-dd8b-4d73-b08d-c6e15897fe5f/ > Many laptops have a reset feature. Some don't but as not all machines have it, here's … | |
![]() | Re: You forgot to define what would make "the best." For now let's look at those I found with https://duckduckgo.com/?q=no+code+game+engines Which did you like? |
Re: I wish this was simple to answer. First I'll reveal at one time I worked on determining reliability for electronics long ago. The basic rule is more parts means less reliable. But here, why would you add this cooler in the first place. The PC should arrive good to go … | |
Re: Odd choice of tags there. Your post shows in the browser tag as "scam.." You may want to choose better tags in the future. -> On your topic I disagree. Just look into how badly countries are doing in regards to clean water access. | |
Re: The function f appears to put the value 2 into the second argument. You can test that out as need be. No conversion appears to be required as I would toss function f and set j to 2. Done. | |
Re: The one thing I don't see is where you declare where you use RGB_steps. You have a structure but nothing uses the structure that I can find in your code. Tutorial about this at https://www.educative.io/edpresso/how-to-use-the-typedef-struct-in-c | |
Re: I found no one and no document that says you can send to device. Here's some text from a seller of the Kobo on Amazon: > Kobo uses its own store, so it won't take amazon purchases. Furthermore, Kobo also uses a different propietary ebook format and DRM, different to … | |
Re: We're not a democracy. The US is an Oligarchy. https://www.google.com/search?as_st=y&tbm=isch&as_q=oligarchy We moved from democracy to oligarchy over the past decade and I don't see it going back soon. More at https://www.thebalance.com/oligarchy-countries-list-who-s-involved-and-history-3305590 | |
Re: Without code to look at, you would be looking for that word (mechanize) in your code. | |
Re: Does it do what you expected it to do as well as get a passing grade by the instructor? If so, then yes. Be sure to remove extraneous commented out code to not upset the reviewer. | |
Re: It appears to be buggy. Read https://forums.lenovo.com/t5/T400-T500-and-newer-T-series/How-can-we-use-the-built-in-Web-Cam-on-T500/td-p/877927 Try another camera like those from Logitech. | |
Re: The usual. 1. Test with an external display. 2. Do the LCD FLASHLIGHT TEST (see google on how.) 3. Always supply the full model number, age and how many feet of water was submerged in (tell the story.) | |
Re: Did you mean Broad Match? Read https://support.google.com/google-ads/answer/2407779?hl=en | |
Re: So there are more php scripts than what you shared in your top post? That means we don't see the entire system and can't comment. | |
Re: I took a look at https://www.google.com/search?&q=When+to+use+PHP+interfaces and it seems to be well discussed. Can you narrow down what you are looking for beyond the usual answer? | |
Re: Wouldn't we use https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.CubicSpline.html ? | |
Re: You may do that. Example at https://www.quora.com/How-can-I-write-for-while-and-do-while-loops-in-Assembly-Language | |
Re: You should tell us what's not working. A quick look at the code doesn't tell me what is broken. | |
Re: Would not take code at all. Here's why. In such a system picking random numbers against a (random) lottery would have no better odds than taking your favorite set of numbers and playing it every game. Finally you didn't show your efforts so far along with what stopped you. | |
Re: Please correct those code submissions. All those extra blank lines distract and show not much care here. My background does include DSP work which had FFT in various languages but your lack of care has me not write much more than about your code so far. Also, your program's goals … | |
Re: Asking multiple times may not be getting you replies. Read https://www.daniweb.com/members/1202822/jiye | |
Re: There are a few ways to go here. But keeping the original definition WITHOUT the illegally word would be best IMO. The legality would depends on the country, laws and permission. If the access was by the owner's request, legal If not, illegal. I'm thinking of locksmiths. It would be … | |
Re: My advice is to forgo the old data in a file for this app. Use a database. | |
Re: Your lack of effort here is concerning. But hey, there's a Daniweb post about something that might apply. Read https://www.daniweb.com/programming/software-development/code/217180/simple-equation-solver-in-c | |
Re: Just a reminder that "Reusable Code Snippet" is used when you want to share working code along with a tutorial. | |
Re: With a specific reference to the search part of this question and where we read line 79 consider: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.listview.finditemwithtext?view=net-5.0 > FindItemWithText(String) Finds the first ListViewItem that **begins** with the specified text value That answers why rod does not find a match to Prod. | |
Re: A few issues. 1. JavaDB doesn't appear to be distributed any longer. I'm reading https://blogs.oracle.com/java-platform-group/deferring-to-derby-in-jdk-9 which was in 2015 so I'll write JavaDB is no more. 2. https://db.apache.org/derby/docs/10.0/manuals/admin/hubprnt09.html gives us a clue that we may want to search for hosting for Tomcat. Such should be able to run Derby as … | |
Re: You wrote in another discussion: > I suggest you to use some tools for that purpose like ahrefs and Moz. Are you reporting these are not very good or something else? To me your post could be spam. | |
Re: Here's what I'm reading: > You are limited to 4 concurrent queries - https://cloud.google.com/bigquery/quotas | |
Re: That's a good start. It looks like you need to keep writing more code. As this looks like your homework you need to write it all yourself and call for help when some code doesn't work. | |
Re: Your question made me think of a rather awful vending machine experience. The sign on the machine read: > Correct change only. Can of soda is 70 cents, put in a dollar bill, it keeps the change. |
The End.