Skip to content

Instantly share code, notes, and snippets.

View iyogeshjoshi's full-sized avatar
👾
Hakuna Matata

Yogesh Joshi iyogeshjoshi

👾
Hakuna Matata
View GitHub Profile
@iyogeshjoshi
iyogeshjoshi / resume.json
Last active October 10, 2019 18:34
Resume for Yogesh Joshi
{
"basics": {
"name": "Yogesh Joshi",
"label": "Sr. Software Engineer",
"summary":
"I’m a full stack web developer who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who priotizes user feedback first and foremost. I'm generally very flexible when investigating new roles. ",
"website": "https://iyogeshjoshi.com",
"email": "iyogeshjoshi@gmail.com",
"location": {
"city": "Bengaluru",
@iyogeshjoshi
iyogeshjoshi / start.sh
Created May 27, 2016 12:52
Django + Docker + Google cloud
#!/bin/bash
# Prepare log files and start out putting log files to stdout
#touch /srv/logs/gunicorn.log
#touch /srv/logs/access.log
#tail -n 0 -f /srv/logs/*.log &
#
######################################################
# How to fetch credentials?
// Node.js CheatSheet.
// Download the Node.js source code or a pre-built installer for your platform, and start developing today.
// Download: http://nodejs.org/download/
// More: http://nodejs.org/api/all.html
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@iyogeshjoshi
iyogeshjoshi / Cylon-example.js
Created February 10, 2016 08:47
Cylon pebble example
var Cylon = require('cylon');
Cylon.api({
host: process.env.HOST || '0.0.0.0',
port: process.env.PORT || '8080',
//ssl: false // tried with and without this
});
Cylon.robot({
name: 'pebble',
@iyogeshjoshi
iyogeshjoshi / server.js
Last active January 17, 2016 07:45
NodeJs HTTP server file to serve content
var http = require("http"),
https = require('https'),
url = require("url"),
path = require("path"),
fs = require("fs")
port = process.env.PORT || 8888;
// options for SSL certificate
var options = {
cert: fs.readFileSync('path/to/chained.pem'),
@iyogeshjoshi
iyogeshjoshi / sublime-text-3-build-3065-license.md
Created December 8, 2015 06:58
Sublime Text 3 (build 3065+) - VALID License

SublimeText3 Valid License without cracking! Just download/install then use this license.

Notice that it may not work on dev builds, but still works on 3083 build!

----- BEGIN LICENSE -----

Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
@iyogeshjoshi
iyogeshjoshi / d3_npm.log
Created October 9, 2015 07:33
D3 npm install log
sudo npm install
Password:
npm WARN package.json d3@3.4.1 No license field.
> contextify@0.1.14 install /Users/iyogeshjoshi/Documents/GitHub/d3/node_modules/jsdom/node_modules/contextify
> node-gyp rebuild
CXX(target) Release/obj.target/contextify/src/contextify.o
In file included from ../src/contextify.cc:3:
../node_modules/nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal'
@iyogeshjoshi
iyogeshjoshi / shumgrepper-console
Created April 4, 2015 21:11
shumgrepper build and install output
(test)iyogeshjoshi@shumgrepper$ python setup.py build
running build
running build_py
running egg_info
writing namespace_packages to shumgrepper.egg-info/namespace_packages.txt
writing top-level names to shumgrepper.egg-info/top_level.txt
writing dependency_links to shumgrepper.egg-info/dependency_links.txt
writing shumgrepper.egg-info/PKG-INFO
writing requirements to shumgrepper.egg-info/requires.txt
reading manifest file 'shumgrepper.egg-info/SOURCES.txt'
@iyogeshjoshi
iyogeshjoshi / shumgrepper_error
Created April 4, 2015 19:46
Shumgrepper error on build install
(shumgrepper)iyogeshjoshi@shumgrepper$ python setup.py build
running build
running build_py
running egg_info
writing dependency_links to shumgrepper.egg-info/dependency_links.txt
writing requirements to shumgrepper.egg-info/requires.txt
writing top-level names to shumgrepper.egg-info/top_level.txt
writing shumgrepper.egg-info/PKG-INFO
writing namespace_packages to shumgrepper.egg-info/namespace_packages.txt
reading manifest file 'shumgrepper.egg-info/SOURCES.txt'
@iyogeshjoshi
iyogeshjoshi / YUIDOC's error
Created March 25, 2015 09:55
Error while npm installing yuidocjs repo
sudo npm i yuidocjs -g
npm http GET https://registry.npmjs.org/yuidocjs
npm http 304 https://registry.npmjs.org/yuidocjs
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/markdown-it
npm http GET https://registry.npmjs.org/rimraf
npm http GET https://registry.npmjs.org/yui
npm http 304 https://registry.npmjs.org/graceful-fs