img

Python for Everybody

By
|
In Python
|
On 15th July 2020
🔗 Sample Code Zip: https://www.py4e.com/code3.zip 🔗 Lecture Slides and Handouts: https://www.py4e.com/lectures3/ 🔗 Free Textbook: https://www.py4e.com/book.php 🔗 Course Website: https://www.py4e.com/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Why Program? ⌨️ (0:12:21) Why Program? - Hardware Architecture ⌨️ (0:24:24) Python 3 Windows Installation ⌨️ (0:32:34) Python 3 Mac Installation...

Ember.js Cheatsheet

By
|
On 31st May 2020

/* * ----------------------- * Ember.js Cheatsheet * ----------------------- * * Docs: https://guides.emberjs.com/ * Quick start: https://guides.emberjs.com/current/getting-started/quick-start/ * * Table of contents * ------------------- * 01 | Installation * 02 |.

nodejs cheatsheet

By
|
In JavaScript
|
On 13th July 2019
/* ******************************************************************************************* * SYNOPSIS * http://nodejs.org/api/synopsis.html * ******************************************************************************************* */ var http = require('http'); // An example of a web server written with Node which responds with 'Hello World'. // To run the server, put the code into a file called example.js and execute it with the...

Javascript cheatsheet

By
|
On 13th July 2019

/* ******************************************************************************************* * GLOBAL OBJECTS > OBJECT * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object * ******************************************************************************************* */ // Global object: properties Object.length // length is a property of a function object, and indicates how many.

HTML cheatsheet

By
|
In HTML
|
On 20th June 2019
<!-- * ******************************************************************************************* * HTML5 Cheat sheet by Hackr.io * Source: https://websitesetup.org/wp-content/uploads/2014/02/HTML-CHEAT-SHEET-768x8555.png * ******************************************************************************************* * --> <!-- Document Summary --> <!DOCTYPE html> <!-- Tells the browser that HTML5 version of HTML to be recognized by the browser --> <html lang="en"></html> <!-- The HTML lang attribute is...
This div height required for the sticky sidebar