Linux Shell PATH variation

Start and restart original link The main difference with shell config files is that some are only read by "login" shells (eg. when you login from »

Rebuild CommonJs to RequireJs Format

node r.js -convert path/to/commonjs/modules/ path/to/output Solve requireJs Name Conflict see the [commit](https://github.com/jrburke/requirejs/commit/be45948433b053921dc6a6a57bf06d »

on note

ACE Editor Custom Mode

Syntax Highlighting var MyNewHighlightRules = function() { // regexp must not have capturing parentheses. Use (?:) instead. // regexps are ordered -> the first match is u »

GoLang Notes

Package package math/rand 的名字就是 rand. Exported name first letter is capital letter e.g. math.Pi. Functions when defining function, types comes after the name »

ANTLR4 JavaScript Usage

Quick Guide in Terminal first generate parser and lexer (and visitor) antlr -Dlanguage=JavaScript -visitor test.g4 In JavaScript we don’t need to compile »

HubPress 使用指南

什么是HubPress? HubPress 是一款在Github 上基于 AsciiDoc 建立个人博客的优秀的开源工具。 由 Anthonny Quérouil (twitter @anthonny_q) 开发和维护. HubPress目前是预览版本,如果您发现了Bug请及时告知我们. 在项目不断开发升级的过程中说明文档也会很快的更新,请定期查询以便得到最新 »