Skip to content

Instantly share code, notes, and snippets.

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

Daniel da Rocha danrocha

🏠
Working from home
View GitHub Profile
@danrocha
danrocha / introrx.md
Created April 15, 2021 07:33 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@danrocha
danrocha / web-servers.md
Created January 30, 2021 09:11 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@danrocha
danrocha / README-Template.md
Created August 14, 2020 13:03 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites