Skip to content

Instantly share code, notes, and snippets.

View sampoder's full-sized avatar
🐻
gob

Sam Poder sampoder

🐻
gob
View GitHub Profile
@hkatzdev
hkatzdev / currentRotation.md
Created October 28, 2020 04:30
0BSD licensed function to find css rotation.
title tags
currentRotation
browser,css,intermediate
@hyperupcall
hyperupcall / change-master-branch-to-main.sh
Last active May 14, 2021 04:35
Cross-platform shell script to change the 'master' branch to 'main' for the local and remote repository
#!/bin/sh -eu
# code licensed under BSD 2-Clause "Simplified" License
# see `change-master-branch-to-main.sh --help` for usage
# see twitter thread for more details: https://twitter.com/EdwinKofler/status/1272729160620752898
site="github.com"
oldDefaultBranch="master"
newDefaultBranch="main"
@chibicode
chibicode / README-Twemoji-React.md
Last active September 29, 2024 04:18
A dead simple React.js Twemoji component.

Twemoji + React

A dead simple React Twemoji component.

Requirements: twemoji

npm install --save twemoji