Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.441.518 Times

Semaphores freeware
 

Semaphores

Added: June 06, 2010 | Visits: 997

Rudiments Rudiments is a C++ class library providing base classes for things such as daemons, clients, and servers, and wrapper classes for the standard C functions for things like semaphores, regular expressions, and signal handling. In the early days of SQL Relay and Groundwork, some of the classes...



Platforms: *nix

License: Freeware Size: 593.92 KB Download (89): Rudiments Download

Added: June 16, 2013 | Visits: 408

sysv_ipc This describes the sysv_ipc module which gives Python access to System V inter-process semaphores, shared memory and message queues on most (all?) *nix flavors. Examples include OS X 10.5 & 10.6, Ubuntu 8 & 9, OpenSolaris 2008.11, FreeBSD 6, 7 and 8, and AIX 5.2. It might also work under Windows...





Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): sysv_ipc Download

Added: September 24, 2013 | Visits: 336

DIPC DIPC (Distributd Inter-Process Communication) is a software-only solution for distributed data exchange on a network on Linux computers. It operates at the kernel level, and allows the programmer to use System V semaphores, message queues, and shared memory segments over the network with minimal...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (39): DIPC Download

Added: March 25, 2010 | Visits: 711

MTasker MTasker is a two-file C++ library designed to support very simple cooperative multitasking. MTasker can facilitate writing code that would ordinarily require a state machine, for which the author does not consider himself smart enough. This class does not perform any magic it only makes calls...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (105): MTasker Download

Added: June 23, 2010 | Visits: 702

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

Added: January 06, 2010 | Visits: 1.089

Rapid Application Development Library radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (91): Rapid Application Development Library Download

Added: August 19, 2010 | Visits: 850

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: September 05, 2010 | Visits: 475

libmba The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration...


Platforms: *nix

License: Freeware Size: 256 KB Download (89): libmba Download

Added: January 12, 2010 | Visits: 938

Buenos Buenos is a small SMP operating system skeleton which can be used as a base for operating systems project courses. Buenos runs in a machine simulator called YAMS, which is also available here. Buenos project is intended to be used as OS project base code which students can improve. Extensive...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Buenos Download

Added: October 20, 2010 | Visits: 841

Jukebox4 Jukebox4 is a collection of reusable components allowing to create a flexible server side middleware framework. Save time for drinking coffee instead of architecting, designing and coding the same stuff again, and again, and again. The project originated in 1990, when the first commercial C++...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (89): Jukebox4 Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 611

newLISP newLISP is a LISP-like scripting language that will help you in: programming for the internet, system administration, text processing, gluing other programs together, etc. newLISP is a scripting LISP for people who are fascinated by LISP's beauty and power of expression, but who need it stripped...


Platforms: Windows

License: Freeware Size: 1024 KB Download (49): newLISP Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 593

newLISP for Linux newLISP is a LISP-like scripting language that will help you in: programming for the internet, system administration, text processing, gluing other programs together, etc. newLISP is a scripting LISP for people who are fascinated by LISP's beauty and power of expression, but who need it stripped...


Platforms: Linux

License: Freeware Size: 1024 KB Download (50): newLISP for Linux Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 533

newLISP for Mac OS X newLISP is a LISP-like scripting language that will help you in: programming for the internet, system administration, text processing, gluing other programs together, etc. newLISP is a scripting LISP for people who are fascinated by LISP's beauty and power of expression, but who need it stripped...


Platforms: Mac

License: Freeware Size: 1024 KB Download (45): newLISP for Mac OS X Download

Added: May 10, 2013 | Visits: 721

OpenTTD 0.5.3-RC1 OpenTTD is a clone of the Microprose game "Transport Tycoon Deluxe".OpenTTD is modeled after the original Transport Tycoon game and enhances the game experience dramatically. Many features were inspired by TTDPatch while others are original. Significant enhancements from the original game include...


Platforms: Windows, Mac, *nix, ASP.NET, BSD

License: Freeware Download (66): OpenTTD 0.5.3-RC1 Download

Added: September 21, 2013 | Visits: 234

CLIPC CLIPC is an open-source Java library that gives developers interprocess communications (IPC) capabilities that may be absent or difficult to use in the Java distribution. In particular it provides the following: .Shared Memory .FIFOs .Semaphores Some of these are wholly new mechanisms made...


Platforms: Mac

License: Freeware Size: 92.16 KB Download (39): CLIPC Download

Added: August 11, 2013 | Visits: 181

threading2 for Linux threading2 is just like the standard threading module, but awesome. This module is designed as a drop-in replacement and extension for the default "threading" module. It has two main objectives: * implement primitives using native platform functionality where possible * expose more...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): threading2 for Linux Download