Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
list
- Page 1
💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
21 Hours Ago
by asadalikhan
… hear what’s in your "must-install immediately"
list
! Let’s swap recommendations — you might just discover a tool…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
19 Hours Ago
by Reverend Jim
First app is Macrium Reflect so I can take an image of the fresh install. Then I repartition to C/D, move my user folders (documents, pictures, etc.) to D. Then I take another image. After that I begin installing my base apps before imaging one more time.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
12 Hours Ago
by Reverend Jim
Further note: Because Microsoft insists on crammine OneDrive down our throats, moving the My Documents is damn near impossible. I've found the easiuest way is to initially set up my computer using a Microsoft Account (something they have also made it almost impossibole to avoid), then create a local admin account and always log on with that. That …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
7 Hours Ago
by Dani
* Microsoft Office (for macOS) And then to manage DaniWeb: * PhpStorm * Remote Desktop Manager * Viscosity * Screaming Frog SEO Spider
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
7 Hours Ago
by Dani
Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
5 Hours Ago
by Reverend Jim
>I'm quite sure that you can, if I remember correctly? Before OneDrive it was easily done. Not anymore. Microsoft is slightly brain dead. Locations for shell folders are stored in the registry. You'd think they'd all be under "Shell Folders", but not all of them are. And you'd think they would have consistent names. But here are …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
5 Hours Ago
by Reverend Jim
BTW I've spoken with a former Microsoft Engineer. He also agrees OneDrive is an abomination.
Re: Differential Directory, indexing method
Programming
Software Development
5 Days Ago
by xrjf
Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video …
Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
… full keys in each node. Much like when writing a
list
by hand and using quotation marks (“) to indicate repetition from…
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
… method that matches this limit. For example, to sort the
list
{2, 5, 7, 1, 4, 3, 8, 6}: Sort pairs…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Week Ago
by usmanmalik57
… - Statistics - Quantitative Biology - Quantitative Finance Return only a comma-separated
list
of the categories (e.g., [Computer Science,Physics] or [Computer…
Re: How Can I Increase More Traffic of My Website?
Digital Media
Digital Marketing
1 Week Ago
by jonathannweyer
… communities (like Reddit, Quora, or niche forums), building an email
list
, or even testing out some low-budget social media ads…
Re: Custom Media Server
Hardware and Software
Linux and Unix
3 Weeks Ago
by Vince_6
I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by rproffitt
DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here.
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
About DiDi DiDi (Differential Directory) was originally developed as part of my thesis project in the early 1990s. The name bears no relation to the more recent Chinese ride-sharing company. At the time, DiDi was a novel approach within its academic context, but a change in legislation unfortunately led to the closure of the school and the …
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
For example, as Donald Knuth points out in The Art of Computer Programming, the theoretical lower bound for comparison-based sorting algorithms is K Ă— logâ‚‚(N). I developed a very simple method that matches this performance. However, DiDi goes far beyond: its performance is proportional to K Ă— (maximum key length), regardless of the number of …
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
"Just to clarify a previous mistake: the efficiency should be K Ă— N Ă— logâ‚‚(N), not K Ă— logâ‚‚(N) as I initially wrote."
Re: Differential Directory, indexing method
Programming
Software Development
1 Week Ago
by xrjf
I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference.
Re: Differential Directory, indexing method
Programming
Software Development
1 Week Ago
by noahevans
This is a brilliant explanation of how Differential Directory (DiDi) indexing works — very efficient and elegant. The idea of storing only the first differing bit between keys reminds me of how we optimize systems for speed and memory, much like how some tech repair services streamline diagnostics. At FixnVibe, our approach to mobile phone …
Need currency pound symbol before amount calculation
Programming
Web Development
1 Month Ago
by ianhaneybs
…function calc(){ var grand_total = 0; $('table#
list
tbody input[name="total[]"]').each(function(){… grand_total += parseFloat($(this).val()) }) $('table#
list
tfoot .grand-total').text(parseFloat(grand_total).toLocaleString('en-…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
1 Month Ago
by usmanmalik57
… path of the model you want to call and the
list
of system and user messages. The script below defines the… for API calls per minute. The `predict_sentiment()` function returns a
list
containing predicted sentiments of all 100 tweets in the dataset…
Re: Need currency pound symbol before amount calculation
Programming
Web Development
1 Month Ago
by Dani
Yes, but you might want to also add `currency: 'GBP'`, as so: $('table#
list
tfoot .grand-total').text(parseFloat(grand_total).toLocaleString('en-gb', { style:'currency', currency: 'GBP', maximumFractionDigit:2 }))
Re: Need currency pound symbol before amount calculation
Programming
Web Development
1 Month Ago
by Biiim
…-correct answer I will do the botch-job answer: $('table#
list
tfoot .grand-total').text('ÂŁ'+parseFloat(grand_total).toLocaleString('en-gb', {style…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… Name: count, dtype: int64 ``` Next, we will iterate through the
list
of 100 tweets in our dataset and predict each tweet…
Implementing a Dynamic Filter Option in a Web Application
Programming
Software Development
1 Month Ago
by YashSmith
… a range. Select a category to refine results further. The
list
updates dynamically as filters are applied. This filtering functionality is…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… this way, everyone can learn more. Below I will briefly
list
the functional structure of the line chart component: · Public properties…
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Dani
… another similarity measure to compare the articles. 1. Initialize a
list
of 1000 articles articles = [article1, article2, ..., article1000] 2. Define … scores similarity_scores = [] 4. For each article in the articles
list
: a. Compute the similarity between the target_article and the current…
Re: Using Ubuntu for chess tournament
Hardware and Software
Linux and Unix
2 Months Ago
by Salem
…; lealsz Read size of LE Accept
List
On my machine $ sudo hcitool lealsz Accept
list
size: 25 Bluetooth is generally low bandwidth…
Re: Mention The Popular Blockchain Platforms
Programming
Software Development
2 Months Ago
by Dani
Bitcoin and Ethereum are the biggies. [Here's a comprehensive
list
.](https://en.wikipedia.org/wiki/List_of_blockchains)
Re: Page Speed Issue
Digital Media
Digital Marketing
2 Months Ago
by Dani
… as anything beyond a simple question followed by a flat
list
of responses. Fast forward a couple of decades, and sites…
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