libmng -THE reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format.
Releases of McuOnEclipse projects
Processor Expert components and Eclipse examples and plugins.
Pattern-based multi/many-core parallel programming framework
FastFlow is a C/C++ programming framework supporting the development of pattern-based parallel programs on multi/many-core, GPUs and distributed platforms. FastFlow run-time is built upon non-blocking threads and lock-free queues. Thanks to its very efficient CAS-free communication/synchronization support (e.g. few clock cycles core-to-core latency), FastFlow effectively supports the exploitation of fine grain parallelism, e.g. parallel codes managing very high frequency streams on commodity multi-core. FastFlow works on x86, x86_64, PPC, ARM, and Linux, Mac and Win XP/7. From Jan 1, 2018 code development migrated on GitHub at https://github.com/fastflow/fastflow
Classic & Modern Cryptography tools
Cryptography Tools is a project to develop demonstration tools on classic (currently Caesar and Playfair) & modern crypto-systems, including private & public key encryptions, digital signatures, cryptographic hashes and authenticated encryption.
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% and can range down to 14%.
Collection of fast and optimized assembly libraries for x86-64 Linux
LinAsm is collection of very fast and SIMD optimized assembly written libraries for x86-64 Linux. It implements many common and widely used algorithms for array manipulations: searching, sorting, arithmetic and vector operations, unit conversions; fast mathematical and statistic functions; numbers and time converting algorithms; finite impulse response (FIR) digital filters; spectrum analysis algorithms, Fast Hartley transformation; CPU cache friendly functions and extremely fast abstract data types (ADT) such as hash tables b-trees, and much more. LinAsm libraries are written on FASM assembly language. They are stable and have appropriate benchmarks for many units. All libraries are well documented and grouped by their functionality. To get more information about this library, please visit the official web site: http://linasm.sourceforge.net
x86mph is an optimized library with vector, matrix, and vertex helpers (including an own TnL) It also contains memory helpers, and other stuff such as image processing (color inverting, changing bpp) taking advantage of x86's 3DNow!, MMX, and SSE
A package of Rijndael, Twofish and Serpent encryption algorithms implemented in x86 assembly. Meant to learn basics of assembly, learn about the algorithms or to be used in a C program.
Using an effective marriage between lock-free and lock-based algorithms to achieve scaleable thread-to-thread communication.
GPL cryptographic functions using Binomial coefficients, Addition, Rotation, Panmagic squares and cubes.
This Project contains LGPL'd OSS Audio and Video Codec Libraries for the TI C64x/C64xplus class of DSPs. These codecs have been modified for maximum performance with the TI DSP C64x plus cores and set up for Code Composer v3.3.
This library contains functions to calculate hash values and checkdigits like Adler, MD5 and much more. Over 30 different hash codes, checkdigits and barcodes will be supported.
This is meant to be a powerful, but easy to use math software. It's by the user and for the users.
Liblfds is a library of lock-free data structures with implementations provided for a number of system architectures. Liblf is intended to support the development of efficient cross-platform concurrent and real-time systems.
A completely different and powerful approach to research and analyze vulnerabilities, resulting in permutations, and which can be applied to both offensive and defensive approach (oriented to programming).
A whole lot of source code related to programming Linux systems with C
Objective of this project is to DEVELOP OPENSOURCE portal written in PHP/MySQL to practise websecurity in real time. Rootcontest portal will help users to understand websecurity in a better way.
Wireless DCC, Digital Command Control for model railroad over 802.15.4 the network nodes being the handhelds and the DCC decoders themself. Backward compatibility with DCC will be kept but new users wont need command stations and boosters.
Can emulate old computer on text the code pogram ideal to create kernel for operating system The begin the project the can emulate CPU(8080)and z80.
The aim of this project is to create an extensible and multi-platform API library that allows programmers to create decryption, heuristical analysis, and similar mechanisms using C and C++. It also will provide a simple security auditing API.
Matho is a OS Independant Application and API for mathematical operations, features include curve sketching, calculus, iterative formulae, algebra solver, 2d/3d geometry and mechanical and statistical functionality.
crypto algorithms library (KMIP, PKIX, SPKI, SASL), tools and utilities for saifix kernel project.
Digest algorithms aka Cryptographic hash functions (MD5, SHA1, SHA2, RIPEMD etc) for saifix kernel project