Projects tagged ‘core’


[3 total ]
894

GNU Core Utilities

   
Primary Language: C Licensed as: GNU General Public License 2.0

The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System.

Metrics updated about 4 hours ago

2

Portable Linux Processor Affinity

 
Primary Language: C Licensed as: New BSD License

PLPA is an attempt to solve the problem that there are multiple API's for processor affinity within Linux. Specifically, the functions sched_setaffinity() and sched_getaffinity() have numbers and types of parameters depending on your Linux vendor ... [More] and/or version of GLibc. This is quite problematic for applications attempting to use processor affinity in Linux for compile-time, link-time, and run-time reasons. The PLPA provides a single processor affinity API that developers can write to in order to get both consistent behavior and binary compatibility across different Linux installations. [Less]

Metrics updated 04 Oct 08

1

nCore

   
Primary Language: C++ Licensed as: GNU Lesser General Public License 2.1

nCore is an efficient and portable C++ library for lazy developers. It includes a set of several satellite C++ classes to perform : - Threading - FileIO (with endian-awareness) - Networking (TCP, UDP, IPv4, IPv6) - High-Perf Timing - Easy ... [More] logging with plugable sinks - Memory Alloc Debugging - Hashing (MD5, String, CRC32, CRC16, CRC8) - Loading of dynamic libraries (shared objects) - Dog-tagging (your final application/library binary file(s)) - Handling wide string manipulation methods through a single class (StringA) - and more... Each of those features can be turned off at compile-time to make the final binary file smaller. nCore is designed to run on Windows, Linux (x86, ARM). Other platforms may become supported upon (patch) request :) [Less]

Metrics updated about 14 hours ago