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
{ | |
"shared_secret": "PLACEHOLDER", | |
"serial_number": "PLACEHOLDER", | |
"revocation_code": "PLACEHOLDER", | |
"uri": "otpauth://totp/Steam:PLACEHOLDER?secret=PLACEHOLDER&issuer=Steam", | |
"server_time": PLACEHOLDER, | |
"account_name": "PLACEHOLDER", | |
"token_gid": "PLACEHOLDER", | |
"identity_secret": "PLACEHOLDER", | |
"secret_1": "PLACEHOLDER", |
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
// ==UserScript== | |
// @name Shikimori: last currently released episode | |
// @name:ru Шикимори: дата последнего вышедшего эпизода | |
// @namespace https://shikimori.one | |
// @version 0.3 | |
// @description Shows the date of the last currently released episode | |
// @description:ru Показывает дату последней на данный момент вышедшей серии | |
// @author BoberMod | |
// @match https://shikimori.org/animes/* | |
// @match https://shikimori.one/animes/* |
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
// ==UserScript== | |
// @name Shikimori comments loader | |
// @name:ru Загрузчик комментариев Shikimori | |
// @namespace https://shikimori.org/ | |
// @version 0.9 | |
// @description Load 100 comments instead of the standard 20 | |
// @description:ru Загружает 100 комментариев вместо 20 стандартных на Shikimori | |
// @author BoberMod | |
// @match https://*.shikimori.org/* | |
// @match https://shikimori.one/* |
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
// ==UserScript== | |
// @name Remove shitty AD | |
// @namespace https://gist.github.com/BoberMod/961a73ef1307ea0acc91b9751ad989a7 | |
// @version 0.4 | |
// @description Removes the ad! | |
// @author GlobalEliteBhopMaster | |
// @match smotret-anime.ru/* | |
// @match smotretanime.ru/* | |
// @grant GM_xmlhttpRequest | |
// @grant GM_getValue |
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
#include <iostream> | |
#include <cmath> | |
double firstBlock(double x) | |
{ | |
double result = sqrt(abs(pow(x, 3) - 1)) - 7 * cos(cbrt(pow(x, 4) + 4)); | |
return result; | |
} | |
void secondBlock(double x, double y) |
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
pacman -Syy | |
pacman -S reflector | |
reflector -c "Ukraine" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist | |
Смотрим диски: | |
fdisk -l | |
Разметка: | |
cfdisk /dev/sd* | |
Delete current - create new - primary - Bootable - Write - Quit |