Skip to content

Instantly share code, notes, and snippets.

View ninest's full-sized avatar
🎯
Experimenting

Parth Kabra ninest

🎯
Experimenting
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ninest on github.
* I am kabrapa (https://keybase.io/kabrapa) on keybase.
* I have a public key whose fingerprint is E1A8 699C 0A1A 0550 1EA8 95FD 1553 FD7F 6F61 81EC
To claim this, I am signing this object:
@ninest
ninest / keybindings.json
Created June 26, 2020 07:45
Sonic Pi in VSCode
// Place your key bindings in this file to override the defaults
[
// ..
// all your other keybindings
// ...
// for sonic pi
{
"key": "ctrl+alt+s",
import numpy as np
arr = np.zeros((3,3))
arr[1][0] = 5
for row_index in range(len(arr)):
for col_index in range(len(arr[row_index])):
print(row_index, col_index, " : ", arr[row_index][col_index])
@ninest
ninest / README_centered.md
Last active June 9, 2020 11:26
centered readme template

Name

Fill here an interesting description

Made with Deno Make a PR

@ninest
ninest / README_basic.md
Last active May 27, 2020 05:02
Basic readme template

Short but interesting description

Made with Flutter PRs Welcome GitHub

You may want to put some more text here, maybe elaborate on the description. If you want to center your project name, description, and badges, check out this gist. Check out this full article.