Tutorials

Using OAuth for a simple command line script to access Google's data
I needed to write a simple script to pull some data from a Google website. Since I was grabbing some private data, I needed authorize myself to do that. I found it much more work than I expected, not because it's hard, but because there wasn't muc...







A script engine powered by mruby sandboxie, It's a fork of Shopify's ESS.
ScriptCore is a fork of Shopify's enterprise script service.The enterprise script service (aka ESS) is a thin Ruby API layer that spawns a process, the enterprise_script_engine, to execute an untrusted Ruby script.The enterprise_script_engine exec...