Skip to content

Instantly share code, notes, and snippets.

View Shock451's full-sized avatar

Abdullahi Ayobami Oladosu Shock451

  • United Kingdom
View GitHub Profile
@Shock451
Shock451 / git-clearHistory
Created July 8, 2020 20:42 — forked from stephenhardy/git-clearHistory
Steps to clear out the history of a git/github repository
-- Remove the history from
rm -rf .git
-- recreate the repos from the current content only
git init
git add .
git commit -m "Initial commit"
-- push to the github remote repos ensuring you overwrite history
git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git
@Shock451
Shock451 / README.md
Created May 31, 2019 08:01 — forked from roachhd/README.md
EMOJI cheatsheet ๐Ÿ˜›๐Ÿ˜ณ๐Ÿ˜—๐Ÿ˜“๐Ÿ™‰๐Ÿ˜ธ๐Ÿ™ˆ๐Ÿ™Š๐Ÿ˜ฝ๐Ÿ’€๐Ÿ’ข๐Ÿ’ฅโœจ๐Ÿ’๐Ÿ‘ซ๐Ÿ‘„๐Ÿ‘ƒ๐Ÿ‘€๐Ÿ‘›๐Ÿ‘›๐Ÿ—ผ๐Ÿ”ฎ๐Ÿ”ฎ๐ŸŽ„๐ŸŽ…๐Ÿ‘ป

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. โœˆ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: ๐Ÿ˜„

@Shock451
Shock451 / languages.json
Last active May 8, 2019 11:50 — forked from calvinfroedge/languages.json
JSON list of all programming languages
{
"languages": ["A#.NET ", "A#(Axiom)", "A - 0 System ", "A + ", "A++", "ABAP ", "ABC ", "ABC ALGOL ", "ABLE ", "ABSET ", "ABSYS ", "ACC ", "Accent ", "Ace DASL ", "ACL2 ", "ACT - III ", "Action!", "ActionScript ", "Ada ", "Adenine ", "Agda ", "Agilent VEE ", "Agora ", "AIMMS ", "Alef ", "ALF ", "ALGOL 58 ", "ALGOL 60 ", "ALGOL 68 ", "ALGOL W ", "Alice ", "Alma - 0", "AmbientTalk", "Amiga E", "AMOS", "AMPL ", "APL", "App Inventor for Android 's visual block language", "AppleScript", "Arc", "ARexx", "Argus", "AspectJ", "Assembly language", "ATS", "Ateji PX", "AutoHotkey", "Autocoder", "AutoIt", "AutoLISP / Visual LISP", "Averest", "AWK", "Axum", "B", "Babbage", "Bash", "BASIC", "bc", "BCPL", "BeanShell", "Batch (Windows/Dos)", "Bertrand", "BETA", "Bigwig", "Bistro", "BitC", "BLISS", "Blue", "Bon", "Boo", "Boomerang", "Bourne shell", "bash", "ksh", "BREW", "BPEL", "C", "C--", "C++", "C#", "C/AL", "Cachรฉ ObjectScript", "C Shell", "Caml", "Candle", "Cayenne", "CDuce", "Cecil", "Cel", "Cesil", "Ceylon", "CFEngine
@Shock451
Shock451 / countries.json
Last active May 8, 2019 11:49 — forked from keeguon/countries.json
A list of countries in JSON
{"countries": [{
"name": "Afghanistan",
"code": "AF"
}, {
"name": "ร…land Islands",
"code": "AX"
}, {
"name": "Albania",
"code": "AL"
}, {