./orcaman
Saturday, June 20, 2015
Gotcha's for computing SHA1 with openssl (C, clang)
›
Don't forget to link to lib crypto when compiling with clang: clang -lcrypto main.c otherwise you will get unrecognised symbol er...
Thursday, October 23, 2014
streamrail/concurrent-map
›
On today's post I am hosting our lead developer and researcher, Roi Lipman. It's been a few days since Roi published StreamRai...
Saturday, October 4, 2014
Working around SSH tunnel limitations when testing local resources
›
If you are using a Selenium grid like SauceLabs to automate your QA across multiple devices and browsers, you are probably aware of ...
Sunday, September 28, 2014
Exporting GAE Datastore data to MongoDB for reporting
›
GAE's datastore is a high performance distributed NoSQL DB that can support pretty much anything you through at it. The problem is: ...
CI: When GitHub/Travis meet Go/GAE
›
photo taken from Eric Peterson's presentation A Word About Continuous Integration When developing systems that work together, so...
Tuesday, September 23, 2014
GAE Golang BigQuery Client - Streaming data from GAE
›
Today we've decided to test streaming our live event trackers to BigQuery instead of the long datastore write-export-import routi...
Wednesday, September 3, 2014
Getting GoSublime to work with App Engine's Golang runtime
›
To us sublime text junkies, not being able to use sublime when writing a certain language can go as far as disqualifying the technology...
›
Home
View web version