Skip to content

Instantly share code, notes, and snippets.

View marquinhusgoncalves's full-sized avatar
🤘
Coding

Marquinhus Gonçalves marquinhusgoncalves

🤘
Coding
View GitHub Profile
@MurilloMaia
MurilloMaia / profile.py
Last active April 25, 2024 18:51
Profile decorator and context manager
import cProfile
import pstats
import io
from functools import wraps
class profile(object):
"""A decorator and context manager to profile.
Use `profile` as a regular decorator:
@DavidWells
DavidWells / reset.css
Last active May 4, 2024 20:04 — forked from karbassi/reset.css
CSS reset. Follow me on the twitters for more tips: https://twitter.com/davidwells
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007