Skip to content

Instantly share code, notes, and snippets.

View himanshuc3's full-sized avatar
🐽
Clueless

Himanshu himanshuc3

🐽
Clueless
View GitHub Profile
@himanshuc3
himanshuc3 / SketchSystems.spec
Last active August 31, 2021 11:51
RR AMR UI
RR AMR UI
1-Build System
webpack - local dev
docker - production build
nginx server
env shell script
runtime env variables
2-Screens or pages
_app
@himanshuc3
himanshuc3 / .block
Created January 8, 2020 10:33
Graph Diagram Editor
license: mit
from bs4 import BeautifulSoup
from lxml import html
from urllib2 import urlopen, Request, HTTPError, URLError
import urllib2
import urllib
import urlparse
import json
import os
__author__ = 'arul'