Uncategorized
Bash scripting links
Better Bash Scripting in 15 Minutes Greg’s Wiki specifically BashGuide and BashFAQ
Read Full Post | Make a Comment ( Comments Off on Bash scripting links )First aid git
First aid git is a searchable collection of the most frequently asked git questions
Read Full Post | Make a Comment ( Comments Off on First aid git )Python Function Decorators
Function decorators enable the addition of new functionality to a function without altering the function’s original functionality Python Function Decorators
Read Full Post | Make a Comment ( Comments Off on Python Function Decorators )*nix VirtualBox installation
NOTE The debian stuff is wrong. Select “debian graphical environment”, “Xfce” and “standard utilities” in dselect. Installing the OS Copy & paste has to be enabled in VirtualBox Manager (General > Advanced > Shared Clipboard = Bidirectional) Install (Ubuntu Server) as cleanly as possible. In particular, do not select any packages to install. Remove CD/DVD […]
Read Full Post | Make a Comment ( Comments Off on *nix VirtualBox installation )Eclipse Plugins
AnyEdit Tools adds several new tools to the context menu of text-based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. Adds many whitespace handlers: delete trailing whitspace, convert tabs to spaces etc. Counterclockwise for Clojure support Infinitest is a Continuous Testing plugin for Eclipse and IntelliJ. Each time a change is […]
Read Full Post | Make a Comment ( Comments Off on Eclipse Plugins )Git Immersion
Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.
Read Full Post | Make a Comment ( Comments Off on Git Immersion )Making git bisect more useful
Making git bisect more useful If you’ve ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run … which automates this even further, but it […]
Read Full Post | Make a Comment ( Comments Off on Making git bisect more useful )A Hackers Guide to git
A Hackers Guide to git Git is currently the most widely used version control system in the world, mostly thanks to GitHub. By that measure, I’d argue that it’s also the most misunderstood version control system in the world. This statement probably doesn’t ring true straight away because on the surface, Git is pretty simple. […]
Read Full Post | Make a Comment ( Comments Off on A Hackers Guide to git )A Simple dist.ini for Dist::Zilla
A Simple dist.ini for Dist::Zilla The following dist.ini is designed to match my workflow, but also to make it easy for contributors to participate, thus mitigating one of the strongest complaints people have about Dist::Zilla. It’s also rather git/github centric.
Read Full Post | Make a Comment ( Comments Off on A Simple dist.ini for Dist::Zilla )« Previous Entries Next Entries »