5,430 Posted Topics
Re: Nod to http://www.dreamincode.net/forums/topic/37974-creating-autocad-dxf-in-c/ as it's simple and short. No, it's not Delphi but you as a programmer can handle that. Next you get to learn more about DXF syntax and think how to write the text in say Notepad then back to your code to write such from your app. | |
Re: Since you are using Visual Studio, pause at line 9 to get the command string you made in line 8. You can then test that command with your choice of [sqlcommand ( https://technet.microsoft.com/en-us/library/ms165702(v=sql.105).aspx ) ](https://technet.microsoft.com/en-us/library/ms165702(v=sql.105).aspx)or tool of your choice. | |
Re: First off I let this question season since I'm not a python guru. But as I code in many languages the error looks to be that something expects an integer and that's it. Read https://stackoverflow.com/questions/28036309/typeerror-list-object-cannot-be-interpreted-as-an-integer to see if this kicks the problem loose for you. I can't tell which line … | |
Re: This was solved over a decade ago by not editing files but using a web front end that would file the content away in a database. SQL is common today and supports thousands at a time doing data entry to the database. | |
Re: I wonder if by gps you meant GPS? If so I can share a little but not all about a fleet tracking system that I was a team member on. The GPS data would only go down to about 5 second intervals on the product so this was more of … | |
Re: Hello Kerri, I can guess if you wanted to hire a programmer or it's homework. Take a moment to consider better titles then read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question to get the best responses. | |
Re: I think you meant "Why does this app suck so much?" I don't use some of the supplied apps. Why don't you install apps you like? | |
Re: I'd like to see how too given this feature was removed from all Windows years ago (maybe a decade.) The reason was it was exploited and that exploit is now closed. I know you want to do this but since your target OS no longer does this out of the … | |
Re: That on Android might be native to the OS. But Laravel? https://apiant.com/connect/CallFire-Record-to-Laravel and other solutions appear to cost. | |
Re: Welcome to DANIWEB. Good to see folk appreciate Dani's hard work on this. | |
Re: I see the code at https://www.sitepoint.com/community/t/curl-experiments/264321/21 if anyone wants to read it. | |
Re: Always add the time it took and what hardware you ran on. http://www.mathblog.dk/sum-of-all-primes-below-2000000-problem-10/ shared code and times but I missed what computer they used. | |
Re: My first checks would be to read a few priors at https://www.google.com/search?q=require+‘watir’ This tells me that more work is required to get your watir working. You write you researched this but didn't share your research method. I don't have a Ruby setup today so it may be a while till … | |
Re: I looked at that app for an API at their web site and found none. I also noticed they sell this as a NO CODE solution. Maybe it's time to talk directly to their engineers about getting their API published? | |
Re: Hello moonu. When you post a job request like this be sure to supply all the details such as how much it pays and where to get the full specifications for the target CPU, BSP and more. Otherwise folk may think you are pasting in some part of a homework … | |
Re: Small world. I had a car that would not get up to temp and caused all sorts of issues. The dealer's TECHNICIANS (they no longer employ mechanics) were astounded as I arrived with my laser spot thermometer. Read http://www.aa1car.com/library/tstemp.htm on how to use and more. | |
Re: While I wonder if you have a typo there, https://www.google.com/search?q=Divide+and+Concur.+%2Bpython&ie=utf-8&oe=utf-8 does not answer where Python uses this. Did you mean divide and conquer? | |
Re: I read your code 3 times and can't find a fopen for write. Just stdout. So I think you are missing code before when it needs to do a little string work. That is, copy your argv to some string and concat what you want to that string, then open … | |
Re: That's what many call "responsive." It's a concept you implement in your code and not something that is say, one line long or covered in a small answer. Example priors: https://www.google.com/search?q=responsive+java Graphic examples: http://imgur.com/gallery/3PE7T "GIFs That Explain Responsive Design Brilliantl" Source: http://blog.froont.com/9-basic-principles-of-responsive-web-design/ You might counter this is about web design … | |
Re: This is a common question for a new C or other language programmer. To know why I guess you could find books on the history of C and how it came to be. But it's mostly historic and you can code as you see fit. However, it is best to … | |
Re: I have a few thoughts on this. First, name your controls. That way you know what they are and later you don't find yourself flipping from code to form and back to verify your work. Second. I bet you are using Visual Studio. Use the power there to break on … | |
Re: The lack of comments means I have to decode each line to figure out what it does. Example? Lines 95 to 97 (and others.) Not everyone codes for this so your comments matter more than ever. And in a decade, how will you know what this did? When posting for … | |
Re: What's with the first lines of your post with 0, down vote and favorite? Ahh, I see it. Reading https://stackoverflow.com/questions/44479738/load-a-microsoft-support-articles-outside-a-browser they wanted you to post more code. -> That out of the way I went and researched my thoughts about wget and more with this search: https://www.google.com/search?q=wget&ie=utf-8&oe=utf-8#q=wget+a+microsoft+kb+number https://www.sevenforums.com/windows-updates-activation/402888-wget-curl-fail-download-kb-html-page.html looked interesting … | |
Re: I'll share I don't respond well to strong arm tactics like that. If such a company tried that, they'd get a downvote and maybe some harsh words. | |
Re: Have you tried another GPU (graphics card)? Yes you listed it but were not specific. That 770 is pretty old now. | |
Re: I see 4 ideas on this at https://forums.asp.net/t/2122515.aspx?Automatically+appear+value+in+another+textbox+when+enter+value+in+textbox My thought was also the text changed event and some javascript. | |
Re: In case SO and others don't reply, try the lib's own forum at https://geonet.esri.com/community/developers/web-developers/arcgis-api-for-javascript | |
Re: Think carefully about line 29. As i is counting up, stacksize is counting down. What do you think will happen? | |
Re: Just a note about formatting. Your code has a lot of commented lines and blank lines. This slows others and me from dissecting what's amiss here. You'll get more replies with clean code and telling what line you found that blew up. | |
Re: I don't use SOX so I can't comment much about that. Is the .GSM file up on the web so I can try using other tools? | |
Re: Hi Hector, Most of us won't like you since you can mine for data. Example? Here you go. I want to add this as an identify theft PSA. An experiment at a coffee shop gave out a free cup when you liked them. What happened? >Coffee shop offers customers a … | |
Re: My buddies tell me to focus on great pages and products. If you are not making ends meet then pivot and try something else. | |
Re: Just a guess. Look at the source envars noted at https://ubuntuforums.org/showthread.php?t=2281878 | |
Re: Your question has me thinking about FFMPEG. https://en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide/image_sequence covers this and I bet you can automate this. | |
Re: Actually this is a known thing. The BIOS boot password reset varies with the make and model. If it's a current design ONLY the maker or their service folk can reset that password. Usually a small fee is involved. Most of the time this reset does not wipe the drive … | |
Re: No need to drain the battery. I start simple. Power off, remove the battery, press and hold the power button for 60 seconds, release and try again. After that I'll measure the CMOS battery. If you don't have a Volt meter then you replace the small battery. There are those … | |
Re: Be sure to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question next. | |
Re: Mirty, I too was a little lost on my first Android app. So I googled "my first android app tutorial" and completed those. As to your questions, I think those would be in those tutorials. That is, complete the tutorials to learn how to make an app. Or at least … | |
Re: My thoughts on this sort is to use a ready to use wheel from https://rosettacode.org/wiki/Sorting_algorithms/Merge_sort While it's fun to create from scratch, sometimes we need to get it done. As to your code, use the usual breakpoints in your IDE. | |
Re: Why the aversion to x key? I read http://www.wpf-tutorial.com/styles/using-styles/ for my primer on application wide styling. | |
Re: Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first. If you are shopping for a finished app, be sure to tell how much you are paying. | |
Re: That's a start. Shouldn't there be code between the database and the screen that completes your requirements? | |
Re: I don't see folk giving up code for apps when asked. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you can understand how these forums work. If you are paying for an app to be developed, then you need to tell more along with how much you are paying. | |
Re: To help others help you read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then update your post with code and questions. As is, you've told what you will be doing but not what the issue that stopped you. | |
Re: While those sound like a collection of questions from a programming class, I see your prior posts so you've been at this for years. By now you know how to do research but this is not why I write. I think you could devote a chapter or an entire book … | |
Re: It's a long shot but how is the card mounted? Read https://stackoverflow.com/questions/28398905/rsync-copies-unchanged-files-usb-drive-fat32 about the 'shortname=mixed' option. | |
Re: I am guessing by the tag you are using Visual Studio. If so, break on line 9 and examine the contents of the vars. | |
Re: Is this a tutorial or example? It needs more work. If there was a question be sure to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and try again. | |
Re: My encounter with this had various end user problems. The short list is: they changed browsers, security suites and had malware. | |
Re: I don't know what to write here. Either you left out some code or this is amazing that such a system fits in 58 lines of code. Next time, tell a little more such as what hospitals have deployed your system. |
The End.