Browsing projects by Tag(s)

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

Showing page 1 of 2

The eLesson Markup Language (eLML) is an open source XML framework for creating structured eLessons using XML. Thanks to a clean separation between content and layout eLML lessons can be transformed into many different formats and layouts. It supports the following output formats: XHTML, IMS Content ... [More] Package, SCORM, eBooks (ePub format), PDF, LaTeX, Open Document Format (ODF) and DocBook. The framework has been successfully tested with many different LMS like Moodle, OLAT, WebCT/Blackboard and Ilias. A number of tools like the Firedocs eLML Editor to write lessons or the Template Builder to create eLML layout templates are available and help to make eLML one of the best tools to create sustainable e-Learning content. [Less]

4.71429
   
  1 review  |  14 users  |  145,491 lines of code  |  1 current contributor  |  Analyzed 12 days ago
 
 

FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV) FLVTool2 can calculate a lot of meta data and insert a onMetaData tag. It can cut FLV files and add cue Points (onCuePoint). A debug command lets you see inside our FLV and the print command gives you meta data information in XML or YAML format.

4.0
   
  0 reviews  |  2 users  |  0 current contributors
 
 

The JavaScript Rapid App Prototype Toolkit

5.0
 
  0 reviews  |  1 user  |  7,430 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 
Compare

DI ( Dependency Injection with Setter, Constructor, and Method), AOP ( Aspect Oriented Programming ), Events support, and XML, YAML, AND JSR annotations as bean definition providers, lightweight, simple, and quick MVC ( Model View Controller ), syslog, tcp client and server, with non blocking ... [More] sockets, timers, and custom error, signal, and exception handling, PAGI Integration (for asterisk gateway interface or agi), PAMI Integration (for asterisk management). Needs PHP 5.3, very similar to seasar, spring ( java ) . Tested with doctrine2! ;) [Less]

0
 
  0 reviews  |  1 user  |  20,221 lines of code  |  1 current contributor  |  Analyzed 22 days ago
 
 

Simple and effective multi-protocol REST API Server written in PHP

5.0
 
  0 reviews  |  1 user  |  65,920 lines of code  |  5 current contributors  |  Analyzed 5 months ago
 
 
Compare

FWRD is a micro-framework for Python which has been designed to "get out of the way" and simply provide enough to make an app accessible from the web.

0
 
  0 reviews  |  1 user  |  5,198 lines of code  |  2 current contributors  |  Analyzed 6 months ago
 
 

DescriptionProvide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML. ExampleFor XML output, use XmlFormat Message someProto = ... [More] SomeProto.getDefaultInstance(); String xmlFormat = XmlFormat.printToString(someProto);For XML input, use XmlFormat Message.Builder builder = SomeProto.newBuilder(); String xmlFormat = _load xml document from a source_; XmlFormat.merge(xmlFormat, builder);For Json output, use JsonFormat Message someProto = SomeProto.getDefaultInstance(); String jsonFormat = JsonFormat.printToString(someProto);For Json input, use JsonFormat Message.Builder builder = SomeProto.newBuilder(); String jsonFormat = _load json document from a source_; JsonFormat.merge(jsonFormat, builder);For HTML output, use HtmlFormat Message someProto = SomeProto.getDefaultInstance(); String htmlFormat = HtmlFormat.printToString(someProto);What's next?Support de-serialization for HTML/xHTML Add Support for RSS/Atom Add Support for YAML Additional output types? [Less]

0
 
  0 reviews  |  0 users  |  7,670 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

I find XML way too clumsy. YAML is better but still overly complex for my needs. So, I built my own. SADDL is a cross between the parts of YAML I like (hirearchical structures, object representation capability) and the simplicity of a Windows INI file. I find it useful, convenient and fast for ... [More] bringing up small to moderate sized human-writable data files. I hope you will too. My reference implementation is in Java but I would welcome ports to other languages. The reference implementation is currently in beta release. Its is functionally complete for parsing. I have not yet written output logic to serialize Java Objects [Less]

0
 
  0 reviews  |  0 users  |  879 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This is a very basic YAML-to-XML converter. Where jyaml needs Java 5, this implementation will be JDK 1.3.1 compliant.

0
 
  0 reviews  |  0 users  |  10,396 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

If for some reason you have a number of abandoned pickle files (e.g. a doomed web app originally stored user info this way), this script can help you recover your data without spending the 10 minutes it would take to write the script yourself. Given a Python pickle file (text or binary), this ... [More] script translates the original file to any of the following text-based, human-readable formats: Plain, unformatted text repr() (Python code representation) JSON XML DataTree And a few more formats are goals, but not yet implemented: ReStructured Text YAML Note that some of these formats currently require that the library for the target format is available. The dependencies all have free implementations, so for the sake of making this script more immediately useful, I'll eventually include the necessary code from those sources in this script. [Less]

0
 
  0 reviews  |  0 users  |  298 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.