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
| #!/usr/bin/perl -w | |
| # -*-mode:cperl -*- | |
| package main; | |
| =pod | |
| Description: | |
| Usage: | |
| Date created: 2020-07 | |
| Author: Vojtech Prusa | |
| =cut |
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
| #!/usr/bin/perl -w | |
| # -*-mode:cperl -*- | |
| =pod | |
| Description: | |
| (Some) automated checks of DNS server from | |
| - https://www.iana.org/help/nameserver-requirements | |
| - https://zonemaster.labs.nic.cz | |
| Usage: | |
| - e.g.: ./zonemaster-wrapper.pl --domains=wikipedia.org,google.com |
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
| #!/bin/bash | |
| randVid(){ | |
| find "${1}" -name '*.vlc' -o -name '*.mkv' -o -name '*.mp4' | shuf | head -1 | |
| } | |
| alias rvVideos='vlc "$(randVid ~/Videos/)" & disown' |
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
| #!/usr/bin/perl | |
| # PV269 - cvic1 - pipeline for simulation E.coli reads and so on ... | |
| # https://is.muni.cz/auth/el/fi/jaro2021/PV269/index.qwarp?prejit=6672020 | |
| use Cwd; | |
| my $cwd = getcwd(); | |
| # note: https://github.com/vprusa/MUNI-2018-iv110-iv114-proj | |
| # this variable is used for skipping commands executed in previous run |
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
| #!/usr/bin/perl -w | |
| # VP 2021 | |
| # use strict; | |
| # use warnings; | |
| use Cwd 'abs_path'; | |
| use File::Basename; | |
| # enable (1) if debug | |
| # our $debug = 0; |
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
| #!/bin/bash | |
| # pr. cest k adresarum s ostrou a vyvojovou verzi | |
| PROJ_HOME_BASE=/var/www/html/proj | |
| PROJ_HOME=${PROJ_HOME_BASE}/ostra/ | |
| PROJ_VYV_HOME=${PROJ_HOME_BASE}/vyv/ | |
| # Inicializace na strane serveru: | |
| mkdir -p ${PROJ_HOME} | |
| mkdir -p ${PROJ_VYV_HOME} |
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
| // this file is live bkp... | |
| //setup | |
| /* | |
| * Digispark | |
| * | |
| * rst scl sda | |
| * P5 P2 P1 | |
| * | |
| * A |
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://github.com/smallhadroncollider/taskell , https://github.com/vprusa/taskell | |
| # general | |
| quit = q | |
| undo = u | |
| redo = r | |
| search = / | |
| help = ? | |
| due = ! | |
| # navigation |