5,430 Posted Topics
Re: This is where I pull out my 20 dollar USB DVDRW and use that instead. Your post is tantamount to "it's broken" with no detail. If you have shared more like "Device manager shows Code 39" or such I would have other ideas. But you didn't tell much. | |
Re: I can't find how many times you've posted this. All of them suffer from formatting issues with your post as the code is both in and outside of the code block. Anyhow, I will have some time next weekend to try this out. Can you share how to set this … | |
Re: Code looks incomplete. (it is) Without the rest not much to work with. Try putting it in a fiddle if you can, like http://pythonfiddle.com/ | |
Re: Very strange post. Your subject title doesn't match with your post and tags. You should read: https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question next then try again. | |
Re: On Linux, Windows and other OSes I can do that sort with the sort commandline. No code required. Why would a business code this when it's just a command away? | |
Re: While this looks like a cron job, you didn't reveal enough about your system. Even Windows could make this yet another cron job. Or for some folk they like to use AUTOIT plus on a schedule with cron. https://www.google.com/search?q=autoit+cron+job if you never heard of such a mashup. ![]() | |
Re: First your question in your topic. The answer is that all languages have been used from Assembly to all others. I don't know of any language that someone has not used to write a Word Processor or other such app. If we look at the source code to a major … | |
Re: Color me a little confused. All the stacks I know called LAMP have Python. There are five (well there are more than that) at https://en.wikipedia.org/wiki/List_of_Apache%E2%80%93MySQL%E2%80%93PHP_packages so if you have a LAMP, doesn't it have Python? | |
Re: Why does this look just like http://www.cppforschool.com/project/banking-system-project.html ? I think you need to consider wholesale copies of code that you didn't claim as your own creation to not be such a good idea. A second issue is your first post sounds like you want others to do your homework. There's … | |
![]() | Re: Since ping is not http or https, why would proxy play a role here? Read [these](https://www.google.com/search?q=does+ping+use+proxy) to learn more. If you wanted to ping your proxy then you do that! |
Re: There are many priors on this and most if not all solutions involve more than a line of code. For my app that starts up many threads and even new instances of the app, I used a message file to get it done. This, for that app was not a … | |
Re: The WNR614 I looked up does not have the DSL modem in it so let's hear about the old Dlink Router. Model number please and let's see if it's one of those Modem and Router combinations. | |
Re: The specification here is unclear but if I were to guess you want groups that correspond to 10% of the total by zip/postal code. I don't see how I could get that 10% (or other numbers) without some trial and error. That is, you know the total count so let's … | |
Re: My son decided to not do ANY community service and is now paying the price. No prior experience. As to up to date knowledge, the field is always in motion (nod to the green guy) so I'd rather see folk keep the basics in view. That is, one of the … | |
Re: I think the lack of replies means you have to tell more about what's broken. If possible try to code it up on IDEONE. https://ideone.com/Vc0043 coughs up an error on the line system() so you also may have to reveal your compiler setup. | |
Re: Ouch. I read https://netsparkle.codeplex.com/ to see this hasn't been updated since 2011 and comments like: > Documentation on how to use this and what to expect is missing. Also it's not clear what scenario's are supported. Since the product is in such bad shape you have choices to make here. … | |
Re: While some don't want links about such, my thought here is that you'll have to code this up. But how to get your web pages into files for you to process later with your parser then later to the the database? I'm thinking cURL. As in https://en.wikipedia.org/wiki/CURL So the psuedo … ![]() | |
Re: The thing is, that alone rarely has lead me to a cure. The one time it happened here it was a failing HDD. There are plenty of PFN_LIST_CORRUPT discussions which you can read and see if you think they apply. | |
Re: I can't tell if you did research on this. Example: https://www.google.com/search?q=GetOpenFileName+freezes+at+second+execution&ie=utf-8&oe=utf-8 The first hit is about turning off DEP for your app. I have a theory why that happens but it would be machine specific since I can't guess what else is on this PC, well I can't tell you … | |
Re: That happened to me as I was trying to login on my Asus T100 Android tablet. I tried to grab a screenshot but failed. Very strange screens there. | |
Re: While I can't find where you populated your database the answer to secure is maybe not. I can't see where you sanitized the user input. That is, what if they put in SQL code in the user name. Do you remember Bobby Drop Tables? https://www.explainxkcd.com/wiki/index.php/Little_Bobby_Tables explains it. I worry about … | |
Re: How is this different from https://www.daniweb.com/programming/software-development/threads/505648/how-to-add-spaces-between-numbers Also, I'd show your work so far. Read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question In that read before posting you'll find that should always show your work. | |
Re: Remember to post the details you would want to know if you were going to work on your PC. You have 3 fans and a PC. That's not going to help must. Try tell the rest of the story like "It worked fine until I installed a new ______!" | |
Re: I know there are members that abhor just a link but here's a good example where if you know the right words, it might be easy to find the answer on your own. To me this sounds like "Splash screen" and sure enough there's such in Pygame (or looks to … | |
Re: You may also have to reveal if the output in your picture was the result of some Word document, HTML, LaTex or other system. Complete your "specification" since PHP output can be text or other depending on your php foo. | |
Re: I'm going with you should not do this. Why? Because your app could be on any Windows version from XP to 10 and the commands vary from OS to OS and machine to machine. That said if I was to tackle this I would shell out to the host OS's … | |
Re: Tell more. What's the filenames of both those files, especially the one after And the interrup. You'll have to include it or put it in your make file. | |
Re: This is not the answer but to share how I debug such a thing. I hook up my device and run it over the Android studio USB debugger and break at that line of code to examine variables to see what's up. If I can't do that I've been sending … | |
Re: I'd reconsider it. That site looks to be selling drugs. In my country that could lead to unscheduled tme off line. | |
Re: if you want to extract or split off part of a string then you use the Left, Right and Mid functions. | |
Re: Lots of thought here. I think folk must not lean on cloud storage too hard. Here's a fellow you may know and his view. http://www.cnet.com/news/woz-the-cloud-is-a-nightmare/ It's an OK thing but the space is not yours to control and is subject to outages, leaks, limits and rule changes out of your … | |
Re: I'm going with no. I can't guess why C# but that could push a system into OSes and systems that cost in license fees and promptly removes your "free" requirement. My advice is to forget any attachment to a language here and find your service that meets your price targets … | |
Re: Here's the thing. You can't survive by specializing today unless your employer needs such a thing or you are running as the lead on some system that will pay your way for years. My last big app involved C#, HTML, plain C, Android, XML, Maven, Visual Studio, CSV files and … | |
Re: You may have to ask a question. I missed where you asked a question in all this. In fact the question mark only appears in your code. That's one fine dump you have here but what is the question? Few will dive into 100+ lines of code to find where … | |
Re: A few things. Very few folk write code or your site for you so with that out of the way, you may have reveal more about your web hosting. What database is available as well. To be sure you will learn to code as time passes but if this is … | |
Re: Time to check out http://caniuse.com/ and see if any feature you are using is either not supported in IE8 or has a caveat. | |
Re: That's been batted about for a long time. https://www.google.com/search?q=c%23+keep+app+on+top finds priors and I won't tell which is the right answer but you need to decide if you want to use a timer or not but let me tell you why I'd use a timer. Since it's a lot of work … | |
Re: For this you would break down the design you want then code it step by step. However this is your first post so read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question I don't see any code so you must be asking the more generic how do I write code when I have a blank sheet of … | |
Re: I think you didn't research this one. Example: https://www.google.com/search?q=javax.sound.sampled+in+android+studio This finds the priors and why it fails. It also gets into what you need to do next. | |
Re: A few years ago I went to the CTIA convention (google Super Mobility 2016) and ATT would send messages by the tens of thousands for 10 to 20 bucks. This laid waste to the cost of how much to build your own systems. Not only that but you didn't have … | |
Re: Something looks odd at lines 36 and 37. It looks like only the odd values would appear for the value x$ So that's odd on its own. Next we have what is in the look from 37 to 47. I can't see where x$ is used or why anything other … ![]() | |
Re: I didn't read where you checked your include directory settings. While the link I note is for 2015, it's same or similar to 2013. https://msdn.microsoft.com/en-us/library/ee855621.aspx | |
Re: While you left out if this is for a big display, print or what medium it's for the simple answer is yes. The artist has plenty of free software today so maybe it's simpler than the free or cheap graphic apps I see at Ninite.com. Maybe you don't have an … | |
Re: Tip> Take your subject title and google on that. It appears this is an old old issue and you need to go over priors. | |
Re: That code, I can't find where you created the chronometer. Time to look around the rest of the project files. | |
Re: How does this differ from https://www.daniweb.com/programming/web-development/threads/505507/how-to-create-a-datalist-table-layout-in-vb finds you pasting what looks like HTML in place of VB code. Here your tags are not listing VB.net but asp and asp.net so I would be taking a huge leap that you were writing some web server in vb.net. Let's keep in mind … | |
Re: Short answer. Change the date format to what you want in that grid. | |
Re: There is another reason a post like this appears. It's simply a shill setting up for someone to hawk a solution. These shills or stooges are all too common today. And then we have folk that somehow got to their final years and never learned basic search skills. They are … | |
Re: Let me start with 3 basic network questions. 1. Did you turn off "simple sharing" in Windows? (Hint I do.) 2. Did you enable the guest account? (Hint, if you don't have a Windows Server and do not care to maintain accounts, you might do this.) 3. How are you … | |
Re: @James. You buried your post on page 2 of an 11 year old discussion. Let's say it's imperative to get it working. I would not bury my posts like this. |
The End.