mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
Merge branch 'main' of github.com:danbulant/notes
This commit is contained in:
commit
69566d3194
15 changed files with 49 additions and 31 deletions
|
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
{
|
||||
"date": "2021-11-05",
|
||||
"value": 1875
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"date": "2021-11-06",
|
||||
|
|
@ -162,23 +162,15 @@
|
|||
},
|
||||
{
|
||||
"date": "2021-11-07",
|
||||
"value": 1870
|
||||
"value": 2167
|
||||
},
|
||||
{
|
||||
"date": "2021-11-08",
|
||||
"value": 6153
|
||||
},
|
||||
{
|
||||
"date": "2021-11-12",
|
||||
"value": 6702
|
||||
"date": "2021-11-11",
|
||||
"value": 728
|
||||
},
|
||||
{
|
||||
"date": "2021-11-15",
|
||||
"value": 322
|
||||
},
|
||||
{
|
||||
"date": "2021-11-16",
|
||||
"value": 0
|
||||
"value": 722
|
||||
},
|
||||
{
|
||||
"date": "2021-11-18",
|
||||
|
|
@ -206,11 +198,11 @@
|
|||
},
|
||||
{
|
||||
"date": "2021-11-25",
|
||||
"value": 1703
|
||||
"value": 260050
|
||||
},
|
||||
{
|
||||
"date": "2021-11-26",
|
||||
"value": 0
|
||||
"value": 258708
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
tags: [MOC]
|
||||
- dej
|
||||
- generated
|
||||
- index
|
||||
tags: [MOC, dej, generated, index]
|
||||
---
|
||||
# dej
|
||||
```ccard
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: [dej]
|
||||
---
|
||||
# Uherské králostviví a Maďarsko
|
||||
1. **V čem spočívá tzv. svatoštěpánská myšlenka?** Maďarsko byli "ti hlavní", ostatní kultury pouze jako hosté. ~~Různé kultury a jazyky jsou dobré pro chod země.~~
|
||||
2. **Vyjmenujte národy, které v Uherském králoství žily.** Slováci, Rusíni, Maďaři, Chorvati, Srbové, Rumuni, Němci, Židé, Cikáni a Sikulové
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: [MOC, generated, index]
|
||||
tags: [MOC, dej, generated, index]
|
||||
---
|
||||
# quiz
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
tags: [MOC]
|
||||
- dej
|
||||
- dej/starší
|
||||
- generated
|
||||
- index
|
||||
tags: [MOC, dej, dej/starší, generated, index]
|
||||
---
|
||||
# starší
|
||||
```ccard
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: [ech, přístroje]
|
||||
tags: [ele, přístroje]
|
||||
---
|
||||
# Ampérmetr
|
||||
- Měří ampéry.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: [ele]
|
||||
---
|
||||
# Cívky
|
||||
- dvoupólová součástka
|
||||
- pasivní
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: [ele]
|
||||
---
|
||||
# Kondenzátory
|
||||
- pasivní
|
||||
- lineární
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
aliases: [MCU, Micro Controller Unit]
|
||||
tags: [har]
|
||||
---
|
||||
# Micro Controller Unit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
tags: [MOC]
|
||||
- har
|
||||
- generated
|
||||
- index
|
||||
tags: [MOC, har, generated, index]
|
||||
---
|
||||
# har
|
||||
```ccard
|
||||
|
|
|
|||
9
notes/kbb/haxagon/Terminals.md
Normal file
9
notes/kbb/haxagon/Terminals.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Terminals
|
||||
## Escape codes
|
||||
Used for things like colors and moving the cursor. They can set background color, foreground color and move cursor to any position. To delete text, you can move cursor backwards, replace with space and move it backwards again.
|
||||
## TTY
|
||||
Terminals (virtual or physical) create a TTY to interact with the shell. They provide their size (can be queries using `tput cols` for width and `tput rows` for height) and other metadata.
|
||||
Applications can check if a file descriptor is a tty.
|
||||
When piping output (either to other command or to file), the file descriptors no longer belong to a tty. That can be used to not output colors when piping to other commands or files, for example.
|
||||
## Changing shell
|
||||
To change shell, `chsh` command can be used with the requested shell.
|
||||
8
notes/kbb/haxagon/haxagon.md
Normal file
8
notes/kbb/haxagon/haxagon.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# haxagon
|
||||
```ccard
|
||||
type: folder_brief_live
|
||||
imagePrefix: 'data/'
|
||||
```
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
- [[kbb/haxagon/Terminals|Terminals]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
|
|
@ -3,5 +3,6 @@ tags: [MOC, generated, index, kbb]
|
|||
---
|
||||
# kbb
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
- [[kbb/SQLMap|SQLMap]]
|
||||
- [[kbb/haxagon/haxagon|haxagon]]
|
||||
- [[kbb/tools/tools|tools]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
|
|
|
|||
8
notes/kbb/tools/tools.md
Normal file
8
notes/kbb/tools/tools.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# tools
|
||||
```ccard
|
||||
type: folder_brief_live
|
||||
imagePrefix: 'data/'
|
||||
```
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
- [[kbb/tools/SQLMap|SQLMap]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
Loading…
Reference in a new issue