10 projects tagged "Linux (32 and 64 bit)"
SPINA is software for determining constant structure-parameters of endocrine feedback control systems from hormone levels obtained in vivo. The first version of this cybernetic approach allows for evaluating the functional status of the thyroid gland, i.e. thyroid's secretory capacity (GT) and sum activity of peripheral deiodinases (GD).
csv2html is a command line utility and reusable Python module that convert CSV files into HTML tables and full HTML documents. They can use either the old school HTMLgen module or the more modern HTML module (both for Python 2.x), and offer a wide range of options for formatting the output.
radns is a small, portable client-side implementation of the RDNSS option in IPv6 Router Advertisements (RFC 5006) that is used to get the address of a resolving DNS server. It listens for Router Advertisements with the Recursive DNS Server (RDNSS) option and stores the addresses in a file following the same syntax as resolv.conf. It optionally calls a script to handle, for instance, DHCP clients that compete for ownership of /etc/resolv.conf or to set the DNS server on systems that don't use resolv.conf at all. It can be easily integrated with the resolvconf(8) program.
gweb++ is an asynchronous event-driven Web server and reverse proxy. It is written in C++, but it doesn't make use of the STL or of any additional libraries. It supports the following event notification mechanisms: epoll (edge-triggered, Linux), kqueue (FreeBSD), port (Solaris), poll, and select. It has the following main features: HTTP/1.1, reverse proxy, FastCGI, configurable via an XML file, MIME types support, pipelining, virtual hosts, Keep-Alive, directory listing (with an optional footer file), handling of the If-Modified-Since header, HTTP ranges, logs, configurable access logs, and log rotation.
pmtr starts your application daemons (not the system daemons) at system boot and lets you dynamically add, remove, or edit jobs at runtime. What makes pmtr different from sysvinit and similar systems is that all your jobs are defined in one configuration file, and the syntax is friendly.
RunSlides combines an HTTP server and JavaScript helper functions to enable interactive HTML5 presentations. Source code snippets can be edited and run within the browser interface, and the program output is shown. The code snippets may be embedded in code templates before execution to avoid boilerplate code in the slides.