Tags : Browse Projects

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

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

mustache.php

Compare

  Analyzed about 10 hours ago

A Mustache implementation in PHP.

7.84K lines of code

0 current contributors

3 months since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

libtenum

Compare

  Analyzed 1 day ago

A metaprogramming library to make enums a little bit nicer.

1.1K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Maud

Compare

  Analyzed 1 day ago

Compile-time HTML templates for Rust

3.23K lines of code

8 current contributors

4 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

Histone

Compare

  No analysis available

Histone is a powerful and flexible template engine used to produce HTML code as well as any other text formats. Histone can be run on the client (JavaScript) as well as server (Java, PHP) side without modifying your templates. Its built-in extensions API allows you to add your own methods and ... [More] attributes that are specific to your project. The resulting templates have clean and intuitive syntax, you can store them in either original or "optimized" form that will not require parsing, depending on whether or not you need an extra performance. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2