I hereby claim:
- I am idl3 on github.
 - I am ernestcodes (https://keybase.io/ernestcodes) on keybase.
 - I have a public key whose fingerprint is 2377 DC8B E5DA 7B2F E9FC 8B16 324B AC93 662C 05BD
 
To claim this, I am signing this object:
| ### Ruby representation of coding interview from https://www.youtube.com/watch?v=-tNMxwWSN_M&feature=youtu.be | |
| ### Acing Google Coding Interview as an 18 year old High School Student | |
| class Node | |
| attr_reader :value | |
| attr_accessor :left, :right, :number_of_nodes_in_subtree | |
| def initialize(value) | |
| @value = value | |
| @left = nil | 
| #/bin/sh | |
| INSTALL_PATH="/usr/local/bin" | |
| BASE_DIR=`pwd` | |
| SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" | |
| CHECK_MARK="\033[0;32m\xE2\x9C\x94\033[0m" | |
| if [ ! -f "$BASE_DIR/bin/preflight" ]; then | |
| printf '%s\n' "This command can only be run in the Grain base project" | |
| exit; | |
| fi | 
| var obj = new Proxy([1,2,3,4,5,6,7,8], { | |
| get: function(target, name) { | |
| if (name.indexOf("..") && (range = name.split("..")) && range.length == 2) { | |
| [startRange, endRange] = range; | |
| if (endRange[0] == '-') { | |
| if (parseInt(endRange) == '-1') { | |
| endRange = Infinity; | |
| } else { | |
| endRange = parseInt(endRange) + 1; | |
| } | 
| BASE_DIR=~/Code | |
| function changeProject(){ | |
| if [[ -z $1 ]]; then | |
| cd $BASE_DIR | |
| else | |
| if [ -d $BASE_DIR/$1 ]; then | |
| cd $BASE_DIR/$1 | |
| else | |
| select d in $BASE_DIR/*/ "Exit"; do | |
| case $d in | 
| docker ps -a | grep Exited | awk '{print $1}' | xargs docker rm | 
| class GoogleCalendarClient | |
| def self.calendar_service(user_id) | |
| service = Google::Apis::CalendarV3::CalendarService.new | |
| service.authorization = GoogleCalendarClient.client.get_credentials(user_id) | |
| service | |
| end | |
| def self.authorization_url | |
| client.get_authorization_url(base_url: GOOGLE_OOB_URI) | |
| end | 
| require "benchmark" | |
| puts Benchmark.measure { | |
| count = 0 | |
| 1000000.times do |i| | |
| postal = '%06d' % rand(999999) | |
| count += 1 if %w!01 02 03 04 05 06 07 08 17 22 23!.include?(postal[0..1]) | |
| end | |
| } | 
I hereby claim:
To claim this, I am signing this object:
| # Advent of Code | |
| # Challenge 1/2 | |
| input = "(((())))()((((((((())()(()))(()((((()(()(((()((()((()(()()()()()))(((()(()((((((((((())(()()((())()(((())))()(()(()((()(()))(()()()()((()((()(((()()(((((((()()())()((((()()(((((()(())()(())((())()()))()(((((((())(()())(()(((())(()))((())))(()((()())))()())((((())))(()(((((()(())(((()()((()((()((((((((((())(()())))))()))())()()((((()()()()()()((((((())())(((()())()((()()(((()()()))(((((()))(((()(()()()(()(()(((())()))(()(((()((())()(()())())))((()()()(()()(((()))(((()((((()(((((()()(()())((()())())(()((((((()(()()))((((()))))())((())()()((()(()))))((((((((()))(()()(((())())(())()((()()()()((()((()((()()(((())))(()((())()((((((((()((()(()()(((())())())))(())())))()((((()))))))())))()()))()())((()())()((()()()))(()()(((()(())((((())())((((((((()()()()())))()()()((((()()))))))()((((()(((()))(()()())))((()()(((()))()()())())(((())((()()(())()()()(((())))))()())((()))()))((())()()())()())()()(()))())))())()))(())((()(())))(()(())(()))))(()(())())(()(())(()(()))))((()())() | 
| /*! | |
| * Braintree End-to-End Encryption Library | |
| * https://www.braintreepayments.com | |
| * Copyright (c) 2009-2014 Braintree, a division of PayPal, Inc. | |
| * | |
| * JSBN | |
| * Copyright (c) 2005 Tom Wu | |
| * | |
| * Both Licensed under the MIT License. | |
| * http://opensource.org/licenses/MIT |