A small news

March 14, 2012 1 comment

In past days (maybe months) i started propgramming websites.

I wrote three websites in PHP and now one in Python using Flask microframework.

For now i only think about Web programming i got some skill.

My Ranking site writen in Python using Flask granktop100.com

 

Ah and small update from Linux i use ArchLinux now and dont want any changes :D i loved it.

Categories: Uncategorized Tags: , , , , , ,

Gnome 3 ?!

December 21, 2011 Leave a comment

Back debian squeeze … not impressed with gnome 3 and ubuntu’s unity …. still waiting for elementary lucious luna.

Categories: Uncategorized Tags: , , ,

Pidgin behind Proxy

July 9, 2011 Leave a comment

Google Talk:

Modify>>Advanced
Connection Security: Use old-style SSL
Connection Port: 443
Connection Server: talk.google.com

Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128

Facebook:

Modify>>Advanced
Connection Security: Use old-style SSL
Connection Port: 443
Connection Server: chat.facebook.com

Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128

IRC:
Modify>>Proxy
HTTP
Host: e.g. 172.20.16.111
Port: e.g. 3128

Categories: Uncategorized

Arch Linux

July 1, 2011 Leave a comment

Nice cool fast liux distribution.

Big repository with newest packages.

Fast installing from precompiled binary packages.

Easy installation for competent users.

Nice init scripts well documented files.

Categories: Uncategorized Tags: ,

Newer Kenyan Univerity protal

June 26, 2011 Leave a comment

Mobile JKuat retires in favor of Univerisity Deck, a portal for most univerity websites in Kenya, and which will then acquire a url at PageStyler, our personal site schedule for launch .. next month.

Categories: Uncategorized

App Engine Studio

June 25, 2011 Leave a comment

Thinking of starting a small appengine studio, pagestyler for East African clients. This will be an opportunity to experiment with several python mpesa apis.

Categories: Uncategorized

Inline colored information text in bash

June 15, 2011 Leave a comment

#!/bin/bash

clnone="\033[0m"
clred="\033[31m"
clgreen="\033[32m"

echo -en "\r:: ${clred}Starting server     ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading resources   ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading commands    ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading callbacks   ${clnone}"
sleep 1
echo -e  "\r:: ${clgreen}Server Started    ${clnone}"
Categories: Uncategorized Tags: , ,
Follow

Get every new post delivered to your Inbox.