• Member Avatar for Reverend Jim
    Reverend Jim

    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?
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 + …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in test for check more 5 items

    How about if numItems > 5
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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).
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in python to java conversion

    Please take care to post in the appropriate forum.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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?
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in i want to insert invoice values into databade invoice amount limit and spli

    What have you tried so far?
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is DW alive?

    I'm not good on camera.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Elifas in receipt

    This time we would like the user to enter the following details for 3 items: name, cost price and quantity. Your program should the print out a receipt including a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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"? …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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) …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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? …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in pls help me. the question is below with the code I made above

    What is your problem?
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    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.