-
Replied To a Post in How can I make a Python script executable on Unix?
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 … -
Began Watching How can I make a Python script executable on Unix?
Can anyone help me with the process of making an executable python script in Unix? -
Replied To a Post in USB not displaying all files
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 … -
Began Watching USB not displaying all files
Hi there, when I click and drag files from afolder onto a USB to display on a TV (slideshow) I have to get someone on a PC to delete invisible … -
Marked Solved Status for Who wrote that? Really odd forum post format to me.
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, … -
Replied To a Post in Who wrote that? Really odd forum post format to me.
Thanks happygeek. In the review I linked to, pages down we get to about the author. Same for working snippets. Maybe for the snippets that have no author, that will … -
Replied To a Post in Multiple Toggle in the same window
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 … -
Began Watching Multiple Toggle in the same window
So I'm trying to create a UI that allows multiple buttons in the same window. All of the are toggles to control GPIO outputs to control relays. I've managed to … -
Replied To a Post in The address of a char type variable (strange)
I looked but this is one of those common questions. Should I use a pointer to a single char? I'll write yes. It's not as if you initialized storage and … -
Replied To a Post in The address of a char type variable (strange)
To go further we have to think and read more. To me you are setting the pointer's address to that single character so a pointer would be correct. -
Replied To a Post in The address of a char type variable (strange)
Here's an example discussion about this. Another look and it appears your first line 1 is not correct. https://stackoverflow.com/questions/17813423/cout-with-char-argument-prints-string-not-pointer-value Try ` char *x='"Test";` -
Replied To a Post in The address of a char type variable (strange)
You are leaning on your c++ compiler ability to convert a number to ascii. Think back to old C days. Now format it. As this can be compiler dependent I … -
Replied To a Post in The address of a char type variable (strange)
I see nothing wrong with it spewing seemingly nonsense. Just like any number you have to convert it to a string somehow. -
Began Watching The address of a char type variable (strange)
When I try to display the address of a char type variable, I don't get the normal hexidecimal address, but some strange symbols. I don't have the same problem with … -
Created Who wrote that? Really odd forum post format to me.
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, … -
Began Watching Who wrote that? Really odd forum post format to me.
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, … -
Replied To a Post in Why can't Netbeans 8.2 find JPL7?
Your post lead me to think you dealt with path issues. Then you wrote about the **latest Windows 10**. Another programmer ran into an association issue where his choice of … -
Replied To a Post in Any Suggestion for Newbie Game-Developer wannabe?
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 … -
Began Watching Any Suggestion for Newbie Game-Developer wannabe?
Hi guys. I'm about to embark a new journey of learning how to create a android game. So, I don't have to publish it yet. I want to do self-learning. … -
Replied To a Post in I bought a Galaxy Watch on Black Friday, here's what I got for my money
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. … -
Began Watching I bought a Galaxy Watch on Black Friday, here's what I got for my money
Confession time: I'm a born again smartwatch fan. I used to not see the point, and then somehow managed to buy a Samsung Gear S3 Frontier and everything changed. That … -
Replied To a Post in Cannot iterate through AccountManagement.GroupPrincipal GetMembers Object
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 … -
Began Watching Cannot iterate through AccountManagement.GroupPrincipal GetMembers Object
If I'm not asking this in the correct forum, please point me in the right direction. I am using System.DirectoryServices.AccountManagement.GroupPrincipal FindByIdentity in C# to create an object containing the group … -
Replied To a Post in How do I send a PM in the New Daniweb?
I asked about this and from memory Dani wrote that messaging for most is a feature that you pay for. For moderators this means the easy way we had before … -
Began Watching How do I send a PM in the New Daniweb?
I can't seem to find a way to send a PM. I tried going to the member's profile page but the PM area is gone. -
Replied To a Post in Why can't Netbeans 8.2 find JPL7?
Latest W10? There's some issue with associations. No, I can't tell if this is your issue but I found myself back at the command line to fix it. https://www.cnet.com/forums/discussions/windows-10-file-associations-text-files/ "Use … -
Began Watching Why can't Netbeans 8.2 find JPL7?
I am on the latest version of Windows 10, running with SWI-Prolog 7.6.4, and trying to get JPL (Java <->Prolog) running for a school project. I've not had to deal … -
Replied To a Post in Code to change contrast in web sites
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/) -
Began Watching Code to change contrast in web sites
I have neither a perfect monitor nor do I have perfect eyes. More often than not, I run into web sites that are just too dim/faded that I cannot read … -
Replied To a Post in Android studio to run on 4GB ram or shall i upgrade
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 … -
Began Watching Android studio to run on 4GB ram or shall i upgrade
Hi, i'm using ***lenovo b570e Intel Core i3 (2nd Gen) 2330M / 2.2 GHz and 4GB ram***. But i can't run android studio on it as it is not only … -
Gave Reputation to Reverend Jim in Explain relational operators in Python.
So you could go to the effort of typing "what are the different relational operators in python" into Daniweb but you couldn't be bothered to google "what are the different … -
Gave Reputation to Dani in Android issues with hamburger menu and buttons
Why must IE be so difficult?! -
Gave Reputation to Dani in Graphic image to discussion issues. Testing.
The X is pretty noticeable to me? I see what you mean about not being able to click 'Remove file'. Will look into that next week. -
Replied To a Post in Graphic image to discussion issues. Testing.
I can see the error but notice how hard it is to click "Remove file"?  The error message does not show until you mouse over. Then the message challenges … -
Replied To a Post in Graphic image to discussion issues. Testing.
That's odd. A twofer. -
Replied To a Post in Graphic image to discussion issues. Testing.
My mistake. That was larger than I remembered.  And will it place text down low? -
Replied To a Post in Graphic image to discussion issues. Testing.
I do have some original PC hardware work ready to share. I have it up on CNET now and this, when working will make it easy to post it here. … -
Replied To a Post in Graphic image to discussion issues. Testing.
Bizarre results. Preview seemed OK but the reult isn't as it was in the preview. -
Replied To a Post in Graphic image to discussion issues. Testing.
test then image.  And text below. This is going to make tutorials easy again. -
Replied To a Post in The DW Homepage shows duplicates and isn't useful.
If I dismiss my Microsoft mobile story then I have to write that the current feed is showing things like Jane viewed this article. X endorsed Y. Very few new … -
Replied To a Post in The DW Homepage shows duplicates and isn't useful.
I'm for trying out new things but this is a missed opportunity from what I see at the homepage. As to the apparent conflict of seeing viewed, and wanting a … -
Gave Reputation to happygeek in Email database can I buy here?
Dani, he wasn't asking if he could buy such a list from DaniWeb. He was 'asking' if he should buy the list from the spammy link which I deleted for … -
Replied To a Post in I replaced my graphics card and power supply. Now nothing turns on
Small world. I am working on making a new post about such an upgrade to old gear and did use the 1050 Ti. Here's a link to that successful upgrade: … -
Began Watching I replaced my graphics card and power supply. Now nothing turns on
so i had bought a new graphics card and new powersupply for a pc tower my friend gave me. When I upgraded them both on my computer tower, i pluggged … -
Replied To a Post in The DW Homepage shows duplicates and isn't useful.
"Viewed a Topic" is an example of a filter for the home page that should be under user prefences. If I ran a site this would be interesting to me … -
Replied To a Post in The DW Homepage shows duplicates and isn't useful.
Sorry Dani. I shouldn't write about the past. Also I know how much work we put into our creations. The new user account sign up system you have now is … -
Marked Solved Status for The DW Homepage shows duplicates and isn't useful.
It seems everytime I visit the homepage of daniweb.com I get a screen that is modern in design but is missing the mark so much so that others and I … -
Replied To a Post in The DW Homepage shows duplicates and isn't useful.
I see some changes to the homepage, but what it is trying to do is a mystery. Hopefully some user testing will help find a direction. It's great to see … -
Marked Solved Status for The DW Homepage shows duplicates and isn't useful.
It seems everytime I visit the homepage of daniweb.com I get a screen that is modern in design but is missing the mark so much so that others and I …
The End.