Blog RSS Atom

OOC - Out of Cooldom

October 15th, 2009, by hanez

I 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: language, ooc, opensource, programming

Leo Search was added to Softpedia

September 24th, 2009, by hanez

Leo 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: firefox, leo, leo-search, news

I love the Zsh prompt used in Gentoo! Here it is…

September 16th, 2009, by hanez

Since 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:
Zsh Gentoo prompt 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: shell, zsh

Zynk Source Code available at Sourceforge

September 9th, 2009, by hanez

Zynk LogoI 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, rsync, zynk

Leo-Search Update

September 9th, 2009, by hanez

A new version of Leo-Search will be available shortly at addons.mozilla.org. In the meantime you could download it here.

Sorry for waiting such a long time but I really had more important stuff to take care of.

Posted in: leo, leo-search, news

Status Update

September 7th, 2009, by hanez

Hello friends,

I had a bad time in the past few month but I am feeling better now. I got a new job as a software developer in a really nice company in the heart of Hamburg City - Sternschanze. I am feeling lucky!

I will now start hacking on my projects again. Things I want to do is to make Zynk - the rsync GUI, ready. I will fix the Leo-Search Firefox addon and I hopefully will have time to do some embedded stuff using my Arduino. Maybe I will work on my PHP based framework called Webjects but it needs a complete rewrite. I currently see other good projects around the web and maybe my idea of a website framework is obsolete…

Bye,
hanez… ;)

Posted in: news

Some Photo Fun

September 7th, 2009, by hanez

Kathi, a very good friend of mine, has taken some great photos of me some weeks ago…

And trust me, it’s is me on both of them:

Hamburg Sylt
Hanez Hamburg Hanez Sylt


Have fun,
hanez… ;)

Posted in: fun

nbd did it! Android running on OpenWrt

March 22nd, 2009, by hanez

Android is OpenSource!

Look at this: Android running on OpenWrt. WTF? Thanks!

Posted in: android, mobile, opensource, openwrt

Added german Ardunio IRC channel

March 22nd, 2009, by hanez

I have added #arduino-de to Freenode in hope there will be people from Germany meeting up there.

German language preferred but no must!

Please join to create a german IRC community for Arduino… ;)

Posted in: arduino, community, german, irc

Arduino Relays

March 7th, 2009, by hanez

Yesterday evening I have build a small relays for switching high voltage lines with my Arduino. It uses the “Blink” example and switches on for 10 seconds then switches off for 10 seconds. I have used this document to get my work done.

Arduino Relays off
Relays switched off.

Arduino Relays on
Relays switched on.

Zoomed view

Posted in: arduino, automation, device, embedded

Pages

<< >>

Search

Archives