I hereby claim:
- I am papodaca on github.
- I am papodaca (https://keybase.io/papodaca) on keybase.
- I have a public key whose fingerprint is 8B2A 4A6F 4160 D749 1DDA E04D 622C 0D58 A345 F3B1
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
servers = ( | |
{ | |
address = "bazookahouse.irc.slack.com"; | |
chatnet = "slack"; | |
port = "6697"; | |
password = "<password>"; | |
use_ssl = "yes"; | |
ssl_verify = "yes"; | |
autoconnect = "yes"; | |
} |
Coppied from here: http://apple2.info/wiki/index.php?title=Pinouts#Apple_.2F.2Fe_Motherboard_keyboard_connector | |
J16 (Numeric Pad) J17 (Keyboard) | |
11 X5 X6 26 25 Y7 | |
10 X6 SHFT* 24 23 Y6 | |
9 X4 Y9 22 21 X4 | |
8 X7 X3 20 19 X5 | |
7 n/c X1 18 17 X7 | |
6 Y5 X2 16 15 RESET* | |
5 Y2 XO 14 13 GND |
NameVirtualHost *:443 | |
<VirtualHost *:443> | |
RewriteEngine On | |
RewriteOptions Inherit | |
SSLEngine On | |
SSLProtocol all -SSLv3 -SSLv2 | |
SSLHonorCipherOrder On |
def update(): | |
## BUTTONS ## | |
vJoy[1].setButton(0, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.A)) | |
vJoy[1].setButton(1, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.B)) | |
vJoy[1].setButton(2, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.X)) | |
vJoy[1].setButton(3, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.Y)) | |
vJoy[1].setButton(4, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.DPadDown)) | |
vJoy[1].setButton(5, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.DPadLeft)) | |
vJoy[1].setButton(6, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.DPadRight)) | |
vJoy[1].setButton(7, wiimote[0].classic_controller.buttons.button_down(ClassicControllerButtons.DPadUp)) |
flashrom -p internal -r backup.rom | |
ich9gen --macaddress <some mac> | |
dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc | |
flashrom -p internal -w flashrom.rom |
//callbacks | |
$http.get(somepath, function(res, err) { | |
$http.get(somepathother, function(res2, err2) { | |
$http.get(somepathotherother, function(res3, err3) { | |
//dostuff | |
}); | |
}); | |
}); | |
//promises |
[?7h[40m[2J[0;1;32mワワワワワワワ ワワ [30mワ [32mワワ ワワワワワワワ | |
[30mワ [32;42mロロ[30;40mーワワ [32;42mイ゚[1C[30;40m゚ [32;42mイロ[1Cイ゚[0;32mワワ [1m゚゚ | |
[30mイ [32;42mイ[0;32mイ [1;30;42mイ[40mロ [32;42mー[0;32mイ[1m゚゚゚[42mア゚[1Cア[0;32mイワ[1;30mー [32;42mイ゚[40m | |
[30m゚ [0;32m゚゚[1;30mー゚゚ [0;32m゚゚ [1;30m゚ [32;42mー[0;32mロ ゚゚゚゚゚゚ | |
[1mワワワワワワワ ワワワワワワワ ワワ ワワ ロロ ワワワワワワワ ワワワワワワ | |
[30mワ [32;42mロロ[30;40mーワワ [32;42mイ゚[1C[30;40mワ [32;42mロイ[1Cロロ[30;40mーロ [32;42mイロ[1C[30;40mイ [32;42mロロ[1Cイ゚[0;32mワワ [1m゚゚ [42mロロ[30;40mーワ [32;42mイロ[40m | |
[30mイ [32;42mイ[0;32mイ [1;30;42mイ[40mロ [32;42mー[0;32mイワ[1;30m゚ [32;42mイ [1Cイ[0;32mイ [1;30m゚[0;32mワ[1;42mア゚[1C[30;40m゚[0;32mワ[1;42mイ[0;32mイ [1;42mア[0;32mイワ[1;30mー [32;42mイ゚[1Cイ[0;32mイ [1;30mイ [32;42mー゚[40m | |
[30m゚ [0;32m゚゚[1;30mー゚゚ [0;32m゚゚゚゚゚゚ ゚゚゚゚゚゚[1;30mワ[0;32m゚゚゚゚ ゚゚゚゚゚゚ ゚゚[1;30mー |
#!/bin/bash | |
openssl aes-256-ecb -salt -in $1 -out $1.tmp | |
mv $1.tmp $1 |
/* | |
Copyright © Ethan Apodaca 2016 | |
[email protected] | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, |