Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.

4.23494
   
  5 reviews  |  1,568 users  |  4,774,038 lines of code  |  13 current contributors  |  Analyzed 8 days ago
 
 

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

4.25
   
  0 reviews  |  31 users  |  4,047,745 lines of code  |  60 current contributors  |  Analyzed 2 days ago
 
 

Jifty is a way to build web applications.

5.0
 
  0 reviews  |  20 users  |  68,932 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Weblocks is an advanced web framework written in Common Lisp. It is designed to make Agile web application development as effective and simple as possible. This is not your ordinary run-of-the-mill web framework in PHP, Python or Ruby. Weblocks uses powerful Lisp features like multiple ... [More] dispatch, the metaobject protocol, lexical closures, keyword arguments, and macros to build abstractions that make web development easy, intuitive, and free of boilerplate. In addition, control flow is easily expressed using continuations. Things that are hard or mundane in other frameworks become easy and fun in Weblocks. [Less]

5.0
 
  0 reviews  |  4 users  |  0 current contributors
 
 

Nagare is an Open-Source Python framework dedicated to web applications development. Its set of advanced features as continuation, direct callbacks registration, programmatic HTML generation, combined with its strong components model allow to quickly and easily build highly complex and reusable applications.

5.0
 
  0 reviews  |  3 users  |  15,221 lines of code  |  2 current contributors  |  Analyzed about 2 hours ago
 
 

Higher-order functional programming for PHP 5. More power, less brain damage, and only half the suck.

5.0
 
  1 review  |  2 users  |  5,357 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Sefirs provides a Java Thread-like class that executes over simulated time. Time units are user-definable, there is no time quanta, and neither changes to the VM nor pre-processing (like bytecode re-writers) are required. Sefirs accomplishes this by providing a framework for native thread-based continuations in Java.

5.0
 
  0 reviews  |  2 users  |  4,949 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

jyield aims to provide java continuations support similar to c# yield coroutines. The methods annotated with @Continuable are transformed in runtime or optionally in compile time.

0
 
  0 reviews  |  1 user  |  2,586 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Sometimes it is usefull if we can capture the state of the application, its stack of function calls, which includes local variables, the global variables and the program counter, and save them into an object. If this object would give us the ability to restart the processing from the point stored in ... [More] it. A continuation is exactly the type of object that we need. Think of a continuation as an object that, for a given point in your program, contains a snapshot of the stack trace, including all the local variables, and the program counter. You can not only store these things in the continuation object, but also restore the execution of the program from a continuation object. This means that the stack trace and the program counter of the running program become the ones stored in a continuation [Less]

5.0
 
  0 reviews  |  1 user  |  3,409 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Continuity uses a programming concept called continuations to make HTTP seem like a statefull protocol instead of stateless protocol. This technique is increasingly called creating a Continuation Server. Continuity is a suite of Perl libraries (not a framework) for building a highly structured ... [More] web-based interface for your application, without using ad-hoc state management. Continuity is Free Software, distributed under the same terms as Perl itself. [Less]

5.0
 
  0 reviews  |  1 user  |  4,838 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.