4,911 Posted Topics
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 … | |
![]() | Re: 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`.   |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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`. | |
Re: You don't know how to do this, yet your signature advertises you as an ASP.Net Developer. Do you see the problem here? | |
Re: The OP hasn't been on this site in 5 years so don't expect a reply. | |
Re: 1) Which `while`? 2) Which line? | |
Re: Handy tip - under Windows if you press alt-printscreen it captures only the active window. | |
Re: 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 … | |
Re: Honestly, it would help if you could describe what the code does. A picture of the GUI woould help. | |
Re: I wish all the pointless threads on SEO, BACKLINKS, etc. would go extinct. | |
Re: 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. | |
Re: Hi back from someone whose grandparents came to Canada from the Netherlands many years ago. | |
| |
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 … | |
Re: 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 | |
Re: There was the story about the [self driving bike](https://www.youtube.com/embed/LSZPNwZex9s) from the Netherlands. | |
Re: 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. | |
Re: That sounds more like the Martingale betting system for roulette. | |
Re: I see you are in Canada. I had assumed our education system was better than that. | |
Re: What error message, and on what line? | |
Re: For everything other than the first `if` use `elif`. For future posts, please use the code tool, `</>`, to insert code blocks. | |
Re: >Looking at the posting activity you, rproffitt, and I may be the only active remanents Ahem... | |
Re: 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. | |
Re: 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 … | |
Re: 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? | |
Re: If you can't show any effort why should we? | |
Re: 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 … | |
Re: You might want to adopt a leaner style regarding use of whitespace. Doublespacing your code makes it harder to read, not easier. | |
Re: 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 … | |
Re: Find out what institutions near you offer a degree in data science and pick one that you can afford. | |
Re: If there are only three seats to be booked, why would you want to choose other than three? | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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) | |
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 … | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: You might try the fix suggested [here](https://stackoverflow.com/questions/13773132/pyusb-on-windows-no-backend-available). | |
Re: 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. |
The End.