Sonntag, 30. Dezember 2012

pdcurses - timeout example

Introduction

In PDCurses there is a halfdelay(TENTHS) mode which implements a small delay (TENTHS tenths of a second) after each input. If there is no input after this time, the corresponding input function returns ERR. Somewhat confusingly, the symbol ERR doesn't actually mean an "error" occured in this case. Only that no input has been received yet. In this mode, it is possible to call the input function as part of a loop -- we can be sure that the function will exit after at most TENTHS tenths of a second. Then we can do some intermediate processing and then repeat the input function in a loop.

Freitag, 28. Dezember 2012

pdcurses

About

PDCurses is a public domain implementation of Curses which works on Linux, Windows and other systems.

libcurl - Tutorial Example 01

About

Following the example in the libcurl Tutorial, let's make a simple demonstration program to use the basic cURL facilities.

Dienstag, 25. Dezember 2012

Allegro

About

Allegro is an open-source game programming library, intended primarily for C and C++ developers.

Lapack example - DGELS

Introduction

One of the Lapack routines is DGELS, for solving systems based on matrices.

popt

About

popt is a library for parsing command-line options in the style popular in GNU utilities. For example, in most GNU utilities, commands may be called with a combination of short options or long options, such as ls -arF, or the equivalent, ls -a -r -F, or the equivalent ls --all --reverse --classify.

Montag, 24. Dezember 2012

Lapack

About

Lapack (short for Linear Algebra PACKage) is a library of mathematical functions for performing mathematical operations on real and complex scalars as well as matrices.

Sonntag, 23. Dezember 2012