001 Bulbasaur - http://goo.gl/maps/CCAoD
002 Ivysaur - http://goo.gl/maps/WSnj4
003 Venusaur - http://goo.gl/maps/UMLVF
004 Charmander - http://goo.gl/maps/54twl
005 Charmeleon - http://goo.gl/maps/0hKpB
001 Bulbasaur - http://goo.gl/maps/CCAoD
002 Ivysaur - http://goo.gl/maps/WSnj4
003 Venusaur - http://goo.gl/maps/UMLVF
004 Charmander - http://goo.gl/maps/54twl
005 Charmeleon - http://goo.gl/maps/0hKpB
| ➜ other code ./msquare +RTS -N4 -s | |
| [[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]] | |
| 85,206,079,928 bytes allocated in the heap | |
| 187,187,352 bytes copied during GC | |
| 173,912 bytes maximum residency (13 sample(s)) | |
| 58,568 bytes maximum slop | |
| 4 MB total memory in use (0 MB lost due to fragmentation) | |
| Tot time (elapsed) Avg pause Max pause | |
| Gen 0 56103 colls, 56103 par 12.67s 0.66s 0.0000s 0.0021s |
| #logo { | |
| display: none; | |
| } |
Download the gParted .iso http://gparted.org/download.php
vagrant halt your machine
Open vmware fusion, go to machine settings, select the disk drive and point it to the gParted .iso
In machine settings, change your disk size to whatever you want
Save settings, boot the machine
| // 1) Install this plugin: | |
| // https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija/related?hl=en | |
| // 2) Go to this page: | |
| // https://my.slack.com/archives/general | |
| // 3) Use this code: | |
| setTimeout(function() { | |
| $('.moscow_red.cursor_pointer').click() |
| sub Main() | |
| mport = CreateObject("roMessagePort") | |
| roUrlTransfer = CreateObject("roUrlTransfer") | |
| roUrlTransfer.AddHeader("Authorization", "Basic <BASE 64 ENCODED SEGMENT WRITE KEY>") | |
| roUrlTransfer.AddHeader("Accept", "application/json") | |
| roUrlTransfer.AddHeader("Content-Type", "application/json") | |
| roUrlTransfer.EnablePeerVerification(false) | |
| roUrlTransfer.EnableHostVerification(false) |
| ➜ blah2 git:(master) ✗ reapp run | |
| Your app is running on http://localhost:3010 | |
| Building with Webpack... | |
| Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead | |
| Hash: e7a0ecca8234160f7032 | |
| Version: webpack 1.13.0 | |
| Time: 3023ms | |
| Asset Size Chunks Chunk Names | |
| main.js 2.79 MB 0 [emitted] main |
| <FormControl componentClass="select" multiple value="['other1', 'other2']"> | |
| <option value="other1">other1</option> | |
| <option value="other2">other2</option> | |
| <option value="other3">other3</option> | |
| <option value="other4">other4</option> | |
| <option value="other5">other5</option> | |
| </FormControl> |
| for (let i in getEventListeners(document)) { | |
| let eventsByType = getEventListeners(document)[i]; | |
| eventsByType.forEach((event) => { | |
| document.removeEventListener(i, event.listener) | |
| }) | |
| } |