Skip to content

Instantly share code, notes, and snippets.

View robinmollah's full-sized avatar
🏠
Working from home

Robin Mollah robinmollah

🏠
Working from home
View GitHub Profile
@e0ne
e0ne / simpleproxy.js
Created July 21, 2012 17:15
Simple proxy server on NodeJS
var http = require('http')
http.createServer(function(request, response){
var request_options = {
host: request.headers['host'],
port: 80,
path: request.url,
method: request.method
}
var proxy_request = http.request(request_options, function(proxy_response){
@Geoyi
Geoyi / figures.md
Last active February 15, 2021 17:28

Blank Diagram (6)

covid19-patient-flow covid_patient_flow_rates Blank Diagram (5)

jhu_convid_confirmed_cases

covid19_patient_flow_ppes_needs