5,430 Posted Topics

Member Avatar for Reverend Jim

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 …

Member Avatar for Reverend Jim
1
2K
Member Avatar for HimaniBansal

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 …

Member Avatar for woooee
0
467
Member Avatar for Emerogork

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/)

Member Avatar for anaconda
0
623
Member Avatar for Liam_8

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 …

Member Avatar for anaconda
0
609
Member Avatar for Sheetal_1

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

Member Avatar for rproffitt
0
333
Member Avatar for Reverend Jim

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 …

Member Avatar for Reverend Jim
0
2K
Member Avatar for rproffitt

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 …

Member Avatar for ernie.cordell
0
3K
Member Avatar for dongtrien

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 …

Member Avatar for rproffitt
0
474
Member Avatar for ami_2

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 …

Member Avatar for Dani
0
2K
Member Avatar for PM312

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.

Member Avatar for tinstaafl
0
17K
Member Avatar for JIBY_2

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"`

Member Avatar for rproffitt
0
336
Member Avatar for VASebastian

A good start but is there a question or are you asking folk to run this code and see if it works?

Member Avatar for rproffitt
0
655
Member Avatar for happygeek

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 …

Member Avatar for happygeek
2
4K
Member Avatar for FD

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.

Member Avatar for rproffitt
0
363
Member Avatar for sgw

I see nothing wrong with it spewing seemingly nonsense. Just like any number you have to convert it to a string somehow.

Member Avatar for sgw
0
568
Member Avatar for lil_bot

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. …

Member Avatar for rproffitt
0
368
Member Avatar for chopsthescot

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 …

Member Avatar for rproffitt
1
2K
Member Avatar for CSharpUser

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 …

Member Avatar for rproffitt
0
718
Member Avatar for vampz

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 …

Member Avatar for rproffitt
0
478
Member Avatar for rproffitt
Member Avatar for Béla_2

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 …

Member Avatar for happygeek
-2
513
Member Avatar for rproffitt

"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.

Member Avatar for rproffitt
0
2K
Member Avatar for dejan_4

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 …

Member Avatar for rproffitt
0
280
Member Avatar for zoro007

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.

Member Avatar for rproffitt
0
268
Member Avatar for Irfan_14

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. …

Member Avatar for rproffitt
0
214
Member Avatar for daisyr

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

Member Avatar for rproffitt
0
972
Member Avatar for it@61@sec
Member Avatar for Joris Claassen
0
2K
Member Avatar for Steven_B

@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 …

Member Avatar for rproffitt
0
3K
Member Avatar for Sameer_8

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.

Member Avatar for rproffitt
0
355
Member Avatar for JustinRunyon

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, …

Member Avatar for nullptr
0
250
Member Avatar for Leem_1

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 …

Member Avatar for rproffitt
0
716
Member Avatar for dwlamb

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.

Member Avatar for dwlamb
0
3K
Member Avatar for Nbrase

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 …

Member Avatar for Minimalist
1
2K
Member Avatar for Evans_1

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?

Member Avatar for rproffitt
-1
224
Member Avatar for zalgawi

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 ===.

Member Avatar for rproffitt
0
559
Member Avatar for Sandy0221

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 …

Member Avatar for rproffitt
1
250
Member Avatar for Shkelzen_1

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 …

Member Avatar for xrjf
0
576
Member Avatar for FarrisFahad

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.

Member Avatar for Australia_1
0
5K
Member Avatar for peregrinepair

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 …

Member Avatar for Reverend Jim
0
351
Member Avatar for gahhon

Sounds like you need the right words to research this. Example: https://www.google.com/search?q=Submitting+a+web+form+with+JAVA

Member Avatar for rproffitt
0
481
Member Avatar for alan.davies

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.

Member Avatar for Dani
1
5K
Member Avatar for ahmed_111

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?

Member Avatar for rproffitt
0
232
Member Avatar for edgarfinchley

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.

Member Avatar for rproffitt
0
168
Member Avatar for rproffitt

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 …

Member Avatar for rproffitt
1
2K
Member Avatar for rproffitt

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.

Member Avatar for rproffitt
0
2K
Member Avatar for teddy

@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 …

Member Avatar for jwenting
0
388
Member Avatar for Ethan Marr

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?

Member Avatar for Ethan Marr
1
1K
Member Avatar for Sami_14

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.

Member Avatar for rproffitt
0
202
Member Avatar for Roudha

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.

Member Avatar for rproffitt
-1
920
Member Avatar for Sabyre

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 …

Member Avatar for rproffitt
1
2K

The End.