Pinned Repositories
aeson-stream
Haskell library that builds on top of aeson to stream JSON-encoded large objects with bounded memory
beam
A type-safe, non-TH Haskell SQL library and ORM
codd
Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations atomically with strong and automatic cross-environment schema equality checks.
diarios-oficiais
Buscador de conteúdo em Diários Oficiais de cidades e entidades brasileiras
EloPayPal
Mono compatible PayPal library that aims to provide a simple, elegant and error checking API.
FastCgiNet
A FastCgi library written in C#
Fos
FastCgi Server designed to run Owin applications side by side with a FastCgi enabled web server.
SqlBuilder
SqlBuilder helps build SQL queries programatically and list the results into objects just by matching the object's properties' names to the selected names in the SQL query. The intent of this library is not to abstract away differences between DBs, nor to get in the way of the user. It aims to be let the user take control of the generated SQL, while providing "shortcuts", i.e. easier ways to achieve the desired result. Most of all, this is NOT AN ORM.
wstunnel
A Tunnel over Websockets that allows a Master to make connections with a Slave as a proxy
mzabani's Repositories
mzabani/Fos
FastCgi Server designed to run Owin applications side by side with a FastCgi enabled web server.
mzabani/codd
Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations atomically with strong and automatic cross-environment schema equality checks.
mzabani/FastCgiNet
A FastCgi library written in C#
mzabani/SqlBuilder
SqlBuilder helps build SQL queries programatically and list the results into objects just by matching the object's properties' names to the selected names in the SQL query. The intent of this library is not to abstract away differences between DBs, nor to get in the way of the user. It aims to be let the user take control of the generated SQL, while providing "shortcuts", i.e. easier ways to achieve the desired result. Most of all, this is NOT AN ORM.
mzabani/EloPayPal
Mono compatible PayPal library that aims to provide a simple, elegant and error checking API.
mzabani/wstunnel
A Tunnel over Websockets that allows a Master to make connections with a Slave as a proxy
mzabani/aeson-stream
Haskell library that builds on top of aeson to stream JSON-encoded large objects with bounded memory
mzabani/beam
A type-safe, non-TH Haskell SQL library and ORM
mzabani/diarios-oficiais
Buscador de conteúdo em Diários Oficiais de cidades e entidades brasileiras
mzabani/googleapis
Public interface definitions of Google APIs.
mzabani/mzabani.github.io
Marcelo Zabani's coding blog
mzabani/nixpkgs
Nix Packages collection
mzabani/postgresql-simple
Mid-level client library for accessing PostgreSQL from Haskell
mzabani/reflex-platform
Reflex FRP is a composable, cross-platform functional reactive programming framework for Haskell. It allows you to build interactive components in pure functional style, working in harmony with established Haskell techniques and improving the quality and elegance of your applications.
mzabani/servant-reflex
Generate reflex client functions for querying a servant API
mzabani/Simple.Web
A lightweight, object-oriented (Model-View-Handler) framework for modern web development in .NET.