Skip to content

Instantly share code, notes, and snippets.

View sjoerd-dijkstra's full-sized avatar
:octocat:
Coding

Sjoerd sjoerd-dijkstra

:octocat:
Coding
View GitHub Profile
## Address to get all EFX tokens XD
byte_array = b'\xfd\x95F\xc1\x0eh\xaa?\xc1,\x0f\xcd\x07\xf4\xb7\xe3\x19\xb1\xd9\xd6'
int_list = list(byte_array)
print ("Length of byte array is {}".format(len(int_list)))
print ("{")
for int_byte in int_list:
print ("(byte) {},".format(int_byte))
# VARIABLES
export OUTPUT=/media/DATA/sjoerd/demo/$argv
export MOVIE_FILE=$OUTPUT/Video/movie.mp4
export DATA_DIR=$OUTPUT/Frames/clipped/
export LANDMARK_DIR=$OUTPUT/Landmarks/clm/
export IDENTITY_PATH=/home/sjoerd/Identities/DEMO/
export START_NUMBER=0
export IDENTITY_FRAMES="25,50,75"
export KEYFRAMES_DIR=$OUTPUT/Keyframes/
#!/usr/bin/env bash
source "$(pwd)/../../functions.sh"
symlink_dotfiles ".gitcredentials .bitbucket .gist"