Fill here an interesting description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaults | |
[ | |
// .. | |
// all your other keybindings | |
// ... | |
// for sonic pi | |
{ | |
"key": "ctrl+alt+s", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) |
Short but interesting description
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.