Skip to content

Instantly share code, notes, and snippets.

@sxiii
sxiii / README-Remove-Locales.md
Last active November 29, 2025 21:09
Remove Unnecessary Locales Fedora

Small guide that helps to free up space by removing unneccessary locales from Fedora
With some additional information on how to make more space on your system (advices in the end)
Tried on Fedora 34, but should work on other distros as well (RPM-Based?)

Step 0. Bonus step -- check available space before procedure:

df -lh

Step 1. Enter the locales directory

cd /usr/share/locale/

Step 2. Check that there is files to remove

ls

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 29, 2025 21:07
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@kirinelf
kirinelf / clock.html
Last active November 29, 2025 21:05 — forked from sam0737/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >
!function() {
var doc = document,
htm = doc.documentElement,
lct = null, // last click target
nearest = function(elm, tag) {
while (elm && elm.nodeName != tag) {
elm = elm.parentNode;
}
return elm;
};

🎄 Árbol de Navidad Animado ASCII

Un árbol de navidad animado en la terminal con luces parpadeantes y colores festivos, completamente hecho con caracteres ASCII alfanuméricos.

✨ Características

  • 🌲 Árbol de navidad centrado con caracteres alfanuméricos aleatorios
  • 💡 Luces de navidad animadas distribuidas por todo el árbol
  • 🎨 Colores vibrantes (verde, amarillo, rojo, cyan, magenta)
  • ⭐ Estrella parpadeante en la punta
@deathau
deathau / Readme.md
Last active November 29, 2025 20:47
Obsidian scss

Obsidian SASS theme switching tools

I was building up a small library of css snippets, and mixing and matching via copy-paste was getting tiresome.
So, I knocked myself up a little solution using https://sass-lang.com/
To use this solution, you need to follow the instructions on the website to install the SASS command line utility.

Instructions

For my purposes, I created a subfolder in my Obsidian vault called ./.themes where my obsidian.scss file lives. I also created a subfolder for mixins (./.themes/mixins) containing small snippets like "Andy Matuschak" mode and collapsing sidebars (and my preferred custom colours for my Base2Tone theme)

@uroybd
uroybd / koreader notes.md
Created February 20, 2024 08:26
A tweaked version of KOReader to Obsidian exporter template

<%* // The KOReader defined highlight styles vs callout mapping. Leave the keys as is, but you can edit the values to create your own convention. const NOTE_STYLES = { lighten: { type: "quote", title: "Quotable/Concept/General Idea", }, invert: { type: "important", title: "Striking/Intense",

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active November 29, 2025 20:47
Conventional Commits Cheatsheet
@kalinchernev
kalinchernev / countries
Created October 6, 2014 09:42
Plain text list of countries
Afghanistan
Albania
Algeria
Andorra
Angola
Antigua & Deps
Argentina
Armenia
Australia
Austria