Skip to content

Instantly share code, notes, and snippets.

View othercodes's full-sized avatar
🚀
Everything is about the context.

Unay Santisteban othercodes

🚀
Everything is about the context.
View GitHub Profile
@othercodes
othercodes / checkout.sh
Last active October 29, 2020 19:03
Restore git bracnh after git force push.
#!/usr/bin/env bash
#
# Git Branch checkout after force push
#
# Execution:
# $ bash checkout.sh [branch]
sudo chown -R www-data ./
echo "Fetching changes from origin..."
sudo -Hu www-data git fetch -p
@othercodes
othercodes / 11101.py
Last active February 15, 2024 02:21
Small birthday present in python.
#!/usr/bin/python3
# acceptance criteria:
# - works without installing non-standard py3 modules
# - tested on *nix distros
# func ideas stub:
# DONE: fortune http://www.yerkee.com/api (computers science all)
# cat: hey you have your own! go to othercodes./cat http://thecatapi.com/
# pokemon https://pokeapi.co/ https://pokeapi.co/docsv2/#pokemon