-
Replied To a Post in New Android Phone is a Royal Pain
Figures. Android comes with a file explorer but I have to install another one. With all the crap that came bundled I am getting "low storage" notifications. I installed a … -
Replied To a Post in Write a main program that does the following
And what are you willing to pay to have someone do your homework for you? -
Replied To a Post in New Android Phone is a Royal Pain
OK. I have a workaround. If I 1. Press menu 1. swipe left 1. press Settings 1. Scroll down 1. Press Storage & USB 1. Scroll down 1. Press Explore … -
Replied To a Post in New Android Phone is a Royal Pain
No. It's more like being dropped into a foreign land without a phrasebook and no way to speak the language. The biggest hurdle is not learning a new way to … -
Replied To a Post in New Android Phone is a Royal Pain
Doesn't really help. Somehow a simple operation like 1. Copy my file to my phone 1. Look at it has become a technical nightmare. In any case, using the complicated … -
Replied To a Post in New Android Phone is a Royal Pain
I connected the phone via USB then browsed to `Internal Storage` and created the folder `Docs`. I then copied `medical history.txt` to that folder. When I use the phone's file … -
Replied To a Post in Memorable Quotations
Believing is seeing. - Offiicial motto of Trump's base. -
Replied To a Post in New Android Phone is a Royal Pain
How did it hppen that I can't look at a file on my phone unless I am online? -
Created New Android Phone is a Royal Pain
After saying for the last 10 years that I would never own a cell phone (I had enough of that spending many years on call), I finally broke down and … -
Replied To a Post in Regular Expression to extract names
I wasn't trying to overly complicate things. I assumed this is for an assignment and I've lost points because the marker said "you didn't consider...". I suppose the easiest thing … -
Undeleted a Post in Regular Expression to extract names
>All of the strings have the names at the start of the line: That may be the case but how do you know where the name(s) end. For example: 1. … -
Deleted a Post in Regular Expression to extract names
>All of the strings have the names at the start of the line: That may be the case but how do you know where the name(s) end. For example: 1. … -
Replied To a Post in How to make javascript app into exe?
You can start by googling `how to convert node js script to exe` -
Replied To a Post in Regular Expression to extract names
>All of the strings have the names at the start of the line: That may be the case but how do you know where the name(s) end. For example: 1. … -
Replied To a Post in Regular Expression to extract names
While it's easy for a human to pick out the names by context, it's not so easy for code. How can you determine where the names end and the rest … -
Replied To a Post in Memorable Quotations
I would rather have questions that can’t be answered than answers that can’t be questioned. - Richard Feynman -
Marked Solved Status for Why this code is not inserting the data on my SQL database
$query = "INSERT INTO 'user-profiles' ('name', 'avatar', 'description', 'votes', 'pay_methods', 'location', 'user_id') VALUES ('sadj', 'qwesad', 'sadqwdqw', '0','sadsad', 'sadasdsad''4')"; $resultprof = $this -> conn -> query($query); votes and user_id are INT … -
Replied To a Post in Why this code is not inserting the data on my SQL database
The OP replied by PM (a no no) that he had mistyped the table name. -
Replied To a Post in C-style String Assignment
As a first attempt I suggest one loop that steps through the original string char by char as well as a boolean that you can set to true or false … -
Replied To a Post in Why this code is not inserting the data on my SQL database
Are you sure you don't want `'sadasdsad','4'` instead of `'sadasdsad''4'`? -
Replied To a Post in I need help with Phython work
The easiest way would be to remove a question once it has been asked. -
Gave Reputation to rproffitt in My DaniWeb home page is like a Charlie Brown Christmas tree.
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 … -
Replied To a Post in Default Filter DW
>Probably because you have your preferences set to automatically watch articles you've posted in. Actually, I don't. -
Replied To a Post in Default Filter DW
OK. Still confused (my new default state). I downvoted [this thread](https://www.daniweb.com/programming/web-development/threads/518293/update-the-grid-vie-record) but it still shows up when I enable the "recommended" filter. What exactly does this filter do? I thought … -
Replied To a Post in update the grid vie record
And you posted this because.... Usually when someone is having a problem with their code they go to the trouble of describing the problem, including any error messages, etc., in … -
Replied To a Post in Default Filter DW
Having just said that, I'd like to toss out the idea that the "latest posts" page you linked to above **NOT** display deleted posts. -
Replied To a Post in Default Filter DW
>Some of you guys have asked why the change doesn't stick I could ask that you make this an option for mods but since I just added a folder to … -
Replied To a Post in Windows 10 New Updates are not Installing in My PC
Reminds me of my experience with the 2017 fall update which refused to install until I uninstalled software which had never been put on my computer. -
Replied To a Post in Default Filter DW
>That's a real UI blunder - a button is an action control and should be labelled ... That could be clarified by changing the text from `Filter by` to `Filtered … -
Replied To a Post in Default Filter DW
Agreed. But I still don't see that that has anything to do with giving the user the option to set a preferred default filter state. If the initial default filter … -
Gave Reputation to rproffitt in Default Filter DW
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 … -
Replied To a Post in Default Filter DW
I wish that were true for TV. It matured and we ended up with Real Housewives, Jerry Springer, Duck Dynasty and Honey Boo Boo. -
Replied To a Post in Memorable Quotations
My favourite was "Gall pechod mawr ddyfod trwy ddrws bychan." Even if I can't imagine that "ddrws" is actually a word. -
Gave Reputation to Dani in Default Filter DW
A comment on millennials, Jim? ;) -
Replied To a Post in Default Filter DW
Yeah. Everything served up on a platter requiring no effort except reading. But I'm not bitter ^_^ -
Replied To a Post in Memorable Quotations
Like a wind crying endlessly through the universe, Time carries away the names and the deeds of conquerors and commoners alike. And all that we were, all that remains, is … -
Replied To a Post in Windows 10 New Updates are not Installing in My PC
What messages/feedback are you getting to tell you what failed? -
Replied To a Post in Default Filter DW
So when I am combing through the fluff and I come across a legit question and upvote it, even anonymously, it helps everyone else? -
Replied To a Post in November 6, 2018
Yeah. The old "when they go low, we go high" just wasn't working. Someone suggested "when they go low, we go hard" as an alternative. When Obama won his forst … -
Replied To a Post in Default Filter DW
>use the Latest Posts feed in the sidebar Well sure. If I'd thought of doing that (DOH!) -
Replied To a Post in Python program to get the difference of entered number from average.
You'll have to create a list to hold all five numbers so that you can iterate over the list after the numbers have all been read in. When you iterate … -
Replied To a Post in Default Filter DW
I second what Alan said. Complaining about the number of low quality posts is not the same thing as wanting them hidden. I just want people to stop posting them, … -
Replied To a Post in November 6, 2018
So it looks like brakes. I see that some voting machines in predominantly black precincts could not be powered on because somehow they forgot to include power cords. -
Replied To a Post in Default Filter DW
I have a folder on my bookmark bar with shortcuts (filters disabled) to the main forums. Just disable the filter and save the URL. -
Replied To a Post in Format HD and reinstall original Windows 7
There are utilities available that will recover your product key from the registry. It is encrypted so you can't read it directly. Have a look [here](https://www.lifewire.com/how-to-find-your-windows-7-product-key-2625112) for details. -
Replied To a Post in Windows 10 Safe Mode Boot
I could see the possibility of a Windows setting that would allow administrators to prevent F8 safe boot on high security PCs but I would hazard a guess that most … -
Created Windows 10 Safe Mode Boot
Remember when once upon a time all you had to do to start Windows in safe mode was go all Woody Woodpecker on the F8 key during boot? Well in … -
Edited Python Coding - Random Selection
Hello All, I am working on a python project that helps pull random names from a list in excel and saves them to a new excel file. The input file … -
Replied To a Post in Java Query, I'm doing my course work & d teacher is totally ignoring us
How does your thread title in any way relate to your question? -
Replied To a Post in [HELP] ATM algorithm and pseudo-code
I couldn't help but notice that you don't ever check to see if the account has enough $$$ in it to satisfy the request.
The End.