Skip to content

Instantly share code, notes, and snippets.

View InsaneNaman's full-sized avatar
😈
Oh! Hi there

Naman Gupta InsaneNaman

😈
Oh! Hi there
View GitHub Profile
@InsaneNaman
InsaneNaman / README.md
Created April 16, 2017 10:33 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@InsaneNaman
InsaneNaman / riot-matrix-workshop.md
Created June 15, 2017 20:39 — forked from attacus/riot-matrix-workshop.md
Create your own encrypted chat server with Riot and Matrix

Running your own encrypted chat service with Matrix and Riot

Workshop Instructor:

This workshop is distributed under a CC BY-SA 4.0 license.

What are we doing here?

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.

@InsaneNaman
InsaneNaman / egghead_YouTube_downloader.py
Created June 25, 2017 17:23 — forked from SamuelMarks/egghead_YouTube_downloader.py
Simple algorithm to download all the egghead.io videos in highest-quality from YouTube.
"""
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
@InsaneNaman
InsaneNaman / gsoc2017.md
Last active August 28, 2017 22:19
This gist is about My (@InsaneNaman) gsoc project for final evaluation.

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.

All about Hack:

Before I Got Selected:

  • (#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
@InsaneNaman
InsaneNaman / tableexample.html
Last active October 5, 2017 12:11
Table Example
<!DOCTYPE html>
<html>
<head>
<title>Stock Market</title>
<style>
marquee {
color:green;
font-family: Algerian;
}
table {
// 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');
@InsaneNaman
InsaneNaman / INSTRUCTIONS.md
Last active July 8, 2020 12:21
GDG Web Dev Day

GDG New Delhi - Web Developers Day

Note: Please complete all the steps mentioned over here before registering for the event:

Installing Dependencies

1- Node.js