5,430 Posted Topics
Re: Time to read https://www.tutorialspoint.com/c_standard_library/c_function_fgetc.htm again. I don't see any error checks in your code for the missing input file or the end of file handling. | |
Re: It appears you've been at this for over a year now. https://angel.co/fakenamez Can you reveal why you weren't able to attract talent? | |
Re: I'd start with research and a few tutorials. Since this is VB6 there appear to be many. Start like this: https://www.google.com/search?client=opera&q=VB6+display+the+data+in+flex+grid+tutorial+examples | |
Re: @Mag_1. When the usual easy fixes fail you are often faced with posting to Bleepingcomputer.com. Be sure to read their rules on how and what to post. They have a lot of tools I don't use and many there create a custom removal script. | |
Re: You write you need help but only dump code and supply the class assignent text. I can't find what issue stopped you from completing the assignment. Remember that homework help follows certain rules since if we did the homework for you, you would not be learning and later will have … | |
Re: Just a small question. Why does this look like exercise 27 from the book "Data Structures and Algorithms Using Java By William McAllister"? Also https://stackoverflow.com/questions/46821163/why-when-i-attach-an-object-to-a-method-in-the-do-while-loop-my-main-method-does seems to tell us you need to go back to prior chapters of the book you are using. Also, "SMIca." | |
Re: There's no question here. But I'll guess you want to know if a Citrix system could match your current run of the mill i7 based PC. In your test, no it didn't fare well but we don't know what the Citrix server is on. Until we know what powers the … | |
Re: While I can't find why you need a firmware upgrade as you write it has picture and works, I did think to look for Linux support and it appears to be out there. Also ispy is open source and seems to support this camera. https://www.ispyconnect.com/man.aspx?n=AirLink | |
Re: That ++y. Why did you do that? Be sure to read https://www.daniweb.com/programming/software-development/threads/510091/increment-decrement-x-x-not-producing-expected-output so your hair loss is minimized. | |
Re: I'm a little confused about this. You ask how to enable but here, all the listboxes let the user select items in the list. I'm going to guess here you want to find out what they selected. For that read [https://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.selecteditem(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1](https://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.selecteditem(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1) | |
Re: Remember I may not duplicate prior thoughts at https://www.google.com/search?&q=security+vs+ease+of+use as that would be duplicating the past thoughts and in your reach. You say you wrote this app so where in the requirements are the security goals outlined? If not there, what is the company's view on security? Do you work … | |
Re: A few issues. 1. Your post topic is Pascal. Then what you write looks like an assignment and not about Pascal. 2. In your text you write there is a question but no question is found. Again it looks like a homework assignment. Before you reply, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: I went to your link and disagree they didn't show the header files. Read again the step about $ sudo apt-get install libmysqlclient-dev So what files are in that package? The very header files called in the example code. I found them at https://packages.ubuntu.com/trusty/amd64/libmysqlclient-dev/filelist | |
Re: Why does this code look identical to John's at https://stackoverflow.com/questions/46773853/fingerprint-verification-and-query It seems to have the same duplicate lines 4 to 9 as 10 to 15. I worry that such duplication is a sign of an uncaring coder. | |
Re: Just a note: You appear to be spamming on other forums (CNET in particular.) I'd avoid that in case folk notice that and point out your question here. | |
Re: Sure, but https://docs.python.org/devguide/setup.html seems to cover a few nice systems. Which one did you choose? | |
Re: First, there are so many code samples of apps on Android to MySQL that I worry that is not your real question. So "best" is best defined by you. Anyhow, here's one code sample. http://sampleprogramz.com/android/mysqldb.php Seems fine to me. | |
Re: You broached a few topics. So let's find them and get you started. 1. Tools. This is your choice or if an assignment, set by the master (teacher.) Tools are pretty much just that. The results vary with your skills with the tool. In other words, if you have a … | |
Re: I think the first step would be to format your number to the string you want to use in that textbox. https://www.google.com/search?q=c%23+format+number+to+string seems to find plenty of priors so let's skip to the textbox. You didn't ask about a popup so in C# the textbox has properties and it's as … | |
Re: Why not try this the other way? That is.... How would you find this date? That way you will understand the code your write. | |
Re: You'll have to show your work and code then explain what's stopping you. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: Try https://stackoverflow.com/questions/7601171/how-to-repeat-a-set-of-characters | |
Re: I think you have to share which SQL this is using. On MySQL you can list current users with https://www.google.com/search?q=show+users+on+mysql But since the default allows "Joe" to login in and connect more than once, I think you'll have to lock them out in your code or explore use of the … | |
Re: I call this work "Transcoding." That is I usually have to hand convert from one language to another and to do so I have understand enough of each language to pull it off. I rarely see anyone offer to do this on an entire app so be sure to slim … | |
Re: In my case it is by working on our apps. The office has Android apps so while we could debate if that is pure Java, I think it's close enough. Practice and applying your skills makes you sharper. In decades I've never used a web site training method. I get … | |
Re: Given only this detail and no history, the machine apparently did this out of the box so put it back in the box to go back to the store to exchange for a good one. Now you might correct everyone that it's years old and worked until something changed but … | |
Re: While we could go on and on, consider this ping result. C:\>ping 0.0.0.0 Pinging 0.0.0.0 with 32 bytes of data: PING: transmit failed. General failure. PING: transmit failed. General failure. PING: transmit failed. General failure. PING: transmit failed. General failure. Ping statistics for 0.0.0.0: Packets: Sent = 4, Received = … | |
Re: The only encounter I've had with MINWINPC was when the user's PC was infected and trashed the HDD contents. The HDD showed in the BIOS but the owner was not looking to factory restore the PC so they left and it's a mystery what they did next. In short, nothing … | |
Re: The problem is exactly as you gave it. You have 64 bit dll's or code and targeting a 32 bit system. This should fail. There is no easy fix for this one. You'll have to rewrite your code and chand your targeting to x86, 32 bit systems. As to the … | |
Re: To me this looks like code that has a lot of missing methods. Also, it looks a lot like what was in the BlueJ programming book. https://github.com/drblinken/informatica-examples/tree/master/eclipse/BlueJ/src/chapter11/musicplayer for example. Since it's not homework, you should either get that book so you see how it's done or publish the entire code … | |
Re: I'm going to answer this a different way. What you are essentially doing is Inline Assembler. There are priors on that at https://www.google.com/search?q=inline+assembler+linux but some basic knowledge is required here. That is, you could put the assembler code in there or run it through the assmbler and pick over the … | |
Re: To me this post -> https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/509934/how-can-infographic-is-help-to-rank-website is what we've been discussing. New member joins, makes that spam tagline and asks a low grade question (IMO.) | |
Re: Small world. A friend had some similar issues but they worked with me and most if not all issues were cured. Their DVDRW drive was very old and slipping a new drive in fixed it. I'm finding folk blame W10 for the old drive failing and do not agree here. … | |
Re: The goal here is unclear. Sometimes folk want both PCs to show at the same time on one monitor. That can be done by going headless on one of the PCs and then using a remote contol app like VNC to show the other PC's screen in the PC connected … | |
Re: I would be guessing you are asking about http://www.responsivefilemanager.com/support.php and the problems it has. The fact the site has many year old support questions may mean it's either perfect or abandoned. However, I find no Windows PCs to work the same today. Folk install different browsers, change settings, some have … | |
Re: I want to think about your question but are you saying that all that has been written on this is junk? Read over priors at https://www.google.com/search?q=Which+is+the+best+way+to+generate+back+links%3F | |
Re: I have questions. 1. Why is there so many blank lines? 2. What stopped you from converting this yourself? 3. More on question 2. What line did you need help with? 4. Also, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: It appears folk have worked on such a thing. https://www.google.com/search?q=python+code+or+program+to+crawl+instagram But you may have to tailor such to fit your needs. That is, crawler seems to be there but to collect, file the findings would be up to you to add the functionality. | |
Re: @dongtrien. I agree you need to just supply information as most will not download your files. | |
Re: I found no authoritative answer but this seems to be the answer (quote and link follows.) > From the original post information they had a Hex value of 2A314 which equals decimal 172820 - which is the size of the file they list in bytes. My test file was a … | |
Re: Why the triangle. Why not the old classic turn method we read at: http://silshack.github.io/fall2013/post/2013/10/07/assignment.html PS. Your title calls for a n sided polygon and code seems to be some odd pie chart. Try to title your post to be what you are really asking for. | |
Re: My favorite was.... The PC had onboard and a graphics card. They plugged it into the motherboard and it would boot, show the BIOS, Windows splash screen and then go blank. I bet you know why by now. | |
Re: While it's a way, it's also DEAD. Read why at https://www.mattcutts.com/blog/guest-blogging/ | |
Re: I read what looks like your other post at https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/506136/seeking-seo-advice#post2210328 Are you not already doing this? Or are you a shill setting up to spam your services? | |
Re: It appears you are branching into a new idea. https://github.com/mgmacias95/Flower-Recognition for example went down another path. | |
Re: It's a sadly common problem. Remember I take this post as sincere and not a shill posting about Access repair tools which anyone can google about. -> As an author not only would you write the app but educate the users about backups and more. On your part you can … | |
Re: This is only the lesson about saving often and to enable backup copies. https://www.reddit.com/r/Jokes/comments/362mme/jesus_and_the_devil_are_having_a_contest_on/ again if you missed it. However there are spammers that will take the trouble to not help you with Corel file recover.com replies. They are just the devil's workers in disguise. | |
Re: I'm unsure what line 31 is for. Besides what I'm reading on https://social.msdn.microsoft.com/Forums/en-US/3f7c1d0a-2667-4023-908e-731c358bf53c/error-on-xmlresponse?forum=csharpgeneral a google search seems you are posting across the web. No rule against that but it appears something is missing in those posts too. Then I read "I'm not sure how to do this." Let's read the … | |
Re: I'm no expert on this but I did read https://www.sourcecoast.com/forums/jfbconnect/jfbconnect-joomla-3x-support/10575-fb-request-showing-error-game-requests-are-only-available-to-games and it appears there are requirements about the Category, the canvas app and now certificates. Some of these you'll know what to do. But to have others dissect what's up, I bet you'll have to share your FB link. | |
Re: I'm going to not write much about this but move past (try to keep up) and note you do not need to wait the 1 second. Let's say you know you want to wait 1,2,3,4 etc. Just use that as your seed number without the wait. " Advice I've read … |
The End.