I hereby claim:
- I am schnouki on github.
- I am schnouki (https://keybase.io/schnouki) on keybase.
- I have a public key whose fingerprint is 0E06 6C82 4146 7232 6FB0 61CB 3E0B 0C49 C047 8597
To claim this, I am signing this object:
| #! /usr/bin/env python | |
| # | |
| # Copyright (c) 2009, Thomas Jost <[email protected]> | |
| # | |
| # Permission to use, copy, modify, and/or distribute this software for any | |
| # purpose with or without fee is hereby granted, provided that the above | |
| # copyright notice and this permission notice appear in all copies. | |
| # | |
| # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| /* Couleurs Tango */ | |
| URxvt.foreground: #C8C8C8 | |
| URxvt.background: #323232 | |
| URxvt.color0: #2E3436 | |
| URxvt.color1: #CC0000 | |
| URxvt.color2: #4E9A06 | |
| URxvt.color3: #C4A000 | |
| URxvt.color4: #3465A4 | |
| URxvt.color5: #75507B | |
| URxvt.color6: #06989A |
| #!/usr/bin/env python3 | |
| # | |
| # This is manolodownload, a simple script that allows one to download comic | |
| # books from the Manolosanctis website (http://www.manolosanctis.com/) and save | |
| # them locally as a .cbz archive, readable by an application like Comix. | |
| # | |
| # This can only download comic books that are already readable on the | |
| # Manolosanctis website (many of them being redistributable under the terms of a | |
| # Creative Commons license), this is in no way intended to harm anybody's | |
| # intellectual property or copyright. This is simply intended to make these |
| import urllib | |
| import urllib2 | |
| import simplejson as json | |
| API_KEY = '37dp9fcqA1299u9aK7gc2c2C84ddnd78' | |
| API_ROOT = 'https://readitlaterlist.com/v2/' | |
| class RILError(Exception): | |
| pass |
| #!/usr/bin/env python3 | |
| # -*- mode: python -*- | |
| # This program is free software. It comes without any warranty, to the extent | |
| # permitted by applicable law. You can redistribute it and/or modify it under | |
| # the terms of the Do What The Fuck You Want To Public License, Version 2, as | |
| # published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more | |
| # details. | |
| # Some useful resources: |
| #!/usr/bin/env python3 | |
| # | |
| # Simple encrypted backup | |
| # | |
| # Copyright 2011 Thomas Jost | |
| # | |
| # 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. |
| #!/usr/bin/env python3 | |
| # | |
| # Copyright (C) 2011 Thomas Jost | |
| # | |
| # This program is free software. It comes without any warranty, to | |
| # the extent permitted by applicable law. You can redistribute it | |
| # and/or modify it under the terms of the Do What The Fuck You Want | |
| # To Public License, Version 2, as published by Sam Hocevar. See | |
| # http://sam.zoy.org/wtfpl/COPYING for more details. |
| #!/usr/bin/env python3 | |
| #%# family=contrib | |
| #%# capabilities=autoconf | |
| from urllib.request import urlopen | |
| import json | |
| import re | |
| import sys |
| #!/usr/bin/env python3 | |
| # -*- mode: python -*- | |
| # This program is free software. It comes without any warranty, to the extent | |
| # permitted by applicable law. You can redistribute it and/or modify it under | |
| # the terms of the Do What The Fuck You Want To Public License, Version 2, as | |
| # published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more | |
| # details. | |
| # Some useful resources: |
I hereby claim:
To claim this, I am signing this object: