Projects tagged ‘event’ and ‘library’


[13 total ]

10 Users
   

From site: A full-featured and high-performance event loop that is loosely modeled after libevent, but without its limitations and bugs. It is used, among others, in the GNU Virtual Private Ethernet ... [More] and rxvt-unicode packages. Features include child/pid watchers and periodic timers based on wallclock (absolute) time (in addition to timers using relative timeouts), as well as epoll/kqueue/event ports/inotify support, fast timer management, time jump detection and correction, and ease-of-use. It can be used as a libevent replacement using its emulation API or directly embedded into your programs without the need for complex configuration support. A full-featured and well-documented perl interface is also available. [Less]
Created over 2 years ago.

9 Users

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol ... [More] servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server. [Less]
Created about 1 year ago.

6 Users

You can use the same framework in ActionScript 1,2,3 and SSAS to deploy your RIAs.
Created about 1 year ago.

2 Users
   

Portable event sound library
Created about 1 year ago.

2 Users
 

Orx is a portable, easy to use, data-driven, 2D-oriented game engine.
Created about 1 year ago.

0 Users

WCL - Web Control LibraryWCL gives you the freedom to design you WebUI as if you would do in any major development framework as shipped with C# or Java. Also an PHP driven EventController takes part ... [More] to do all the struggeling JavaScript work in the background. [Less]
Created about 1 year ago.

0 Users

z.base.js is a base javascript library providing dom selectors,event solutions,ajax supports and so on..
Created about 1 month ago.

0 Users

LEVMAH is a custom enterprise library application block that extends the logging block to enable an application-wide error logging device that is completely pluggable. LEVMAH achieves a high degree ... [More] of application awareness by logging application context and providing session and cache visualizers. It also allows for the ability to view events that have been logged to the logging database. [Less]
Created 7 months ago.

0 Users

Python WSGI HTTP server on libev.
Created 5 months ago.

0 Users

Events are powerfull technique of the OOP design. They provide possibility to declare bidirectional object interfaces - public methods are used to send notifications to object and events are used to ... [More] recieve feedback. Idea of events is based on the Observer design pattern. This library in not an experiment or educational research, it is developed to be used in practice. I have not tried to implement all possible features, instead I've implemented only those features that are realy needed according to my expirience of OOP design in Qt, C# and Java. Features: Library uses Fast Delegates by Don Clugston as internal delegate representation. Optimized for connecting delegates with matching signatures. Delegates with non-matching, but compatible signatures are wrapped automaticaly. Delegates can be connected to events that have more arguments - rightmost arguments are silently ignored. Connection can be parameterizited by custom parameters that are past to delegate as leftmost arguments. Automatic signature optimization - objects are passed by const reference, primitive types are passed by value. Automatic connection tracking and disconnecting. External connection tracking - you can use even the tiniest structure as event reciever without inheriting it from any special classes. Event chaining - you can connect one event to another event as any other object. Disconnecting connections by sender, by event, by reciever and/or by delegate. Separate access specification for connection to event and firing the event. Events can be used in interfaces (pure abstract classes). Following features are intentionally disabled: Using static functions as delegates. Static functions have propensity to use singletons and/or static data. Usage of both is strongly discouraged. Returning value from an event and throwing exception from delegate. Event sender knows nothing about potential recievers and should not demand any specific behaviour from them. If that is not yours case, then you should explicitly describe feedback protocol and use original Observer pattern. Advanced delegate binding. Without native support for anonymous delegates, any template-based implementation of this would be ugly and unreadable. Support for old compilers. You compiler MUST support partial template specialization and template class members. [Less]
Created 4 months ago.