India Talent Show – Warriors of Goja
Ok… I can not think of anything I could possibly write here that will give a proper introduction to this video.
Just check it out…
Thx to Martijn for this one.
RESTful API Design by apigee
I wasn’t able to view the live Webinar somewhere last week of the second edition of Restful API Design webinars by apigee.
So today I finally found some time to view the video, which they put up on Youtube. It’s actually quite cool to see that my own API designs are really close to the preferred standards, about which they are talking in these videos.
If you are a developer currently working on building a Restful API or if you are an app developer working with Restful APIs these webinars are a must, go check it out:
And for the people that are interested: part 1
I Believe I can Fly – Flight of the Frenchies
Ow wow.. This video literally left me with sweaty palms haha..
Not being a huge fan of heights, this is crazy…
I Believe I can Fly ( flight of the frenchies). Trailer from sebastien montaz-rosset on Vimeo.
Hattip to Oddend
Read and Learn – part 5 – The programming library
Ran into this post on HackerNews describing this page on StackOverflow with a huge list of freely available ebooks covering nearly every aspect of computer programming.
Again: http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
Really worth checking out.
Earth | As seen from space
Time lapse sequences of photographs taken with a special low-light 4K-camera
by the crew of expedition 28 & 29 onboard the International Space Station from
August to October, 2011. All credit goes to them.
Earth | Time Lapse View from Space, Fly Over | NASA, ISS from Michael König on Vimeo.
Weird to realize that all we know is somewhere below there.
Thx to Juul for the link
Best ad for a haunted house?
Nightmares Fear Factory is a walk-through haunted house attraction in the Clifton Hill tourist district in Niagara Falls, Canada (for 30 years). If you make it through, then you are a survivor.
However, if at anytime you choose not to continue, then you scream “nightmares” and something will escort you out, and then you are added to the “chicken list”, which is now over 112,000
How did they go viral with this?
Post pictures of your scared customers on the interwebs, sit back, … profit..
Check out their Flickr stream, pure awesomeness there haha
Read and learn – part 4: CoffeeScript
So after Read and learn – part 1: Perl, Read and learn – part 2: Python and Read and learn – part 3: Objective C, we will continue with part 4: CoffeeScript.
This book is completely open source, and was written by Alex MacCaw (or @maccman) with great contributions from David Griffiths, Satoshi Murakami, and Jeremy Ashkenas.
CoffeeScript is a little language that compiles down to JavaScript. The syntax is inspired by Ruby and Python, and implements many features from those two languages. This book is designed to help you learn CoffeeScript, understand best practices and start building awesome client side applications. The book is little, only five chapters, but that’s rather apt as CoffeeScript is a little language too.
Go check it out here: The Little Book on CoffeeScript
Read and learn – part 3: Objective C
So after Read and learn – part 1: Perl and Read and learn – part 2: Python, we will continue with part 3: Objective C.
This tutorial is written and illustrated by Scott Stevenson
Objective-C is the primary language used to write Mac software. If you’re comfortable with basic object-oriented concepts and the C language, Objective-C will make a lot of sense. If you don’t know C, you should read the C Tutorial first.
Go check it out here: Learn Objective-C
Read and learn – part 2: Python
So after Read and learn – part 1: Perl we will continue with part 2: Python.
The document I found will give you a crash course Python, written by Stephen Sugden
Crash into Python is a set of documents/slides that are meant to be used as a teaching aid for bringing programmers from other languages up to speed with Python. It assumes that you have enough familiarity with programming to know what function and class mean, and will recognize that print probably doesn’t put ink on paper. More importantly, it assumes that you either have an instructor who is well-versed in Python, or are resourceful enough to find answers for yourself. A number of these slides are designed to trigger questions and discussion, so if it seems like you’re missing something, that’s a good sign you could be digging deeper.
Go check it out: Crash into Python
Read and learn – part 1: Perl
It’s about time I post something useful again over here.
That’s why I’m posting a series of links to pages where you can actually learn things. *insert awkward silence*
Anyway, I’m starting of with a couple of pages where you can either learn a new programming language OR increase your productivity looking at your current environment.
We will start the series with a document written for the purpose of learning Perl, written by Sam Hughes
Perl is a dynamic, dynamically-typed, high-level, scripting (interpreted) language most comparable with PHP and Python. Perl’s syntax owes a lot to ancient shell scripting tools, and it is famed for its overuse of confusing symbols, the majority of which are impossible to Google for. Perl’s shell scripting heritage makes it great for writing glue code: scripts which link together other scripts and programs. Perl is ideally suited for processing text data and producing more text data. Perl is widespread, popular, highly portable and well-supported. Perl was designed with the philosophy “There’s More Than One Way To Do It” (TMTOWTDI) (contrast with Python, where “there should be one – and preferably only one – obvious way to do it”).
Go check out: Learn Perl in about 2 hours 30 minutes