| Projects on Google Code | Results 1 - 10 of 49 |
Reverse Oberon Software Engineering.
===This project has joined the exodus and moved to github.===
New link: http://github.com/dziegler/django-css/tree/master
You should go there for future updates and to download the source
=What is django-css?=
Django-css is a fork of [http://github.com/mintchaos/django_compressor/tree/mas...
Sisyphos allows to automate the process of building several software compononents or software collections. It is similair
to make but not a replacement! With sisyphos you get a complete workflow. If you provide software in your environment and need to update this software once in a while and nee...
C program ,Your project's name must consist of a lowercase letter, followed by lowercase letters, digits, and dashes, with no spaces. The project name will be part of your project's URL and cannot be changed later.
Included is the code, the program, and some information.
This provides a native GWT task for Ant. It can automatically scan a project for modules to compile, and provides some small optimizations.
==Usage==
The task can be used to compile any number of modules. It's not necessary to specify the module names directly. Instead, the task accepts filesets...
Features:
# good parser. (accept specific legal selector)
# does not depend on cache. (using in dynamic page also fast)
# jit-compile and inline optimize. (ie faster)
# always return an array with hash. (so can determine whether some node is in result. note that return the HTMLCollection...
original project home:
http://dm.char.com.ua/pb/pborca.htm
The Flex Compiler Shell (FCSH) is a very useful tool for speeding up flex based compilation. However it requires commands to be pasted into the shell, making it awkward to use inside your own build workflows.
==Purpose==
Several projects exist for launching FCSH as a separate process, and sen...
Fortran 90 can include reasonably complex dependencies, which must be taken into account when building a multiple-file program. Unfortunately, most build tools either don't support Fortran, or don't help the developer much. A standard make file, for example, requires you to enter dependencies manual...