Vasiliy Selivanov

  • RSS

Shiretoko / Gecko 1.9.1 Alpha 2 (Firefox 3 alpha 2)

Posted on Monday, September 8th, 2008

Support for the HTML 5 <video> element Initial support for web worker threads You can now drag and drop tabs between browser windows Ability to make use of Aero "Glass" in XUL Support for CSS 2.1 properties: ::before and ::after, and white-space:pre-line Support for CSS 3 properties: -moz-border-image, word-wrap: break-word, text-shadow, box-shadow and column-rule Performance [...]

continue reading

Site with 10000 … sheeps hm :)

Posted on Tuesday, April 1st, 2008

www.thesheepmarket.com site where you could see how people draw sheep. So what you need it just select on of the 10000 sheeps and enjoy Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

Yahoo to Microsoft: Price must be right

Posted on Tuesday, April 8th, 2008

from: news.com Below is the edited text of a letter sent by Yahoo CEO Jerry Yang and Chairman Roy Bostock to Microsoft CEO Steve Ballmer on Monday. Dear Steve: Our board has reviewed your most recent letter with regard to the unsolicited proposal you made to acquire Yahoo on January 31, 2008. Our board carefully [...]

continue reading

unix best commands

Posted on Monday, July 6th, 2009

check site http://www.commandlinefu.com and you will get list of commands sorted by voting. Fx:

Run the last command as root

1
sudo !!

Serve current directory tree at http://$HOSTNAME:8000/

1
python -m SimpleHTTPServer

change to the previous working directory

1
cd -

Posted in: Linux.