Skip to content

Instantly share code, notes, and snippets.

View Bystroushaak's full-sized avatar
🦊
Rapid Offensive Unit

Bystroushaak Bystroushaak

🦊
Rapid Offensive Unit
View GitHub Profile
Praha
Brno
Ostrava
Plzeň
Liberec
Olomouc
Ústí nad Labem
Hradec Králové
České Budějovice
Pardubice
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Interpreter version: python 3
#
"""
Tento script stojí na mé zkušenosti s 5% slevovým kódem na alzu FRYDEK5. Z toho
jsem vyvodil hypotézu, že by mohlo existovat více slevových kódů nazvaných
podle měst v Čechách.
"""
10 Engineering Best Practices
10 examples of grep command in UNIX
10 Great Websites To Help You Learn Latest and new Techniques of Web Development Online
10 habits of a happy Node hacker (2016)
10 Programming Skills That Lands You in Your Dream Job
10 Questions Developers Should be Asking Themselves
10 reasons to try Matreshka
10 reasons to use time tracking
10 Reasons You Should Blog As A Developer
10 Tips for 10x Application Performance
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Interpreter version: python 2.7
#
# Imports =====================================================================
from reddit_filter import filter_feed
from reddit_filter import banned_pattern
from reddit_filter import banned_pattern_tokens
clear control
clear Mod1
! define left and right ctrl
keycode 37 = Control_L
keycode 108 = Control_R
add control = Control_L Control_R
! disable nonbreakable space
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Interpreter version: python 2.7
#
# Imports =====================================================================
import os
import sys
import shutil
import os.path
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Interpreter version: python 2.7
#
# Imports =====================================================================
from reddit_filter import filter_feed
from reddit_filter import banned_pattern
from reddit_filter import banned_pattern_tokens
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Interpreter version: python 2.7
#
# Imports =====================================================================
from reddit_filter import filter_feed
from reddit_filter import banned_pattern
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Interpreter version: python 2.7
#
# Imports =====================================================================
from reddit_filter import filter_feed
from reddit_filter import banned_pattern
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes (quote ("645599a2aab022fd7777124515a3104a60ba64d2bafdd77a6e7703f8ae97250c" default)))
'(minimap-hide-scroll-bar t)
'(minimap-window-location 'right)
'(show-paren-mode t)
'(tool-bar-mode nil))