| Projects on Google Code | Results 1 - 10 of 10 |
this plugin allow host .NET Windows Forms Controls in firefox.
<p>
For run apps like this:
</p>
<img src="http://npwinformhost.googlecode.com/files/LoadExample.JPG" />
A component that you can add to your iPhone application to access all basic features of Google Maps (similar to Android's MapView). It uses a UIWebView in the background to load the HTML/Javascript version of Google Maps, and offers a set of Objective-C methods that mimic a subset of the original Ja...
XBird is a light-weight XQuery processor and database system written in Java.
The light-weight means reasonably fast and embeddable.
== Features ==
XBird introduces the following features:
* XQuery Processor
* Native XML Database Engine
* Embeddable Database Engine
* [http://code...
xml,
database,
dbms,
xmldb,
distributed,
research,
xquery,
java,
xpath,
scraping,
embeddable,
storage,
paralleldb,
nonblocking,
dht
== Overview ==
Mongoose is an easy to use web server. It can be embedded into existing application to provide a web interface to it.
Mongoose web server executable is self-sufficient, it does not depend on anything to start serving requests. If it is copied to any directory and executed, it st...
webserver,
httpserver,
embedded,
embeddable,
shttpd,
simple,
small,
crossplatform,
c,
library,
cpp,
python,
csharp
FINA (FINA Is Not ANS) is a small direct-threaded Forth compiler/interpreter. Should be easy to port and embed in other applications. Tries to follow the ANS Forth standard. Currently supports PowerPC and X86 (MIPS and ARM untested).
H2 is a java relational database engine.
This project takes the compiled Jar of H2 and Runs IKVM.Net (program to convert Java Byte code to .Net’s CIL) on it.
This project wraps the resulting library with classes that implement the ADO.Net interface to allow for easy use in .Net projects.
As a ...
= Mycontainer =
Mycontainer is a Java EE embeddable light weight implementation without some common features like pools, clusters and others.
== Features ==
* Embeddable on any java application (junit tests, jetty, tomcat, and any others)
* Programmatic configuration and deploy
* Light ...
Normally a boot-loader lacks operating-system features. On the other hand, an OS does not act as a boot-loader. This project will try to *merge* ELKS and GRUB4DOS, and produce a *mixture* to make the best of *both* worlds.
Introduction
* Xi is
# a scripting language
# strong-type
# object-oriented
# embeddable
# fully unicode supported
* The "Hello world" example
{{{
procedure main()
{
console.write("Hello world!\n");
}
}}}
This FORTH Virtual Machine (FVM) is minimal FORTH kernel based on tiny byte-code interpreter can be simply embedded into any program or hardware/software system. Can be used as the base of embeddable scripting language, platform independent plugin engine, end user programming interface, distributed ...