-
Replied To a Post in Trump
The media is seriously failing regarding the shutdown. Several points: 1. If you repeat a lie often enough, people will begin to believe it. 1. Trump is on record (video) … -
Replied To a Post in Dell inspiron 3521 laptop Battery Not Charging
Typically there is a Dell app which will tell you the battery health. You should find it on your taskbar. Right click and select `Dell Power Manager`. Some batteries also … -
Replied To a Post in More accessing time for Applet.
What do you mean by "first time"? Do you mean 1. first time after you install the framework 1. first time after you boot Windows Depending on what you mean … -
Edited Search *.txt files in sub folder and append to single Excel file
import csv import xlwt import os import sys #import openpyxl # Look for input file in same location as script file: inputfilename = os.path.join(os.path.dirname(sys.argv[0]), 'book2.txt') # Strip off the path … -
Edited Search *.txt files in sub folder and append to single Excel file
import csv import xlwt import os import sys #import openpyxl # Look for input file in same location as script file: inputfilename = os.path.join(os.path.dirname(sys.argv[0]), 'book2.txt') # Strip off the path … -
Replied To a Post in Hello All, NOOB here
But it's better if you post in an approprite section. For example, programming questions should be asked in the programming section, etc. -
Marked Solved Status for retrieve multiple images from database using php
I'm somewhat new to coding websites. I'm trying to have a code where it pulls multiple images from a single database and displays it in a grid, not a table. … -
Replied To a Post in I have an C++ "error"
>What does all slots have to do with this error? Probably nothing so I removed it. -
Edited I have an C++ "error"
I should go to this program mentioned below. make a double loop (do ... while) to suppress an incorrect daily calculation!note :::: work with a char variable "error" for erroneous … -
Marked Solved Status for Help with this Code Block Please
# Lab Question# We must create a program that do the following: Allow the user to type in a student name the coorosponds with the student's exam score. The program … -
Edited Mobile App for my PHP web application
Hello Everybody ! i have a few questions for u I have already made an appointment booking website on PHP using PHP Designer as editor and on WAMP platform, i … -
Replied To a Post in I was unable to save anything to the temp folder.
In an admin shell type cacls %temp% /G everyone:f `/G` replaces existing ACLs whereas `/E` edits (modifies) existing ACLs -
Replied To a Post in Can't post question with code
I generally compose anything of length with [MarkDownPad (free)](http://markdownpad.com/) and then copy/paste once I have the formatting correct. It also saves me from having to retype anything in the event … -
Replied To a Post in Help with this Code Block Please
>I get an error message when I used this code Then why not post the error message and identify the line that throws it? -
Replied To a Post in vb.net - IP-Input-Box like windows
Why not start with the simplest case. Create a textbox for one set of the IP address digits and use the keystroke events to restrict entry to only digits and … -
Replied To a Post in Create an array or list from text file and store values in labels (VB.net)
And that "one" should not be VB6. A couple of approaches, all of which involve reading each line and **Split**ting on the space that separates each field. Create a SortedList … -
Gave Reputation to rproffitt in Create an array or list from text file and store values in labels (VB.net)
You've tagged this with both vb.net and vb6 but need to write what you need here. Such as are you looking for a finished app with source code or are … -
Replied To a Post in read data from file.txt and sort them then store in file with C
So, basically, you want us to do everything except the actual file I/O? What, exactly, will you learn if we do that? -
Replied To a Post in Profile pic update
Or you could install ImageMagick and if the uploaded image is too large it could automatically resize it. That's what I use to auto-resize/shrink images when I email them. It's … -
Replied To a Post in 2011 to 2015 Nissan Leaf firmware bug. Might be fixed. 20+ month wait.
I have a Dodge Grand Caravan with separate temperature controls for driver/passenger. We go to the cottage at Shebandowan Lake for 4 months of the year and last spring, a … -
Replied To a Post in Turning into road - Traffic simulator
And what, exactly, would you learn by plagiarizing someone else's homework? -
Replied To a Post in Homepage content
OK. Better when I'm not logged in but the waffle still isn't obvious. Perhaps a line at the top could indicate that the waffle presents a site menu for more … -
Replied To a Post in Homepage content
Good point. I'm always logged in so I tend to forget. LMGBTYOT. -
Replied To a Post in Homepage content
My only comment is that when you go to the home page all you see is a few random posts. In order to get an idea of what the site … -
Replied To a Post in Trump
Looks like Mueller was just granted a six-month extension on his investigation. He was due to produce his report before the end of February and now that has been pushed … -
Replied To a Post in Windows 10 October 2018 Update (version 1809) PAUSED.
I have had three problems with Windows Update over the years. The troubleshooter has been unable to resolve any of them. -
Replied To a Post in DaniWeb Hall of Fame
1. Yes 1. Yes 1. What one change would you most like to see at Daniweb.com? -
Replied To a Post in Windows installation from Mars
Computers usually come configured with several partition, to wit: 1. Recovery (not accessible through Windows) 1. Diagnostics (ditto) 1. C: (Windows/apps/user files) I've told family and friends that I will … -
Replied To a Post in Need Help Stopping Loop
Try zipping it before you upload it. -
Edited How to increase my website speed?
I have an eCommerce website. Website loading speed is too slow. I have talked with hosting service provider. They told me that there nothing is wrong with hosting. So I … -
Deleted a Post in Can I rank my site on Google without building links?
Well, if you want to boost your website then only back link buildup is not only the best way to increase the website ranking or performance. Because back link just … -
Edited Python error: name 'BankSystem' is not defined
I have a bank system that's using a tkinter class to run the program with a graphical user interface looking like this: LARGE_FONT = ("Verdana", 12) class BankSystemGUI(tk.Tk): def __init__(self, … -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
I wish everything was easier ^_^ -
Marked Solved Status for Can anyone recommend a free Android emulator for Windows 10
My wife got a VeryfitPro fitness monitor for Christmas. I have the app loaded on my Android (6) phone and was hoping to install a companion app on my Windows … -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
Got it working. Thanks for the help. -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
I uninstalled then reinstalled AS and started a new project with the bare minimum interface. At least I now have a tools -> virtual device manager option so I'll work … -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
I followed the install procedure and it failed to set the JAVA_HOME environment variable so the advmanager.bat file wouldn't work. `using some menu in Android Studio` is too vague to … -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
Looks like that option is far more complex than I need. The first step was to run emulator -list-avds to list the available AVDS. My list came up empty. However, … -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
Well, I installed Android Studio and it does not include an emulator. -
Edited C++ obfuscator
Hello! I am interested in the issue of protecting the code from hacking. Do you protect your code from decompiling and hacking? Why did the question arise? I worked in … -
Created Can anyone recommend a free Android emulator for Windows 10
My wife got a VeryfitPro fitness monitor for Christmas. I have the app loaded on my Android (6) phone and was hoping to install a companion app on my Windows … -
Recommended Feeling Good About Yourself
I've recently had some time to ponder this issue. I'm facing a mid-life crisis and had a pretty tough time of things of late - but no violins please! I … -
Replied To a Post in How big are Windows 10 updates?
I can give that a try, but, being a Microsoft offering, I suspect that I'd still have to download the update 4-5 times before I figured out how to set … -
Replied To a Post in How big are Windows 10 updates?
And, unfortunately, I have to download it three times to update three machines. I can't just get it once then update from a local copy. -
Edited I Need Some Help In Database Find
Dear all I am working on a project for my customer . I wrote code to search items from sql using vb.net Now my code working fine.....when I search data … -
Edited I Need Some Help In Database Find
Dear all I am working on a project for my customer . I wrote code to search items from sql using vb.net Now my code working fine.....when I search data … -
Replied To a Post in discuss about project
That doesn't narrow it down much. Are you having a problem, don't know where to start? -
Replied To a Post in C++: how can i create nested loops?
Perhaps it's just me, but I couldn't make any sense of that explanation. -
Replied To a Post in convert python to c
You might try [shedskin](https://code.google.com/archive/p/shedskin/) which I found in 5 seconds via google. -
Replied To a Post in Memorable Quotations
In science, faith without evidence is a vice, while in religion it’s a virtue. - Jerry Coyne (Professor Emeritus of Ecology and Evolution, University of Chicago)
The End.