Skip to content

Instantly share code, notes, and snippets.

View anaschwendler's full-sized avatar
🐻
seeking enlightenment

Ana Schwendler anaschwendler

🐻
seeking enlightenment
View GitHub Profile
@cuducos
cuducos / gastos-municipais.md
Last active March 29, 2018 15:23
Gastos municipaos

Despesas dos municípios

Com base em: http://www.pcc.usp.br/files/text/publications/TT_00020.pdf

Destino

Destino Descrição Exemplos
Custeio Despesas contínuas e permanentes Material de consumo, serviços de terceiros, pessoal ativo etc.
Investimento Despesas que aumentam a capacidade ou aperfeiçoam a ação. Novas escolas, creches, postos de saúde, reformas em geral, melhorias no sistema viário etc.
@jtallant
jtallant / setting-up-sinatra-with-active-record.md
Last active March 25, 2024 13:26
Setting up Sinatra with Active Record

Setting up Sinatra Project

create an empty project and add a Gemfile

cd ~/Desktop
mkdir project-name
cd project-name
touch Gemfile
@sloria
sloria / bobp-python.md
Last active May 1, 2024 08:37
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens