Skip to content

Instantly share code, notes, and snippets.

View severak's full-sized avatar

Mikoláš Štrajt severak

View GitHub Profile
@severak
severak / botany.txt
Created October 31, 2019 13:04
botany.txt
severak@tilde:~$ botany
botany
/)) HAPPY
options __(((__ HALLOWEEN
1 - water ())))))))))) 99% .' _`""`_`'. TILDE
2 - look / /\\ /\\ \ TOWN
3 - garden | /)_\\/)_\\ |
4 - visit | _ _()_ _ |
5 - instructions | \\/\\/\\// |
@severak
severak / zkratky.sh
Created October 14, 2019 09:14
git zkratky
# vypíše poslední commit message
git log -n1 --pretty="format:%an: %s"
- firefox
- chocolatey
- git
- xampp
- foobar2000
- 7zip
choco install 7zip nodejs paint.net nodejs putty poedit vim winscp yarn sass scite -y
- cmdermini
In Mystic groups are dynamic, meaning a base can be a part of a group or not, and it can change based on current circumstances that you define. Its less confusing than it sounds! Group membership is defined by the ACS strings in the base editor:
If you want a base to show in a group, then you need to modify the base's access string (called ACS). So you'll see in each base:
List ACS
Read ACS
Post ACS
Sysop ACS
If you want to add it to group 1, then you'd add g1 to the ACS:
function confirmAsync(mgs, cbk) {
// asychronní confirm - kdybyste se divili, co to je za prasárnu:
// Chrome potlačuje zobrazování confirmu když můžou zablokovat hlavní thread (nebo dělá něco podobného)
setTimeout(function () {
if (confirm(mgs)) {
cbk();
}
}, 100);
return false;
}
@severak
severak / internet.txt
Created April 9, 2019 12:48
internet.txt
# starý internet
- např. IRC, tématická fóra, literární servery, tildeverse
- spíše menší místa
- lidi se sdružují na základě společného tématu
- spíše poloveřejný prostor (hospoda)
# nový internet
- např. Facebook, Instagram, Twitter, VK
Secret Stairways - Reflections on the Lake
Mortiis - Mortiis - Født til å Herske Pt. 1
Burzum - Burzum - Ansuzgardaraiwô
Depressive Silence - Forests of Eternity
Lamentation - Visions of a Dark Dominion
Daoine Sidhe - La Vassalerie d'Unseelie
@severak
severak / valentyn.md
Last active February 14, 2019 12:22
Valentýnský program

Památka nezadaných

určitě

  • And one: Love is always on your side
  • Information society: White roses
  • Zrní: Dva
  • Vitalic: Poison lips
  • PSB: Love etc
  • Krchovský: Naposledy
@severak
severak / utf8_filenames.lua
Created February 13, 2019 12:36 — forked from Egor-Skriptunoff/utf8_filenames.lua
UTF-8 filenames on Windows in pure Lua
------------------------------------------------------------------------------------------------------------------------------
-- Module: utf8_filenames
------------------------------------------------------------------------------------------------------------------------------
-- Filename: utf8_filenames.lua
-- Version: 2019-01-17
-- This module modifies standard Lua functions so that they work with UTF-8 filenames on Windows:
-- io.open
-- io.popen
-- io.lines
@severak
severak / severak.lua
Last active October 19, 2018 10:09
Severak file manager for LIKO-12
-- Severak file manager
local term = require "terminal"
local TW, TH = GPU.termSize()
local pwd = term.resolve "."
local items = fs.getDirectoryItems(pwd)
local selected = 1
table.insert(items, 1, "..")