Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
audible.com
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
14 Hours Ago
by Salem
> When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') …
Re: Cannot run exe from asp.net
Programming
Web Development
12 Hours Ago
by lennyli
> > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "__main__": >…
Re: Cannot run exe from asp.net
Programming
Web Development
11 Hours Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now
Re: Cannot run exe from asp.net
Programming
Web Development
8 Hours Ago
by Salem
Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot …
Re: Cannot run exe from asp.net
Programming
Web Development
18 Hours Ago
by lennyli
> Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new …
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
6 Days Ago
by usmanmalik57
…dataset.head() ``` **Output:**  The `content` column contains the …filtered_dataset.head() ``` **Output:**  Next, we will define the `…
Re: Hello Everyone - Newbie Here
Community Center
Say Hello!
4 Days Ago
by Reverend Jim
Welcome to Daniweb. Please take a moment to read the [Daniweb Posting Rules](https://www.daniweb.
com
/welcome/rules).
Re: Cannot run exe from asp.net
Programming
Web Development
2 Days Ago
by Neil_brown001
Why your approach isn’t working What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: Running a .exe on the server You can technically make the server launch an .exe file like Notepad, but: It will run in the background on the server, not visibly on the desktop. It needs special …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by lennyli
> Why your approach isn’t working > What you're trying to do is mostly blocked by modern security rules — for good reasons. Here's the breakdown: > > Running a .exe on the server > You can technically make the server launch an .exe file like Notepad, but: > > It will run in the background on the server, not visibly on…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
…to the end of [this topic](https://www.daniweb.
com
/hardware-and-software/linux-and-unix/threads/543246/is-…-driver) or even [this one](https://www.daniweb.
com
/programming/software-development/threads/543234/optimizing-working-with-big-…data) or [this one](https://www.daniweb.
com
/digital-media/ui-ux-design/threads/543237/accessibility-vs-design…
Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Salem
… was to be answered properly. The examples: https://www.daniweb.
com
/digital-media/threads/543256/exploring-the-future-of-audio-technology…-innovations-and-trends https://www.daniweb.
com
/digital-media/ui-ux-design/threads/543236/best-ways-to…
Buggy career talk :-P
Programming
4 Weeks Ago
by Dani
…. Here’s [when I learned that lesson](https://www.daniweb.
com
/programming/web-development/threads/540571/mysql-packets-out-of-order…
Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
I have tried to read https://www.daniweb.
com
/programming/web-development/threads/386380/cannot-run-exe-files-in-…
Re: How secure is Github?
Programming
Software Development
4 Weeks Ago
by Salem
… access to filespace outside of the `www` root hosting daniweb.
com
, then that would seem to be a good place to…
Re: How secure is Github?
Programming
Software Development
4 Weeks Ago
by pritaeas
https://www.theregister.
com
/2025/03/17/supply_chain_attack_github/
Re: How secure is Github?
Programming
Software Development
4 Weeks Ago
by Dani
> https://www.theregister.
com
/2025/03/17/supply_chain_attack_github/ Well that’s coincidental. Doesn’t seem to apply to our repo though because we don’t use tj-actions/changed-files and use private repos. More to say when I’m not on my phone.
Re: How to Choose the Right Mobile App Development Company?
Programming
Mobile Development
3 Weeks Ago
by Salem
https://www.daniweb.
com
/posts/jump/2301408
Re: Looking for an developer-Friendly Admin Template
Programming
Web Development
2 Weeks Ago
by Dani
Official Bootstrap themes: https://themes.getbootstrap.
com
/product-category/admin-dashboard/
Re: Accessibility vs design
Digital Media
UI / UX Design
2 Weeks Ago
by rproffitt
In the news: > [Trump Administration Withdraws ADA Guidance ](https://www.disabilityscoop.
com
/2025/03/20/trump-administration-withdraws-ada-guidance/31368/) Looks like it's no longer a problem.
Re: How to open an Excel Document in VB.NET
Programming
Software Development
1 Week Ago
by Pelorus_1
A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel
COM
object in your project.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by ashleydent4u
It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Reverend Jim
I have a problem with people who start posts about a topic with "let's discuss", but don't actually start the discussion. I have a friend (?) in Toronto who, especially during election season (which seems to be always these days), asking for my opinion on things without ever offering one of her own. I got tired of putting in the effort …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
I disagree with that sentiment when it comes to a Q&A forum such as DaniWeb. The very premise of the site is that people ask questions. Quite often, uninformed questions. Sometimes those questions are just asking for your informed opinion as an expert in your field or as someone more informed than they are at the topic at hand. Other people …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Reverend Jim
And I disagree with that. The post I was referring to was >In this thread, let's dive into the exciting advancements in the world of audio technology. From spatial audio to AI-driven sound systems, the audio landscape is evolving rapidly. Share your thoughts on the latest innovations, your favorite audio gadgets, or how new tech is shaping …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Dani
>I fail to see the distinction between asking for an opinion versus a suggestion versus any other form of help or assistance. I understand that you see a distinction when the OP is trying to start a discussion versus asking for advice or help. However, I don’t understand why you make that distinction in a Q&A discussion forum.
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
2 Weeks Ago
by Reverend Jim
1. I thought we didn't have "forums" anymore. 2. Perhaps the OP posted in the wrong place. 3. Regardless, it was clearly a discussion and not a question. It's moot since the thread has been deleted.
Re: Hanayama Cast Puzzles - Mind bracing riddles
Community Center
Geeks' Lounge
1 Week Ago
by Emma_Rose
Absolutely, I love puzzles! 🧩 The Cast Radix sounds like an awesome challenge—level 4 definitely isn’t a walk in the park. There’s something super satisfying about taking apart a well-crafted metal puzzle and figuring out the perfect movements to get it back together. And yes, that solid, high-quality feel makes a big difference—it’s like the …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
1 Week Ago
by Dani
> I have a bit of a migraine right now, so I have to put a little more thought into whether these 2 posts should be deleted when my head is a bit clearer. Unfortunately, I ended up in the ER from an unrelenting migraine that hasn’t let up for 6 days, and is not responding to any medication. I don’t mean to drop the ball on this thread.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC