-
Replied To a Post in Accepts the grades for the 4 quarters and compute the final grade consid
What is giving you the problem? Is it the I/O, or is it the math? -
Replied To a Post in Vehicle license in Canada
Just a thought - have you ever considered googling "how to license a vehicle in Canada"? Near the top is a link to [this guide](https://blog.clutch.ca/posts/motor-vehicle-registration). If, instead, you are referring … -
Replied To a Post in I am interested in funding a prototype for true "Social" media
>Creators would have initial control to get it off the ground but would give up 100% once/if it did. If I read this correctly, you are saying that the people … -
Replied To a Post in AttributeError: module 'pandas' has no attribute 'read_file' using python
The letter "r" identifies the string as a raw string. This allows entering a path & file name with single backslashes instead of having to escape them (double backslashes). Try … -
Replied To a Post in Hi everyone, I'm arthurtainment
For starters, because you hard coded that part of the print statement, no matter what input you give it you will always print out 17 and 3. -
Replied To a Post in Hi everyone, I'm Kenny!
Welcome to Daniweb. I joined back in 2010 and I can't even see 40 in the rear view mirror. -
Replied To a Post in Assume the list numbers 1 has 100 elements, and numbers 2 is an empty list.
Hint. It's a single line of code. -
Replied To a Post in Visual Studio 2017 - Image label that changes when clicked on
I presume you want to toggle. In that case just check the current image and toggle to the other one. If you want to cycle through more you can use … -
Gave Reputation to Hiruni_3 in code for this question
Create three classes the Calculation class, Conversion class and Menu Class. The Conversion class should have the following methods. double KMToMiles(double distance) double MilesToKM(double distance) double FeetToMetres(double distance) double MetresToFeet(double … -
Gave Reputation to jacquelinelop in My Computer Starts When Plugged To Power And There Is No Display
You say it worked fine at first, but now it won't turn off or on. I'm afraid the source is either the CPU or the motherboard, or both. I'm hoping … -
Replied To a Post in Can not Boot from Harddisk
One last comment - you might want to have a look at a program called [spinrite](https://www.grc.com/sr/spinrite.htm) in case there are files you haven't backed up. It could possibly aid in … -
Gave Reputation to sprongklong in write a program : convert pound into kilogram
Write a program that converts pounds into kilograms. The program prompts the user to enter a number in pounds, converts it to kilograms, and displays the result. One pound is … -
Replied To a Post in How to create a pause function in my snake game.
Also, when you have multiple exclusive contions you should be using `elif` as in if condition-1: do stuff elif condition-2: do stuff: elif condition-3: do stuff -
Replied To a Post in How to create a pause function in my snake game.
I'm not familiar with the pygame module but I do have a question and an unrelated suggestion. I see that you are using dictionaries where it appears you should be … -
Replied To a Post in Can not Boot from Harddisk
It's too late this time, but I suggest that when you rebuild your system you partition your drive as C and D where C is your OS and applications, and … -
Replied To a Post in I have to write a c program for finding the impedance of RLC circuit and re
>whatever graphics system you choose is likely to be highly specific to your choice of platform Not necessarily. If they use [wxWidgets](https://www.wxwidgets.org/) for the graphics, the code should be easily … -
Replied To a Post in Slicing a list using generator functions and yield in python 3
Can you please give more details? -
Replied To a Post in Can u help me I am making a game in pygsme pygame in python so when I run t
Can't offer any suggestions unless we see the code. -
Replied To a Post in Bannon said that he will overthrow the Biden government or go back to the o
>"I hope you will continue to pay attention to the news that we are about to overthrow the Biden regime." That pretty much fits the text book definition of sedition. -
Replied To a Post in Can not Boot from Harddisk
Do you have a USB that you can boot from to check your hard drive? Linux Live or Macrium Reflect for example? -
Replied To a Post in Does Windows 10 consider drive serial number?
I recall from an incident a few years back that Windows uses drive IDs (serial numbers) when allocating drive letters. In my scenario we were taking daily drive images of … -
Replied To a Post in Redesign launched last night!
I get the same "my eyes have gone funny" feeling from that picture that I got when the page was fluttering. My brain kept trying to "fix" what I was … -
Replied To a Post in Redesign launched last night!
OK. Here it is.  -
Replied To a Post in Redesign launched last night!
Hmmm. I tried twice to insert a picture but it failed both times. No error message. It just didn't post. -
Replied To a Post in Redesign launched last night!
I hit the "sweet spot" once on the old code. The display couldn't decide whether to skip down, or not so it just rapidly oscillated. A little disorienting. Had a … -
Replied To a Post in Is SEO positioning still adequate?
Please keep in mind 1. This is an English-only forum. Please read the rules. (I translated your title to English) 1. There are already too many SEO threads on this … -
Edited Is SEO positioning still adequate?
Hi everyone, I'm Javier Abad, a student of Business Administration and Management, specializing in marketing. I am delighted to join this community and to be able to expand my knowledge … -
Replied To a Post in Redesign launched last night!
Well, right off the bat I see you have eliminated the "page skips while scrolling" problem, so congrats on that. -
Replied To a Post in Taxing the unvaccinated
We have a lot of waste due to 1. Politics 1. Greed 1. Incompetence While I think there should be consequences for all three, I think the most severe should … -
Replied To a Post in Make a diamond with the help of loop
That's not how this works. Show us what you have tried so far and we can help. For starters, try a specific case first - say a diamond of width … -
Replied To a Post in Taxing the unvaccinated
>I'm not in favour of those price gouging laws, they're creeping price controls So it's OK for someone to scarf up a bunch of rapid tests then resell them for … -
Replied To a Post in Hi everyone, I'm not1n
Helloo -
Replied To a Post in Taxing the unvaccinated
It seems that competency is dead. Is that because appointees are chosen for their politics rather than their abilities? And in private industry the motivation is almost entirely greed. I … -
Gave Reputation to Mollyron in Are you going to get the vaccine?
I just got vaccinated. -
Replied To a Post in Taxing the unvaccinated
>Where's my incentive each time I get an annual flu shot? Apparently **not dying** is not enough of an incentive for a lot of people who are refusing to get … -
Replied To a Post in Taxing the unvaccinated
In an ideal world people would not have to be incentivized to do the right and sensible thing. Unfortunately we live in this world. What do we need to do … -
Created Taxing the unvaccinated
The Quebec government recently proposed a tax on the unvaccinated. Their reasoning is that the Covid crisis is being exacerbated because so many people are refusing the vaccine. In Canada, … -
Replied To a Post in VB6 and Windows 11
For what it's worth, when I retired in 2008 and started writing code just for myself, I wrote everythig in vb.net. A few years ago I made the move to … -
Replied To a Post in Are you going to get the vaccine?
As long as you brought it up, you have to give [this music video](https://www.youtube.com/watch?v=fzlT80jQ3lo) a view. I sing bass, but I have to stuggle to get **that** bass. -
Replied To a Post in Are you going to get the vaccine?
I now finally know someone who has tested positive. This person is a friend of my younger son, Andrew, and the two of them were in the same room on … -
Replied To a Post in Hi everyone, I'm Nick
Greetings. What areas of expertise, specifically? -
Deleted a Post in What are SEO Services?
SEO services are services typically offered by an SEO agency that helps your company succeed in search engine optimization. With SEO, your business wants to increase its visibility in search … -
Gave Reputation to Thulan in Operating System in Python
ARE YOU DEAD? -
Created Happy New Year to All on Daniweb
Happy New Year to all. I hope 2022 is much kinder to everyone than the last two years. I, for one will be spending the evening with family and killing … -
Replied To a Post in Hi everyone, I'm itsolution
Welcome. A good place to start is to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). -
Replied To a Post in python beginer a very stupid(lazy) man
I can't recommend a free tutorial. That is something you will have to google. I learned from a book (sorry, not free) that I highly recommend. It is **Beginning Python … -
Gave Reputation to rproffitt in Gaming system in vb
But what is it? Sometimes people try to write something but try to avoid designing the something in advance. What good is code if you didn't design first? -
Replied To a Post in UI changes across the board
I liked it before. I like it better now. What more is there to say? -
Replied To a Post in Do you participate in any other communities?
Comfortable? Yes, especially with the recent improvements. It just seems snazzier. I would wish for more programming questions (intelligently asked) but that's beyond your ability to provide. I have no … -
Replied To a Post in UI changes across the board
Very nice.
The End.