10167 projects tagged "C"
The C Generic Library is a collection of data structures designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constrain to strict algorithmic constraints. It contains doubly linked list, vector, deque, stack, queue, open and closed hash tables, and a binary tree structure, with list and vector based versions available for deque, stack, and queue.
Bandit is a system of loosely-coupled components that provide consistent identity services and create a community that organizes and standardizes identity-related technologies in an open way, promoting both interoperability and collaboration. It implements open standard protocols and specifications so identity services can be constructed, accessed, and integrated from multiple identity sources. The Bandit system supports many authentication methods and provides user-centric credential management.
The Enhanced TightVNC Viewer, SSVNC, adds encryption security to VNC connections. The package provides a GUI for Windows, MacOS X, and Unix that automatically starts up an STUNNEL SSL tunnel for SSL or ssh/plink for SSH connections to any VNC server and then launches the VNC Viewer to use the encrypted tunnel. On Unix and MacOS X, a VNC viewer with many new features is provided. The short name for this project is "ssvnc", for SSL/SSH VNC viewer.
Frunk is a simple program that detects and reports interface status changes using SNMP. Basically, it detects if one or more of a set of pre-configured interfaces are up or down and reports the fact by emailing alerts. It is good for monitoring several interfaces on several devices, normally routers, and checking for link failures. It also optionally creates and constantly updates an HTML document containing information on those interfaces which are down.
mswatch is a command line program that keeps two mailboxes synchronized efficiently and with shorter delays by watching mailboxes to know when to initiate mailbox syncs. It is designed to work in conjunction with other mailbox synchronization programs and currently supports watching Linux (2.4+) hosted Maildirs (including Maildir folders, Maildir++).
bbcpufreq is GUI front end for the CPU frequency daemon for Linux, cpufreqd. It finds its use in blackbox-like minimalistic window managers (in the slit/docking application). It allows users to switch cpufreqd between manual and dynamic modes, and to select a desired power profile (i.e. desired speed and speed limits).
Cibyl is a programming environment that allows compiled C/C++ programs to execute on Blackberry and J2ME phones. Cibyl uses GCC to compile programs to MIPS binaries, and these are then translated into Java bytecode. The use of binary translation and the simplicity of translating MIPS instructions means that Cibyl programs can be quite well-performing. With Cibyl, programs written in C/C++ can be ported to Blackberry and J2ME without switching languages.