3-0 in 45 minutes. AC Milan in front of you...
Albert J. Vilella, Angel Blanco-Garcia, Stephan Hutter, and Julio Rozas
VariScan: Analysis of evolutionary patterns from large-scale DNA sequence polymorphism data
Bioinformatics Advance Access published on April 6, 2005
Bioinformatics 2005 21: 2791-2793; doi:10.1093/bioinformatics/bti403
http://bioinformatics.oupjournals.org/cgi/content/abstract/21/11/2791
#!/bin/bash
DIR=/lib/modules/`uname -r`
for i in `find $DIR/kernel -type f -name "*.ko"`
do
MOD=`basename $i | sed s/\.ko//`
echo Loading $MOD
sync
/sbin/modprobe $MOD
dmesg -s 128000 > dmesg.old
sync
#sleep 1
echo -n Removing.. " "
for r in `/sbin/lsmod | grep \ 0 | awk '{print $1}' | grep -v via_rhine`
do
echo -n $r " "
/sbin/rmmod $r
dmesg -s 128000 > dmesg.old
sync
done
echo
echo
done
http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/Doc/Compile.html
Chief:"What part did you miss?"
Maxwell Smart: "Everything after, 'Now listen carefully...'"
-- "Get Smart" (1965-1970)
Without any power outage or any other related problem, I believe this is the uptime record for my Linux machines:
14:56:23 up 51 days, 4:56, 2 users, load average: 0.20, 0.19, 0.12
I have recently experienced how Linux and Open Source is ubiquitously present in such incredible places. Yesterday we went to visit BSC's Mare Nostrum, a supercomputer set up by UPC, Generalitat de Catalunya, and the Spanish government jointly with IBM. It runs on Linux, as most of the servers one can nowadays buy from IBM.
http://www.flickr.com/photos/avilella/14527185/
It is formed of some ~4000 blades, each one being a more or less complete computer in which Linux is "netsufflated" and makesone piece of a big parallelization machine, connected by 2GBps bandwitdh with the other blades.
http://www.flickr.com/photos/avilella/14527186/
It is a pretty amazing place: the computer is inside a chapel, which was desacralized beforehand. The chorus of the chapel will be used to held presentations to visitors.
http://www.flickr.com/photos/avilella/14527187/
Also, I recently read about the the MIT project to bring the digital world to the children in developing countries. They use Linux and Open Source software as this is a project were the per-computer budget is crucial. The aim is to start shipping $100 rugged-laptops next year. I find this initiatives of great value for bringing opportunities to millions of childs in many countries.
http://laptop.media.mit.edu/
Finally, and even more extreme, these visionary guys in University of Essex who built a mini-helicopter with a web server running on a mini computer under Linux. Phewww!
http://cswww.essex.ac.uk/staff/owen/research.htm
while ["true"] ; do
uptime | tee -a ~/file.log
sync
sleep 20
done
I think that Labour Party is by far the best political option for Great Britain today. I'm glad they won 2005 elections, and I'm also glad that they didn't win by an appalling difference, but yet retaining absolute majority.
Compared to the strict closed party-based system in Spain, even when winning the elections by absolute majority, Labour party in Britain will have to negotiate each and every law, each and every step in the next four years not only with the people, but with each and every member of the party. Which is good. Very different from the situation in Spain during the 2000-2004 PP's period.
To infer (something) without sufficiently conclusive evidence.
Britney Spears guide to Semiconductor Physics
britneyspears.ac/lasers.htm
(defun em ()
(interactive)
(insert "\\emph{}") ; insert a piece of text
(backward-char 1) ; move the cursor back three characters
)
precise answers will be elusive
One would like to address this issue as rigorously as possible
blastall -p blastn -d DB -F f -q -1 -r 1 -G 2 -E 1 -W 7 -I T -e 10000000 -i Input -o Output
megablast -d DB -F f -q -1 -r 1 -G 2 -E 1 -W 28 -I T -m 0 -D 2 -n T -R T -i Input -o Output
200409 200412 200501 200502 200503 200504 200505 200506 200507 200508 200509 200510 200511 200512 200601 200602 200603 200604 200605 200606 200607 200608 200609 200610 200611 200612 200701 200702 200703 200704 200705 200707 200708 200709 200710 200711 200712 200801 200802 200803 200804 200805 200806 200807 200808 200809 200810 200811 200812 200901 200902 200903 200904 200905 200906 200907 200908 200909 200912 201001 201002 201003 201004 201007 201009 201011 201102
Subscribe to Posts [Atom]