Skip to content

Instantly share code, notes, and snippets.

View masamunet's full-sized avatar

Masamune Utsunomiya masamunet

View GitHub Profile
@masamunet
masamunet / file2.txt
Last active October 14, 2016 05:16
Scrivenerの出力ファイルを縦書きにして最強の小説エディタ化させるgulpfile ref: http://qiita.com/masamunet/items/ab9e9882a1e78772dd92
npm run replace
@masamunet
masamunet / file2.txt
Last active October 26, 2016 06:46
中小規模向けウェブサイト制作いい感じgulp環境を考えてみた ref: http://qiita.com/masamunet/items/ca3888c9fe3297272c83
npm run start
@masamunet
masamunet / file0.txt
Created October 5, 2013 04:41
ProgressionのCommandをFlexUnitでテスト ref: http://qiita.com/masamunet/items/705792da4dbcf80005a9
[Test(async)]
public function testCommand():void
{
var com:Command = new Command();
com.onComplete = Async.asyncHandler(this, function():void{
assertTrue(true);
}, 5000);
com.execute();
}
@masamunet
masamunet / file0.txt
Created August 2, 2013 14:02
ラピュタ語でプログラム言語つくった ref: http://qiita.com/masamunet/items/1fc28bfbf759640262fc
リテ リテ アリアロス アリアロス アリアロス アリアロス アリアロス リテ リテ リテ アリアロス アリアロス リテ アリアロス リテ リテ アリアロス リテ アリアロス アリアロス バル ネトリール アリアロス ネトリール アリアロス リテ アリアロス リテ アリアロス リテ リテ アリアロス アリアロス リテ アリアロス リテ アリアロス リテ リテ ウルス リテ リテ アリアロス アリアロス リテ アリアロス リテ アリアロス アリアロス リテ リテ リテ アリアロス アリアロス アリアロス アリアロス アリアロス リテ リテ アリアロス リテ ネトリール アリアロス リテ アリアロス アリアロス リテ アリアロス アリアロス ウルス リテ アリアロス ネトリール リテ ネトリール アリアロス ウルス リテ ネトリール アリアロス ラトバリタ バル ネトリール バル アリアロス ウルス アリアロス アリアロス アリアロス アリアロス バル アリアロス リテ ネトリール アリアロス アリアロス バル アリアロス アリアロス リテ リテ リテ アリアロス リテ リテ アリアロス アリアロス アリアロス リテ アリアロス リテ リテ ラトバリタ アリアロス バル リテ リテ リテ リテ リテ アリアロス アリアロス ラトバリタ アリアロス アリアロス ネトリール リテ アリアロス アリアロス リテ ラトバリタ リテ ネトリール アリアロス ウルス リテ アリアロス アリアロス アリアロス リテ アリアロス リテ リテ アリアロス リテ アリアロス アリアロス リテ アリアロス アリアロス アリアロス アリアロス リテ リテ アリアロス リテ アリアロス リテ リテ アリアロス アリアロス リテ リテ アリアロス リテ リテ バル リテ アリアロス ウルス バル リテ アリアロス アリアロス リテ リテ アリアロス アリアロス ラトバリタ アリアロス ラトバリタ バル ラトバリタ バル ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ バル ラトバリタ ラトバリタ アリアロス ラトバリタ ラトバリタ バル ラトバリタ バル ラトバリタ バル ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ ラトバリタ バル ラトバリタ リテ アリアロス ネトリール アリアロ
@masamunet
masamunet / Gruntfile.coffee
Last active December 20, 2015 13:29
ぼくがかんがえたさいきょうのGruntfileを晒してみる ref: http://qiita.com/masamunet/items/34022da57e2143d9084a
#除外ファイル
exclude = [
'!**/.DS_Store'
'!**/Thumbs.db'
'!**/*.coffee'
'!**/*.map'
'!**/*.scss'
'!**/*.less'
'!**/*.s.css'
'!**/*.l.css'