6 projects tagged "Windows"
U++ is a C++ cross-platform rapid application development suite focused on programmers' productivity without sacrificing runtime performance. Based on strictly deterministic design, it provides a viable alternative to garbage-collected platforms, even for business logic oriented problems.
Resara Server is an Active Directory compatible open source server for small businesses designed around Samba 4. It is designed to be simple and easy to use. Setup only takes a few minutes. The management console lets you manage users, share files, work with storage, and configure DHCP and DNS.
SILC Runtime Toolkit (SRT) provides useful utility functions for application programmers. SRT can be used as the main runtime in any application. It provides an application main loop, hash tables, lists, atomic operations, threads, locks, queues, a file descriptor stream, a socket stream, network routines, a finite state machine, a memory pool, a random number generator, buffers, regular expressions, and many other features. It natively supports Unix/Linux, Windows, Mac OS X, and Symbian OS platforms.
Algorithm Study provides tools and resources to augment the traditional study of algorithms. It includes implementations of common and less-common algorithms in a variety of languages and visualization tools to help in gaining a deeper understanding of the algorithms. The algorithm implementations are each accompanied by a discussion of the asymptotic ("big O") run time and memory limits of the algorithm. Some implementations include discussion of how the algorithm or data structure is commonly used and comparisons with similar algorithms or data structures. All implementations have test cases that exercise their functionality. The visualization tool, Algorithm Visualizer, displays what happens as various algorithms do their work.
lib4d_sql is a C library that provides the required functions (connect, prepare, execute, etc.) for writing an SQL client for 4D databases. It uses the public 4D SQL protocol, which is supported by 4D products since version 11. It is already used by the PDO_4D Open Source project, and it might be used to provide others drivers for JDBC, ADO, or ActiveRecord.