Skip to content

Instantly share code, notes, and snippets.

Initialize engine version: 2018.3.5f1 (76b3e37670a4)
GfxDevice: creating device client; threaded=1
2019-09-09 23:25:17.381 testBuild-lib_dylib_in_plugins-20190909-2018.3.5f1[73929:18242525] RDT233WLM preferred device: Intel(R) UHD Graphics 630 (low power)
2019-09-09 23:25:17.381 testBuild-lib_dylib_in_plugins-20190909-2018.3.5f1[73929:18242525] Metal devices available: 1
2019-09-09 23:25:17.381 testBuild-lib_dylib_in_plugins-20190909-2018.3.5f1[73929:18242525] 0: Intel(R) UHD Graphics 630 (low power)
2019-09-09 23:25:17.382 testBuild-lib_dylib_in_plugins-20190909-2018.3.5f1[73929:18242525] Using device Intel(R) UHD Graphics 630 (low power)
Initializing Metal device caps: Intel(R) UHD Graphics 630
Begin MonoManager ReloadAssembly
- Completed reload, in 0.098 seconds
Metal RecreateSurface[0x10247ce10]: surface size 1920x1080
> tree-sitter@0.14.0 install /Users/Cj-bc/.ghq/github.com/elm-tooling/elm-language-server/node_modules/tree-sitter
> prebuild-install || node-gyp rebuild
prebuild-install WARN install No prebuilt binaries found (target=12.3.1 runtime=node arch=x64 libc= platform=darwin)
CC(target) Release/obj.target/tree_sitter/vendor/tree-sitter/lib/src/lib.o
LIBTOOL-STATIC Release/tree_sitter.a
CXX(target) Release/obj.target/tree_sitter_runtime_binding/src/binding.o
CXX(target) Release/obj.target/tree_sitter_runtime_binding/src/conversions.o
../src/conversions.cc:32:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
@Cj-bc
Cj-bc / cocoa.install.sh.log
Created January 23, 2019 15:10
mlterm: 2019-01-24-00:00: ./configure --with-gui=quartz --prefix=<Prefix>; make clean; make;make install; cocoa/install.sh ...
<X_X>:mlterm-3.8.7$ ./cocoa/install.sh /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_core.dylib: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_iscii.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libind_bengali.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libind_hindi.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libotl-quartz.so: No such file or directory
Update lib/libpobl.1.dylib
Update lib/libmef.2.dylib
Update lib/libmlterm_coreotl.dylib
Update lib/mlterm/libctl_bidi.so
@Cj-bc
Cj-bc / log_mlterm_make_success.log
Created January 22, 2019 00:49
mlterm: log: succeeded 'make' log. configure flags are CFLAGS="-I/opt/X11/include/freetype2" --with-type-engines=cairo --prefix=/Users/coju/workspace/mlterm/mlterm-3.8.7/OUT --with-gui=quartz --with-gtk=3.0
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[2]: Nothing to be done for `all'.
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
make[2]: Nothing to be done for `all'.
@Cj-bc
Cj-bc / mlterm_make_with_xquortz_prefix_cairo.log
Created January 21, 2019 22:00
mlterm: log: make log. configure options are> CFLAGS="-I/opt/X11/include/freetype2" --with-type-engines=cairo --prefix=/UCers/Cj-bc/workspace/mlterm/mlterm-3.8.7/OUT --with-gui=quartz
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[2]: Nothing to be done for `all'.
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
make[2]: Nothing to be done for `all'.
@Cj-bc
Cj-bc / make_only_prefix.log
Created January 21, 2019 11:44
log: result of mlterm's `./configure --prefix=PATH; make` on macOS 10.14.2
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[2]: Nothing to be done for `all'.
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
make[2]: Nothing to be done for `all'.
diff --git a/Makefile.am b/Makefile.am
index b314ca7..66c7f74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,5 @@ minerd_LDFLAGS = $(PTHREAD_FLAGS)
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@
minerd_CPPFLAGS = @LIBCURL_CPPFLAGS@
+# added for mac build; see commit message for details
+ACLOCAL_AMFLAGS = -I m4
#!/usr/bin/env python3
from itertool import permutations
target = set('42/$83FK02+@+74#2?83510W1DQ1+0{3(21%3J<27Y3=x7J47EQV)20<+D6L82859PT&-%147B8+2$13=3?2P41#A568SES5S73')
target_string = ''
for str in target:
target_string += str
permutations(target_string)
@Cj-bc
Cj-bc / FEATURE.md
Last active September 18, 2018 16:23

features

  • dump user info from given dumpdir

  • search user's application from given dumpdir

  • decode 4-letter public_id to numeric id

  • sakutenutl

in progress

@Cj-bc
Cj-bc / file0.txt
Last active June 26, 2019 08:09
Bashのテストフレームワーク"Bats"が移行したらしいので和訳してみた ref: https://qiita.com/Cj-bc/items/36857e011397e841440c
$ brew install bats-core