1006 projects tagged "Windows"
ENet for C# wraps the C-language ENet networking library. For games and other realtime applications, if you use TCP, old data can hold up newer data, even if it is no longer relevant (old positions, etc.). Your players will perceive any lost packet as a "lag burst". ENet supports multiple in-order streams of data, and allows you to decide on reliability on a per-packet basis. The library is useful for both client-server and peer-to-peer architectures.
LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space (it is not limited to the size of physical RAM).
exceptions4c is a tiny, portable framework that brings the power of exceptions to your C applications. It provides a simple set of keywords (macros, actually) which map the semantics of exception handling you're probably already used to: try, catch, finally, throw. You can write try/catch/finally blocks just as if you were coding in Java. This way you will never have to deal again with boring error codes, or check return values every time you call a function.
jPDFSecure is a Java library which can digitally sign PDF documents and change security settings on PDF Documents. With jPDFSecure, your application or Java applet can encrypt PDF documents, set permissions and passwords, and create and apply digital signatures. jPDFSecure is optimized for performance and is built on top of Qoppa's proprietary PDF technology, so there is no need for any third party software or drivers. jPDFSecure has a simple interface to load PDF documents from files, network drives, URLs, and even input streams, which can be generated at runtime or come directly from a database. After changing security settings, jPDFSecure can save the document to a file, a java.io.OutputStream, or a javax.servlet.ServletOutputStream when running in a J2EE application server to output the file directly to a browser. jPDFSecure is platform-independent and can be used in any environment which supports Java.
jPDFImages is a Java library to export images from PDF files and import images into PDF files. It can create images from pages in a PDF document and export them as JPEG, TIFF, or PNG images. It can return the image of any page in the document to the host Java application as a BufferedImage for further processing or to save in different formats. It can create documents or add pages to existing documents by importing TIFF, JPEG, and PNG images. After creating or modifying a document, it can save to the local filesystem or to an output stream to be able to serve the document directly to a client browser when working within a J2EE server. jPDFImages is built on top of Qoppa's proprietary PDF technology, so you do not have to install any third party software or drivers. It is also 100% Java, so it is completely platform-independent.
jPDFFields is a Java library for working with interactive PDF forms in both AcroForm and XFA formats. It allows your application to get and set field values, and can import and export to the FDF, XFDF, and XDP formats. It can also "flatten" fields in a document. (Flattening is the process of merging the fields into the PDF content layer so the information is retained, but as static PDF content.) jPDFFields is built on top of Qoppa's proprietary PDF technology, so it is 100% Java and does not require any third party software or drivers.
AeonWave is a cross platform, hardware accelerated, multi-threaded, and versatile stereo and 4D audio mixing library. By combining hardware accelerated rendering and a low memory footprint the library can handle almost any situation, from virtual synthesizer apps for smart phones to immersive simulation. It has a small, easy to use, fault tolerant, and consistent API, low latency support by using hardware acceleration, simultaneous support for stereo and 4D audio, audio frames with sub-mixing capabilities, support for stereo and 3D audio effects and filters, and a Freeware supplemental OpenAL implementation.
An Ajax script for creating drop-down select lists
A 32-bit x86 Unix-like operating system kernel mainly for educational purposes.