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
(?i)ma(y|j)a.?kalender(s)?|weltuntergang|apo(c|k)alypse|nibiru|untergang|maya(n|s)? |
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
`brew install qpdf && qpdf --decrypt broken.pdf unbrocken.pdf` |
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
defaults write $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/xxxxxxxx.app) AppleLanguages "(en, de)" |
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
DATENBEREICH 5.000,400.000,100,10 | |
STATION 0,400 | |
INUMMER 10,0,11 | |
SPEICHER 10 | |
# ---------------------------------------------------------------------- | |
Mit diesen Anweisungen versehen Sie Punkte in einer vorhandenen Profillinie mit Punktnummern und Ausgabekennungen werden. | |
NUMMER Profil, Punkt, N, KINUMMER Profil, I , N, K |
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
/* | |
https://developers.google.com/apps-script/understanding_triggers | |
Credits: http://stackoverflow.com/questions/11718674/how-to-catch-urlfetchapp-fetch-exception | |
Delete the label:"[Gmail]/Archive" in Gmail | |
http://blog.freron.com/2010/using-gmail-with-mailmate/ | |
There are other issues when accessing Gmail via IMAP, but the purpose | |
of this blog post is to simply state what I currently consider the | |
most sensible settings in MailMate for a Gmail account. Unfortunately |
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
# Bookmarklets in Google Chrome |
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
Show hidden characters
{ | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"caret_style": "smooth", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"detect_slow_plugins": false, | |
"draw_indent_guides": true, | |
"draw_minimap_border": false, | |
"draw_white_space": "selection", |
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
<item> | |
<name>Double Command (links) für Spotlight</name> | |
<appendix>Doppelt ⌘ ⇢ ⌘+␣</appendix> | |
<identifier>private.DoubleCommand</identifier> | |
<autogen> | |
--DoublePressModifier-- | |
KeyCode::COMMAND_L, | |
KeyCode::COMMAND_L, | |
KeyCode::SPACE, ModifierFlag::COMMAND_L | |
</autogen> |
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
{ "keys": ["ctrl+shift+o"], "command": "reopen", "args": {"encoding": "DOS (CP 437)" }}, |
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
# Möglichkeit zum Lesen von DOS-Dateien CARD/1 | |
file = open(filename, 'rb') | |
content = unicode(file.read(), 'cp437') | |
file.close() |
OlderNewer