Skip to content

Instantly share code, notes, and snippets.

View LuckyGeck's full-sized avatar
🌳

Pavel Sychev LuckyGeck

🌳
View GitHub Profile
@LuckyGeck
LuckyGeck / readme.md
Created September 18, 2023 15:36
How to add a rotating marker in VSCode
const m = `<svg width="15" viewBox="-5 6 63 59" xmlns="http://www.w3.org/2000/svg" fill="#79A9FF">
<g>
@LuckyGeck
LuckyGeck / FlyIO+Tailscale.md
Last active December 17, 2023 06:54
Tailscale exit node on Fly.io
@LuckyGeck
LuckyGeck / run_ycmd.sh
Created June 29, 2015 08:43
Sample YCMD launching script
#!/usr/bin/env bash
cp default_settings.json current.json
cd ycmd
python ycmd --port=10333 --options_file=../current.json --idle_suicide_seconds=0