This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| from __future__ import print_function | |
| import sys, argparse, codecs | |
| from PIL import Image, ImagePalette | |
| xterm256colors = [ # http://pln.jonas.me/xterm-colors | |
| 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x80, 0x00, | |
| 0x00, 0x00, 0x80, 0x80, 0x00, 0x80, 0x00, 0x80, 0x80, 0xc0, 0xc0, 0xc0, | |
| 0x80, 0x80, 0x80, 0xff, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0xff, 0x00, | |
| 0x00, 0x00, 0xff, 0xff, 0x00, 0xff, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # systemd list-timers | |
| ---------------------- | |
| NEXT LEFT LAST PASSED UNIT ACTIVATES | |
| Sat 2016-05-14 21:00:00 EDT 2min 56s ago Sat 2016-05-14 21:00:00 EDT 2min 56s ago rsnapshot-hourly.timer [email protected] | |
| Sat 2016-05-14 23:50:00 EDT 2h 47min left Fri 2016-05-13 23:50:00 EDT 21h ago rsnapshot-daily.timer [email protected] | |
| ... | |
| Sun 2016-05-15 23:40:00 EDT 1 day 2h left n/a n/a rsnapshot-weekly.timer [email protected] | |
| Sun 2016-06-05 23:30:00 EDT 3 weeks 1 days left n/a n/a rsnapshot-monthly.timer [email protected] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Convert Tae Kim's guide to japanese | |
| # | |
| # compiling with errors on pLaTex->dvipdfm | |
| # | |
| # initial version 0.0 | |
| # by SDS | |
| import requests | |
| from lxml import html, etree | |
| # base uri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; | |
| ; AutoHotkey Version: 1.x | |
| ; Language.........: English | |
| ; Platform.........: NT/XP/Vista | |
| ; Author...........: mrBTK | |
| ; | |
| ; Script Function..: Make Apple Wireless Keyboard useful in MS Windows: | |
| ; - EJECT = Delete with repeat deleting on long pressing. Shift-DEL and other combinations works too. | |
| ; - Swap FN & left Control | |
| ; - FN-functions оn F3-F12 keys and arrow keys (use new-FN) |
NewerOlder