I hereby claim:
- I am willluongo on github.
- I am willluongo (https://keybase.io/willluongo) on keybase.
- I have a public key ASAHcthDgf3Ufi7e9F3AlqpIAfo8TxIGm_bb_P8eULUm3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #chat-box.ubuntu.hidden-xs | |
| .closed | |
| .pull-right | |
| = link_to_function content_tag(:i, nil, class: 'glyphicon glyphicon-chevron-up').html_safe, 'chat.show()' | |
| .m-l-small | |
| = link_to_function 'Chat with us', 'chat.show()' | |
| .opened{style: 'display: none'} | |
| .header | |
| .pull-right | |
| = link_to_function content_tag(:i, nil, class: 'glyphicon glyphicon-plus-sign').html_safe, 'chat.maximize()', class: 'maximize', style: 'display: none' |
A row of yellow LEDs with a red LED on each end, each end has one push button. The red LEDs represent the goals. When a player presses their button, it acts a stopper for the duration of one light of movement.
| { | |
| "selector": "source.arduino", | |
| "cmd": ["ino", "build"], | |
| "variants": [ | |
| { "cmd": ["ino", "upload"], | |
| "name": "Run" | |
| } | |
| ] |
| 5/16/13 11:57:09.000 PM kernel[0]: GPU Hang State = 0x00000000 | |
| 5/16/13 11:57:09.000 PM kernel[0]: AMDCypressGraphicsAccelerator: ** Device in slot: SLOT-1 ** | |
| 5/16/13 11:57:09.000 PM kernel[0]: ** GPU Debug Info Start ** | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00006898 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00000091 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00000001 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00000018 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00009040 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00000001 | |
| 5/16/13 11:57:09.000 PM kernel[0]: 0x00000001 |
| class GuessingGame | |
| def initialize | |
| @upper_limit=100 | |
| @lower_limit=1 | |
| @guess=50 | |
| @quit = false | |
| until self.quit_playing | |
| self.comp_guess | |
| self.input = gets.chomp.to_i | |
| end |