Skip to content

Instantly share code, notes, and snippets.

@tnmt
tnmt / idea.yml
Created January 20, 2016 08:05 — forked from kentaro/idea.yml
---
service: minne
enable:
- h2
- mruby
mrbgems:
- mruby-foo
- mruby-bar
@tnmt
tnmt / mosh-cygwin
Created April 17, 2012 02:13 — forked from eerohele/mosh-cygwin.md
Compiling Mosh (http://mosh.mit.edu/) under Cygwin
1. Download Cygwin: http://www.cygwin.com
2. Run setup.exe and install the following packages in addition to the default ones:
- make
- boost
- libncurses-devel
- pkg-config
- perl
3. Download and compile Protocol Buffers: http://code.google.com/p/protobuf/