Skip to content

Instantly share code, notes, and snippets.

View raitonoberu's full-sized avatar

Denis raitonoberu

  • Russia, Yekaterinburg
View GitHub Profile
@nerdyslacker
nerdyslacker / void_gnome.md
Last active January 27, 2026 16:39
[Void Linux + GNOME] void linux configuration from scrath with gnome de #linux #void #gnome
@themagicalmammal
themagicalmammal / Optimizations_Void.md
Last active March 6, 2026 11:18
Set of optimizations, I use on my Void Setup

Void Linux — Complete System Optimization Guide

Warning: This guide contains system-level modifications. Some steps are irreversible or can render your system unbootable. Read every section fully before executing any command. Know what you are doing, or do not proceed.


Table of Contents

# Section
@teidesu
teidesu / vk-audio.js
Created June 22, 2021 13:11
VK token refresh script for audio in JS, based on Vodka2 implementation
/*
* VK token refresh script for audio.
* The only dependency is axios.
* Can be simply embedded in your app:
* const { refreshToken } = require('./vk-audio')
* ...
* refreshToken(oldToken)
*
* Note that you will need to use Kate Mobile's token and user agent, for example:
* KateMobileAndroid/52.1 lite-445 (Android 4.4.2; SDK 19; x86; unknown Android SDK built for x86; en)
@sainnhe
sainnhe / everforest-dark-hard.yaml
Created April 3, 2021 01:34
Everforest base16
scheme: "Everforest dark, hard"
author: "Sainnhe Park (sainnhe@gmail.com)"
base00: "2b3339" # Default Background
base01: "323c41" # Lighter Background (Used for status bars, line number and folding marks)
base02: "503946" # Selection Background
base03: "868d80" # Comments, Invisibles, Line Highlighting
base04: "d3c6aa" # Dark Foreground (Used for status bars)
base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators
base06: "e9e8d2" # Light Foreground (Not often used)