| Projects on Google Code | Results 1 - 10 of 61 |
yaml-cpp is a [http://www.yaml.org/ YAML] parser and emitter in C++ written around the [http://yaml.org/spec/1.2/ YAML 1.2 spec].
To get a feel for how it can be used, see [http://code.google.com/p/yaml-cpp/wiki/HowToParseADocument How To Parse A Document] or [http://code.google.com/p/yaml-cpp/wi...
YAML 1.1 parser and emitter for Java 5
== Documentation ==
* [http://code.google.com/p/snakeyaml/wiki/readme README]
* [http://code.google.com/p/snakeyaml/wiki/Documentation Documentation]
* [http://snakeyamlrepo.appspot.com/releases/1.5/site/apidocs/index.html JavaDoc]
== Download ==
...
=====What====
Canned announcements
===Whom===
For everybody!
==Why==
Enabling multilingual, -locative, -casted and -lateral viewed, added, edited, (re)moved, (re)stored, rated, renewed and recommended announcements and deals
----
development keeping math.h and Klingon advice to always parame...
as3yaml is an Actionscript 3 [http://yaml.org/spec/current.html YAML 1.1] parser and emitter. It is a direct port of [http://ola-bini.blogspot.com/ Ola Bini's] [https://jvyaml.dev.java.net/ jvyaml], which was itself a port of Kirill Simonov's [http://pyyaml.org/wiki/PyYAML PyYAML].
[http://as3...
JvYAMLb, YAML processor extracted from JRuby.
The source of JvYAMLb have now moved to a new location on GitHub. This makes it more convenient to work with for me, while the project tracking still happens here. The new repository is here: [http://github.com/olabini/jvyamlb]. This includes the same...
Convert YAML to Java Object and Viceversa
The Yaml PHP Extension provides a wrapper to the LibYAML library.
It gives the user the ability to parse YAML document streams into PHP
constructs and emit PHP constructs as valid YAML 1.1 documents.
* For more information about LibYAML see http://pyyaml.org/wiki/LibYAML.
* For more info...
YEdit is an editor for editing YAML files. It is implemented as a Eclipse plugin.
==Installation==
To install, download the .jar file from the [http://code.google.com/p/yedit/downloads/list downloads] section and place in the _plugins_ directory of you Eclipse installation.
- or -
Use th...
If you find yourself writing multiple tools/scripts that share common configuration settings and despise ini files, this will be of interest to you. In my setting, I frequently write code that goes against the same databases and accesses the same resources. So I am constantly repeating code for co...
*Spyc* is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an array which you can use however you see fit. Given an array, Spyc will return a string which contains a YAML document built from your data.
*YAML* is an amazingly human friendly and strikingly versatile...