do you think www.aws.org runs on aws?
For those inter st in the finest writing of all time https://www-allure-com.cdn.ampproject.org/v/s/www.allure.com/story/best-sex-tip-by-zodiac-sign/amp?amp_gsa=1&_js_v=a6&usqp=mq331AQKKAFQArABIIACAw%3D%3D#amp_tf=From%20%251%24s&aoh=16392879347932&referrer=https%3A%2F%2Fwww.google.com&share=https%3A%2F%2Fwww.allure.com%2Fstory%2Fbest-sex-tip-by-zodiac-sign
The Reference Heap Recent Pastes API About Clojure 132 lines 2 views Pasted by anonymous on March 8, 2015 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 CL-USER> ( BITCOIN-REMOTE-CALL "http://localhost:8334" "ru" "rp" "getblockhash" 160001 ) { "jsonrpc" : "1.0" , "id" : "cltest" , "method" : "getblockhash" , "params" : [[ 160001 ]]} (( :RES...
The Reference Heap Recent Pastes API About Shell Session 25 lines 2 views Pasted by anonymous on February 23, 2015 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 bundle exec rake spinach --trace rake aborted! LoadError: cannot load such file -- grack /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:76:in `require' /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require' /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:72:in `each' /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:72:in `block in require' /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:61:in `each' ...
The Reference Heap Recent Pastes API About Shell Session 1103 lines 2 views Pasted by anonymous on February 23, 2015 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 ...
The Reference Heap Recent Pastes API About Shell Session 17 lines 2 views Pasted by anonymous on February 23, 2015 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 02:22:01 worker.1 | /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:76:in `require': cannot load such file -- grack (LoadError) 02:22:01 worker.1 | from /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require' 02:22:01 worker.1 | from /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:72:in `each' 02:22:01 worker.1 | from /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundler-1.8.2/lib/bundler/runtime.rb:72:in `block in require' 02:22:01 worker.1 | from /root/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/bundle...
The Reference Heap Recent Pastes API About Clojure 19 lines 2 views Pasted by anonymous on August 18, 2014 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ( defn otp [ conn now keyid ] ( let [ a-minute-ago ( .toDate ( time/minus now ( time/minutes 1 ))) db ( d/db conn ) otp ( ffirst ( d/q ' [ :find ?o :in $ ?k ?then :where [ ?e :van.user/keyid ?k ] [ ?e :van.user/otp ?o ?t ] [ ?t :db/txInstant ?otp-set ] [( .after ?otp-set ?then )]] db keyid a-minute-ago ))] ( if ( nil? otp ) ( let [ new-otp ( reduce str ( take 36 ( repeatedly # ( rand-nth "abcdefghijklmnopqrstuvwxyz1234567890" ))))] ( d/transact conn [{ :db/id ( d/tempid :db.part/user ) :van.user/keyid keyid :van.user/otp new-otp }]) new-otp ) otp ))) RefHeap is powered by Clojure , Compojure , M...
The Reference Heap Recent Pastes API About Python 14 lines 2 views Pasted by anonymous on August 15, 2014 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 12 13 14 if __name__ == '__main__' : try : bname = sys . argv [ 1 ] except : bname = None try : rname = sys . argv [ 2 ] except : rname = None main ( bucketname = bname , region = rname ) try : pass except Exception : exit ( 1 ) RefHeap is powered by Clojure , Compojure , MongoDB , and Pygments . Please read our terms of service and privacy policy . CLOSE There are keyboard shortcuts! When Creating A Paste ALT+P Toggle Private CTRL+Enter Create Paste ALT+W Toggle word wrap When Viewing A Paste ALT+G Go to a line ALT+CTRL+E Edit the paste ALT+R Show the raw code There are URL options! When Creating A Paste ?lang=Javascript to defa...
The Reference Heap Recent Pastes API About IRC Logs 11 lines 2 views Pasted by anonymous on July 19, 2014 embed raw maximize 1 2 3 4 5 6 7 8 9 10 11 <donkey_boy> burn all jews in oven <donkey_boy> death to infidels <donkey_boy> god bless allah <donkey_boy> allahu akhbar <donkey_boy> i throw stones to jews <nobodyzzz> wtf? <donkey_boy> ? <donkey_boy> CLOJURE IS INFIDEL PROGRAMMING LANGUAGE <donkey_boy> I THROW STONES TO JEWS <donkey_boy> MY STONES CRUSH ISRAELI TANKS <donkey_boy> i am a holy warrior of allah RefHeap is powered by Clojure , Compojure , MongoDB , and Pygments . Please read our terms of service and privacy policy . CLOSE There are keyboard shortcuts! When Creating A Paste ALT+P Toggle Private CTRL+Enter Create Paste ALT+W Toggle word wrap When Viewing A Paste ALT+G Go to a line ALT+CTRL+E Edit the paste ALT+...