Tags : Browse Projects

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

LXSH

Compare

  Analyzed about 13 hours ago

Lexing & Syntax Highlighting in Lua LXSH is a collection of lexers and syntax highlighters written in Lua using the excellent pattern-matching library LPeg. Several syntaxes are currently supported: Lua, C, BibTeX and shell script. The syntax highlighters support three output formats: HTML ... [More] designed to be easily embedded in web pages, LaTeX which can be used to generate high quality PDF files and RTF which can be used in graphical text editors like Microsoft Word and LibreOffice (formerly OpenOffice). Three predefined color schemes are included. [Less]

3.44K lines of code

0 current contributors

over 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

go-viper

Compare

  Analyzed about 24 hours ago

Go configuration with fangs

5.59K lines of code

26 current contributors

9 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

CSjark

Compare

  Analyzed 1 day ago

CSjark is a tool for generating Lua dissectors from C struct definitions to use with Wireshark.

15.6K lines of code

0 current contributors

over 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Grasso

Compare

  Analyzed about 3 hours ago

a FAT filesystem parser written in Python

700 lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ruby css_parser

Compare

  Analyzed about 12 hours ago

Load, parse and cascade CSS rule sets in Ruby. Install the gem from RubyGems. gem install css_parser An example require 'css_parser' include CssParser parser = CssParser::Parser.new parser.load_file!('http://example.com/styles/style.css') # lookup a rule by a ... [More] selector parser.find('#content') #=> 'font-size: 13px; line-height: 1.2;' # lookup a rule by a selector and media type parser.find('#content', [:screen, :handheld]) # iterate through selectors by media type parser.each_selector(:screen) do |selector, declarations, specificity| ... end Made on Vancouver Island. [Less]

3.49K lines of code

5 current contributors

24 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This

re::engine::LPEG

Compare

  Analyzed about 11 hours ago

With Perl 5.10, regular expression engines become pluggable. This module re::engine::LPEG supplies the Lua Parsing Expression Grammar.

523 lines of code

0 current contributors

almost 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

smalltools

Compare

  No analysis available

Some small tools. For now: iptableslogcsv, a Linux iptables firewall log parser and exporter to CSV text.

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

FlexibleParser

Compare

  Analyzed 1 day ago

Flexible Parser is a multi-purpose C# parsing library.

42.3K lines of code

0 current contributors

almost 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Tags c# parser

UnitParser

Compare

  No analysis available

It allows to easily deal with a wide variety of situations involving units of measurement. Among its most salient features are: user-defined exception triggering and gracefully managing numeric values of any size.

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: Public_do...

PL241 MCS Compiler

Compare

  Analyzed about 11 hours ago

Compiler written to use as a reference to others who write real compilers. The emphasis is here on readability of code than anything else. It is written in Python for this very same reason. And even trivial things are commented or documented. The idea is that one who wants to write a compiler ... [More] should be able to use this as a reference to get started and then write their compiler as efficiently as they want. [Less]

5.57K lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This