4,911 Posted Topics

Member Avatar for Reverend Jim

When I go to the programming forum, the banner says "Join the Programming Group Chat - 188 members are chatting as of 20 Hours Ago", yet when I go there I see Dani was there Friday morning and bookday502 was there Dec 7. Where exactly are these 188 members who …

Member Avatar for Dani
0
2K
Member Avatar for MickeyD

The proper way to get rid of windows.old is to use the Windows Disk Cleanup utility. You have to select `Clean Up System Files`. ![2019-11-20_171943.jpg](/attachments/large/3/efa0bfdd9f94482fd435ed438629f92a.jpg) ![2019-11-20_172004.jpg](/attachments/large/3/4d23fe5203f7ae0e737c83f9f4d7cc28.jpg)

Member Avatar for Dani
2
2K
Member Avatar for pritaeas

Holy crap. Great to see you in the forums again. I've had not a great year. More surgery in January and 7 weeks of radiation in March/April but things have settled down again and we've beaten the wolf back from the door. I have been trying to hunt down ddanbe …

Member Avatar for pritaeas
3
3K
Member Avatar for Raena

I suggest that instead of posting a low-res, blurry, hard to read screen cap of your code you copy/paste your actual code. Some people may actually go to the trouble of testing code locally and being able to copy the code from here ensures that they are testing the same …

Member Avatar for Reverend Jim
0
502
Member Avatar for aromazing

For future reference, please post text intead of a lo-res, blurry, hard to read image of text. Some of us are dinosaurs with somewhat less than 2020 vision.

Member Avatar for DGPickett
0
474
Member Avatar for Ahmed_76
Member Avatar for alice2002

I've read a lot of books about Python and by far the best one for beginners is `Beginning Python: From Novice to Professional` by `Magnus Lie Hetland`.

Member Avatar for stokes
0
388
Member Avatar for anand9796

You don't know how to do this, yet your signature advertises you as an ASP.Net Developer. Do you see the problem here?

Member Avatar for pritaeas
0
270
Member Avatar for woomar
Member Avatar for JamesCherrill
0
5K
Member Avatar for Сергей_7
Member Avatar for camelNotation

Handy tip - under Windows if you press alt-printscreen it captures only the active window.

Member Avatar for Andre_14
0
2K
Member Avatar for Sappie

Either the example contained an error or you entered it improperly. It should read int main(void) { void rev(); printf("Enter a line of text:\n"); rev(); } void rev() { char c; if((c=getchar())!='\n') rev(); putchar(c); } Simply put, `rev` keeps calling itself to input a new char until it finds a …

Member Avatar for Reverend Jim
0
431
Member Avatar for PitMalice
Member Avatar for Abdallaselim77
Member Avatar for Reverend Jim
1
911
Member Avatar for happygeek
Member Avatar for charliebrooke

The last couple of reviews I read had Windows Defender (WD) rated as near the top with very little difference between WD and the top rated. I've been using WD exclusively on my computers and those of family members. We haven't had a single infection in three years or more.

Member Avatar for gracelee
0
434
Member Avatar for Perry Winkel

Hi back from someone whose grandparents came to Canada from the Netherlands many years ago.

Member Avatar for rproffitt
1
667
Member Avatar for Dani
Member Avatar for Ava_10
1
1K
Member Avatar for Reverend Jim

I posted a question last week on Microsoft Technet and during the resulting discussion the following was posted: >VBScript will be gone in the next version of Windows. Almost all references to VBScript have disappeared from MS sites. In all the columns I've read about what's new and what's being …

Member Avatar for Reverend Jim
0
2K
Member Avatar for matt21mcr

Or you could subtract the random number mod 3. That makes it easier to keep it within the given range. x = new random number in range (-25,43) x = x - x mod 3

Member Avatar for Reverend Jim
0
628
Member Avatar for happygeek

