Skip to content

Instantly share code, notes, and snippets.

@devinschumacher
devinschumacher / how-to-make-invisible-characters.md
Last active August 25, 2025 02:13
The "invisible" / "blank" / "empty space" characters
tags
zero width space
zero width non-joiner
zero width joiner
soft hyphen

Invisible "blank" Characters: How to write invisible characters (zero width space, zero width non-joiner, zero width joiner & soft hyphen

I think only 2 of these are "copy-able":

  1. Zero-width space:
  2. Zero-width non-joiner: ‌‌‌
@youthlin
youthlin / lyrics.lua
Last active January 7, 2026 10:04
show lyrics in vlc
--[[--
show lyrics on visualization 在可视化界面显示歌词
url 项目地址: https://gist.github.com/youthlin/a3b3fc033586bede6046086f3d889322
author 作者: youthlin
author url 作者博客: https://youthlin.com
How to install:
1. put this file on lua/intf/
2. enable extra interface: luaintf (Settings[Show all] -> Interface -> Main Interfaces -> extract modules='luaintf'[make the 'Lua interpreter' checked])
(important: extraintf=luaintf not lua)
@wodim
wodim / main.scm
Created July 13, 2014 10:42
main.scm from GTA: Vice City
This file has been truncated, but you can view the full file.
DEFINE OBJECTS 204
DEFINE OBJECT (noname)
DEFINE OBJECT DTN_STADDOORA // Object number -1
DEFINE OBJECT DTN_STADDOORB // Object number -2
DEFINE OBJECT DTHOTRING_A // Object number -3
DEFINE OBJECT BRIBE // Object number -4
DEFINE OBJECT CI_GATESCLOSED // Object number -5
DEFINE OBJECT CI_BACKGATECLOSE // Object number -6
DEFINE OBJECT INFO // Object number -7
DEFINE OBJECT YT_MAIN_BODY // Object number -8