// Restify Server CheatSheet. | |
// More about the API: http://mcavage.me/node-restify/#server-api | |
// Install restify with npm install restify | |
// 1.1. Creating a Server. | |
// http://mcavage.me/node-restify/#Creating-a-Server | |
var restify = require('restify'); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Stock Market</title> | |
<style> | |
marquee { | |
color:green; | |
font-family: Algerian; | |
} | |
table { |
Git Repo Link- (https://github.com/RocketChat/Rocket.Chat.PWA/tree/gsoc)
Note: This branch(Above Git Repo Link) is specific to GSoC'17
and was started from scratch. So, every work done in the gsoc
branch can be considered for evaluation.
- (#12) - Closed
About : In this, i updated readme (docs) for getting started, added the procedure to test and also deployed a demo on firebase.
Reason : Previously, App was built on the top of Polymer but we were about to drop polymer and adapt Angular for GSoC Pr
#RxJS 5 Operators By Example
UPDATE: I have moved the contents of this gist plus more to https://github.com/btroncone/learn-rxjs and http://www.learnrxjs.io. For expanded examples, explanations, and resources, please check out this new location!
A complete list of RxJS 5 operators with easy to understand explanations and runnable examples.
""" | |
Simple algorithm to download all the egghead.io videos in highest-quality from YouTube. | |
Run from the directory you want the videos to appear. Renames them so that they have the video number + omit the repetitive "Egghead.io - AngularJS -" text. | |
Installing dependency: | |
$ pip install git+https://github.com/NFicano/pytube#egg=pytube | |
""" | |
from pytube import YouTube #, exceptions as YTD_exceptions |
Workshop Instructor:
- Lilly Ryan @attacus_au
This workshop is distributed under a CC BY-SA 4.0 license.
The goal of this workshop is to teach you how to configure and run your own Matrix/Riot service. By the end of the workshop, you should be able to log into secure chat rooms and invite others to the same server.
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/