Tags : Browse Projects

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

prometheus.erl

Compare

  Analyzed 1 day ago

Prometheus.io client in Erlang

13.6K lines of code

4 current contributors

about 1 month since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: No declared licenses

Media Encoding Cluster

Compare

  No analysis available

Media Encoding Cluster this is the first Open Source, Plattform Independent Video Encoding Cluster currently for Linux and Windows

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: gpl

elli_cloudfront

Compare

  Analyzed 1 day ago

Elli middleware to manage CloudFront signed cookies.

41 lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

elli_prometheus

Compare

  Analyzed 1 day ago

Elli middleware for collecting stats via Prometheus.

622 lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

elli_xpblfe

Compare

  Analyzed about 13 hours ago

Elli middleware to add X-Powered-By: LFE header.

556 lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

elli_cookie

  Analyzed 1 day ago

HTTP Cookie utility for the elli Erlang web server

262 lines of code

2 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

elli_date

Compare

  Analyzed about 23 hours ago

Elli middleware adding the "Date" header

110 lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

brod

Compare

  Analyzed about 24 hours ago

Apache Kafka client library for Erlang/Elixir

14K lines of code

0 current contributors

about 1 month since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: No declared licenses
Tags erlang kafka

erlydtl

Compare

  Analyzed about 14 hours ago

ErlyDTL is an Erlang implementation of the Django Template Language. The erlydtl module compiles Django Template source code into Erlang bytecode. The compiled template has a "render" function that takes a list of variables and returns a fully rendered document. The project is stable and mostly ... [More] complete. Most but not all Django tags and filters have been implemented. See TagsAndFilters for a list of supported features. Project mailing list: http://groups.google.com/group/erlydtl/ Basic example illustrating the syntax:An ErlyDTL template is a text file (e.g.: a HTML or CSS file) containing variables to control the runtime template content, tags to control the runtime template logic and comments, which get filtered out. Template file welcome.html: Welcome back, {{ name }}! You have {{ friends|length }} friends: {{ friends|join:", " }} Have some primes: {# this is exciting #} {% for i in primes %} {{ i }} {% endfor %}Erlang code: erlydtl:compile("/path/to/welcome.html", welcome_template), welcome_template:render([ {name, "Johnny"}, {friends, [<>, <>]}, {primes, [1, 2, "3", <>]} ]).Result: Welcome back, Johnny! You have 2 friends: Frankie Lee, Judas Priest Have some primes: 1 2 3 5ErlyDTL referenceSee the Overview for complete usage. Tags and FiltersSee TagsAndFilters for a list of the Django tags that ErlyDTL supports. Other featuresVariables can optionally be pre-set at template compilation, which is useful for stuff which doesn't change often. These variables get pre-rendered as much as possible at compilation time for maximum performance. Optional recompilation: skip if compiled template exists already and template source checksum has not changed. Templates accept variables as property list, dict, gb_tree or parameterized modules and the actual values can be numbers or strings (lists or binaries) Variables, Tags and Comments can be wrapped with HTML comments () for a possibly better integration with certain HTML editors / browser previews Templates need not live on the local file system; you can write your own "reader" function, e.g. to read templates from network storage such as Amazon S3. Requirements:Erlang R12B-2 ToDo:implement all tags and filters defined in original Django allow funs as compile / render options for: variables output writer callback source reading function [Less]

2.89K lines of code

0 current contributors

about 17 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

eopenal

Compare

  Analyzed 1 day ago

eOpenAL - OpenAL Soft NIF for Erlang

2.07K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses