My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
Packages JS provides modularity and scope management in javascript by allowing you to create packages that explicitly state their dependencies and the external objects they use through the function Package, and make created functions and objects/classes available for use by other packages through th...
jQuery plugin to set custom parameters and custom scope to callback functions used for event-listeners or ajax-listeners.
_Jingo provides similar functionality to the "import" features of Java and Python._ If you'd like to skip the prose and go straight to the code you may want to try GettingStarted or the [http://www.artisanlogic.com/projects/jingo/releases/current/doc/api/ Jingo API Documentation]. ==The Pains ...
Assimilate is a Maven2 Plugin that allows developers to import dependencies from other pre-built Maven projects without a formal parent-child hierarchy existing between the projects. There is no limit to the number of project-dependencies to import. There has been some confusion amongst maven de...
http://pyagilent54622d.googlecode.com/svn/trunk/doc/scope.png A python module that realizes the RS-232 interface of the Agilent 54622D Mixed Signal Digital Storage Oscilloscope in a clean, pythonic fashion that is easy and convenient to use. Here's an example: {{{ import agilent scope = a...
Basic extensions of spring useful for normal develpoment
29/10/2009 : I will not improve this project anymore. If you are looking for a good Dependency Injection framework on Android, I suggest you to try out Guice no-aop. I am currently using the excellent robo-guice (http://code.google.com/p/robo-guice/) framework, which still has no stable release as o...
A C++ project using wxWidgets with the objective of developing a digital scope, that can be expansible through dynamic libs, for data acquisition and analysis. The main objective on the first steps of the development is to provide the necessary software for the acquisition of data from a Magnetic Le...
==Usage:== {{{ class Person < ActiveRecord::Base scope_out :women, :conditions => ['people.sex = ?', 'F'] end }}} The above code creates three class methods: find_women, with_women, and calculate_women. It is equivalent to doing the following: {{{ class Person < ActiveRecord::Base...
=rtexecutor= ==General java - J2SE & RTSJ execution framework== *This framework aimes to simplify the development of execution logic in both J2SE & RTSJ* (real time java). _Features_: * common 'task' running transparently on starndard/RT scheduler * creation of sync / a-sync task transpar...