4,901 Posted Topics
Re: Welcome to Daniweb. Great habits are the best base to build on. The rest comes from experience. A word of advice, lose the word, "just". Nobody is "just" anything. | |
Re: Hello. As a famous local DJ used to say, everybody knows more than anybody so another set of skills is always welcome. | |
Re: I've tried several distros on an old computer over the years - ubuntu, kbuntu, SUSE, etc. I gave up on all of them. With Windows, my recovery plan is simple C: OS and apps D: everything else (date, images, etc). If I get into serious trouble I just restore a … | |
Re: The best book I found was `Beginning Python: From Novice to Professional` by `Magnus Lie Hetland`. It's currently in the third edition. It doesn't cover the absolute latest features like `match` and the `walrus operator` but it will get you 99.9% of the way there. He also has a companion … | |
Re: Seriously? Do we really need another thread about SEO? This topic has been beaten to death. If you really need to post about SEO there are any number of other threads you can spew in. | |
| |
Re: Assuming Windows, have you tried opening a command shell and typing pip install pygame That is how most packages are installed. If this is what you tried, what was the output? | |
Re: Welcome to daniweb. What type of services do you offer? | |
Re: Please start a new thread and post the code that doesn't work so that we can offer suggestions. | |
Re: Ditto rproffitt, but have you considered there is a possible third state? What if the array is not sorted at all? What happens then? If you are guaranteed that it **is** sorted then you only have to check the first two elements, or the first and last to determine the … | |
Re: For example, if you do a breakpoint at the line after rental_days_text = rental_label_days.cget('text') you'll find that `rental_days_text` actually has the value How many days do you plan on renting the car for?: I don't use tkinter (I use wxPython) so I can't tell you the correct tkinter code but … | |
Re: Unless the way you do the duration is required, I suggest you instead ask the user to select a start and end date. Typically a person would say "I need a car from April 7 to May 10". | |
Re: Welcome to Daniweb. Tell us a little about yourself. | |
Re: Exactly. The comment tool is for brief comments that do not significantly add to the conversation. There is no character limit when actually replying. | |
Re: G'day Bruce. On first glace it seems visually appealing. No monolithic blocks of text and good use of white space. I wasn't peppered with pop-ups or drop down banners that covered up what I might be interested in. | |
Re: Welcome to Daniweb. Let me remind you to please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and remember that this is an English only forum. | |
Re: Welcome to Daniweb. What was chosen to replace C#? | |
Re: >I love to liquefy ice As hobbies go this is not the most exciting, but at least the startup cost is minimal. Welcome to Daniweb. | |
Re: Whatever you major in, take a few courses unrelated to your major. University/college is a place to broaden your horizons. Aside from my required computer programming/math/statistics courses I also took intro courses in philosophy, psychology, anthropology and astronomy. | |
Re: Welcome to Daniweb. The username makes me think you like cats. | |
Re: >I'm not a great programmer. I'm an average programmer with great habits. Then you are well on the way to greatness. Welcome to Daniweb. | |
Re: >I don’t know why you guys are bashing someone providing legitimate bulk marketing tips I think the general feeling among us old timers is **bulk mail = unsolicited email = spam** This is not necessarily always the case. For example we have a chain grocery store here in Canada called … | |
Re: While Daniweb offers advice, we are not a homework service. As such, please show us what you have done so far and where you are having problems and we will try to help. | |
My older son and I are both working through online videos teaching machine learning with python. All of the materials we have seen use Jupyter Notebooks. For those of you unfamiliar with Jupyter Notebooks, they are freaking awesome. At least they are when they work. We were using two laptops … | |
Re: I'm not familiar with PHP and I can't see your table definitions or the actual data in the tables. I suggest you install the [MySQL Admin Console](https://www.mysql.com/products/workbench/admin/) app and query the tables directly to verify what is in them. Once you have the correct data and queries you can try … | |
Re: Yeah. They call it flair on reddit. A term that I believe they got from the movie, Office Space. Incidentally, the actual company that they were spoofing in the movie ended up dropping the flair requirement because people kept telling them how stupid it was. | |
| |
Re: I do it in either of two ways: 1. Chromecast 2. HDMI cable | |
Re: I'm assuming that zero is the incorrect answer? Can you please post an example with screen shot? Please include the calculation that is being used. | |
Re: Possibly. Can you be more specific? | |
Re: There are a few problems here. 1. You posted in all-caps. This is the equivalent of shouting and is considered rude. 2. You didn't ask a question. You just posted your assignment in the hope that someone here would do it for you. 3. You didn't show any proof that … | |
Re: Other than now? Could be any number of reasons. Usually one or more of 1. hardware - computer, router, wifi/cable 2. software - Windows, browser 3. infrastructure - ISP down 4. competence - do you know how to use everything | |
Re: Have you tried googling `how can call center solutions benefit my retailing business`? | |
Re: Welcome to Daniweb. I'll be one of those people in a few more years. | |
Re: Aside from that being really god-awful code, this thread is many years old and not worth reviving. | |
Re: I've tried EqualizerAPO, and while it has a lot of features, the UI is complete crap. Can I suggest something simple? Why not put the headphones on backwards? I have Bluetooth headphones and they fit the same either way. | |
When I get onto Daniweb I notice that the private message icon (speech bubble) next to my avatar has a little red dot. I believe that was to notify me that I have one or more PMs waiting to be read. However when I go to the message centre there … | |
![]() | Re: May I suggest that instead of asking us to look it up and explain it, you take the time to google "what is click fraud" and read the results. Feel free to post follow up questions if the answer is still unclear. |
Re: The first thing to do with any infrastructure you set up is to change the default passwords. You'd be appalled to find out how many breeches occurred because a sysadmin left admin/password as the defaults. | |
Re: >So should discussions of AI applications be banned altogether on Daniweb? By implementing such a rule we would be unable to have this discussion. | |
Re: Use an `if` statement as in if (dollars > 0) { cout << "Dollars: " << dollars << endl; } In this case I think it would be acceptable to use a single line format as if (dollars > 0) cout << "Dollars: " << dollars << endl; |
The End.