Skip to content

Instantly share code, notes, and snippets.

View MarceloAlves's full-sized avatar
🔥
Breaking things

Marcelo Alves MarceloAlves

🔥
Breaking things
View GitHub Profile
@MarceloAlves
MarceloAlves / gist:5290311
Last active August 24, 2021 14:24
Random Comments To Leave
/** I was told to write comments, but thats erelephant
* _ _
* / \__/ \_____
* / / \ \ `\
* ) \''/ ( |\
* `\__)/__/'_\ / `
* //_|_|~|_|_|
* ^""'"' ""'"'
*/
@MarceloAlves
MarceloAlves / decode.rb
Created March 21, 2013 18:42
Check session values
require 'rack'
puts Rack::Session::Cookie::Base64::Marshal.new.decode(ARGV[0])