Package Control.sublime-settings
CTRL + SHIFT + P, "Package Control Settings - User"
(CMD + SHIFT + P na Macu)
{
"bootstrapped": true,
"in_process_packages":
[
A kedy váš internet sprístupníte verejnosti? | |
Náš tým vybraných developerov momentálne pripravuje... | |
dalo by sa povedať... lunapark. | |
Stavajú atrakcie, horské dráhy a uisťujú sa, | |
že všetko funguje, ako má. | |
Takže v deň, keď otvoríme svoje brány, zmeníme našim uživateľom život raz a navždy. |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=/root/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="robbyrussell" |
{"0.8493314068916245":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEeF9pGlXEbX1r+AKXA4q11PbafOQ5q4UP\r\nHcw5GMXpoWSrW5YBK9IFRX1iUAFxDaqESOpubLn5/qHYptCzlm/suM3/AAAACDxn\r\naXRodWI+wv8AAACOBBATCABA/wAAAAWCWKjdlf8AAAACiwn/AAAACZDucKbU/Goi\r\nX/8AAAAFlQgJCgv/AAAABJYDAQL/AAAAApsD/wAAAAKeAQAAjdYA/RGqwSrA8o4y\r\nqrovG6XbbFzCDwIQOCnk3MxlldRfWTVmAQCKYJdgwj7yJUdpITOL02aTleBAPNdg\r\nsghhygbclJvdHM7/AAAAVgQAAAAAEggqhkjOPQMBBwIDBMdiLbDYqahb/aja0GUb\r\nm9tF31YNnWlBFMcOeSyGjipGdHvEyqa0srLBKi1Xk6rHjI1psiCdISEw8xqlw6q2\r\nCOYDAQgHwv8AAABtBBgTCAAf/wAAAAWCWKjdlf8AAAAJkO5wptT8aiJf/wAAAAKb\r\nDAAAooMBAMfOcJ/dj8TIpstrKFZnSK0Wcu9gkb1iuhzrCGHx/f7aAP49iSvwdWh5\r\nnNHfDuA1hltaa9JHCVnN5J5/53zqRaeZcQ==\r\n=CzCY\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n"} |
alias gitlog="git log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit" |
function transfer | |
if test (count $argv) -eq 0 | |
echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md" | |
return 1 | |
end | |
## get temporarily filename, output is written to this file show progress can be showed | |
set tmpfile ( mktemp -t transferXXX ) | |
## upload stdin or file |
UNAFENÝ KONYK
Dovca(13-18) streda - pondelok
00: Java (-29|14)
Iba druidov. Snazim sa dat polia na LVL 14 aspon hlina a drevo + zelezo na 13(aspon jedno-dve).. Obilie aspon na lvl 11 to je priorita, lebo zacina byt malo....
{ | |
test.pas | |
Copyright 2016 HlbinaMyslenia10 <[email protected]> | |
This program is free software; you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation; either version 2 of the License, or | |
(at your option) any later version. | |
# -*- coding: utf-8 -*- | |
import re | |
from bs4 import BeautifulSoup | |
from requests import Session | |
import csv | |
from selenium.webdriver import Firefox | |
from selenium.common.exceptions import NoSuchElementException | |
def titulky_content(session, url): |
import csv, codecs, cStringIO | |
class UTF8Recoder: | |
""" | |
Iterator that reads an encoded stream and reencodes the input to UTF-8 | |
""" | |
def __init__(self, f, encoding): | |
self.reader = codecs.getreader(encoding)(f) | |
def __iter__(self): |