Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

HAMLE

Compare

  Analyzed 1 day ago

Enhanced Version of HAML (Less typing, php-like variable syntax)

9.11K lines of code

1 current contributors

3 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

pyVersioning

Compare

  Analyzed about 11 hours ago

Gather version information and export as any programming language source file for inclusion into compilation.

1.97K lines of code

0 current contributors

2 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

Inversion Templates

Compare

  No analysis available

Inversion is a templating system for Ruby with an Inversion of Control when compared to most templating systems. What this means is that setting data values in an Inversion template is decoupled from rendering it, allowing you to add data directly from whatever part of the code it is generated ... [More] rather than requiring that you pass around an intermediate data structure for later combination with the template when it's rendered, without sacrificing encapsulation or exposing unnecessary scope. [Less]

0 lines of code

2 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

GPlate

Compare

  No analysis available

GPlate is a template engine written in C using glib and the GObject system. It was started due to the inability to find a template engine that was GPL compatible and callable from C. Since these requirements couldn't be met, I (Gary Kramlich), decided to write my own that was easier to use in ... [More] applications that are already using glib. The idea behind gplate is to be extendable by the applications using it so that it can fit whatever you needs may arise. You can customize the tags and the functions bound to them. You can also create easily your own functions and variables. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...