Skip to content

Instantly share code, notes, and snippets.

View vidhya03's full-sized avatar

Vidhyadharan Deivamani vidhya03

View GitHub Profile
@vidhya03
vidhya03 / index.html
Created May 23, 2017 12:41
The Box Model - Portal customization
<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>
@vidhya03
vidhya03 / index.html
Created May 23, 2017 13:04
The Box Model - Portal customization - 2
<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>
@vidhya03
vidhya03 / index.html
Created May 23, 2017 15:20
The Box Model - Portal customization - with full css basic -1
<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>
@vidhya03
vidhya03 / 01-key-74x76.png
Last active August 29, 2017 12:51
APIHackathon 2017 - SoftwareAG
01-key-74x76.png
@vidhya03
vidhya03 / FamBillBot-in-slack.gif
Last active July 18, 2017 21:19
TheChatBotChallenge-2017
FamBillBot-in-slack.gif
@vidhya03
vidhya03 / change-favicon.js
Created October 10, 2017 10:53 — forked from mathiasbynens/change-favicon.js
Dynamically changing favicons with JavaScript
/*!
* 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.
@vidhya03
vidhya03 / cloudSettings
Last active February 3, 2021 05:57
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-06-11T10:37:30.607Z","extensionVersion":"v3.2.9"}
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)
{
"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.