This file contains 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
<div style="font: 0.75em Inter, sans-serif; color:#00b0be"> | |
<p style="font-size: 1.2em; margin-bottom: 2em;"><strong>Ing. Josef Pospíšil</strong><br> | |
vedoucí oddělení</p> | |
<p><svg style="height: 3em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 239.16 52.73"><path d="M0 36.23V3.16A2.68 2.68 0 0 1 2.65.52h16.9c1.43 0 2.64 1.2 2.64 2.64a2.67 2.67 0 0 1-2.64 2.63H5.3v11.1h10.03c1.43 0 2.62 1.2 2.62 2.63 0 1.46-1.2 2.65-2.62 2.65H5.3v14.06c0 1.43-1.22 2.63-2.65 2.63S0 37.66 0 36.23zm34.97-2.06L49.43 5.8H36.66a2.65 2.65 0 0 1-2.63-2.63c0-1.45 1.2-2.64 2.63-2.64h16.47c2.44 0 3.78 2.2 2.67 4.43L41.37 33.3h12.19a2.67 2.67 0 0 1 2.64 2.64 2.67 2.67 0 0 1-2.65 2.63H37.66c-2.43 0-3.8-2.2-2.7-4.4zm34.94-6.23c0-1.46 1.2-2.65 2.63-2.65 1.45 0 2.65 1.2 2.65 2.65 0 3.58 2.3 5.88 5.86 5.88 3.49 0 5.74-2.3 5.74-5.88 0-4.1-3.68-5.2-6.66-6.4-4.8-1.97-9.37-4.17-9.37-11C70.76 4.46 75.14 0 81.28 0s10.5 4.69 10.5 10.55a2.62 2.62 0 0 1-2.62 2.65 2.63 2.63 0 0 1-2.65-2.65c0-3.17-1.97-5.28-5.23-5.28-3.35 0-5.23 1.97-5.23 5.28 0 3.37 |
This file contains 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
[language-server.janet-language-server] | |
command = "janet-lsp" | |
[[language]] | |
name = "janet" | |
language-servers = [ "janet-language-server"] | |
[[language]] | |
name = "html" | |
formatter = { command = 'prettier', args = ["--parser", "html"] } |
This file contains 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
(import jwno/auto-layout) | |
(import jwno/indicator) | |
(import jwno/util) | |
(import jwno/log) | |
(def dir-keys | |
"Direction keys for all the other mappings" | |
{:left "u" | |
:down "j" | |
:up "k" |
This file contains 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
<div style="font: 0.75em Inter, sans-serif; color:#00b0be"> | |
<p style="font-size: 1.2em; margin-bottom: 2em;"><strong>Ing. Josef Pospíšil</strong><br> | |
vedoucí oddělení</p> | |
<p><svg style="height: 3em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 239.16 52.73"><path d="M0 36.23V3.16A2.68 2.68 0 0 1 2.65.52h16.9c1.43 0 2.64 1.2 2.64 2.64a2.67 2.67 0 0 1-2.64 2.63H5.3v11.1h10.03c1.43 0 2.62 1.2 2.62 2.63 0 1.46-1.2 2.65-2.62 2.65H5.3v14.06c0 1.43-1.22 2.63-2.65 2.63S0 37.66 0 36.23zm34.97-2.06L49.43 5.8H36.66a2.65 2.65 0 0 1-2.63-2.63c0-1.45 1.2-2.64 2.63-2.64h16.47c2.44 0 3.78 2.2 2.67 4.43L41.37 33.3h12.19a2.67 2.67 0 0 1 2.64 2.64 2.67 2.67 0 0 1-2.65 2.63H37.66c-2.43 0-3.8-2.2-2.7-4.4zm34.94-6.23c0-1.46 1.2-2.65 2.63-2.65 1.45 0 2.65 1.2 2.65 2.65 0 3.58 2.3 5.88 5.86 5.88 3.49 0 5.74-2.3 5.74-5.88 0-4.1-3.68-5.2-6.66-6.4-4.8-1.97-9.37-4.17-9.37-11C70.76 4.46 75.14 0 81.28 0s10.5 4.69 10.5 10.55a2.62 2.62 0 0 1-2.62 2.65 2.63 2.63 0 0 1-2.65-2.65c0-3.17-1.97-5.28-5.23-5.28-3.35 0-5.23 1.97-5.23 5.28 0 3.37 |
This file contains 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
theme = "dracula" | |
[editor] | |
line-number = "relative" | |
[keys.normal] | |
tab = "move_parent_node_end" | |
S-tab = "move_parent_node_start" | |
q = "move_prev_word_start" | |
Q = "move_prev_long_word_start" |
This file contains 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
Świat tworzyw sztucznych w swiecie rzeczywistym |
This file contains 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
------------------------------------------------------------ | |
1: os/spawn + 1 pipe (no os/proc-wait nor os/proc-close) | |
------------------------------------------------------------ | |
* no error | |
* byte values all seem fine | |
input buffer length: 70000 bytes | |
input file length: 70000 bytes | |
expected length: 70000 bytes |
This file contains 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
execve("/usr/local/bin/jfmt", ["jfmt"], 0x7ffcbf3c1ee0 /* 50 vars */) = 0 | |
arch_prctl(ARCH_SET_FS, 0x7f19c0a7bd08) = 0 | |
set_tid_address(0x7f19c0a7c2dc) = 15001 | |
brk(NULL) = 0x555ec455d000 | |
brk(0x555ec456a000) = 0x555ec456a000 | |
mprotect(0x7f19c0a78000, 4096, PROT_READ) = 0 | |
mprotect(0x555ec3151000, 16384, PROT_READ) = 0 | |
arch_prctl(ARCH_SET_FS, 0x555ec4569160) = 0 | |
set_tid_address(0x7f19c0a7c2dc) = 15001 | |
brk(0x555ec456d000) = 0x555ec456d000 |
This file contains 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
. | |
├── config.js | |
├── extensions | |
│ ├── commands | |
│ │ ├── background.js | |
│ │ ├── CONTRIBUTING | |
│ │ ├── fetch | |
│ │ ├── Makefile | |
│ │ ├── manifest | |
│ │ │ ├── chrome.json |
This file contains 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
Proces komunikace nových požadavků na opravy a úpravy | |
Požadavek | |
Požadavek neexistuje | |
vytvoření požadavku -> Požadavek je vytvořen | |
Požadavek je vytvořen | |
specifikace požadavku -> Požadavek je specifikován | |
Požadavek je specifikován | |
odeslání požadavku -> Požadavek je předán | |
Požadavek je předán | |
analyzování požadavku -> Požadavek je analyzován |
NewerOlder