I hereby claim:
- I am gableroux on github.
- I am gableroux (https://keybase.io/gableroux) on keybase.
- I have a public key whose fingerprint is D744 0388 1AD9 3AD6 7135 21A0 0A97 5F6A 4C26 A7EF
To claim this, I am signing this object:
| #!/bin/sh -e | |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may not | |
| # use this file except in compliance with the License. You may obtain a copy of | |
| # the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| '.platform-win32 .editor, .platform-linux .editor': | |
| 'ctrl-shift-L': 'editor:split-selections-into-lines' | |
| 'ctrl-shift-up': 'editor:add-selection-above' | |
| 'ctrl-shift-down': 'editor:add-selection-below' |
I hereby claim:
To claim this, I am signing this object:
| xcode-select --install |
| #!/usr/bin/env bash |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import random | |
| import itertools | |
| import urllib2 | |
| import requests | |
| def main(): |
| #include <Servo.h> | |
| #include <ServoTimers.h> | |
| int sensorSpeedValue; | |
| int sensorDirectionValue; | |
| int motorSpeedValue; | |
| int servoValue; | |
| Servo zeServo; | |
| Servo zeOhterServo; |