I hereby claim:
- I am curtischong on github.
- I am splacorn (https://keybase.io/splacorn) on keybase.
- I have a public key ASB7O0hAjopSK1RWp2QYhnxClSX5TNkznGrrpyi_aAH3ggo
To claim this, I am signing this object:
| # python3 -m ensurepip --upgrade | |
| # python3 -m pip install --upgrade pip setuptools wheel | |
| # pip install git+https://github.com/u1234x1234/[email protected] | |
| supercell = [] | |
| for i in range(-1, 2): | |
| for j in range(-1, 2): | |
| for k in range(-1, 2): | |
| supercell.append((i, j, k)) |
| #!/bin/bash | |
| # Prompt for the EC2 endpoint | |
| echo "Please paste the EC2 endpoint:" | |
| read EC2_ENDPOINT | |
| # Check if the input looks like an EC2 endpoint | |
| if [[ "$EC2_ENDPOINT" =~ ec2-[0-9-]+\.compute-[0-9]+\.amazonaws\.com ]]; then | |
| # Create a temporary file for the modified config | |
| TMP_FILE=$(mktemp) |
| /usr/local/bin/cursor -g '\1:\2' |
| eval "$(zoxide init zsh)" | |
| function cd(){ | |
| z "$@" && | |
| pwd > ~/.last_dir | |
| } | |
| function ccd(){ | |
| zi "$@" && | |
| pwd > ~/.last_dir | |
| } |
| { | |
| "editor.minimap.enabled": false, | |
| "window.zoomLevel": -1, | |
| "python.pythonPath": "/Users/curtischong/.pyenv/shims/python", | |
| "python.linting.flake8Path": "/Users/curtischong/.pyenv/shims/flake8", | |
| "python.linting.flake8Args": [ | |
| "--ignore=W292,E501,E265,F404,E302,E305" | |
| ], | |
| "editor.renderWhitespace": "none", | |
| "editor.renderControlCharacters": false, |
| #!/bin/bash | |
| # TODO: Place in .git/hooks/ | |
| # TODO: Run chmod +x pre-commit | |
| changed-files () { | |
| git diff-tree --no-commit-id --name-only -r ${@:-HEAD} | |
| } | |
| exists () { | |
| while read line; do |
| // This file is deprecated. Just use workbench.action.openEditorAtIndex3 (aka ctrl + 3) | |
| // Place your key bindings in this file to overwrite the defaults | |
| // Where is this file: preferences -> keyboard shortcuts -> the {} button in the top right | |
| [ | |
| // Switching tabs | |
| { | |
| "key": "cmd+0", | |
| "command": "workbench.action.openLastEditorInGroup" | |
| }, |
| 2015 (1) | |
| 1. Hack the North GeoConnect | |
| 2016 (13) | |
| 2. UofT Hacks WordMix | |
| 3. WearHacks Toronto Re-Hack-Ilation | |
| 4. Flybits Context Camp MinoTour People's Choice Awards | |
| 5. Fishackathon Toronto FinTech 1st | |
| 6. HackHalton LoKee (Local Keeper) | |
| 7. Connected Labs: Watson IoT Syncur.io |
I hereby claim:
To claim this, I am signing this object: