I hereby claim:
- I am longsleep on github.
- I am longsleep (https://keybase.io/longsleep) on keybase.
- I have a public key ASDJQYokOXCN8saoPoWzZboM9NSVYaJk-L2vHbPp1r4nbAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python3 | |
| import sys | |
| import string | |
| def convert(value): | |
| value = value.upper() | |
| alp = value[1] | |
| idx = string.ascii_uppercase.index(alp) | |
| num = int(value[2:], 10) |
| /* | |
| sudo apt-get install libnl-genl-3-dev | |
| gcc debug-nl80211.c $(pkg-config --cflags --libs libnl-genl-3.0) -o debug-nl80211 | |
| */ | |
| #include <errno.h> | |
| #include <netlink/netlink.h> | |
| #include <netlink/genl/ctrl.h> | |
| #include <netlink/genl/genl.h> | |
| #include <linux/nl80211.h> |
| Verifying my Blockstack ID is secured with the address 16xbSf7QswHhVWw4Uv52689eQxcuMc5RQf https://explorer.blockstack.org/address/16xbSf7QswHhVWw4Uv52689eQxcuMc5RQf |
| /.env | |
| /.lego | |
| /*-hook* | |
| /hooks | |
| /lego |
Source: http://chris.beams.io/posts/git-commit/#seven-rules
| """ | |
| Copyright 2019 Jason Hu <awaregit at gmail.com> | |
| 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 |