My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 212
=Fynd= is based on object-oriented,simplicity,agile,tools supported(like Model Generator etc.). first,fynd's target platform is web applications, second,maybe it can be used in desktop applications.^_^
DBLite.NET is a lightweight database for .NET written in C#. The goal of this project is to provide a lightweight database that can be included within other .NET projects with no other dependencies. The database itself can either reside in memory or on disk, embeddable within other resources.
<font size="14">light </font><img src="http://www.helldorado.no/mtv-logo.gif" width=70> lightweight MTV web framework by java
A very lighweight C client library for RSMB broker which is based on the MQTT protocol. The roadmap is simple. Connect/Publish/Subscribe with callbacks for subscription topics
= Introduction = lwpb (short for lightweight protocol buffers) is an implementation of Google's protocol buffers (in short protobuf) in C for systems with limited resources. For more information about protocol buffers in general, see: http://code.google.com/p/protobuf/ = Design = Most...
Blip_buf is a small waveform synthesis library meant for use in classic video game sound chip emulation. It greatly simplifies sound chip emulation code by handling all the details of resampling. The emulator merely sets the input clock rate and output sample rate, adds waveforms by specifying the c...
Would you like to be able to write code like this ? {{{ @RetryOnException( e=MyException.class, retries=1 ) public void doIt() throws MyException { ... } }}} ,,the execution of doIt() is re-attempted 1 time if it exits throwing the exception MyException.,, lego4j is about creating li...
=A small C++ logging library= == Getting Started == You will need the boost library (at least 1.34.0) you can find it [http://sourceforge.net/project/showfiles.php?group_id=7586 here]. For help on how to compile boost: [http://www.boost.org/more/getting_started/index.html Getting Started]....
nanorm is a simple and lightweight data mapper framework inspired by the [http://ibatis.apache.org Apache iBatis]. It is not meant to be an full ORM solution. The main features are: * Strict typing where possible * Easy to use * Easy to mock in unit tests * Low performance overhead comp...
* create a project using maven {{{ mvn archetype:create \ -DgroupId=mycompany \ -DartifactId=helloworld \ -DarchetypeGroupId=com.googlecode.restful \ -DarchetypeArtifactId=restful-struts2-archetype \ -DarchetypeVersion=1.5-SNAPSHOT \ -DremoteRepositories=http://restful.googlecode...
1 2 3 4 5 6 7 8 9 10 Next