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....
| # -*- coding: utf-8 -*- | |
| from bs4 import BeautifulSoup | |
| from requests import Session | |
| import csv | |
| def main(username, password): | |
| login_url = "http://www.titulky.com/" |
| 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): |
| # -*- 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): |
| { | |
| test.pas | |
| Copyright 2016 HlbinaMyslenia10 <hlbinamyslenia10@linux-pmeg.site> | |
| 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. | |
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....
| 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 |
| 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" |
| {"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"} |
| # 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" |