Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
re-use
- Page 1
Re: Looking for AI app developers
Programming
Mobile Development
6 Days Ago
by KamalDeepPareek
… privacy-focused applications like: Voice transcription and command recognition (perfect
use
-case for Whisper) Offline chatbots or virtual assistants Personalized note…
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days Ago
by lennyli
…), which picks a random port. In production, IIS will usually
use
port 80 or 443. > > Best approach > If…
How Are You Approaching SEO in 2024? Strategies That Actually Work?
Digital Media
Digital Marketing
2 Days Ago
by Ramesh sharama
… actually helpful—not just “optimized” Consistent internal linking and smart
use
of schema Cleaning up outdated or low-performing pages I…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
6 Days Ago
by asadalikhan
Nick, this issue sounds like a file association problem. Your URL shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix: 1. Go to Control Panel > Folder Options > File Types 2. Find and select .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (…
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days 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: Cannot run exe from asp.net
Programming
Web Development
6 Days 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 …
Re: Cannot run exe from asp.net
Programming
Web Development
6 Days 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: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
5 Days Ago
by asadalikhan
Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior.
Re: Cannot run exe from asp.net
Programming
Web Development
5 Days 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
5 Days 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
5 Days 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: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
4 Days Ago
by MasoodDidThat
The sole purpose of disavowing a link is to stop Google from indexing the backlink so it does not affect your ranking. You can upload the file of your disallowed backlinks to GSC (https://search.google.com/search-console/disavow-links). This practice helps protect your site from potential penalties associated with low-quality or spammy links. So…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Week Ago
by usmanmalik57
…Finally, we create the OpenAI client object we will
use
to call the OpenAI API. To access the …are performing multi-label classification, we will only
use
research papers that belong to at least two …Computer Science,Physics] or [Computer Science,Physics,Mathematics]).
Use
the exact case sensitivity and spelling of the categories…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… of concept. There is no specific language/tool I must
use
. The prototype is to demonstrate that I can wirelessly control… the router being 192.168.0.1. My computer will
use
wifi to connect to the SSID of the router connected… product. My thought is maybe to demonstrate that i can
use
my web browser to connect to the webpage http://192…
What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
3 Weeks Ago
by SanjayJoshi
If I want to
use
Bootstrap 5 for my admin dashboard and avoid Tailwind, which templates should I consider?
Re: What are some top-rated Bootstrap admin templates that not rely on Tailwind
Programming
Web Development
3 Weeks Ago
by Dani
Hello, DaniWeb actually uses Bootstrap, but I don’t
use
any preexisting templates. How much CSS experience do you have? …
Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by Dani
Linux has come a long way, but it's still primarily a server OS, correct? How many of you linux fanboys and girls
use
it as your primary operating system for daily tasks? How does it compare to Windows or macOS in terms of productivity and overall user experience?
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by Reverend Jim
I've tried loinux several times over the years on spare computers, virtual machines, and a Raspberry Pi. I gave up on all of them because it was too difficult to maintain. Now all I
use
it for is Live USB recovery tools.
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by Salem
I
use
it all day, every day. TBH, M$ stopped being an OS company after Windows 7 and the so-called OS just became a marketing tool to ram ever more crap in front of your face.
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
3 Weeks Ago
by blogmanagment
… can you solve them? Which social media platform do they
use
more? (e.g., FB, Instagram, LinkedIn, etc.) What type of…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by Benjamin_17
… real problems, yes I do not play the games I
use
to, but within Steam there is still quite a healthy…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by jkon
I exclusively
use
Linux on my personal PCs, currently the Ubuntu distribution. I …
Hello I am SirServeIt
Community Center
Say Hello!
2 Weeks Ago
by SirServeIt
I have a couple project that I am working on listed bellow. I used to
use
this forum back in the day when I made my first website, a myspace like site I made in middle school and kept running until I dropped out of HS.. any feedback on my current sites is appreciated > (campic.site/) > (drinkdb.site/drinks/)
Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… number, while your previous discussion 13 years ago suggested to
use
the session state to run at a different port. Thank…
Metaverse Marketing Services
Digital Media
Digital Marketing
1 Week Ago
by theKollab
How can we
use
metaverse for marketing a service?
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by john_111
… tiny pieces and cease to exist. No one would ever
use
the web, it would be so totally insecure. So web…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… of concept. There is no specific language/tool I must
use
* User asks for help with Y. Initially asked... > Have…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Neil_brown001
…), which picks a random port. In production, IIS will usually
use
port 80 or 443. Best approach If you want a…
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by ashleydent4u
…'s authority in a significant way. While Google may still
use
some external signals for ranking, the disallowed pages won’t…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
3 Weeks Ago
by Dani
Use
Cloudflare (free plan is available) and plugins such as WP Rocket or WP Engine.
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