Aluminium Language 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Aluminium Language 0.2 (Default branch)
# 1  
Old 05-11-2008
Aluminium Language 0.2 (Default branch)

Aluminium was started as an effort to find a different way of creating Web applications. It turned out as a visual data-flow based programming language. License: GNU General Public License (GPL) Changes:
This release includes new operations for data serialization and network access, as well as improvements for several old operations. Apart from new functionality, there are changes in the operation and argument names that will require developers to update all existing Aluminium applications.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FPED:(1)						      General Commands Manual							  FPED:(1)

NAME
fped - Footprint editor SYNOPSIS
fped [-k] [-p|-P [-s scale]] [-T [-T]] [cpp_option ...] [in_file [out_file]] DESCRIPTION
fped is an editor that allows the interactive creation of footprints of electronic components. Footprint definitions are stored in a text format that resembles a programming language. The language is constrained such that anything that can be expressed in the textual defini- tion also has a straightforward equivalent operation that can be performed through the GUI. A description of the GUI can be found here: http://people.openmoko.org/werner/fped/gui.html OPTIONS
-k write KiCad output, then exit -p write Postscript output, then exit -P write Postscript output (full page), then exit -s scale scale factor for -P (default: auto-scale) -T test mode. Load file, then exit -T -T test mode. Load file, dump to stdout, then exit cpp_option -Idir, -Dname[=value], or -Uname Please report any further bugs at werner@openmoko.org LICENCE
fped is covered by the GNU General Public License (GPL), version 2 or later. AUTHORS
Werner Almesberger <werner@openmoko.org> This manual page was written by Xiangfu Liu <xiangfu@sharism.cc> It is licensed under the terms of the GNU GPL (version 2 or later). October 2010 FPED:(1)