There was the story about the [self driving bike](https://www.youtube.com/embed/LSZPNwZex9s) from the Netherlands.

Member Avatar for Amelia28
0
1K
Member Avatar for bookday502

Welcome to Daniweb. If you have specific questions I am sure someone will be able to offer suggestions. Please consider that providing details increases the likelihood of getting a useful answer.

Member Avatar for Reverend Jim
0
119
Member Avatar for S_20
Member Avatar for Reverend Jim
0
470
Member Avatar for ICgames

I see you are in Canada. I had assumed our education system was better than that.

Member Avatar for Reverend Jim
0
234
Member Avatar for (MeoW)
Member Avatar for Kincso

For everything other than the first `if` use `elif`. For future posts, please use the code tool, `</>`, to insert code blocks.

Member Avatar for Reverend Jim
0
643
Member Avatar for Dani

>Looking at the posting activity you, rproffitt, and I may be the only active remanents Ahem...

Member Avatar for Reverend Jim
0
3K
Member Avatar for misstj555

For starters, the constraint you have for DebutDate and DisbandDate is for a character field and your fields are numeric. I'm testing it on sqlite3 so it may be different in MsSql. I'll have a look at the rest in a bit.

Member Avatar for Reverend Jim
0
332
Member Avatar for Gacso

The most important skill you will learn in school is the ability to learn on your own. If you can't pick up new skills in school with a teacher then you likely will fail at this on your own. In today's high tech world that would put you a lot …

Member Avatar for Reverend Jim
0
360
Member Avatar for Wei An

Can you be clearer? Are you trying to add up the number of checked checkboxes on a form? If so, are all of the checkboxes at the same level on the form or do some appear in one or more GroupBoxes?

Member Avatar for Reverend Jim
0
149
Member Avatar for pixma
Member Avatar for ImmutableIcarus

You haven't shown us what you have done to solve this yourself, but for the first one, for problems of this type I suggest you work with a specific example. Take a number, like 7, then write out the number of each character that needs to be output per line …

Member Avatar for Reverend Jim
0
430
Member Avatar for Dani
Member Avatar for B00P

You might want to adopt a leaner style regarding use of whitespace. Doublespacing your code makes it harder to read, not easier.

Member Avatar for Reverend Jim
0
368
Member Avatar for stevenrobinson

I disagree with the first point. I worked in IT as a software maintainer/developer for 29 years. The number one way to increase productivity is to give people blocks of time in order to focus on their work. That means 1. No emails 1. No phone calls 1. No walk-up …

Member Avatar for christinatilly
0
255
Member Avatar for Sharif Ashik

Find out what institutions near you offer a degree in data science and pick one that you can afford.

Member Avatar for rproffitt
0
184
Member Avatar for Jeyaa

If there are only three seats to be booked, why would you want to choose other than three?

Member Avatar for Reverend Jim
0
1K
Member Avatar for gracelee
Member Avatar for Henry_28

If you ask a specific question I'd be happy to offer a specific answer. In the future, please post code as text rather than as a blurry screencap.

Member Avatar for Reverend Jim
0
188
Member Avatar for Randy26

Seriously? You couldn't be bothered to even fire up VB and copy/paste the variables to see if they got flagged. If you are this incredibly lazy I suspect you won't go far in programming, let alone life.

Member Avatar for Reverend Jim
-2
251
Member Avatar for ImmutableIcarus

Your specs don't make sense. A negative number results in ERROR but -1 performs an action. Last I checked, -1 was a negative number. Do we take the spec from your text or from your code? They can't both be correct.

Member Avatar for Reverend Jim
0
359
Member Avatar for Pradeep_23

If you come across a specific code problem feel free to post the code and ask questions. Keep in mind that the more detailed your question, the more likely you are to get an answer.

Member Avatar for Reverend Jim
0
121
Member Avatar for TickleMeElmo

Start by taking mainloop out of the class. Make other methods (like login) actual class methods. Put your loop in the main line as while True: print('-'*50) print(' The Royal Mint Of Spain') print('-'*50+'\n') print(' Enter Input [1-4]') print('1) Login') print('2) Open Account') print('3) Exit\n') choice = input('>>>') if choice …

Member Avatar for woooee
0
1K
Member Avatar for Rohan_12

If you want help with code 1. post valid code (properly formatted) 1. take the time to explain what you want 1. if you have a specific problem please state with what (and where)

Member Avatar for ravss
0
2K
Member Avatar for Reverend Jim

Why is it that when nine innocent Americans get shot and killed by gangs in Mexico, Tom Cotton says the US should basically invade Mexico and clean thisi mess up. But when 40,000+ (2018) get killed by guns in the US the GOP just shrugs its collective shoulders and say …

Member Avatar for rproffitt
0
848
Member Avatar for Joshua Louiz

You should have a look at [this combobox tutorial](https://www.tutorialspoint.com/vb.net/vb.net_combobox.htm) and see if that gives you the information you need.

Member Avatar for Reverend Jim
0
1K
Member Avatar for Mr. Lemic

Try re-indenting your code with a consistent formatting of your brace brackets. For example, in some cases your `{` is placed at (almost) the same level following a statement as in _Bool palindromes(char string[]) { and then you do if(string[n] == string[last_place]) { return true; } You also do while(string[i]=0 …

Member Avatar for rproffitt
0
220
Member Avatar for Reverend Jim

For any karaoke freaks out there, There is an experimental package available for free from MIT called [spleeter](https://github.com/deezer/spleeter/wiki). This is a simple (in terms of use) AI which is quite remarkable in its ability to separate an audio file into component sounds. In its simplest form it can take a …

Member Avatar for Reverend Jim
-1
1K
Member Avatar for Jiby_1

You might try the fix suggested [here](https://stackoverflow.com/questions/13773132/pyusb-on-windows-no-backend-available).

Member Avatar for rproffitt
0
5K
Member Avatar for Vrunda_1

It's hard to offer help when we have no idea where you are stuck. If you don't even know where to start then you are probably in way over your head.

Member Avatar for Reverend Jim
0
309

The End.