I hereby claim:
- I am ibarrajo on github.
- I am ninja (https://keybase.io/ninja) on keybase.
- I have a public key whose fingerprint is EADD 0143 9378 0567 2BC5 F6AA 9247 5AD0 B141 3B0C
To claim this, I am signing this object:
| array:76 [ | |
| "relational database management system" => 1 | |
| "microsoft sql server 2005" => 2 | |
| "mechanical engineering" => 1 | |
| "software engineering" => 4 | |
| "software development" => 2 | |
| "relational databases" => 1 | |
| "Software Application" => 1 | |
| "microsoft sql server" => 3 | |
| "database management" => 3 |
| #!/usr/bin/env python | |
| # So.. developers who use spaces make more money than those who use tabs huh? | |
| # https://stackoverflow.blog/2017/06/15/developers-use-spaces-make-money-use-tabs/ | |
| # We can automate that promotion! | |
| from __future__ import print_function | |
| import os | |
| import fnmatch | |
| from fileinput import FileInput |
| from copy import copy | |
| class AES: | |
| def __init__(self, blocksize, key): | |
| # verify that the key is the right size | |
| assert len(key) == (blocksize / 8) | |
| self.key = key | |
| # 10 cycles for 128-bit keys | |
| # 12 cycles for 192-bit keys |
I hereby claim:
To claim this, I am signing this object: