Skip to content

Instantly share code, notes, and snippets.

View chrisurf's full-sized avatar
💭
🔧 screwing things up

Chris Oguntolu chrisurf

💭
🔧 screwing things up
View GitHub Profile
@chrisurf
chrisurf / keybase,md
Created December 18, 2023 17:55
Keybase proof
### Keybase proof
I hereby claim:
* I am chrisurf on github.
* I am chrisurf (https://keybase.io/chrisurf) on keybase.
* I have a public key ASDJHvhxr_7_9ehoosMANzyZ_6zwZjFXGTH4vIGCmQHtWgo
To claim this, I am signing this object:
@chrisurf
chrisurf / github-commit-type-emojis.md
Last active October 7, 2022 17:51
github-commit-type-emojis.md

Github commit type emoji's

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
New feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Documentation 📚 :books:
@chrisurf
chrisurf / vim-shortcuts.md
Created December 12, 2021 09:17
Vim keyboard shortcuts

Vim Cheat Sheet

Global

Keys Description
:h[elp] keyword open help for keyword
:sav[eas] file save file as
:clo[se] close current pane
:ter[minal] open a terminal window
K open man page for word under the cursor
@chrisurf
chrisurf / ascii-art-characters.md
Last active August 4, 2026 15:22
ASCII art characters for creating diagrams

ASCII art characters for creating diagrams

Single line characters

ASCII code Character Description
191 Box drawing character single line upper right corner
192 Box drawing character single line lower left corner
193 Box drawing character single line horizontal and up
194 Box drawing character single line horizontal down
@chrisurf
chrisurf / intellij-keyboard-shortcuts-mac.md
Created December 10, 2021 14:25
IntelliJ IDEA Keyboard shortcuts Mac

IntelliJ IDEA Keyboard shortcuts

Selection

Key Description
twice and hold it down the second time. Then use the arrow keys (UP or DOWN)
⌃ + G Select next occurrence of the current word or selection
⌃ + ⌘ + G Select all occurrences

Move

@chrisurf
chrisurf / python-mac-setup.md
Created December 10, 2021 14:09
Python Mac Setup

Python Mac Setup

Open iterm2 or your favourite termional and run the following commands

Install Python

brew install python

Install PyCam

@chrisurf
chrisurf / alt-codes.md
Last active September 11, 2026 06:35
ALT Codes for Check Mark, Cross (X) Mark & Ballot Box Symbols

ALT Codes for Check Mark, Cross (X) Mark & Ballot Box Symbols

Symbol ALT Code ALT X Code Symbol Name HTML Entity DEC HTML Entity HEX HTML Entity Named Unicode Code Point
ALT 9744 2610 ALT X Ballot box, check box, tick box U+2610
ALT 9745 2611 ALT X Ballot box with check U+2611
ALT 9746 2612 ALT X Ballot box with X U+2612
ALT 9989 2705 ALT X White heavy check mark U+2705
ALT 10003 2713 ALT X Check mark U+2713
ALT 10004 2714 ALT X Heavy check mark U+2714
@chrisurf
chrisurf / nano-shortcuts.md
Created December 10, 2021 13:44
nano keyboard shortcuts mac

⌘ Command (or Cmd) ⇧ Shift ⌥ Option (or Alt) ⌃ Control (or Ctrl)

^ + G      (F1)              Display this help text
^ + X      (F2)              Close the current file buffer / Exit from nano
^ + O      (F3)              Write the current file to disk
^ + J      (F4)              Justify the current paragraph