Skip to content

Instantly share code, notes, and snippets.

@5310
5310 / _heliboard-layouts-bn
Last active March 1, 2025 13:43
Heliboard Bengali layouts #dotfiles
- oni
- bornanukromik
A simple reorganiation of the Bengali script in conventional "alphabetical" order
- bornanukromik_matrapurbok
Modifies the vowels to input their mark forms on tap, and phonemic forms on hold.
- scio
- qwertylike
Tries to conform to a conventional Latin QWERTY layout as much as possible, with some choice exceptions.
@OrionReed
OrionReed / dom3d.js
Last active April 19, 2025 12:06
3D DOM viewer, copy-paste this into your console to visualise the DOM topographically.
// 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks.
// You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/)
(() => {
const SHOW_SIDES = false; // color sides of DOM nodes?
const COLOR_SURFACE = true; // color tops of DOM nodes?
const COLOR_RANDOM = false; // randomise color?
const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com)
const MAX_ROTATION = 180; // set to 360 to rotate all the way round
const THICKNESS = 20; // thickness of layers
const DISTANCE = 10000; // ¯\\_(ツ)_/¯
@jogerj
jogerj / Genshin Impact 5.x Wish URL Android.md
Last active April 7, 2025 07:36
Get Wish URL in Genshin Impact 5.3 on Android using Android Debugging Tools

Usage

These instructions are for users with Genshin Impact installed on Android. For installations on PC, see other guide.

Using Termux on Android

  1. Open and Download Termux (Do not download from Play Store as it is not up-to-date)
    • Android 11 and above: Enable Wireless Debugging on your Android phone.
    • Android 10 or below: You need a PC to enable port 5555, follow these instructions to connect then skip step 5-7.
  2. Open Termux and run pkg update && pkg install android-tools termux-api (if failed, run apt update && apt install android-tools termux-api instead)
  3. Open Settings > System > Developer Options > Wireless Debugging. Open the app switcher then tap and hold the Settings app icon. Select "Split top", then select Termux as the bottom half.
  4. Tap on "Pa

FZF Scripts

  • ksend: send files to other devices using kdeconnect
  • fz-open: navigate directory structure to find and open files
  • editdot: open dotfiles tracked by yadm in $EDITOR
  • dotlog: browse git log of dotfiles tracked by yadm, preview diff and copy commit hash
@onnyyonn
onnyyonn / awesome-wordle.md
Last active October 18, 2022 11:11
A non-exhaustive list of Wordle clones, variants and solvers
@rouchage
rouchage / xfce4-panel_Auto_Transparency(With_Animation).sh
Last active May 19, 2023 19:47 — forked from 5310/xfce4-panel-auto-opaque.sh
Changes XFCE panel transparency depending on whether any window on the current workspace is maximized or not #script
#!/usr/bin/env bash
### NOTE: Works on xfce 4.12 ###
#-- softs to install:
#-- xorg-xprop wmctrl
#-- Animation effect added by -> Rouchage
#-- CONFIGURATION
transparent_alpha=50
@5310
5310 / 0_pracprogw
Last active September 7, 2017 13:04
PracProgW Notes #article
This Gist will collect all code or random notes from out web-dev crash-course.
@bisubus
bisubus / ES5-ES6-ES2017-ES2019 omit & pick
Last active April 13, 2024 21:03
ES5/ES6/ES2017/ES2019 omit & pick
@kentbrew
kentbrew / pinmarklet.md
Last active December 16, 2024 20:48
How to recreate your long-lost Pinterest bookmarklet.

How to recreate your long-lost Pinterest bookmarklet.

Right-click your bookmarks bar and choose Add Page (Chrome) or New Bookmarklet (Firefox).

In Name, put this:

Pin It

In URL, put this:

@graceavery
graceavery / harryPotterAliases
Last active September 20, 2024 22:13
bash aliases for Harry Potter enthusiasts
alias accio=wget
alias avadaKedavra='rm -f'
alias imperio=sudo
alias priorIncantato='echo `history |tail -n2 |head -n1` | sed "s/[0-9]* //"'
alias stupefy='sleep 5'
alias wingardiumLeviosa=mv
alias sonorus='set -v'
alias quietus='set +v'