Skip to content

Instantly share code, notes, and snippets.

View 01en's full-sized avatar
🚀
Enter by the narrow gate

01en [archived] 01en

🚀
Enter by the narrow gate
View GitHub Profile

Gio.js Try Sample

Very Simple Visualizing 3D Earth Model by using Gio.js.

This is a sample to try using this.

Usage

$ npm install 
{"phrase": "荒野を走れどこまでも"}
@01en
01en / file0.txt
Created November 3, 2017 14:07
HEICファイルをJPGファイルに変換する ref: http://qiita.com/enter178/items/83098b1be474db3e8bda
$ sips --setProperty format jpeg input.heic --out output.jpg

sed

grep

よく使う

  • ディレクトリを再帰的に検索
$ grep -r dir
  • ディレクトリを再帰的に検索し、行番号も表示
$ grep -rn dir
@01en
01en / karabiner-setting.xml
Created November 6, 2016 15:26
Karabiner my keybind setting
<?xml version="1.0"?>
<root>
<appdef>
<appname>ECLIPSE</appname>
<equal>org.eclipse.platfrom.ide</equal>
</appdef>
<item>
<name>Escape to EISUU+Escape</name>
<identifier>remap.jis_escape2eisuuAndEscape_terminal</identifier>
<autogen>--KeyOverlaidModifier-- KeyCode::ESCAPE, KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen>
@01en
01en / adb_commands.sh
Created July 3, 2016 10:43
adbコマンド集
# インストールされているアプリのパッケージ名一覧を取得
$ adb shell pm list package