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
################################################## | |
# General definitions | |
################################################## | |
[general] | |
######### | |
accounts = gm | |
metadata = ~/.cache/offlineimap |
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
OfflineIMAP 6.5.0 | |
Licensed under the GNU GPL v2+ (v2 or any later version) | |
Remote repository 'googlemail-remote': type 'Gmail' | |
Host: imap.gmail.com Port: 993 SSL: 1 | |
Establishing connection to imap.gmail.com:993 | |
Server supports ID extension. | |
Server welcome string: * OK Gimap ready for requests from 87.172.41.183 su16if3524894bkb.47 | |
Server capabilities: ('IMAP4REV1', 'UNSELECT', 'IDLE', 'NAMESPACE', 'QUOTA', 'ID', 'XLIST', 'CHILDREN', 'X-GM-EXT-1', 'UIDPLUS', 'COMPRESS=DEFLATE') | |
folderfilter= lambda foldername: foldername not in ['[Google Mail]/Alle Nachrichten'] |
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
# Actual files omitted, only directories shown | |
$ ls -1R ~/.mail/gm | |
Entw&APw-rfe: | |
cur/ | |
new/ | |
tmp/ | |
Gesendet: | |
cur/ | |
new/ |
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
# Maintainer: Ryan Baumann <titegtnodI> <[email protected]> | |
# Contributor: Patrice Peterson <runiq at archlinux dot us> | |
pkgname=python3-notify | |
_pkgname=py-notify | |
pkgver=0.3.1 | |
pkgrel=1 | |
arch=('i686' 'x86_64') | |
pkgdesc="Py-notify is a Python package providing tools for implementing Observer programming pattern." | |
depends=('python3') |
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
# rsync list for dotfiles backup | |
# These rules all work as they should | |
- /.images/* | |
- /.adobe/ | |
- /.mozilla/firefox/*/Cache*/* | |
- /.thumbnails/ | |
- /.gvfs | |
- /.log/backup/* |
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
# Contributor: boyska <[email protected]> | |
pkgname=mutt-kz-git | |
pkgver=20120228 | |
pkgrel=1 | |
pkgdesc="A small but very powerful text-based mail client + integration with notmuch" | |
url="https://github.com/karelzak/mutt-kz" | |
arch=(i686 x86_64) | |
license=('GPL') | |
depends=('openssl>=0.9.8e' 'gdbm' 'mime-types' 'zlib' 'libsasl' 'gpgme' 'ncurses' 'notmuch') |
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
import sys | |
import Queue | |
class Node(object): | |
def __init__(self, id, parent=None, dist=0, maxchildren=2): | |
self.id = id | |
self.num = 0 | |
self.dist = dist | |
self.parent = parent |
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
\definesubmol{\gsh}{H_3\chemabove{N}{\scriptstyle\oplus}-[:-30](=[6]COO^{-})-[:30]-[:-30]-[:30](=[2]O) | |
-[:-30]\chembelow{N}{H}-[:30] (-[2]-[:30]SH)-[:-30](=[6]O) | |
-[:30]\chemabove{N}{H}-[:-30]-[:30]COO^{\scriptstyle\ominus}} |
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
PERFORMER "" | |
TITLE "" | |
FILE ".mp3" MP3 | |
TRACK 01 AUDIO | |
TITLE "01. Ashleigh Ball & Andrea Libman - Pinkie Wants A Flugelhorn" | |
INDEX 01 00:00:00 | |
TRACK 02 AUDIO | |
TITLE "02. London Elektricity - All Hell Is Breaking Loose" | |
INDEX 01 00:10:00 | |
TRACK 03 AUDIO |
OlderNewer