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
| 👍🏻👍🏼👍🏽👍🏾👍🏿👍🏾👍🏽👍🏼 |
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
| > fcurve@0.0.1 test /Users/mugi/Dropbox/Works/2016/30_fcurve/fcurve | |
| > NODE_ENV=test mocha --compilers js:babel-register test/test.js | |
| diff test | |
| [0 ] target= 0.0000 value= 0.0000 diff= 0.00000000 | |
| [1 ] target=+0.0867 value=+0.0867 diff=-0.00000038 | |
| [2 ] target=+0.3618 value=+0.3618 diff=+0.00000961 |
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/sh | |
| # 自動更新OFF | |
| echo "Disable : SystemPreferences -> AppStore -> Automatically check for updates" | |
| defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticCheckEnabled -bool false | |
| # 未承認のアプリでも右クリックなく開ける | |
| echo "Disable Warning on opening new App." | |
| spctl --master-disable |
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
| #include "ofApp.h" | |
| const int NUM_LED_PER_RING = 13; | |
| const int NUM_ROW_IN_UV_LAYOUT = 6; | |
| const int PIXEL_SIZE = 4; | |
| const int PIXEL_MARGIN = 4; | |
| const int STRIP_MARGIN = 10; | |
| const int LAND_TEXT_HEADER_MARGIN = 60; | |
| const int LAND_MARGIN = 20; |
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
| from batcountry import BatCountry | |
| import numpy as np | |
| from PIL import Image | |
| from glob import glob | |
| import os | |
| import random | |
| CAFFE_ROOT = '../caffe' | |
| INPUT_PATH = 'input.jpg' |
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
| import c4d | |
| from c4d.modules import mograph as mo | |
| from PIL import Image | |
| from math import pi | |
| duration = 677.64 / 60 | |
| amp = doc.SearchObject("waveform-clone") | |
| offsetDeformer = doc.SearchObject("offset") | |
| twistDeformer = doc.SearchObject("twist") |
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
| asdfasdfasdf |
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": "2i4osix9av", | |
| "label": "Radial Line", | |
| "icon": "✳" | |
| } | |
| */ | |
| const BLACK = '#282a2e' | |
| const GUIDE = '#3e999f' |
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": "2i4osix9av", | |
| "label": "Radial Line", | |
| "icon": "✳" | |
| } | |
| */ | |
| const BLACK = '#282a2e' | |
| const GUIDE = '#3e999f' |
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": "red-pencil", | |
| "label": "Red Pencil", | |
| "icon": "R" | |
| } | |
| */ | |
| let path |