Skip to content

Instantly share code, notes, and snippets.

View Jw-44's full-sized avatar

James Warren Jw-44

View GitHub Profile
@Jw-44
Jw-44 / elegant-cta-button-animation.markdown
Created July 30, 2022 13:53
Elegant CTA button animation
@Jw-44
Jw-44 / css-dominos.markdown
Last active August 3, 2022 15:54
CSS Dominos
@GabrielMMelo
GabrielMMelo / sudo-termux
Created January 22, 2019 12:33
Install sudo in Termux (Android)
apt install git
git clone https://gitlab.com/st42/termux-sudo
cd termux-sudo
cat sudo > /data/data/com.termux/files/usr/bin/sudo
chmod 700 /data/data/com.termux/files/usr/bin/sudo