1.
Get Ip address | Programming
Aug 8, 2008 ... $ip=<dat>; close(DAT); system('rm index.html'); #mail script $smtp = Net::SMTP->new('smtp.online.no', Timeout => 30, )|| print "ERROR ...
2.
Successive over-relaxation (SOR)
Jun 2, 2008 ... Successive over-relaxation (SOR), written in Matlab to solve the ... Successive over-relaxation (SOR) is a numerical method used to speed up ...
3.
Successive over-relaxation (SOR)
Jun 2, 2008 ... Successive over-relaxation (SOR), written in Matlab to solve the ... Successive over-relaxation (SOR) is a numerical method used to speed up ...
4.
Bilder | Sylane 10182008
Sylane-10182008-12 · Sylane-10182008-13 · Sylane-10182008-14 · Sylane-10182008-15 · Sylane-10182008-16 · Sylane-10182008-17 · Sylane-10182008-18 ...
5.
Simple file verification bash
Jun 14, 2008 ... Simple file verification (SFV) is file format to store CRC32 checksums. If the checksums is correct, then the script will uncompress the ...
6.
Sommerjobb i Oslo | DaHoIv - Daniel Høyer Iversen
- [ Translate this page ]Daniel Høyer Iversen. Her blogger en ung ingeniør om sine tanker og aktiviteter.
7.
Sommerjobb i Oslo | DaHoIv - Daniel Høyer Iversen
- [ Translate this page ]Daniel Høyer Iversen. Her blogger en ung ingeniør om sine tanker og aktiviteter.
8.
My .emacs file | Programming
My .emacs file. June 26th, 2008 by Daniel Høyer Iversen. Here is my .emacs file. Copy it to ~/ and it will modify your emacs. .emacs ...
9.
Bash script for SFV and uncompressing of .r00 files - NEW VERSION ...
Dec 20, 2008 ... A bash script to verify the integrity of files on Linux. Simple file verification (SFV) is file format to store CRC32 checksums. ...
10.
Quick sort | Programming
Quicksort is a well-known sorting algorithm developed by C. A. R. Hoare that, on average, makes O(nlogn) (big O notation) comparisons to sort n items. ...