start new:
tmux
start new with session name:
tmux new -s myname
| const path = require( 'path' ); | |
| const webpack = require( 'webpack' ); | |
| const MiniCssExtractPlugin = require("mini-css-extract-plugin"); | |
| module.exports = ( env, options ) => { | |
| return { | |
| entry: './src/block.js', | |
| output: { | |
| path: path.resolve( __dirname, 'build' ), |
| // time and time end | |
| console.time("This"); | |
| let total = 0; | |
| for (let j = 0; j < 10000; j++) { | |
| total += j | |
| } | |
| console.log("Result", total); | |
| console.timeEnd("This"); | |
| // Memory |
| udp://tracker.coppersurfer.tk:6969/announce | |
| udp://p4p.arenabg.ch:1337 | |
| udp://p4p.arenabg.com:1337 | |
| http://bttracker.crunchbanglinux.org:6969/announce | |
| http://tracker.aletorrenty.pl:2710/announce |