| Projects on Google Code | Results 1 - 10 of 183 |
=QEvent 0.95 - a powerful tiny extensible standalone event library for elements and objects=
* lightweight footprint
* no namespace pollution - everything is wrapped in obj.$QEvent
* normalizes the DOM event model
* work also with Javascript objects
* fixes common IE bugs including: all ...
HSL, pronounced "hustle", stands for haXe Signaling Library. The library reduces the effort needed to write
[http://en.wikipedia.org/wiki/Event-driven_programming "event-driven"] code in haXe.
Its goal is *to become the standard way to write event-driven code in haXe*. It is as cross-target as h...
A pub/sub mediator that allows decoupled eventing to occur between service providers and service requestors. All events are invoked on a background thread managed by the event router. The user has the option to specify that the event (and the possible callback when eventing is complete) should be ...
A functional language for processing events. An event is a function that is triggered whenever objects that it depends on change. When this happens, the code contained in the event is executed.
huodong
Using a single javascript file, clickThrough.js, you can pass click/hover events from one iframe to another. Our technique makes use of native javascript method
{{{
elementFromPoint
}}}
The main limitation currently is that any iframe involved must be at the same domain as the document wher...
iframe,
click,
event,
pass,
through,
parent,
document,
mouseout,
mouseover,
parent,
contentDocument,
allowtransparency,
opacity,
hover,
mouse
= What is Blackboard? =
Blackboard is a container for processing events. It is designed to be easy to learn, deploy, and use, yet powerful enough to handle the most complex event processing demands.
Blackboard takes its name from the popular blackboard artificial intelligence architectural style...
eventprocessor,
event,
plans,
blackboard,
workspace,
rhino,
JavaScript,
Java,
JRuby,
ruby,
workflow,
scripting,
lucidtechnics,
Inkwell,
groovy
I know that there are other event frameworks available, but could not find any that did exactly what I wanted (granted I didn't search that hard). I also thought this would be an interesting challenge. The idea is that all of the event plumbing is handled automatically via Java 1.5 Annotations. An '...
Simple real-time event distribution for web applications
This project contains a collection of libraries in Python and Javascript to support the real-time distribution of simple events via a distributed publish/subscribe mechanism. The libraries have been developed to use Web protocols and softw...