4,901 Posted Topics
Re: >I’m all about sci-fi/fantasy that makes you think Definitely give [The Man From Earth](https://www.imdb.com/title/tt0756683/) a go. You can watch it for free on youtube. I'm always up for discussions on movies, good or bad. | |
Re: I recall reading, "If the text is unusually coherent or consistent, it might raise suspicion." I'm afraid that does not speak well of our educational system. And it's not very useful in trying to automate detection. As a side note, I read recently about some researchers using a "needle in … | |
Re: My completely uninformed guess is no. Their bubble has burst. | |
Re: Selected comics at [gocomics](https://www.gocomics.com/). These days I need to start my day with a smile. | |
Re: Nope. I never found another place that felt as comfortable as Daniweb. | |
Re: Plus anti-virus. It will also warn you if it suspects you may be installing potentially malicious software. It can occasionally be heavy-handed though. For example, I tried to install the latest version of Stickies (Zhorn Software) and it gave me a warning. I've been running Stickies for years and trust … | |
Re: >Part of the reason... I, for one, am sick and tired of every Tom, Dick, and Harry requiring a separate app for everything. It has gotten to the point of having to scroll through pages of icons to locate whatever app you need for a particular occasion. Plus, every app … | |
Re: I'd hate to think you were one errant baseball (or hockey puck) away from losing access. What if you were in a car accident and got your face pounded by the air bag? Would you be unable to unlock your phone to call 911? | |
Re: Way back in 2010. Probably a Google search. I landed here and stayed. Sort of like that one relative who drops in for a visit and never leaves. ;-) | |
Re: I'm reminded of a Harley-Davidson ad from years back. It had a picture of a decked out motorcycle with a hot tub, wet bar, and recliner. The caption read, "If you want all the comforts of home, stay there." | |
Re: And this is my response. Welcome to Daniweb. | |
Re: Can you please post the contents of requirements.txt? I don't know if this will make a difference, but when I install python I always put it in c:\python and install for all users. I find it much easier when trying to fix problems like this to have all the files … | |
Re: There is an excellent book by Alan Cooper called About Face: The Essentials of User Interface Design. The most recent version is the fourth edition in 2014. While looking this up I found another book by him that I'll be reading shortly. The Inmates are Running the Asylum. Why High … | |
Re: I frequent the PyCoder website. They have both free and paid content. The paid content includes tutorials. I recently got an email offering me a seven day free trial of the paid content. When I checked it out I saw that it was a "sign up and get the first … | |
Re: I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they … | |
| |
Re: If it is a test case then I have to wonder for what? It's true that we've seen a great deal of pointless posts and I absolutely do not see the payback in making them. I don't recall how many garbage posts I've seen defining what SEO and back links … | |
Re: Putting on our traditional Christmas Eve spread with family. Christmas dinner tomorrow. We long ago stopped exchanging presents as we all agreed that agonizing over gift buying just for the sake of giving a gift was pointless. We all know we love each other so just being together, eating, and … | |
Re: Can you give us the actual query in pseudo code with field names? I think we can figure it out by first eliminating the vb.NET syntax. I typically use a SQL management console to get the underlying query before I add in the gory code details. | |
Re: It depends very heavily on: 1. What type af analysis you want to do. 2. Your level of expertise. Neither of which you specified in your post. Unless you made the post as spam-seeding I suggest you flesh out your question. | |
Re: Spamming is getting the same post over and over. | |
Re: I can see the point in no/low code solutions. In my 30+ years as a professional programmer I found that my primary job was not to write code. It was to provide solutions. If that could be done with no code, or off the shelf code then so much the … | |
First I want to say that my only interest in the technical details of web development are from an end user perspective. I usually go to [this site](https://www.theweathernetwork.com/ca) to get my weather forecasts. Their current display format is to present the forecasts horizontally but it will likely be changing soon … | |
Re: Another tip - it's nice to know where you work but do not use Daniweb for self-promotion. | |
Re: What help are you looking for? Do you need help picking a design tool? A framework? What is your current skill set? | |
Re: There are already a number of threads regarding AI. Enter **AI** into the search bar to find some. Member [usmanmalik57](https://www.daniweb.com/members/1235222/usmanmalik57/posts) has written a number of articles/tutorials that you may find interesting. | |
Re: Generally it is hard to offer SQL suggestions without seeing the code. Are you closing the connection manually, or are you using a context manager? | |
Re: Has anyone had a look at [Perplexity](https://www.perplexity.ai/?login-source=floatingSignup)? | |
Re: Right click on the shortcut and select **Run As Administrator**. | |
Re: I'd be happy to answer Python questions provided you give a little more detail. I'm far from an expert but I'll help if I can. | |
Re: I'm going to offer an obvious, but probably not correct, suggestion. My laptop (ASUS) has a little slider that covers the webcam. It might not be as obvious on your laptop as it is on mine. | |
Re: I don't work with PHP although I've done a fair bit of SQL and SQL selects return recordsets that you have to step through to get all of the returned records so I'm thinking you'll need to process the records in a loop. Your comment >/A record was returned, display … | |
Re: Be yourself. The people who matter won't mind and those who mind don't matter. - Bernard Baruch | |
Re: Greetings from the other side of the wall. Welcome to Daniweb. | |
Re: A friend of the family (friend of my parents) was one of the people who got dosed in the MKULTRA program. | |
Re: Your statement does not set a form location. It just creates a point structure. To set a form position in C++ you can do SetWindowPos(hwnd, NULL, x, y, 0, 0, SWP_NOSIZE | SWP_NOZORDER); | |
Re: Welcome to Daniweb. Please take a few moments 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). | |
|
The End.