Managed Projects

cabal2nix

  Analyzed about 12 hours ago

Generate Nix build instructions from a Haskell Cabal file.

5.82K lines of code

15 current contributors

16 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

hledger-interest

  Analyzed 1 day ago

hledger-interest is a small command-line utility based on Simon Michael's hleder library. Its purpose is to compute interest for a given ledger account. Using command line flags, the program can be configured to use various schemes for day-counting, such as act/act, 30360, 30E360, and 30/360isda. ... [More] Furthermore, it supports a (small) number of interest schemes, i.e. annual interest with a fixed rate and the scheme mandated by the German BGB288 (Basiszins für Verbrauchergeschäfte). Extending support for other schemes is fairly easy, but currently requires changing to the source code. [Less]

315 lines of code

1 current contributors

16 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

halipeto

  Analyzed about 3 hours ago

A Haskell library for generating static HTML pages from XML templates and a file-based value dictionary.

489 lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ioxx

  Analyzed about 16 hours ago

The ioxx library provides primitives for asynchronous I/O in C++. That kind of thing is typically useful for people who would like to implement a highly concurrent network service, i.e. an application that performs input/output simultaneously on a great number of sockets. The library's main ... [More] components are a socket event dispatcher, a time event dispatcher, and an asynchronous DNS resolver. There is also a class interface to socket programming that offers those wonders of modern C++ such as exception-style error reporting, transparent resource management, type-safety, and support for custom memory allocation strategies. Ioxx is thread-safe in the sense that it is fully re-entrant. The code runs on any POSIX-compliant operating system, most notably Linux, NetBSD, Solaris, AIX, HP/UX, and NT. [Less]

3.77K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Variable Expression Library

  Analyzed about 19 hours ago

Varexp is a C++ library that allows its users to separate information and from the representation of that information by providing a simple-to-use but powerful text-template mechanism. Similar mechanisms have been available in tools like sh(1), make(1), or perl(1) forever and have proven to be very ... [More] useful. The basic idea is that the relevant information is made available in variables, which the author of the template can than use within the text itself as he sees fit. [Less]

2.92K lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

mini-httpd

  Analyzed about 10 hours ago

mini-httpd is a minimalistic web server designed for optimal performance, high security, and as little use of system resources as possible. Unlike most other web servers, mini-httpd does not require more than one process or system thread in order to handle several requests concurrently. The current ... [More] set of features includes: 1. HTTP/1.1 compliant "keep-connection" support. 2. Virtual hosting. 3. Recording all successful requests in the common Apache-style log-file format. 4. The ability to run in a chroot(2) sandbox. 5. Dropping all super-user privileges after acquiring the listening socket. 6. mini-httpd is configured entirely through the command line. There is no config file. [Less]

5.34K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This