5,430 Posted Topics
Re: I have no problem with this. First I'll watch a little [Austin Powers](https://www.youtube.com/watch?v=K1JgMxRm--0) then off I go to find where this message is in my profile. Let's hope it's clear where this is so I don't have to ask. The new DW seems to have a lot of "isn't it … | |
Re: You didn't reveal which Unix. Also you didn't tell if you researched this question. That said I'd find out which Unix I'm running and then look to see if there is a Python for that Unix. After Python is installed then you run it just like the millions of other … | |
Re: I came up short on any Windows API to do this. But I want to at least mention [Reader Mode in FireFox](https://support.mozilla.org/en-US/kb/firefox-reader-view-clutter-free-web-pages) and [f.lux.](https://justgetflux.com/) | |
Re: I'm of two minds on this. Let me write your question is "How do I write apps for an Android device?" And then it could be "How do I write gaming Apps for Android?" My background is pre-Android on the PalmOS and now supporting our own (non-game) apps for our … | |
Re: From my view I would be looking to read the usual JSON file in Python. But all that aside I do see folk kicking this and my approach around in prior discussions. Not much new going on here. Read priors with https://www.google.com/search?q=convert+JSON+into+Python+data | |
Re: Just a note about voting. Here we did our vote early by heading to our "Registrar Of Voters" to vote early and when we wanted. Didn't have to wait till November 6, 2018. It was less waiting than the last few voting locations. Our family went together and it looks … | |
Comparing a discussion with the home page. When I see the Home Page, top and center of each card is the member who did something such as Viewed, Gave Reputation, Endorsed and so on. Now you head to a discussion and who wrote this? Example at https://www.daniweb.com/programming/software-development/code/385622/google-map-control-vb-net The author is … | |
Re: Small world. An ancient app that I wrote in VB6 with a SQL connection is dead on 64 bit Windows. Because the company wants to move to newer Windows after 15 years they contacted me and we are working on a new version. I can't tell what your app is … | |
Re: That doesn't seem to be too special. Some video editor (what is and how to use all over the web.) You screen capture what you are making a tutorial of (again, screen capture discussions are well done.) Then those video snippets are pulled into your video editor, you add your … | |
Re: From memory you can only perform "Like" on string types. I bet if you google the error you'll find examples to convert to string for the like. | |
Re: Be sure to try each command at the bash prompt to see how it works. Also, try the older string concatention method. Example: `foo="$result $v"` Or forget v and foo then write: `foo="$result test"` | |
Re: A good start but is there a question or are you asking folk to run this code and see if it works? | |
Re: Thanks for the review. My son has one of the Samsung smart watches and I'm not sure which but it may be the 2.0 model. He seems to like it. My first "smart watch" was long ago with the PalmOS powered watch by I recall Fossil. Really appropriate maker given … | |
Re: Too similar to https://www.daniweb.com/programming/web-development/threads/518490/how-to-calculate-the-total-late-hours-of-an-employee-from-a-set-of-records#post2247605 Reposting rarely works. I thought about your problem and you need to do this manually first, write down those steps then turn that into code. | |
Re: I see nothing wrong with it spewing seemingly nonsense. Just like any number you have to convert it to a string somehow. | |
Re: I know a little about TVs in regards to USB sticks and drives. First you have to dismiss the notion a Smart TV is anywhere near the capability of say Windows 3.0 from 1990. Many of these TVs are downright horrible and have issues like yours. As to invisible files. … | |
Re: Using your last pastebin, the embedded coder in me tells me that line 12 needs to be either moved or duplicated. I think I would move that line to after the GPIO.output() statements. Why? Because in one case you didn't declare the GPIO.setup() before you set it high or low … | |
Re: I am in no way an expert on this but there was a time this was buggy in .NET 4.0. Also it would be somewhat useful to know what code the call threw at you. My bet is it was some "denied" code like 80005000 or such. You can find … | |
Re: I did answer something eerily similar on CNET so here's the rundown. For this laptop I'd change the HDD to SSD and max out the RAM for such work. As to use the real Android device I do that because it's fast and I get a better feel for how … | |
Re: I see two questions. As to can you buy, that depends if you have the money and means to buy it. This is not something you should be asking here but to the seller. As to looks great my view on bought email lists is that you get stale rotten … | |
"Sorry, but there is no valid Member with ID 120589" after clicking the first (?) button in the email. Since I can't tell if there is information I shouldn't share publicly I forwarded the email to Dani. | |
Re: The difference between plus and minus has dozens of articles on the web. As to RW, you use that when you want to be able to erase and try again. I used that when testing how to make Video DVDs and then the -r or +r when I was ready … | |
Re: Just for giggles I looked at the page source with a browser. The products do not show in the page source so scrapy and maybe CURL won't do that for you. Instead of scraping their web site, if you want product details from this company, just ask them for it. | |
Re: Let's avoid you feeling beat up over the lack of detail. No one can code this for you since so much was not told. That out of the way, why not start with you write a query for 3 things? 1. Total number of records. 2. Records with negative. 3. … | |
Re: I think we can sum this one up as you have to migrate off the now dead mysql API. Example priors at https://www.google.com/search?q=mysql_connect+php+7 You need to choose the new API and change your code. Notes at http://php.net/manual/en/mysql.php | |
Re: Is that valid XML? https://www.xmlvalidation.com/ didn't like it. | |
Re: @Camille_2 Just so you know, it's rare to find responders in 7+ year old discussions. You want the best help so here's how to get that. 1. Use old or other discussions for ideas about your issue or problems. 2. Create a new discussion so you get your discussion it's … | |
Re: Besides https://stackoverflow.com/questions/53455359/how-to-fix-reading-the-file-in-java I looked and looked and it wasn't clear where your code read the itc-1 or itc-2 file. Maybe you left out some code. | |
Re: This is one of those solved problems. If I were to do this today I'd use one of the over 120 solutions at https://www.rosettacode.org/wiki/Caesar_cipher If you are getting into commercial software or working on your own app, it's very common to use GPL or open source solutions. In your case, … | |
Re: Sorry about your problems but your post is suffering from a few issues. It's a typical copy and paste of the assignment and a horribly formatted code dump which makes it hard to read. I don't see any questions by you so to some of us there are no questions … | |
Re: This is NLP or natual language processing. If I had to do this I'd head to http://compromise.cool/ and use the .people() function. | |
Re: I'm going to answer how I might go about this. Since you have a method to get one print out, then you would step back one step to build a loop to repeat that printout but one for each item in some list or what have you. Just like any … | |
Re: I've dusted off posts with that site since you can't vet or be sure they are not infected. If an app is on the Play store why would anyone go to sites that infect apps? | |
Re: On line 49, echo these values for you to see. Or COPY someone else's working similar code like I see at https://www.the-art-of-web.com/php/captcha/ Their implementation uses != rather than your stict ===. | |
Re: Welcome to Daniweb. This site is about getting help but does not supply code for you to submit to your class assignments. What works is for you to show your work so far and then tell where you are stuck. Your assignment has a lot of steps so if all … | |
![]() | Re: My first test was to validate your XML. https://www.xmlvalidation.com/ failed what you posted so can you tell more about this apparently broken XML? And now, story time. I too was asked to use XML files in a production app where the client would supply XML files. (Not) to my surprise … |
Re: XKCD covers this as well -> https://xkcd.com/869/ Make it mobile friendly and avoid making versions for desktop, mobile, iPads and such. You'll go mad trying to keep it in sync and working. | |
Re: Actually I see TWO RULES to be applied in code to the strings. 1. If there are leading spaces, remove them,. 2. If there are more than one space, leave one space. So you'll need two loops, one for each rule. Yes I bet you could use regular expressions but … | |
Re: Sounds like you need the right words to research this. Example: https://www.google.com/search?q=Submitting+a+web+form+with+JAVA | |
Re: I've been hanging back on this one to give time to think. My view is this should be in the member's control. It's that simple. Sure, setup the defaults, but let the members decide. | |
Re: First, welcome to DANIWEB. One of the things I talk about to our interns is to go ahead and use search engines for the simple things. Your question appears to have many priors and examples when I try this search. https://www.google.com/search?q=name+and+password+example+in+C+language Was there more to your question? | |
Re: https://wiki.wxpython.org/ListControls seems to have code examples to enable DnD in lists. But if you expected some no code solution, I haven't encountered for found such. | |
I've noted how the home page seems sparse but why is that lone upvote there at all? It's not that interesting and there's no way to dismiss it or fill the page with what I choose. See attached screen. NOPE. The image upload looks broken. I'll try Imgur and it's … | |
Example: https://www.daniweb.com/programming/web-development/threads/518292/problem-in-php-showing-undefined-index-and-not-inserted-in-my-datasbase Click on one image and I get two tabs with the same image on both tabs. That's odd. | |
Re: @johh_165. I've seen folk just dump their code without telling where the error is. When I have an issue I narrow it down to the line that is giving me trouble then I examine the variables for that line and think over how that line works. For me that's how … | |
Re: I think you need to explain something about your SQL server. Are you putting a SQL server and database on each machine or something else? | |
Re: At that site "Create your own Brand and sell under your private label With a few Simple Clicks" so it's up to you to do those "Simple Clicks." If it doesn't work then you yell at them for telling a lie. | |
Re: Please take time when you create a new discussion. This reads as if you dumped some homework assignment here. That rarely ends well. Show your work, explain where you had an issue you couldn't overcome. | |
Re: First, my choice would have been https://forum.netgate.com/ since that's where they discuss that. The fact the TOR browser works does point to possible geo-fencing by their site. "It's no secret that several years ago Craigslist implemented geo-blocking at both a country and state level. If you don't know, geo-blocking" if … |
The End.