Home Author
Author

programmerdude

  • 🔗 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 …

    0 FacebookTwitterPinterestEmail
  • /* * ———————– * 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 | …

    0 FacebookTwitterPinterestEmail
  • /* ******************************************************************************************* * 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 …

    0 FacebookTwitterPinterestEmail
  • /* ******************************************************************************************* * 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 …

    0 FacebookTwitterPinterestEmail
  • <!– * ******************************************************************************************* * HTML5 Cheat sheet by Hackr.io * Source: https://websitesetup.org/wp-content/uploads/2014/02/HTML-CHEAT-SHEET-768×8555.png * ******************************************************************************************* * –> <!– Document Summary –> <!DOCTYPE html> <!– Tells the browser that HTML5 version of …

    0 FacebookTwitterPinterestEmail