Skip to content

Instantly share code, notes, and snippets.

@4noha
4noha / kinntai_no_yatu.js
Last active February 16, 2017 00:32
node.jsでDashボタンによってアレしてPush Bulletに結果投げるやつ
const DashButton = require( 'dash-button' );
const Request = require( 'request' );
const Fs = require( 'fs' );
const Iconv = require( 'iconv-lite' );
const PushBullet = require( 'pushbullet' );
const D_BUTTON_MAC = 'xx:xx:xx:xx:xx:xx';
const EMPLOYEE_NO = 'にゃ〜ん';
const PASSWORD = 'にゃ〜ん';
const PUSH_ACCOUNT = 'にゃ〜ん';
@ionelmc
ionelmc / .gitignore
Last active February 12, 2020 09:26
A JSON parser benchmark. See README.rst for instructions.
*.cbor
*.log
*.xml
*.yaml
*.json
*.msgpack
*.html
*.marshal
*.pickle
.tox
@mollifier
mollifier / zshrc_useful.sh
Last active April 9, 2024 06:29
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@Gab-km
Gab-km / github-flow.ja.md
Last active April 25, 2024 04:01 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)
@putermancer
putermancer / gist:591964
Created September 22, 2010 16:01
Set up a local solr instance on mac
# Setting up a local solr instance on a mac
# install solr with homebrew
brew install solr
# create the base solr index directory
mkdir -p /data/solr
# make sure you can write to the solr logs
sudo chown -R `whoami` /usr/local/Cellar/solr/