Skip to content

Instantly share code, notes, and snippets.

RUN sed \
-e s/archive.ubuntu.com/mirrors.aliyun.com/g \
-e s/security.ubuntu.com/mirrors.aliyun.com/g /etc/apt/sources.list
@LinboLen
LinboLen / my favorite bazel snippets
Last active May 20, 2019 08:12
favorite bazel package and store my bazel snippets
We couldn’t find that file to show.
@LinboLen
LinboLen / config.js
Last active May 9, 2016 10:41
Angular2 Select All and Inverse Select
System.config({
//use typescript for compilation
transpiler: 'typescript',
//typescript compiler options
typescriptOptions: {
emitDecoratorMetadata: true
},
//map tells the System loader where to look for things
map: {
app: "./src"