Blog Atom RSS
Zynk code has been moved to GitHub
Thursday, October 15th, 2009Since sf.net is a very slow service I decided to move the Zynk code to GitHub.
You could get it with the following command:
git clone git://github.com/hanez/Zynk.git
Btw.: The Leo Search Code is available at GitHub too:
git clone git://github.com/hanez/leo-search.git
Happy forking! ;)
Posted in: news, OpenSource
OOC – Out of Cooldom
Thursday, October 15th, 2009I found ooc today!
From their site:
“ooc is a modern, object-oriented, functional-ish, high-level, low-level, sexy programming language. It’s translated to pure C with a source-to-source compiler. It thrives to be powerful, modular, extensible, portable, yet simple and fast.”
Take a look! It seems to be an interesting project… ;)
The code is available at GitHub. Just click here to see all OOC related repositories – There is a lot of stuff available!
Posted in: OpenSource, programming
Leo Search was added to Softpedia
Thursday, September 24th, 2009Leo Search was today added to mac.softpedia.com.

“Leo Search” has been tested in the Softpedia labs using several industry-leading security solutions and found to be completely clean of adware/spyware components. We are impressed with the quality of your product and encourage you to keep these high standards in the future.” – Softpedia.com
Posted in: news
I love the Zsh prompt used in Gentoo! Here it is…
Wednesday, September 16th, 2009Since I am using the Zsh as default Shell on my Linux machines but not all of them are Gentoo based, I put the Gentoo prompt here.
Screenshot:

Just put the following lines to your .zshrc and you will be able to use this prompt on all distributions, not only Gentoo. Shure, I could copy the prompt file to the default directory in /usr/share/zsh/… but it is easier to just copy the .zshrc file from system to system…:
prompt_gentoo_setup () {
prompt_gentoo_prompt=${1:-'blue'}
prompt_gentoo_user=${2:-'green'}
prompt_gentoo_root=${3:-'red'}
if [ "$USER" = 'root' ]
then
base_prompt="%B%F{$prompt_gentoo_root}%m%k "
else
base_prompt="%B%F{$prompt_gentoo_user}%n@%m%k "
fi
post_prompt="%b%f%k"
#setopt noxtrace localoptions
path_prompt="%B%F{$prompt_gentoo_prompt}%1~"
PS1="$base_prompt$path_prompt %# $post_prompt"
PS2="$base_prompt$path_prompt %_> $post_prompt"
PS3="$base_prompt$path_prompt ?# $post_prompt"
}
prompt_gentoo_setup "$@"
Posted in: OpenSource
Zynk Source Code available at Sourceforge
Wednesday, September 9th, 2009
I have some weeks ago comitted the Zynk sources to SourceForge. They are available via SVN and I hope there will be people joining this project.
You can checkout the sources using the following command:
svn co https://zynk.svn.sourceforge.net/svnroot/zynk zynk
Posted in: news, OpenSource
Pages
Tags
Account ACTA Amsterdam Android App Arduino Arm Attiny Automation Avr Beach Board Book Circuit Clouds Code Community Cross Cyanogen Denhaag Denmark Desaster Deutsch Device Distribution DIY Dotnet Electronics Embedded Extension Extension news Firefox Foo Fosdem Freedom Freifunk Friends internet Fun Games GCC Gentoo German Gnoduino Hadfield Hamburg Header Hello Holiday Host Howto HTML Httpd Internet Irc Jabber Keitum Kernel Language Lcd Led Lego Leiden Leo Leo-search Life Linux Madurodam MariaDB Matrix Mindstorms Minimal Mirror Mobile Monitoring Moon Music Mysql Nagios Nas Netduino Netherlands Network News NXT Oddity Ooc Openmediavault OpenSource Openwrt Patents Pcsc Petition Photo Photos Php Politics Programming Question Recovery Robotics Rsync Sabayon Scm Sensor Server Service Shell Simulation SmartCards Snow Soap Society Software Space Starwars Static Sun Sweden Sylt Techno Telemichel Toolchain Translation Vpn Website Wget Wine Wiring Wordpress Wsdl Xmpp Zsh Zynk
$Date: 2009-09-09 16:54:26 +0100 (Wed, 09 Sep 2009) $







