I hereby claim:
- I am simplyluke on github.
- I am simplyluke (https://keybase.io/simplyluke) on keybase.
- I have a public key whose fingerprint is 9DE8 4C81 393B 7FCA 0F64 FD91 F908 B546 06AC 221D
To claim this, I am signing this object:
| void setup (){ | |
| size (500, 500); | |
| background (255); | |
| } | |
| void draw () { | |
| stroke (#45173A); | |
| fill (#45173A); | |
| background (255); | |
| //for the ball of yarn | |
| if (keyPressed){ | |
| if (key == 'g') { //changes color to green | |
| fill (#3CB2B4); | |
| } | |
| if (key == 'p') { //changes color to purple | |
| fill (#4436A1);} | |
| } else { | |
| fill (#307691);} //teal color | |
| // You wrote this | |
| if (keyPressed){ | |
| if (key == UP) | |
| fill (#F1D5E5); | |
| ellipse (250,265, 9,8); } | |
| else { | |
| ellipse (250,265, 5,4); } | |
| // Should be this |
| // For the "coded" keys, effectively anything other than a alphanumeric | |
| if ((keyPressed) && (key == CODED) && (keyCode == DOWN)) { | |
| fill(#ff0724); // RED | |
| } | |
| // For alphanumeric | |
| if ((keyPressed) && (key == '8')) { | |
| translate(0, -5); | |
| } |
| <% content_for :body do %> | |
| <% if controller.controller_name == 'teams' && controller.action_name == 'index' %> | |
| <body data-no-turbolink="true"> | |
| <% end %> | |
| <% end %> |
| { | |
| { | |
| "id" : "1", | |
| "name": "Lorem Ipsum", | |
| "url" : "http://balloonchallenge.org/teams/1", | |
| "location": { | |
| "latitude": "30.2807033", | |
| "longitude": "97.755326" | |
| } | |
| // April Zero Style | |
| $(document).ready(function() { | |
| var year = 31536000730; | |
| function age(){ | |
| var now = Date.now(); | |
| var myAge = now - (new Date(1997, 11, 19)); | |
| var years = myAge/year; | |
| return years.toString().substring(0, 15); | |
| } |
| # This is an example resource file for rTorrent. Copy to | |
| # ~/.rtorrent.rc and enable/modify the options as needed. Remember to | |
| # uncomment the options you wish to enable. | |
| # NECESSARY FOR YOUR WEBUI, DO NOT COMMENT THESE OUT. - fuck webui, I command line | |
| # scgi_port = 127.0.0.1:5000 | |
| # encoding_list = UTF-8 | |
| # Maximum and minimum number of peers to connect to per torrent. | |
| #min_peers = 40 |
| # Be sure to restart your server when you modify this file. | |
| # Your secret key is used for verifying the integrity of signed cookies. | |
| # If you change this key, all old signed cookies will become invalid! | |
| # Make sure the secret is at least 30 characters and all random, | |
| # no regular words or you'll be exposed to dictionary attacks. | |
| # You can use `rake secret` to generate a secure secret key. | |
| # Make sure your secret_key_base is kept private |
I hereby claim:
To claim this, I am signing this object: