start new:
tmux
start new with session name:
tmux new -s myname
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", |
| /** | |
| * The MIT License (MIT) | |
| * | |
| * Copyright (c) 2013 Thom Seddon | |
| * Copyright (c) 2010 Google | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
A DMG Installer is convenient way to provide end-users a simple way to install an application bundle. They are basically a folder with a shortcut to the Applications directory but they can be customized with icons, backgrounds, and layout properties. A DMG file (.dmg) is a Mac OS X Disk Image file and it is used to package files or folders providing compression, encryption, and read-only to the package.
##Creating the DMG file #Disk Utility
| // | |
| // Case 1 | |
| // | |
| var a = []; | |
| var t = performance.now(); | |
| for (var i = 0; i < 10000; i++) | |
| a.push(new Promise(function(){})); | |
| const createBlocksWithImage = ()=>{ | |
| const url = "https://www.google.es/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png"; | |
| const entityKey = Entity.create( 'image', 'IMMUTABLE', { src: url } ); | |
| const charData = CharacterMetadata.create({ entity: entityKey }) | |
| const blockSpec = { | |
| type : 'atomic', | |
| text : ' ', | |
| key: genKey(), | |
| depth: 0, | |
| characterList: List(Repeat(charData, 1)) |