I hereby claim:
- I am fwilson42 on github.
- I am fwilson (https://keybase.io/fwilson) on keybase.
- I have a public key whose fingerprint is E654 626E 019A B896 8DE3 2652 6458 5303 83BB 8769
To claim this, I am signing this object:
| from twisted.words.protocols import irc | |
| from twisted.internet import reactor, protocol | |
| from twisted.python import log | |
| import argparse | |
| import importlib | |
| import json | |
| import os | |
| import time | |
| import re |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2014 James Woglom <wogloms.com> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
I hereby claim:
To claim this, I am signing this object:
| # Copyright 2014-2015, nyuszika7h <[email protected]> (and fwilson, maybe. <[email protected]>) | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: | |
| # | |
| # The above copyright notice and this permission notice shall be included in |
| """ | |
| A wrapper for Intranet2's single sign-on system. | |
| Here's a brief overview of how Iodine SSO works: | |
| - you make a request token (with generate_token) | |
| - you redirect the user to a URL containing that request token | |
| - when the user allows access, they are redirected back to your application | |
| with an access token in the "sso" parameter | |
| - you verify the access token (with check_access_token_validity) | |
| - if you need to, you can start a session to access the API and such |
I hereby claim:
To claim this, I am signing this object:
| tt = 0 | |
| n = 0 | |
| import time | |
| input() | |
| while True: | |
| a = time.time() | |
| input() | |
| n += 1 | |
| tt += time.time() - a | |
| print((n / tt) * 60) |
| """Schedule-to-JSON converter. | |
| Usage: | |
| dump_sections.py <term> [-i] [-o <filename>] | |
| dump_sections.py (-h | --help) | |
| Options: | |
| -i --include-canceled Include canceled courses in the data. | |
| -o --output=<filename> Send JSON output to a file. |
I hereby claim:
To claim this, I am signing this object: