This is a SCRIPT-8 cassette.
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
# Three.py ~ Rising | |
from time import sleep | |
from random import random | |
mom = open(__file__).read() | |
while True: | |
child = open(str(random()) + '.py', 'w') | |
child.write(mom) |
This is a SCRIPT-8 cassette.
Install NVIDIA drivers (they were already installed, but it should be as simple as):
sudo apt-get install nvidia-384 nvidia-modprobe
Install CUDA:
Get URL from https://developer.nvidia.com/cuda-downloads
mkdir ~/nvidia-install ; cd ~/nvidia-install
wget -c https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_9.0.176_384.81_linux-run
chmod +x cuda_9.0.176_384.81_linux-run
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
image: docker:latest | |
# Remember to set required vars as secret vars on GitLab CI settings | |
variables: | |
DOCKER_DRIVER: overlay | |
CONTAINER_TEST_IMAGE: ${CI_REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}_test | |
CONTAINER_DEPLOY_IMAGE: ${HEROKU_REGISTRY}/${CI_PROJECT_NAME}/web | |
HEROKU_API_KEY: ${HEROKU_AUTH_TOKEN} | |
services: |
npm install [email protected] --global
texel index.js --open
ffmpeg -framerate 24 -i tmp/%03d.png -y output.gif
ffmpeg -framerate 24 -i tmp/%03d.png -y -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4
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 | |
# First install phantomjs: `npm install phantomjs` | |
./node_modules/.bin/phantomjs script.js |
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
git clone https://github.com/imgflo/imgflo.git | |
cd imgflo | |
git submodule update --init | |
TRAVIS_OS_NAME=osx make travis-deps | |
npm install | |
rm install/lib/libs/libsqlite*.dylib | |
make run RELOCATE_DEPS=true NOAUTOLAUNCH=1 GRAPH=graphs/checker.json |
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
[{"id":"c64ac187-d0f7-447c-a553-82ddc8d0ee66","item":"a21d9980-e90d-4847-9468-fdee96410be2","type":"article","html":"<article><h1>'Light field' camera maker Lytro announces professional VR video rig</h1><p>Camera maker Lytro drew our attention three years ago with what it called "light field" photography. Instead of focusing at a specific depth, its camera would capture everything in range of its finder, so you could do things like pick a focus after taking the picture.</p><img src=\"https://cdn2.vox-cdn.com/thumbor/coa6r2TY3lum-A4sKovYI9akKr0=/cdn0.vox-cdn.com/uploads/chorus_asset/file/4232179/Lytro_Immerge_Coast.0.jpg\"></article>","score":0,"created_at":null,"updated_at":null,"metadata":{"datePublished":null,"caption":"Camera maker Lytro drew our attention three years ago with what it called \"light field\" photography. Instead of focusing at a specific depth, its camera would capture everything in range of its finder, so you could do things like pick a focus after taking the picture.", |