Explore >> Select a destination


You are here

blog.xjtag.com
| | golangbot.com
11.3 parsecs away

Travel
| | Learn to compile and run a hello world program in Go. Execute the program with go install, go build and go run.
| | www.softdevtube.com
12.0 parsecs away

Travel
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,
| | www.byjp.me
10.5 parsecs away

Travel
| | I've released Thimblr - a tool to speed up your Tumblr theme development. Its a Ruby gem, so it's very simple to install, with gem install Thimblr, once that's done you just need to run thimblr, as a binary is installed for you with the gem. This screencast should help you with the basics, though I've designed it to be totally self explanatory, but if you have any problems please open an issue on github and I'll get right on it!
| | 9elements.com
56.1 parsecs away

Travel
| Rust is a strongly typed, low-level programming language built for safety, speed, and concurrency from the ground up. It is mostly developed byMozillaand has been battle tested byover a hundred companiesincludingDropboxand the game...