I have deleted my delicious account , from now on i will keep a github backup and use git for bookmarks / imported bookmarks in google chrome (there is any gistorious extensions for keeping bookmarks in git?)
Monday, December 20, 2010
Tuesday, December 14, 2010
!ubuntu / !debian gnome theme of the day
Via the The icebreaker What is used in this desktop theme ?
Re Crono Gnome Theme: http://lassekongo83.deviantart.com/art/Re-Crono-169044394
Icon set awoken: http://gnome-look.org/content/show.php/AwOken+-+Awesome+Token+icon+set?content=126344
Mouse is comixcursor: http://gnome-look.org/content/show.php/ComixCursors?content=32627
dockbarx http://gnome-look.org/content/show.php/DockbarX?content=101604
carpadio menu launcher http://www.omgubuntu.co.uk/2010/06/cardapio-alternative-gnome-panel-menu-launcher-so-much-more/
Re Crono Gnome Theme: http://lassekongo83.deviantart.com/art/Re-Crono-169044394
Icon set awoken: http://gnome-look.org/content/show.php/AwOken+-+Awesome+Token+icon+set?content=126344
Mouse is comixcursor: http://gnome-look.org/content/show.php/ComixCursors?content=32627
dockbarx http://gnome-look.org/content/show.php/DockbarX?content=101604
carpadio menu launcher http://www.omgubuntu.co.uk/2010/06/cardapio-alternative-gnome-panel-menu-launcher-so-much-more/
Monday, December 13, 2010
How can i revert to previous version in git ?
There is git revert HEAD and here is how i tested on a simple repository
it should be empty like before
mkdir test cd test git init . touch to_be_reverted git add . git commit -a echo "Wrong text" > to_be_revertedcheck it with
cat to_be_reverted Wrong text git commit -a git revert HEAD cat to_be_reverted
it should be empty like before
Wednesday, December 01, 2010
compiling quake 1 for #android
This time we use a simpler code than quake 2 or 3 and it should work on slower devices and emulator without problems
code is hosted in mercurial
http://code.google.com/p/glesquake/source/checkout
follow the intructions from install readme
code is hosted in mercurial
http://code.google.com/p/glesquake/source/checkout
hg clone https://glesquake.googlecode.com/hg/ glesquake cd glesquake ndk-build ls -lah release/QuakeActivity.apk -rw-rw-r-- 1 mariuz mariuz 278K Dec 1 22:57 release/QuakeActivity.apknext you need to upload the apk to the device and the data file (pak)
follow the intructions from install readme
Subscribe to:
Posts (Atom)