Skip to content

Instantly share code, notes, and snippets.

View baku89's full-sized avatar
🍡

Baku 麦 baku89

🍡
View GitHub Profile
/*
{
"id": "cylinder-spray",
"label": "Cylinder Spray",
"icon": "❍",
"author": "Hiroyuki Sato"
}
*/
// @baku89: Added metadata so that the app can load.
@baku89
baku89 / ofApp.cpp
Created October 13, 2016 18:34 — forked from satoruhiga/ofApp.cpp
GenUVLayout
#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;
@baku89
baku89 / setup_mac_signage.sh
Last active July 29, 2018 07:05 — forked from asus4/setup_mac_signage.sh
Setup mac preferences for Digital signage.
#!/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
@baku89
baku89 / OSX Example
Last active September 1, 2016 11:39 — forked from rc1/OSX Example
Command line arguments in openFrameworks
open -n ./emptyExampleDebug.app/ --args --myargs 1 2 3 4