I hereby claim:
- I am thewatts on github.
- I am nathanielwatts (https://keybase.io/nathanielwatts) on keybase.
- I have a public key ASDLkG18PsjWugg5X8Dt32vtvL6N2chSYdu0PHRQ5y_rago
To claim this, I am signing this object:
| ## ADDED. | |
| require 'net/http' | |
| ## What they gave me. | |
| # Get the job-related command line arguments. FOR DEMO | |
| params = Hash.new | |
| if ARGV[0].is_int? | |
| jobId = ARGV.shift | |
| input = ARGV.shift |
| require "net/http" | |
| require "uri" | |
| require "active_support" | |
| require "active_support/hash_with_indifferent_access" | |
| event_data = ActiveSupport::JSON.decode(json).deep_symbolize_keys | |
| input_uri = event_data[:inputs].first[:uri] | |
| filename = input_uri.split("/").last | |
| puts "+++++++++++++++++++++++++++++ RUNNING SCRIPT ++++++++++++++++++++++++++++" |
I hereby claim:
To claim this, I am signing this object:
| asdf |
| # module GTK | |
| # class Runtime | |
| # def __sdl_tick__ sdl_tick | |
| # @sdl_tick = sdl_tick | |
| # tick_argv | |
| # return if @no_tick | |
| # __sdl_tick__simulation__ | |
| # rescue Exception => e | |
| # @last_tick_exception_global_at = Kernel.global_tick_count | |
| # pretty_print_exception_and_export! e |
| # DR 5.2 | |
| def tick(args) | |
| enemies = [ | |
| { | |
| name: "Dragon", | |
| x: 110, | |
| y: 110, | |
| h: 25, | |
| w: 25 |
| <h1>Hi There :wave:</h1> | |
| Today is: <%= Date.current %> |