Skip to content

Instantly share code, notes, and snippets.

View pawelorzech's full-sized avatar
:octocat:

Paweł Orzech pawelorzech

:octocat:
View GitHub Profile
@pawelorzech
pawelorzech / blockstack
Created October 21, 2019 09:32
blockstack
Verifying my Blockstack ID is secured with the address 1BiRLLrZUTLuZmQbESwfKctSGWUUGu8aSQ https://explorer.blockstack.org/address/1BiRLLrZUTLuZmQbESwfKctSGWUUGu8aSQ
### Keybase proof
I hereby claim:
* I am pawelorzech on github.
* I am pawelorzech (https://keybase.io/pawelorzech) on keybase.
* I have a public key whose fingerprint is DAD8 9F74 319F CB55 D659 647D 1CC5 2041 F65B A704
To claim this, I am signing this object:
@pawelorzech
pawelorzech / robot.js
Created December 4, 2012 12:16
robot12
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(130);