Transcribed from Tower’s blog post
$ git clone ssh://[email protected]/repo.git
Clone an existing repository
Transcribed from Tower’s blog post
$ git clone ssh://[email protected]/repo.git
Clone an existing repository
Transcribed from Tower’s blog post
$ pwd
Display path of current working directory
// paste in your console | |
speechSynthesis.onvoiceschanged = function() { | |
var msg = new SpeechSynthesisUtterance(); | |
msg.voice = this.getVoices().filter(v => v.name == 'Cellos')[0]; | |
msg.text = Object.keys(window).join(' '); | |
this.speak(msg); | |
}; |
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft
, elem.offsetTop
, elem.offsetWidth
, elem.offsetHeight
, elem.offsetParent
I think you mean team... | |
I think you mean squad.. | |
I think you mean gang... | |
I think you mean pals... | |
I think you mean buds... | |
I think you mean posse... | |
I think you mean phalanx... | |
I think you mean crew... | |
I think you mean crüe... | |
I think you mean nerds... |
This markdown file explains how to run Ubuntu on your Acer CB3-111-C670 Chromebook through Crouton.
You first need to put your chromebook in developer mode.
To invoke Recovery mode, you hold down the ESC and Refresh (F3) keys and poke the Power button.
To enter Dev-mode you first invoke Recovery, and at the Recovery screen press Ctrl-D (there's no prompt - you have to know to do it). It will ask you to confirm, then reboot into dev-mode.