Uncategorized
Installing Swift on Ubuntu
Downloads for recent Ubuntus (14.04 LTS and 15.10 at the time of writing) are available from the Swift homepage as compressed tar archives. Installation goes as follows (untested): # download, then… tar xfz swift-2.2-RELEASE-ubuntu14.04.tar.gz ~ ln -s ~/swift-2.2-RELEASE-ubuntu14.04/usr/ ~ export PATH=~/usr/bin:”$PATH” # better in .bashrc
Read Full Post | Make a Comment ( Comments Off on Installing Swift on Ubuntu )The best way to store your dotfiles: A bare Git repository
The best way to store your dotfiles: A bare Git repository Recently I read about this amazing technique in an Hacker News thread on people’s solutions to store their dotfiles. User StreakyCobra showed his elegant setup and … It made so much sense! I am in the process of switching my own system to the […]
Read Full Post | Make a Comment ( Comments Off on The best way to store your dotfiles: A bare Git repository )Starting the Learn Python Tutorial Project : Django Tutorial
Starting the Learn Python Tutorial Project : Django Tutorial
Read Full Post | Make a Comment ( Comments Off on Starting the Learn Python Tutorial Project : Django Tutorial )Define context-aware keys in Emacs
What do you do if you want to override a key only in a certain context? Take this Quotation Marks post as an example. We want to change the ” key in general, but retain the regular behaviour if we’re inside a code-block. Define context-aware keys in Emacs
Read Full Post | Make a Comment ( Comments Off on Define context-aware keys in Emacs )Exploring Perl 6
A series of articles on Perl 6 Up and Running Installing Rakudo Star
Read Full Post | Make a Comment ( Comments Off on Exploring Perl 6 )« Previous Entries Next Entries »