- MPV.io's Manua
- ghacks.net - How to customize the settings in mpv
- How to Add New MPV Speed Shortcuts on Already Existing Shortcuts
- How do I configure MPV's speed to add instead of multiply?
- How to change the screen location of the progress bar when scrubbing videos on MPV
- Key bindings go in input.conf, not in mpv.conf
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
export default class EventEmitter | |
{ | |
constructor() | |
{ | |
this.callbacks = {} | |
this.callbacks.base = {} | |
} | |
on(_names, callback) | |
{ |
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
export const sgf1 = | |
"(;GM[1]FF[4]CA[UTF-8]AP[Sabaki:0.52.2]KM[6.5]SZ[19]DT[2023-11-16]AB[qc][pc][oc]AW[od][pd][qd]C[Hello there]PB[Player 1]BR[1p]PW[Philippe Fanaro]WR[2d]GN[Game Name]EV[Event 1]GC[This is an info comment]RE[B+1.5];B[pg]C[This is the second comment];W[qi](;PL[B]AB[qk][ok];B[pm](;W[qo];B[dp];W[dl];B[dn])(;W[rm];B[ro]))(;B[dd];W[df]))"; | |
export const sgf7 = | |
"(;GM[1]FF[4]CA[UTF-8]AP[Sabaki:0.52.2]KM[6.5]SZ[19]DT[2023-11-25];B[pd](;W[md])(;W[pf]))(;GM[1]FF[4]CA[UTF-8]AP[Sabaki:0.52.2]KM[6.5]SZ[19]DT[2023-11-25];B[qd](;W[oc])(;W[pd]))"; | |
export type BranchSegments = { | |
id?: number; | |
parentId?: number | null; | |
data: string; |
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
body { | |
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | |
text-align: center; | |
} | |
.container { | |
max-width: none !important; | |
background: linear-gradient(to bottom right, #000000, #0b040c, #13091a, #181029, #1a1936, #1a2441, #183049, #153c4d, #14494e, #16554a, #1a6045, #236a3d, #307136, #407631, #53792e, #697a30 ,#7f7a36, #957941, #a97851, #ba7964, #c77a7b, #cf7e92, #d384a9, #d48cbf, #d196d1, #cda2e0, #c8afea, #c3bcf0, #c1caf3, #c2d6f2, #c5e0f1, #cde9ef, #d7f1ee, #e4f6f0, #f1fbf5, #ffffff) !important; | |
} |
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
\documentclass[tikz,border=5]{standalone} | |
\usetikzlibrary{shapes.geometric} | |
\def\lettertoscrabblescore#1{% | |
\def\tmp{#1}% | |
\expandafter\count\expandafter0\expandafter`#1\relax\advance\count0 by-65\relax% | |
\ifcase\count0\relax% | |
1\or3\or3\or2\or1\or4\or2\or4\or1\or8\or5\or1\or3\or1\or1\or3\or10\or1\or1\or1\or1\or4\or4\or8\or4\or10\else\fi} | |
% It comes from here: https://tex.stackexchange.com/a/194797/64441 | |
% And here: https://forums.online-go.com/t/board-backgrounds-library/29388/80 |
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
// ==UserScript== | |
// @name ogs custom stones | |
// @version 0.1 | |
// @description custom stones on OGS | |
// @author michiakig | |
// @match https://online-go.com/* | |
// @run-at document-idle | |
// @namespace https://greasyfork.org/users/592542 | |
// ==/UserScript== |
Tags: Raspberry Pi, Electronics
Raspberry Pi For Beginners - 2021 Complete Course | Udemy
- The current limit for the Raspberry Pi is near 15 mA.
- When using an infinite loop, use
time.sleep
to consume less CPU usage. hostname -I
for the IP address on the network.df -h
for the available space on the SD card.
NGINX Fundamentals: High Performance Servers from Scratch | Udemy
- Developed by Igor Sysoev in 2005 out of frustrations with Apache.
- It can handle tens of thousands of concurrent connections.
- Has quickly surged in popularity.
- It's usually used as a web server, but it's actually a broader type of server: reverse proxy server.
You can find the source of this info [here][gist].
- Edit the following files to have
:en
at the end of thecedilla
line.sudo vim /usr/lib/gtk-3.0/3.0.0/immodules.cache sudo vim /usr/lib/gtk-2.0/2.10.0/immodules.cache
- Replace "ć" to "ç" and "Ć" to "Ç" on
/usr/share/X11/locale/en_US.UTF-8/Compose
Created: Feb 25, 2021 10:12 AM Tags: ArchLinux, Artix URL: https://youtu.be/nCc_4fSYzRA Updated: Feb 26, 2021 11:08 AM
NewerOlder