This file contains 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
## | |
## zenburn.kak by lenormf | |
## v1.0 | |
## | |
## code | |
face value rgb:8CD0D3+b | |
face type rgb:DFDFBF | |
face identifier rgb:EFDCBC | |
face string rgb:CC9393 |
This file contains 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
Date: 12 Sep 89 17:44:43 GMT | |
From: [email protected] (Skip Montanaro) | |
Organization: GE Corporate Research & Development, Schenectady, NY | |
Subject: XTerm Escape Sequences (X11 Version) | |
To: [email protected] | |
I rummaged around through the xterm code and came up with the following | |
stuff. No guarantees. I'm headed out of town for a couple days and thought | |
it better to get it out than let it get stale. Comments, bugs, and other | |
notes are welcome. Somebody else can convert it to troff. I prefer LaTeX. |
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
# link_plugin.py for link-bot | |
# by lenormf | |
# | |
import irc3 | |
import requests | |
from urllib.parse import urlparse |