matheusoliveira's Stars
neovim/neovim
Vim-fork focused on extensibility and usability
parallax/jsPDF
Client-side JavaScript PDF generation for everyone.
usablica/intro.js
Lightweight, user-friendly onboarding tour library
shepherd-pro/shepherd
Guide your users through a tour of your app
citusdata/citus
Distributed PostgreSQL as an extension
pocoproject/poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
nodejs/http-parser
http request/response parser for c
darold/pgbadger
A fast PostgreSQL Log Analyzer
pgmodeler/pgmodeler
Open-source data modeling tool designed for PostgreSQL. No more typing DDL commands. Let pgModeler do the work for you!
sqitchers/sqitch
Sensible database change management
dalibo/pg_activity
pg_activity is a top like application for PostgreSQL server activity monitoring.
webmachine/webmachine
A REST-based system for building web applications.
d5/node.native
C++11 port for the Node: native performance and modern simplicity.
rpavlik/cmake-modules
My collection of CMake modules
galkahana/PDF-Writer
High performance library for creating, modiyfing and parsing PDF files in C++
etr/libhttpserver
C++ library for creating an embedded Rest HTTP server (and more)
zalando/pg_view
Get a detailed, real-time view of your PostgreSQL database and system metrics
timkay/aws
Easy command line access to Amazon EC2, S3, SQS, ELB, and SDB
zalando/PGObserver
A battle-tested, flexible & comprehensive monitoring solution for your PostgreSQL databases
manuels/hpdf.js
Create PDFs in your browser or nodejs (javascript port of libharu)
t-matsuo/resource-agents
pgsql RA(ocf resource agent) for Pacemaker and PostgreSQL streaming replication. See https://github.com/t-matsuo/resource-agents/wiki
taf2/libebb
a lightweight high-performance HTTP server library for C
fortesinformatica/Sideshow
Sideshow is a powerful javascript library which aims to reduce your user's learning curve by providing a way to create step-by-step interactive tours. Explain the features of your application, control your end-user's interaction with your UI, emphasize what you're explaining in each step by masking it. Just think! The sky is the limit!
jgresula/jagpdf
A library for generating PDF documents in C/C++, Python and Java (no longer maintained).
InFog/meuvim
My vim config files
erickzanardo/locomotive
Simple Java8 rest library
matheusoliveira/pg_partitioning_tests
Some tests on top of PostgreSQL to use a C trigger to redirect insertions on a parent partitioned table to the right child, and how it performs compared to other methods (like using PL/pgSQL).