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 May 23, 2025 09:30
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 August 4, 2025 06:16
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