Uncategorized
Python for Android
How to install Python for Android using Scripting Layer for Android (SL4A) 2013-01-29 @ somethingpython.blogspot.co.uk
Read Full Post | Make a Comment ( None so far )Understanding Python decorators
To understand decorators, you must first understand that functions are objects in Python. This has important consequences. Understanding Python decorators
Read Full Post | Make a Comment ( None so far )Milla, a Dist::Zilla profile that doesn’t suck
Introducing Milla Milla is a collection of Dist::Zilla plugin bundle, minting profile and a command line wrapper. It is designed around the “Convention over Configuration” philosophy, and by default doesn’t rewrite module files nor requires you to change your workflow at all. Experienced CPAN authors who know how to write CPAN distributions can keep writing […]
Read Full Post | Make a Comment ( None so far )Natural Language Processing with Python
Natural Language Processing with Python This is a book about Natural Language Processing. By “natural language” we mean a language that is used for everyday communication by humans; languages like English, Hindi or Portuguese. In contrast to artificial languages such as programming languages and mathematical notations, natural languages have evolved as they pass from generation […]
Read Full Post | Make a Comment ( None so far )Red-Black Trees in Perl 6 Explained
I’ve started digging around with Perl 6 again and I’m quite pleasantly surprised. As you can see, Perl 6 is just about feature-complete. The main obstacle to using it is probably performance. When I previously checked it was 20 times slower than Perl 5, now it’s only 4 times slower and catching up rapidly. Jonathan […]
Read Full Post | Make a Comment ( None so far )Interesting Perl Modules
Bash::Completion::Plugins::perlbrew Bash completion for perlbrew. See also Bash::Completion namespace::sweep This pragma was written to address some problems with the excellent namespace::autoclean. In particular, namespace::autoclean will remove special symbols that are installed by overload, so you can’t use namespace::autoclean on objects that overload Perl operators.
Read Full Post | Make a Comment ( None so far )Mark your modules as adoptable if you don’t want them
Signal that you’d like to pass on your modules by giving the virtual PAUSE user ADOPTME permissions. 10-02-2013 by brian d foy
Read Full Post | Make a Comment ( None so far )Converting to Dist::Zilla
I’ve converted a number of distributions from $something to Dist::Zilla for release management, and every time I forget something … so this time I’m making notes as I go along. By Chisel on 2013-02-04
Read Full Post | Make a Comment ( None so far )Schwern’s .gitconfig
https://github.com/schwern/dotfiles/blob/master/.gitconfig
Read Full Post | Make a Comment ( None so far )« Previous Entries Next Entries »