Install:
node index.js
Run:
node index.js
Install:
node index.js
Run:
node index.js
| const heapdump = require('heapdump'); | |
| const uncached = require('./require-uncached-patch.js'); | |
| let i; | |
| for (i = 0; i < 100000; i++) { | |
| require('./module.js')(); | |
| } | |
| heapdump.writeSnapshot('./FixedMemoryLeakBefore-' + Date.now() + '.heapsnapshot'); |
| git subtree push --prefix dist origin gh-pages |
| var selector = 'img' // Replace this with the selector for the element you want to make transformable | |
| jQuery.getScript('//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', function() { | |
| jQuery.getScript('//cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js', function() { | |
| (function() { | |
| var $, applyTransform, getTransform, makeTransformable; | |
| $ = jQuery; |
| CSS Spinners | |
| http://tobiasahlin.com/spinkit/ | |
| Button click confirmation popup | |
| http://mistic100.github.io/Bootstrap-Confirmation/ | |
| Date-time picker | |
| http://eonasdan.github.io/bootstrap-datetimepicker/ | |
| Switcher |
| h1 { | |
| overflow: hidden; | |
| text-align: center; | |
| } | |
| h1:before, | |
| h1:after { | |
| background-color: #000; | |
| content: ""; | |
| display: inline-block; | |
| height: 1px; |
| /* | |
| * SCSS Tooltips | |
| * By David Tintner & Hacking UI | |
| * http://hackingui.com | |
| * | |
| * $direction: ne, nw, se, sw. relative to the element the tooltip is on | |
| * $bg-color: any CSS valid color string, will be applied as bg color of tooltip | |
| * Content for tooltip comes from data-tooltip attribute on element | |
| */ |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Hangout chat box</title> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
| </head> | |
| <body> | |
| <div class="wrap"> | |
| <div class="header-wrap"> |
| http://tympanus.net/Development/Arctext/ |