Skip to content

Instantly share code, notes, and snippets.

View jcppman's full-sized avatar

Chriest Yu jcppman

View GitHub Profile
@jcppman
jcppman / Larva.js
Created April 11, 2014 07:00
Weekly EM
Larva.prototype.spawn = function larvaSpawn (addArgs) {
/*
* Some initialization, and arguments type checking,
* deleted for the 50 lines rule!
*/
process.nextTick(function () {
var child = spawn(command, args, {
env: env
@jcppman
jcppman / .vimrc
Last active May 1, 2026 02:52
My .vimrc
if $SHELL =~ "bin/fish"
set shell=/bin/bash
endif
set nocompatible
filetype off
set rtp+=~/.config/nvim/bundle/Vundle.vim