Skip to content

Instantly share code, notes, and snippets.

View aki017's full-sized avatar
:shipit:
RETIRED

Akiteru Maeda aki017

:shipit:
RETIRED
View GitHub Profile
@aki017
aki017 / broken.yml
Created September 15, 2016 07:41
kaitai-struct
meta:
id: broken
file-extension: test
endian: le
seq:
- id: version
type: u4
- id: main_data
type: main
- id: dummy
@aki017
aki017 / asset_bundle.ksy
Created September 12, 2016 09:12
Unity AssetBundle ksy (WIP)
meta:
id: asset_bundle
file-extension: unity5
endian: be
seq:
- id: archive_storage_header
type: archive_storage_header
- id: archive_storage_body
size-eos: true
types:
@aki017
aki017 / broken.ksy
Last active September 12, 2016 09:08
kaitai-struct
meta:
id: broken
file-extension: test
endian: le
seq:
- id: version
type: u4
- id: main_data
type: main
- id: dummy
@aki017
aki017 / list.json
Created July 30, 2016 13:30
TRPG ServerList
[
"http://dodontof.aki017.info/"
]
type A =
| STR of string
| INT of int
static member create(s:string) = STR(s)
static member create(i:int) = INT(i)
static member op_Explicit (a:A) : string =
match a with
| A.STR(s) -> s
Running generated-configure.sh
configure: Configuration created at Sat Dec 12 22:42:15 JST 2015.
configure: configure script generated at timestamp 1435822080.
checking for basename... /usr/bin/basename
checking for bash... /bin/bash
checking for cat... /bin/cat
checking for chmod... /bin/chmod
checking for cmp... /usr/bin/cmp
checking for comm... /usr/bin/comm
checking for cp... /bin/cp
@aki017
aki017 / out1
Created December 12, 2015 13:41
bash configure 2>&1 >out1
Running generated-configure.sh
configure: Configuration created at Sat Dec 12 22:38:44 JST 2015.
configure: configure script generated at timestamp 1435822080.
checking for basename... /usr/bin/basename
checking for bash... /bin/bash
checking for cat... /bin/cat
checking for chmod... /bin/chmod
checking for cmp... /usr/bin/cmp
checking for comm... /usr/bin/comm
@aki017
aki017 / gist:42a6f8a32ab495f25c19
Created September 29, 2015 03:34
panic: runtime error: makeslice: len out of range
(400 of 1(400 of 17892 files) 156.56 MB / 2.09 GB panic: runtime error: makeslice: len out of range
goroutine 74 [running]:
strings.Repeat(0x88def0, 0x1, 0xffffffffffffffe5, 0x0, 0x0)
/opt/boxen/chgo/versions/1.5.1/src/strings/strings.go:464 +0x66
github.com/github/git-lfs/lfs.(*ProgressMeter).update(0xc0830b2080)
/Users/rick/go/src/github.com/github/git-lfs/lfs/progress_meter.go:140 +0x7c8
github.com/github/git-lfs/lfs.(*ProgressMeter).writer(0xc0830b2080)
/Users/rick/go/src/github.com/github/git-lfs/lfs/progress_meter.go:112 +0xfd
created by github.com/github/git-lfs/lfs.(*ProgressMeter).Start
---
scripts/cron.coffee | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/scripts/cron.coffee b/scripts/cron.coffee
index 80b2f03..2f9ed2c 100644
--- a/scripts/cron.coffee
+++ b/scripts/cron.coffee
@@ -3,6 +3,7 @@
#
source "https://rubygems.org"
gem "sinatra"
gem "faraday"
gem "haml"
gem "memcachier"
gem "dalli"