thanks to @neurodyne and this link for updated instructions
This works with the following versions of termsrv.dll
x64 - termsrv.dll - 6.3.9600.17095
| Find | Replace |
|---|---|
| 39813C0600000F849E310500 | B80001000089813806000090 |
| 090085C07F078BD8 | 090085C090908BD8 |
| Uncaught TypeError: Cannot set property 'exports' of undefined main.js:9200 | |
| defineExport main.js:9200 | |
| browserifyShim main.js:9198 | |
| browserifyShim main.js:9200 | |
| (anonymous function) main.js:9204 | |
| require.AyKrkQ main.js:9206 | |
| s main.js:1 | |
| (anonymous function) main.js:1 | |
| require../core/button.js main.js:9215 | |
| s main.js:1 |
thanks to @neurodyne and this link for updated instructions
This works with the following versions of termsrv.dll
x64 - termsrv.dll - 6.3.9600.17095
| Find | Replace |
|---|---|
| 39813C0600000F849E310500 | B80001000089813806000090 |
| 090085C07F078BD8 | 090085C090908BD8 |
I hereby claim:
To claim this, I am signing this object:
The Laracasts PHPStorm theme.
(Add to ~/Library/Preferences/WebIde80/colors on Mac.)
| var typeReference = [ | |
| ['Byte', 'Int8' ], | |
| ['UnsignedByte', 'Uint8' ], | |
| ['Short', 'Int16' ], | |
| ['UnsignedShort', 'Uint16' ], | |
| ['Long', 'Int32' ], | |
| ['UnsignedLong', 'Uint32' ], | |
| ['Float', 'Float32'], | |
| ['Double', 'Float64'] | |
| ]; |
HI HERE ARE SOME DOG HALP *** SORRY HE IS SO GODDAMN DIRTY ***
Boo Sitting (March 15-19th) 15th: Afternoon/PM 16th: AM/Afternoon/PM 17th: AM/PM 18th: AM/PM 19th: AM/PM
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
var Article = require('../../../models/article');Those suck for maintenance and they're ugly.
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "os" | |
| ) | |
| func main() { | |
| askCommand := flag.NewFlagSet("ask", flag.ExitOnError) |
| docker-machine create \ | |
| --driver=digitalocean \ | |
| --digitalocean-access-token=$DO_TOKEN \ | |
| --digitalocean-size=512mb \ | |
| --digitalocean-region=nyc3 \ | |
| --digitalocean-private-networking=true \ | |
| --digitalocean-image=ubuntu-15-04-x64 \ | |
| docker-swarm-kv-store | |
| docker $(docker-machine config docker-swarm-kv-store) run -d \ |