Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
log
- Page 1
Re: Differential Directory, indexing method
Programming
Software Development
3 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: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… may have to: 1. Start a new cmd window 2.
Log
out and
log
in again 3. Reboot the machine
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
… to avoid), then create a local admin account and always
log
on with that. That results in several plusses: 1. I… can always
log
on to the MS account if the local account goes…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… theoretical lower bound for comparison-based sorting algorithms is K ×
log
₂(N). I developed a very simple method that matches this…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… by Donald Knuth in The Art of Computer Programming: K ×
log
₂(N). I developed a simple method that matches this limit…
What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
1 Month Ago
by adildixi
I recently needed to clear out
log
files without removing the files themselves (since some apps recreate …
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
1 Month 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
1 Month 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).
Log the output of BASH scripts to a Syslog-like format
Hardware and Software
Linux and Unix
12 Years Ago
by dihmen
Log
the output of BASH scripts to a Syslog-like format
Re: log.exe/ autorun
Hardware and Software
Information Security
15 Years Ago
by jholland1964
…].[/B] * When MBA-M finishes, Notepad will open with the
log
. Please save it where you can find it easily. The…
log
can also be opened by going to Start > All …Programs > Malwarebytes' Anti-Malware > Logs >
log
-date.txt. [B]Reboot the computer[/B] Next download [B…
Re: log files
Programming
Software Development
15 Years Ago
by kunal kislay
log
file is for the sake of ur convinence .. it helps u figure out where actually u r doing wrong.. one cant waste his/her time investigetting the whole code in case the program is tooo large to figure out his mistake. looking at the
log
file it is easy to find out ur errors if the
log
file is correctly and smartly constructed.
Log in
Programming
Web Development
14 Years Ago
by Imratzio
…quot;location:index.php"); exit(); } //parse the
log
in form if the user has filled out and pressed… "
Log
in" if(isset($_POST["username"])&…; name="button" id="button" value="
Log
In" /> </form> </div>…
LOG-IN
Programming
Software Development
12 Years Ago
by Ashenvale
Hi! I tried creating a
log
-in screen that is connected to a database from the … wanted to put a function where the user can only
log
in if the account is not yet expired. for that… don't know how to put the function in the
log
-in screen. How do I check if the Expiration date…
log system
Programming
Software Development
12 Years Ago
by mangsmurf
I am having a problem in making a program that will display what time that school staff
log
in, their names, and the option to
log
out in a tabular form using multidimensional arrays in the program. Can anyone help me?
Re: LOG-IN
Programming
Software Development
12 Years Ago
by Reverend Jim
…; or use "<=" if the user can still
log
in on the ExpireDate.
log-in system ?
Programming
Software Development
13 Years Ago
by ceptic
… to know how to do is how to create a
log
-in + connection to query the database and update values. how…
Log in system
Programming
Web Development
12 Years Ago
by rotten69
…' placeholder='password' "; echo "<input type='submit' value='
Log
in' > "; echo "</form>";
Log Class help!
Programming
Software Development
14 Years Ago
by maybnxtseasn
…what() and getOtherInfo()...obviously i could make my
log
class except 2 std::wstrings and implement it like…i or another user wants to use my
log
class later on and it only has 1… i or another user wants to use this
log
class in another program and my/their custom …question is how can i implement it so my
log
class will except any # of strings and be…
Re: Log Class help!
Programming
Software Development
14 Years Ago
by mike_2000_17
… templates in C++, before going to deep into this
Log
class. C++ does not really support variadic functions (… take any sequence of parameters of any type: [CODE] class
Log
{ //.. as before .. //say for 3 arguments: template <…more than two functions to do it all: [CODE] class
Log
{ //..as before template <typename T> void …
Re: Log shipping SQL 2000
Programming
Databases
16 Years Ago
by imohammed
[QUOTE=imohammed;740616]Hello, I am trying to setup
log
shipping for SQL 2000 database. I don't see option … up if I have specified that the plan will install
log
shipping. Where do I specify that plan will use… standard that's why I am not getting option for
log
shipping share. I found this log_shipping.zip file that has…
Re: Log In Script Problem
Programming
Web Development
15 Years Ago
by phouse512
…= mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME); // Grab the user-entered
log
-in data $user_username = mysqli_real_escape_string($dbc, trim($_POST['username'])); $user_password =…$error_msg = 'Sorry, you must enter your username and password to
log
in.'; } } } ?> <!DOCTYPE html PUBLIC "…
Re: log file archivaly utility
Programming
Software Development
8 Years Ago
by rubberman
…administration of systems that generate large numbers of
log
files. It allows automatic rotation, compression, removal…, and mailing of
log
files. Each
log
file may be handled daily, weekly, monthly… unless the criterion for that
log
is based on the
log
's size and logrotate is…
Log shipping SQL 2000
Programming
Databases
16 Years Ago
by imohammed
Hello, I am trying to setup
log
shipping for SQL 2000 database. I don't see option …to "specify the transaction
log
share". According to MS
Log
Shipping instruction, "specify the transaction
log
share" screen shows… up if I have specified that the plan will install
log
shipping. Where do I specify that plan will use…
Log tail with command
Programming
Software Development
13 Years Ago
by c1ockwerk
… CLEAR App output outputTextbox.Text = ""; // Load
log
file into tail and begin tail gr_log_tail(); // EXECUTE APP This…private void gr_log_tail() { string fileName ="C:\\APP\\
log
\\app.
log
"; // Clear contents of tail for each load.…
log file archivaly utility
Programming
Software Development
8 Years Ago
by can-mohan
… help me in based on below policy. (1) whenever
log
file (system.
log
) size >30859 or file is 3 day old… name system.log1 and again start the feeding the
log
in system.
log
file from start after truncating its content. I am… going to write all the debug statements in
log
file through c++ code in linux environment. Any immediate help…
Re: log file archivaly utility
Programming
Software Development
8 Years Ago
by can-mohan
… Re-name it to a unique archive
log
file name Open a new
log
file (same name as previous file before it… was renamed)" i can't open new
log
file as this file is created by the other process… be used for logging. if you truncate or rename the
log
file , loging activity will be completely stopped.
log files
Programming
Software Development
15 Years Ago
by alhafes
Hi every body I have some question about
log
file . What is the
log
file ? What is the importance of the
log
file? List 4 example of system where the
log
file should used and briefly exaplain why? Should the
log
file be monitored in the real time or not ? Explain ? thanks
Re: Log of HijackThis - Please Help
Hardware and Software
Information Security
15 Years Ago
by bobbygsk
…]Make sure that you restart the computer.[/color][/b] The
log
can also be found here: C:\Documents and Settings\Username…\Application Data\Malwarebytes\Malwarebytes' Anti-Malware\Logs\[b]
log
-date.txt[/b] Or at C:\Program Files\Malwarebytes' Anti… Pack 3 7/9/2009 11:11:24 PM mbam-
log
-2009-07-09 (23-11-24).txt Scan type: …
Re: Log File not found Error
Programming
Software Development
14 Years Ago
by AndreRet
…have set a reference (link) to a certain
log
file. On your development pc it was able …to find this
log
file, because your path was set to it…does not exist in that path. Copy the
log
file to the correct folder. I do not …know if this
log
file is setting reference to your components or not…
Re: Log File not found Error
Programming
Software Development
14 Years Ago
by shweta102030
…have set a reference (link) to a certain
log
file. On your development pc it was able …to find this
log
file, because your path was set to it…does not exist in that path. Copy the
log
file to the correct folder. I do not …know if this
log
file is setting reference to your components or not…
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