Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
to-file
- Page 1
Re: Java Coin Flip Program
Programming
Software Development
7 Hours Ago
by jassonadder
… end. Let me know if you want a version with
file
output or a GUI later on—happy to help!
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
2 Days Ago
by Reverend Jim
… being made according to the hidden desktop.ini
file
. What an abortion of a
file
system. And OneDrive is impossible to uninstall…
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Day Ago
by Dani
Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML
file
used to generate the page, complete with inline, base64 encoded resources.
What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
4 Weeks Ago
by adildixi
… DedicatedCore that explains different ways to shorten or empty a
file
in Linux without deleting it altogether. If anyone else is…
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
4 Weeks Ago
by Reverend Jim
I'm confused. Since the log
file
is recreated automatically what is the problem with just deleting it? But if you want to shorten it you could always open it as write (but not append) and write a null string to it.
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
4 Weeks Ago
by Salem
I guess most people just use https://linuxconfig.org/logrotate Set it and forget it. There's no need to resort to random per
file
hackery (or quackery).
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Weeks Ago
by PitSterw
I've worked on something similar and found that using Microsoft.Office.Interop.Excel lets you open the
file
and loop through cells easily.
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by ashleydent4u
…'re on the right track already, and your robots.txt
file
actually looks okay at first glance. However, if 1.13K…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… > You can technically make the server launch an .exe
file
like Notepad, but: > > It will run in…maxwi>python client.py Traceback (most recent call last):
File
"C:\Users\maxwi\client.py", line 18, …in <module> main() ~~~~^^
File
"C:\Users\maxwi\client.py", line 6, in…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Neil_brown001
… server You can technically make the server launch an .exe
file
like Notepad, but: It will run in the background on… appear, it could be an HTML/CSS issue, or the
file
isn’t loading. Make sure the app is being served…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Week Ago
by asadalikhan
Nick, this issue sounds like a
file
association problem. Your URL shortcuts on the shortcut bar are … fix: 1. Go to Control Panel > Folder Options >
File
Types 2. Find and select .URL 3. Click Advanced and…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Week 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: Is linux your daily driver?
Hardware and Software
Linux and Unix
3 Weeks Ago
by Reverend Jim
… bonus, once I was done she also understood fragmentation and
file
pointers as well as the difference between a full and…
Re: Page Crawling Issue
Digital Media
Digital Marketing
3 Weeks Ago
by jonathannweyer
If SEMRush is only crawling a few pages, it might be due to the crawl settings or limits in your SEMRush account. Check if there are any crawl restrictions set up and make sure your robots.txt
file
isn’t blocking any important pages.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp
file
has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Reverend Jim
>No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a
file
in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task.
Re: Create Infinite Loop In Bash
Hardware and Software
Linux and Unix
1 Week Ago
by asadalikhan
while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script
file
needed, just drop it in the terminal and you're good.
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by MasoodDidThat
… it does not affect your ranking. You can upload the
file
of your disallowed backlinks to GSC (https://search.google.com…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
3 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: How to open an Excel Document in VB.NET
Programming
Software Development
2 Weeks Ago
by JamesMichaelm
I see it's been a while since you posted, but I'm curious if anyone here has tried using the Open XML SDK instead of Interop or OleDb for reading Excel files. I found it faster and doesn't require Excel to be installed, though it can be more complex for writing. Wondering how others handle big Excel files or ones with tricky formatting?
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Weeks 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: how to get back visual basic 6 project again on coding again
Programming
2 Months Ago
by Shajjad_1
To get back to coding a Visual Basic 6 project, locate your project files (e.g., .vbp, .frm, .bas). Ensure you have Visual Basic 6.0 installed on your system, as modern IDEs don't support VB6. Open the project
file
in VB6 IDE, and you can resume editing and coding.
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Olu_610
Errors in robots.txt
file
settings and sitemap failures frequently trigger indexing issues. Verify if the robots.txt permits Googlebot to explore all pages and make sure your sitemap is fully updated with proper submission to Search Console.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… rendering of the HTML page. Use `defer` if your Javascript
file
requires the HTML DOM to be ready, or relies on… Javascript files, and use `async` if you want the Javascript
file
to be executed the moment that it's finished downloading…
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by naps2
If you are encountering a page crawling issue, you should check your robots.txt
file
to ensure that important pages are not blocked. You should also check Google Search Console for crawl errors or indexing issues.
Re: Linking Sitemap to all the Webpages
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
You don’t need to link your sitemap to every webpage. It’s enough to submit your sitemap to Google Search Console and place a link to it in your robots.txt
file
. This helps search engines discover and crawl your pages efficiently without needing direct links on your website.
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
… to your crawl settings or restrictions. Check your robots.txt
file
and meta tags to ensure SEMrush isn’t blocked from…
Re: Page Crawling Issue
Digital Media
Digital Marketing
2 Months Ago
by MasoodDidThat
> Found the solution I tried a method where I went to the Site Audit settings on Semrush, uploaded a .txt
file
containing all the URLs I wanted to get indexed, and then re-ran the campaign. It worked.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
…;Linker->Advanced->Entry Point-> Main Edit project
file
mr_m.vcxproj, under <ItemGroup> add the References: <…
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Mr.M
I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers.
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