Monthly Archives: September 2010

Twitathon

I just wanted to announce a new addition to the family of scripts I have written recently. It is called Twitathon, and is a Python written Twitter client. You can find it at http://sourceforge.net/p/twitathon/. Please use it and help me … Continue reading

Posted in Tips | Leave a comment

Make Emacs Open Fullscreen All the Time

I was having problems with Emacs loading half off my desktop when I opened it so I googled around the internet(z) and I found this code: (defun toggle-fullscreen () (interactive) (x-send-client-message nil 0 nil “_NET_WM_STATE” 32 ‘(2 “_NET_WM_STATE_MAXIMIZED_VERT” 0)) (x-send-client-message … Continue reading

Posted in How To, Tips | Leave a comment

Starting A Website On The Smallest Of Servers

Running a Website on a Minimal Server Currently my website is being hosted on a tiny account on A Small Orange servers. It includes 150mb of disk space and 4.5gb of bandwidth.This might not seem like a lot of resources … Continue reading

Posted in How To, Opinion, Tips | Leave a comment