-
Replied To a Post in How to convert python codes into a software...
You start by learning python. Based on the minimal information you gave, what kind of an answer were you expecting? -
Replied To a Post in Help with program that's supposed to give back change
Your approach is completely wrong. You should be creating an array of denominations from largest to smallest, then using a loop to remove multiples of each decreasing denomination. Once you … -
Replied To a Post in Restaurant Bill
billtax= bill *6.75; I'm assuming that tax here is 6.75%. What you have coded is actually 675%. I think you want billtax= bill *.0675; and if billtax is bill + … -
Replied To a Post in test for check more 5 items
How about if numItems > 5 -
Edited How the Hadouken works in C# ??
I am creating an animated sprite that collides w/ itself and destroys itself? How did they do this in 1992? I just want to hit an enemy and have the … -
Replied To a Post in PC Powers On, No Display, No Beeps, Nothing
Do a google search for beep codes for your specific computer (which you didn't bother to mention). -
Replied To a Post in Where is the section to post code snippets?
It's still there but unnecessarily difficult to post in. Start by going to the programming area. Right underneath "Start New Discussion" and "Realtime Chat" you'ss some tabs labeled "ALL New … -
Replied To a Post in Memorable Quotations
A new golden rule for the modern age... Tweet others the way you would like to be tweeted. -
Replied To a Post in Memorable Quotations
If ever a time should come, when vain and aspiring men shall possess the highest seats in government, our country will stand in need of its experienced patriots to prevent … -
Replied To a Post in python to java conversion
Please take care to post in the appropriate forum. -
Replied To a Post in What are you eating/drinking right now?
Nothing but water until 8:30. We've been trying something new. We eat what we always eat but we make sure to eat it within a 9 hour window (for us … -
Replied To a Post in How to format USB token converter FAT32 ?
Why are you linking to another site when you can just upload the images here? From the little I can find out it looks like that is not a USB … -
Edited Read multiple CSV files from a folder and replace the delimiter with 'tab'
Hi All, I am a newbie programmer in python and I am trying to read multiple csv files from a folder, replace the delimeter for all the csv files and … -
Replied To a Post in Read multiple CSV files from a folder and replace the delimiter with 'tab'
While I have your attention, will you please take the time to ensure that you are posting in the appropriate area of Daniweb? -
Replied To a Post in Read multiple CSV files from a folder and replace the delimiter with 'tab'
Plus, if you are stuck at the beginning it's a good sign that you are biting off more than you can chew. Some people seem to think they can go … -
Replied To a Post in How to format USB token converter FAT32 ?
Looking at your image, I have to ask - you said you wanted to format a USB token. Based on that image, you haven't inserted one. Where is the USB … -
Replied To a Post in i want to insert invoice values into databade invoice amount limit and spli
What have you tried so far? -
Replied To a Post in Python Vending machine
> if you help me I will kiss you I'll pass, thanks. Please read the [Posting Rules](https://www.daniweb.com/welcome/rules) and [this thread](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) for suggestions on how to post meaningful questions. -
Edited BSOD Kernel Data Inpage error
Hi, just got the dreaded BSOD stating Kernel Data Inpage Error. Happened to me almost 2 weeks ago and I don't even know where to begin finding what's causing it … -
Replied To a Post in Is DW alive?
I'm not good on camera. -
Replied To a Post in python
The outputs should be the same no matter what language you code it in, at least if you code it correctly. -
Replied To a Post in How to format USB token converter FAT32 ?
Some USB sticks have two partitions, one of which contains non-modifiable code (effectively a CD). I never use this feature and usually just use disk manager to remove the drive … -
Replied To a Post in How to format USB token converter FAT32 ?
You can use the Windows disk management console, `diskmgmt.msc`. Right click the USB disk and select `Format`. Pick the file system type on the format dialog. If that doesn't work … -
-
Replied To a Post in SQL
Are we supposed to pore over the code blindly or are you going to give us any hints? What are the symptoms? Are you getting any feedback like "syntax error"? … -
Replied To a Post in logical mode + ER diagram
Posting the same question over and over is not going to get the results you want. What it **WILL** do is get you infracted. Play nice. -
Replied To a Post in Calendar In C Programming Language Assignment
Before we get to your problem, let's address a more fundamental problem. A block of code like if (month == 1) // January numdays = numdays; if (month == 2) … -
Edited Utility for Canadians using GenuTax to e-file Tax Returns
I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do … -
Edited Utility for Canadians using GenuTax to e-file Tax Returns
I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do … -
Edited Utility for Canadians using GenuTax to e-file Tax Returns
I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do … -
Created Utility for Canadians using GenuTax to e-file Tax Returns
I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do … -
Replied To a Post in Power lights blink and fans turn on of
The first thing I would do is leave it powered off for a couple of hours (in case it is an overheating problem). Then I would try booting it into … -
Replied To a Post in windows 10 problems
Please take the time to describe the problem in more detail. The more information you can provide, the better your chances of getting a meaningful response. -
Marked Solved Status for Purposefully limit a program to specific hardware?
Hi, I’m currently looking to write a program, most likely in Python. Now, I have an odd question. Is it possible to limit this program to running on specific hardware? … -
Replied To a Post in Purposefully limit a program to specific hardware?
There is a [WMI Client For Linux](https://www.krenger.ch/blog/wmi-commands-from-linux/) as well. -
Replied To a Post in vbScript Implementation of QuickSort
Hmmmm. Support for everything but vbScript. MS seems to have abandoned vbScript in favour of PowerShell. It's only a matter of time until a W10 update removes it entirely, I … -
Replied To a Post in vbScript Implementation of QuickSort
Ah. I see vscode is a stand-alone editor from the Visual Studio IDE. I'll get the latest version and have a go at it. Thanks. -
Replied To a Post in vbScript Implementation of QuickSort
Before I retired I developed a lot of infrastructure code as a domain/db admin for the corporate network at our control centre as well as a lot of "plumbing" code. … -
Gave Reputation to tinstaafl in vbScript Implementation of QuickSort
There appears to be a bug in your code. When I run it as is the second line of output, isn't properly sorted. One of the 52's is swapped with … -
Edited vbScript Implementation of QuickSort
Over the years I've seen a lot of discussion (and several implementations) of the Quicksort algorithm. Most of what I have seen, unfortunately, lacks sufficient commenting as well as meaningful … -
Replied To a Post in vbScript Implementation of QuickSort
Curious. I'll have a look. Found the culprit. The problem was not in the actual Quicksort algorithm but in the test code used for the comparison. It was originally `"X1 … -
Replied To a Post in Purposefully limit a program to specific hardware?
Assuming it's a Windows program, you could run a WMI query to check for the presence of the particular hardware and abort if not found. Alternately, if you knew the … -
Replied To a Post in Python Slope of a line
Without getting into the code, if you have two points then you have the coordinates (x,y) of both points, therefore you can calculate `(y2 - y1)/(x2 - x1)`. Note the … -
Replied To a Post in Sum of series
No one is going to do your homework for you. Please read [this thread](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) for suggestions on how to post meaningful questions. -
Edited vbScript Implementation of FolderWatch
An often underused control from vb.Net is the FolderWatch control. But sometimes you need to throw something together that doesn't need a fancy GUI. Or perhaps the task seems too … -
Edited vbScript Implementation of FolderWatch
An often underused control from vb.Net is the FolderWatch control. But sometimes you need to throw something together that doesn't need a fancy GUI. Or perhaps the task seems too … -
Replied To a Post in pls help me. the question is below with the code I made above
What is your problem? -
Replied To a Post in UseVisualStyleBackColor
You didn't read my answer. `UseVisualStyleBackColor = True` is the default. In any case, if you want to set the same base settings for a bunch of controls at design … -
Replied To a Post in UseVisualStyleBackColor
`UseVisualStyleBackColor` is True by default. To set other properties for all buttons you could do, as an example For Each btn As Button In GroupBox1.Controls.OfType(Of Button)() btn.BackColor = Color.Cyan Next … -
Gave Reputation to JamesCherrill in help for coding
> @james - that's "Mad" world. Oh yes. Now don't I look foolish. But Lambert really was amazing anyway.
The End.