Skip to content

Instantly share code, notes, and snippets.

View imujjwal96's full-sized avatar
🎮
Focusing

Ujjwal Bhardwaj imujjwal96

🎮
Focusing
View GitHub Profile
@imujjwal96
imujjwal96 / AWSjsSDKemr
Last active July 20, 2018 09:13
AWS JavaScript SDK to launch an EMR Cluster with EMRFS Consistent View enabled.
var express = require('express');
var router = express.Router();
var AWS = require('aws-sdk');
AWS.config.update({region: 'ap-south-1'});
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
});
@imujjwal96
imujjwal96 / GSoC2017_FOSSASIA_imujjwal96.md
Last active September 1, 2017 08:45
Final Project Report for Google Summer of Code 2017 - Ujjwal Bhardwaj

Google Summer of Code 2017 Final Submission Report

This GSoC, I worked on the Documentation project under FOSSASIA, called Yaydoc. Yaydoc is an automated documentation generation and deployment project that geneates and deploys documentation for a project hosted on Github at each and every commit made to its repository.

Yaydoc contains following features:

  • Generate documentation of a repository from its markdown files