ueoaueoaueoa
ueoaueoau
ueo
| #!/usr/bin/env coffee | |
| if process.argv.length!=5 | |
| throw new Error 'Usage: ./getroutes.iced input.rsc RTNAME NEXTHOP' | |
| fs = require 'fs' | |
| { | |
| exec | |
| } = require 'child_process' | |
| for route in fs.readFileSync(process.argv[2], 'utf8').match /[\d]+\.[\d]+\.[\d]+\.[\d]+\/[\d]+/g |
| web: node server.js |
| web: node server.js |
ueoaueoaueoa
ueoaueoau
ueo
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
| # Usage: | |
| # | |
| # Paste these functions into your `.*shrc`, and re-open a new session. Then | |
| # you can use `rails`, `rake`, `rspec` to launch their zeus equivalance. If you | |
| # need to invoke a bash script contains those commands, you'll have to call it | |
| # by `source xxxx.sh`. | |
| # | |
| # It works under rbenv. But not tested under rvm (rvm use shell functions, so it may | |
| # not be compliant with these functions) |
| var HelloWorldLayer = cc.Layer.extend({ | |
| sprite:null, | |
| ctor:function () { | |
| this._super(); | |
| var size = cc.director.getWinSize(); | |
| var helloLabel = new FlowLabel(100, "Lorem ipsum dolor sit amet, consectetur adipisicing elit.", "Arial", 24); | |
| helloLabel.x = size.width / 2; |
| .l | |
| .front-1.front | |
| .front-2.front | |
| .left | |
| .bottom | |
| .top-1 | |
| .top-2 | |
| .right-1 | |
| .right-2 |
| aa = [ | |
| 'CRC', | |
| 'CDN', | |
| 'CSS', | |
| 'CPP', | |
| 'CPU', | |
| 'CRT', | |
| 'CDR', | |
| 'CES', | |
| 'CFG', |
| const resolve = require('resolve'); | |
| const Path = require('path'); | |
| // | |
| // Play together with: | |
| // | |
| // * https://github.com/entwicklerstube/babel-plugin-root-import | |
| // * https://github.com/benmosher/eslint-plugin-import | |
| // | |
| // API: https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/README.md | |
| // |