This file contains hidden or 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
HolderAddress | Balance | PendingBalanceUpdate | |
---|---|---|---|
0x6671d4efc8729851af91f7db9035b0cac1450000 | 12750000 | No | |
0x741ba0f6d13d90201b98661fe0dd4019f7cb6b7f | 10200000 | No | |
0xf146f3bf137683c6d2fe266f6a2dc352a615eb0c | 8754420.0025 | No | |
0xf53321a19a2f5e55425e17bbb4f6cf245da77546 | 8500000 | No | |
0x818691a94dee2ef22d11914e02d417688fab6bef | 8500000 | No | |
0x175ae63436e9530c49440c6e401b309785414d11 | 7225000 | No | |
0xf5c3bff123277e4d620740c85daaff0af60aef84 | 5100000 | No | |
0x9dac0e8da34d6a66f07f05ff9599980135a33afe | 5100000 | No | |
0x5278223b78ce6a50cd0e5e237104c4ef65760f65 | 4760000 | No |
This file contains hidden or 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
HolderAddress | Balance | PendingBalanceUpdate | |
---|---|---|---|
0x00668bd79ede077b99bbe1c4db59418bc333d4cf | 850000 | No | |
0x09fabf8c79e141fea3b87629a19c1defef0b9291 | 850000 | No | |
0x1256497a1b0729e167bc52e2b08ee23a888184c9 | 850000 | No | |
0x15044445b4491de2d555fe91a7347bbf4c0a41fa | 313650 | No | |
0x175ae63436e9530c49440c6e401b309785414d11 | 7225000 | No | |
0x180595121ded1321ec9218b2e0c28e3a89bb09d6 | 850000 | No | |
0x1979ae5f11170068da75c48f1d837c76c213c1f1 | 850000 | No | |
0x19eb7ffdcd670ca917110bd032463120a5e58c8e | 850000 | No | |
0x1d4c8ad4089af91abd35687c70d2bbdb40c11ff1 | 850000 | No |
This file contains hidden or 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
curl http://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d ' | |
{ | |
"jsonrpc": "2.0", | |
"id": 1, | |
"method": "getProgramAccounts", | |
"params": [ | |
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU", | |
{ | |
"encoding": "jsonParsed", | |
"filters": [ |
This file contains hidden or 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
#! /bin/bash | |
cd ~/srv/python-common && git checkout master && git pull | |
cd ~/srv/palantir/core && git checkout master && git pull && pipenv install | |
cd ~/srv/ultron && git checkout master && git pull && pipenv install |
This file contains hidden or 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
Title: | |
Description: | |
Test Plan: |
This file contains hidden or 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
Subject line (try to keep under 50 characters) | |
Multi-line description of commit, | |
feel free to be detailed. |
This file contains hidden or 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCpKmQ3g2ZUhqx9PsG9kASTWUTRb5LOQ23NXzlqYJDTAkzGH/+yPIayatwb0LceVrkRqwl2a2dfutEGiU6sEVYDA1/XNqhEWf07g3Fbo195nbOHopqnjpOsy+lHuKawgzFe8yfxiI86V96sT/P4nQjQhPaZiztFLhpyMukJqMaGSHWQh/+Qy+xXw+QsXOW1pz/bj97vQuTrztUs8W7dTUP0K+TdIkWNEZjSrS/BxiJY8YxyiTq+VCeMlcPYWjJ4AxrjpZg/4JcKZSkY4crixliDqpenDguOi8M8+OohMyYXVjUK1tX7My//zORoqF0KEvnoT/G7MoGu+0HGKdnKavWBckUAJOzQEqOZv4vc0sy5ZDVeEUei6oKRHBbud+FTZ8j9qfL2GCI53fgQGke/85Gk3RDtA74FYEyRkGujUv28vpulzA/u08gFbfaucY22tC/jd5dnMk3zO/9zjegtVEKKu9ZyoSGsfecgZkpvANb9RgDqFSciU+L/id33I78+1OCQSDkgWs7B2g3mwJ6ULB6xrqxiFk2FWucON2EqJOET5w8J9A/W7ZZSQR3bSTUybVJQ156mxGrlYH3EsKEyRkNHlnDOpi5Bkiu+O+bu0IdqIuHDPhhpXJRT2KWV7SARpEOvQbvF2DKX6EN+EeYHl6j/pCmObrO3H3TQ66XX66IBdw== [email protected] |
This file contains hidden or 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
sudo apt-get update \ | |
&& sudo apt-get install -y build-essential \ | |
cmake \ | |
git \ | |
libatlas-base-dev \ | |
libboost-python-dev \ | |
libeigen3-dev \ | |
libgoogle-glog-dev \ | |
libopencv-dev \ | |
libsuitesparse-dev \ |
This file contains hidden or 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
#!/usr/bin/env python | |
import base64 | |
import sys | |
import requests | |
def main(text, filename): | |
r = requests.post( |
This file contains hidden or 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
# Crop the region out of the image with the bbox coordinates | |
# bbox = [x1 y1 x2 y2] | |
# size(im) = HEIGHT x WIDTH x NUM_CHANNELS | |
# window = im(y1:y2, x1:x2, all_channels) | |
# For every channel, crop out the height and the width | |
window = im(bbox(2):bbox(4), bbox(1):bbox(3), :); | |
# Warp the region | |
tmp = imresize(window, [crop_height crop_width], ... |
NewerOlder