/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"This document lists the colors used in the Monokai Pro theme with the Classic filter. Please check the Monokai Pro website for more informations.
Monokai Pro with Classic filter colors:
| Preview | Hexadecimal | RGB | |
|---|---|---|---|
| Activity Bar Background | ![]() |
#272822 |
(39, 40, 34) |
| Activity Bar Foreground | ![]() |
#f8f8f2 |
(248, 248, 242) |
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+cmd+down", | |
| "command": "-editor.action.moveLinesDownAction", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+cmd+up", | |
| "command": "-editor.action.moveLinesUpAction", |
| junk_l = 22 | |
| # can be different when compiled | |
| function_addr = b"\x56\x55\x61\xad" | |
| arg_a = b"\xde\xad\xbe\xef" | |
| arg_b = b"\xc0\xde\xd0\x0d" | |
| with open("./data", "wb") as f: | |
| junk = b"A" * junk_l |
| # Usage: | |
| # python3 convert_base64_to_fbx.py ./out.fbx ./base64_file | |
| import io | |
| import base64 | |
| import sys | |
| BASE_CONTENT = sys.argv[2] | |
| OUT_FILE_PATH = sys.argv[1] |
How to export GLTF scene from Blender to the Three.js environment.
Object > Convert > Mesh .| var ffmpeg = require('ffmpeg.js/ffmpeg-mp4.js') | |
| document.querySelector('button').addEventListener('click', (evt) => { | |
| document.querySelector('[camera]').setAttribute('animation', { | |
| property: 'rotation', | |
| to: '0 360 0', | |
| dur: 10000, | |
| easing: 'linear' | |
| }) |
| [ | |
| { | |
| "keys": ["super+f"], | |
| "command": "find_under" | |
| }, | |
| { | |
| "keys": ["super+t"], | |
| "command": "transpose" | |
| } | |
| ] |