This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<h1>Box Model 2</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Box Model</h1> | |
<p>Every element on the page has its own box, which can be styled using CSS.</p> | |
<p>From the inside out:</p> | |
<ol> | |
<li>content</li> | |
<li>padding</li> | |
<li>border</li> | |
<li>margin</li> | |
</ol> |


This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Dynamically changing favicons with JavaScript | |
* Works in all A-grade browsers except Safari and Internet Explorer | |
* Demo: http://mathiasbynens.be/demo/dynamic-favicons | |
*/ | |
// HTML5™, baby! http://mathiasbynens.be/notes/document-head | |
document.head || (document.head = document.getElementsByTagName('head')[0]); | |
function changeFavicon(src) { |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-06-11T10:37:30.607Z","extensionVersion":"v3.2.9"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specs | ESP8266 12E | ESP-32 | Arduino UNO R3 | Raspberry PI 3 B+ | |
---|---|---|---|---|---|
Power Rating | 197 mA | 220 mA | 200mA | 459mA | |
Core | 1 | 2 | 1 | 4×Cortex-A53 | |
Arquitecture | 32-bits | 32-bits | 8-bits | 64-bits | |
Clock | 80-160MHz | 160-240MHz | 16MHz | 1.4GHz | |
WiFi | Yes | Yes | No | b/g/n/ac dual band | |
Bluetooth | No | Yes-Classic & BLE | No | 4.2 LS BLE | |
RAM | 160KB | 520KB | 2K | 1GB | |
Flash | 16MB | 16MB | 32KB | 1-2 or 4GB LPDDR4-3200 RAM | |
GPIO | 11 | 22 | 12 | 40 (28 accessable) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"name": "Hugo (Community)", | |
"build": { | |
"dockerfile": "Dockerfile", | |
"args": { | |
// Update VARIANT to pick hugo variant. | |
// Example variants: hugo, hugo_extended | |
// Rebuild the container if it already exists to update. | |
"VARIANT": "hugo_extended", | |
// Update VERSION to pick a specific hugo version. |
OlderNewer