Skip to content

Instantly share code, notes, and snippets.

View object-kazu's full-sized avatar

kazuyuki shimizu object-kazu

View GitHub Profile
@object-kazu
object-kazu / file0.txt
Created September 17, 2018 07:31
Rust製のエディタをビルドするのに1時間ぐらいハマったのでメモしておく ref: https://qiita.com/object-kazuAtGitHub/items/a24cc8a833f4663ad4b2
% > cargo build
Compiling orbclient v0.3.17
error[E0554]: #![feature] may not be used on the stable release channel
--> /Users/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/orbclient-0.3.17/src/lib.rs:3:1
|
3 | #![feature(alloc)]
| ^^^^^^^^^^^^^^^^^^
error[E0554]: #![feature] may not be used on the stable release channel
--> /Users/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/orbclient-0.3.17/src/lib.rs:4:1
@object-kazu
object-kazu / _bm-e-z
Created January 11, 2015 02:44
Emacs bookmark share with zsh bookmark
#compdef bm-e-z
# ------------------------------------------------------------------------------
# Copyright (c) 2014 Kazuyuki Shimizu
# Licensed under the MIT License (MIT)
# ------------------------------------------------------------------------------
#autoload
typeset -A opt_args
local context state line
@object-kazu
object-kazu / ess-mode
Created March 30, 2014 09:37
auto-complete dict for ess-mode(R)
.checkMFClasses
.doTracePrint
.EmptyPrimitiveSkeletons
.getXlevels
.Last.lib
.MFclass
.ShortPrimitiveSkeletons
.slotNames
.TraceWithMethods
.untracedFunction
@object-kazu
object-kazu / _cordova_beta
Last active May 18, 2016 05:08
zsh completion for cordova
#compdef cordova
#autoload
typeset -A opt_args
local context state line
_cordova() {
local context state line curcontext="$curcontext"
if (( CURRENT > 2 )); then