"[a-f]" erstattes med lag bokstav
"x" erstattes med lag nummer
> enable
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:f5dc45c8f7590e37aa5ffad316a6b406d21584f5] |
| #!/usr/bin/python | |
| import sys | |
| import getopt | |
| def usage(): | |
| print "usage: arguments [OPTION] [-c num | -s str]" | |
| print "Options:" | |
| print "\t-h, --help\tShow help" | |
| def calculateNum(arg): |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:6a32a2945304076b649d4bb6d901e8e7fcc05cd2] |
I hereby claim:
To claim this, I am signing this object:
| #include <avr/io.h> | |
| #include"ButtonPress.h" | |
| int main(void) | |
| { | |
| DDRB |= 1 << PINB1; | |
| DDRB &= ~(1 << PINB0); | |
| PORTB |= 1 << PINB0; | |
| int UBBRValue = 25; |
| server { | |
| server_name trailers.apple.com atv.plexconnect; | |
| location / { | |
| proxy_set_header Host $host; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
| proxy_pass http://metrafonic.com:88; | |
| } |