Skip to content

Instantly share code, notes, and snippets.

@michalsvec
michalsvec / c:\windows\system32\drivers\etc\hosts
Created January 3, 2020 09:48
obsah /etc/hosts na zablokovani konspiracnich webu
# seznam webu z https://www.konspiratori.sk/zoznam-stranok.php k 3.1.2020
127.0.0.1 vigilantcitizen.com
127.0.0.1 zvedavec.org
127.0.0.1 protiprudu.org
127.0.0.1 orgo-net.blogspot.sk
127.0.0.1 aeronet.cz
127.0.0.1 conspi.cz
127.0.0.1 nwoo.org
127.0.0.1 exopolitika.cz
127.0.0.1 badatel.net

Keybase proof

I hereby claim:

  • I am michalsvec on github.
  • I am michalsvec (https://keybase.io/michalsvec) on keybase.
  • I have a public key whose fingerprint is 891E D835 E6A6 DC8D F2B6 6D37 D17C E708 E739 8F7C

To claim this, I am signing this object:

@michalsvec
michalsvec / git-deploy.config.rb
Created February 13, 2011 15:55
configration file for fit-deploy
'settings':
ignore_if_same_revision: false
'hostmonster':
skip: false
scheme: ftp
user: asfasf
password: afasfs
host: ftp.8bit.cz
port: 21
@michalsvec
michalsvec / ring_algoritmus.rb
Created November 25, 2010 10:34
volba koordinatora v kruhu.rb
THREAD_CNT = 10
$processes = []
# nejaky konstanty
T_STATUS_ACTIVE = 1
T_STATUS_INACTIVE = 2
T_TYPE_NORM = 1
T_TYPE_COOR = 2