Skip to content

Instantly share code, notes, and snippets.

View vjp23's full-sized avatar
🤓

Vince vjp23

🤓
  • Bronx, NY
View GitHub Profile
@tomlankhorst
tomlankhorst / docker-swarm-gpu.md
Last active April 26, 2024 18:14
Instructions for Docker swarm with GPUs
@autocorr
autocorr / tmoji
Last active September 18, 2023 12:29
A python script to send parse emoji keywords into unicode and send to tmux
#!/usr/bin/env python3
import argparse
import difflib
import subprocess
EMOJI_UNICODE = {
'+1': '\U0001F44D',
'-1': '\U0001F44E',