Skip to content

Instantly share code, notes, and snippets.

View hjpbarcelos's full-sized avatar

Henrique J. P. Barcelos hjpbarcelos

View GitHub Profile
@hjpbarcelos
hjpbarcelos / artigo.md
Created November 12, 2012 22:31
2012-11-10 - Artigo Imasters - TDG & RDG

Padrões TableDataGateway e TableRowGateWay - Teoria e Prática

Introdução

Olá, pessoal!

Bom, este é o meu primeiro artigo aqui no iMasters, espero que gostem e que seja lhes seja útil.

Os puristas dos Design Patterns podem não gostar muito do conteúdo deste artigo, pois ele foge um pouco da implementação padrão conhecida, que é definida por Martin Fowler no clássico Patterns of Enterprise Application Architecture.

@hjpbarcelos
hjpbarcelos / Makefile
Created September 1, 2014 01:26
Make example
main: main.c other.o
gcc -Wall main.c other.o -o main
other.o: other.c
gcc -c other.c -o other.o
@hjpbarcelos
hjpbarcelos / cmd
Created April 14, 2014 22:17
Composer on Windows
> php "C:\ProgramData\ComposerSetup\bin\composer.phar" install