Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
explanation
- Page 1
Re: Differential Directory, indexing method
Programming
Software Development
5 Days Ago
by noahevans
This is a brilliant
explanation
of how Differential Directory (DiDi) indexing works — very efficient and …
What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
3 Weeks Ago
by adildixi
… logs or resetting data files—you might find this detailed
explanation
useful. It covers several approaches, including the truncate command, redirection…
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
3 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
3 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: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
1 Month Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The
explanation
of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
…, and Javascript execution. However, I don't have a good
explanation
for the behavior either.
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
1 Month Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Explanation please!
Programming
Software Development
17 Years Ago
by rysin
… confused me. Being that this tutorial has a very vague
explanation
on each of the snippets, I need someone to explain…
Explanation of Process File
Programming
Software Development
19 Years Ago
by mu42774
… sure if whatever I tried to explain on the [B]
Explanation
for the Summary Result File for TWO processes in the… times 1 2000 (ms) 500 (ms) 2000 (ms) 3 times
Explanation
for the Summary Result File for TWO processes in the…
Explanation on how the program works ?
Programming
Software Development
16 Years Ago
by J-son
… get the result. Just want to get some
explanation
because there is no
explanation
in the book about how it works.Thanks.
Re: Explanation on how the program works ?
Programming
Software Development
16 Years Ago
by J-son
Thank you very much. You
explanation
really helpful. :)
explanation of the output
Programming
Software Development
15 Years Ago
by shopnobhumi
What could be the possible
explanation
of this program output? I am trying to learn c++ …
explanation highlight
Programming
Web Development
12 Years Ago
by davy_yg
Hello, Cek this site: [website](http://www.kompas.com/) If you hover the mouse above each article title, there is an
explanation
tips appears. How to do so?
Explanation Needed for Method Overriding
Programming
Software Development
11 Years Ago
by cleve23
… from the book that i am reading.But i need
explanation
on why creating a reference to the figure(Eg: Figure…
Explanation of our Rewards System
Community Center
10 Years Ago
by Dani
The following is an
explanation
of our rewards system. Does it make sense? How can …
Re: explanation
Programming
Software Development
11 Years Ago
by strongard63
… same time** a **value **(**in concatenation context**)?????!!! what is the
explanation
beyond itwith details and specifications??? the second question was not…
Re: explanation
Programming
Software Development
11 Years Ago
by strongard63
your
explanation
is very instructive and interesting but I have some requests …
Re: Explanation please!
Programming
Software Development
17 Years Ago
by Ene Uran
There is of course an indent error in your code sample. I added some comments: [code=python]# move a line down and up the display window import pygame y = 0 dir = 1 running = True width = 800 height = 600 screen = pygame.display.set_mode((width, height)) linecolor = 255, 0, 0 # red #bgcolor = 0, 0, 0 # black bgcolor = 255, 255, …
Apple iPhone 4 Reception Explanation Borders on Surreal
Hardware and Software
macOS
14 Years Ago
by Techwriter10
…. As far as I can tell, this is really their
explanation
. In the words of [URL="http://www.hulu.com…?) But there's more. Oh, yes. It gets better. An
explanation
that Apple calls "both simple and surprising." I… than this if they want smooth things over because this
explanation
needs work. Really.
Need explanation for reported negative sum
Programming
Software Development
18 Years Ago
by isaacmacdonald
… with the 4-bytes allocated for int, but vague intuition !=
explanation
. Can someone give me a good…
yellow explanation point on Direct Parallel device
Hardware and Software
Microsoft Windows
15 Years Ago
by inetbogey
… as "Direct parallel" and it has a yellow
explanation
point in front of it. i looked at it with… normal mode or safe mode. in safe mode the yellow
explanation
point is no-longer there. i don't know what…
Re: Apple iPhone 4 Reception Explanation Borders on Surreal
Hardware and Software
macOS
14 Years Ago
by wfolta
…/the-iphone-4-review/2 Read it and perhaps their
explanation
won't be so eager to rant about "surreal…
Need Help :Easy way to adding explanation to files
Programming
Software Development
13 Years Ago
by Oneryavuz
i need to add
explanation
to my file i have a little filesystem in my … use database for files) how can i add and call
explanation
to myfile i have some ideas but thats last resort…
Processing-L-System: Explanation Required
Programming
Software Development
13 Years Ago
by nickecarlo
… still don't get it so I would appreciate an
explanation
. [*] Initial rotation for the line is to go up? Is… and is there a website or a book with detailed
explanation
of L-System as applied in Processing? [/LIST] I would…
Looking for a good explanation of Joomla's index.php
Programming
Web Development
12 Years Ago
by PixelatedKarma
… but I have come here instead to get a clear
explanation
from this community because it has always delivered great results… you the appropriate template - I know thats a very basic
explanation
but I am wondering if anyone familar with this application…
Re: Need explanation for reported negative sum
Programming
Software Development
18 Years Ago
by FC Jamison
True...the data types and sizes shown are typical on Windows systems, and the sizes and ranges may be different on other operating systems... You can determine the size of an integer using [inlinecode]sizeof(int);[/inlinecode]. Still...my
explanation
is the most plausable...he has simply exceeded to range of an int.
Re: Need explanation for reported negative sum
Programming
Software Development
18 Years Ago
by isaacmacdonald
[quote=FC Jamison;254413] Interestingly enough...integers will simply loop through thaie cycle...i.e. if the number is larger than 2,147,483,647 it will restart the count at -2,147,483,648...whild doubles that exceed their upper limit will cause an error.[/quote] Perfect -- I was just looking for a correct
explanation
.
array declaration explanation needed
Programming
Software Development
20 Years Ago
by mattcplusplus
Hi i need an
explanation
of the following array declaration: GLfloat colours[][3] Why are the square brackets empty, does it imply a default value? so it has say 1 row and three columns? Thanxfor your help in advance it is much appreciated
Hosts file question about Gorilla's explanation
Hardware and Software
Information Security
19 Years Ago
by kAtHicKa
…, I actually understood almost all of Gorilla's Host File
explanation
[URL=http://www.accs-net.com/hosts/what_is_hosts.html]here…
Re: Hosts file question about Gorilla's explanation
Hardware and Software
Information Security
19 Years Ago
by DMR
An even deeper discussion/
explanation
of the function of the 127.0.0.1/localhost/…
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