I hereby claim:
- I am wanderingstan on github.
- I am wanderingstan (https://keybase.io/wanderingstan) on keybase.
- I have a public key ASCPnta_Alcflas8yGwJjAf9nk97KqyS_WstNKbRelxXBAo
To claim this, I am signing this object:
| # Create a movie which is a grid of other movies. | |
| # Based on: https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos | |
| # With help from: http://superuser.com/questions/991714/select-audio-from-second-input-file-for-ffmpeg-movie-overlay/991747#991747 | |
| # | |
| # Example: | |
| # python make_grid.py -x 4 -y 4 -o 4x4.mov Breezeblocks*.mov | |
| # | |
| # Will take up to 16 (4x4) movies with name staring with "Breezeblocks" and | |
| # create a movie grid of them playing simultaneously, saved as 4x4.mov. | |
| # |
| #! /bin/bash -x | |
| sudo yum install -y gcc g++ gtk+-devel libjpeg-devel libtiff-devel jasper-devel libpng-devel zlib-devel cmake unzip | |
| sudo yum install -y yum-priorities | |
| wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
| sudo rpm -ivh epel-release-6-8.noarch.rpm | |
| sudo yum install -y eigen3-devel —enablerepo=epel | |
| pip install numpy | |
| wget http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.11/opencv-2.4.11.zip | |
| unzip opencv-2.4.11 |
| 0x564AAe0251d49d1F8d4d8d9E5da08f8CcEFf9eF2 |
| Verifying my Blockstack ID is secured with the address 1Gb2k1A2X3tzR7mSUhk5gAE77Lm8kxLEd3 https://explorer.blockstack.org/address/1Gb2k1A2X3tzR7mSUhk5gAE77Lm8kxLEd3 |
I hereby claim:
To claim this, I am signing this object:
OriginToken.deployed().then(function(instance) { meta = instance; });
meta.getBalance.call(account).then(function(myBal) { balance = myBal; });
meta.balanceOf.call(account).then(function(myBal) { balance = myBal; });
| ~/Origin/demo-dapp$ git push --force heroku | |
| Counting objects: 26, done. | |
| Delta compression using up to 8 threads. | |
| Compressing objects: 100% (24/24), done. | |
| Writing objects: 100% (26/26), 4.37 KiB | 447.00 KiB/s, done. | |
| Total 26 (delta 15), reused 5 (delta 2) | |
| remote: Compressing source files... done. | |
| remote: Building source: | |
| remote: | |
| remote: -----> Node.js app detected |
| ~/Origin/origin-box$ docker exec -ti origin-js /bin/bash | |
| root@b527ebfeb84c:/app# | |
| root@b527ebfeb84c:/app# ls | |
| CONTRIBUTING.md README.md artifacts dist package-lock.json scripts test webpack.config.js | |
| LICENSE RELEASE.md contracts node_modules package.json src v0.1_migration | |
| root@b527ebfeb84c:/app# cd contracts/ | |
| root@b527ebfeb84c:/app/contracts# ls | |
| build contracts migrations releases test truffle.js | |
| root@b527ebfeb84c:/app/contracts# export RINKEBY_MNEMONIC="<REDACTED>" | |
| root@b527ebfeb84c:/app/contracts# npx truffle migrate --network rinkeby |
| // In origin-js containter | |
| // Save this file as `/app/scripts/deploy_checklist.js` | |
| // Then run `node deploy_checklist.js` | |
| // Output should be similar to: | |
| // | |
| // root@b527ebfeb84c:/app/scripts# node deploy_checklist.js | |
| // Network: rinkeby | |
| // 0 0xfF2BA846ab52EDBd724A5ef674AbF5A763849B61 61.7776839 | |
| // 1 0x3003F9dCFDC17e63cfe7023130B804829b369882 1.751959367 |