Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.538 Times

Yaml freeware
Filter: All | Freeware | Demo
 

Yaml

1 2 3 4 > 
Added: January 05, 2010 | Visits: 847

dtRdr::Annotation::IO::YAML dtRdr::Annotation::IO::YAML is a Perl module to read/write annotations from/to yml files. Methods init $io->init; items_for Return the hashrefs for a given book. @items = $io->items_for($book); insert $io->insert($object, %args); delete $io->delete($object, %args); update... Platforms: *nix

License: Freeware Size: 2.8 MB Download (109): dtRdr::Annotation::IO::YAML Download

Added: August 02, 2010 | Visits: 865

YAML YAML - YAML Aint Markup Language. SYNOPSIS use YAML; # Load a YAML stream of 3 YAML documents into Perl data structures. my ($hashref, $arrayref, $string) = Load(<<...); --- name: ingy age: old weight: heavy # I should comment that I also like pink, but dont tell anybody. favorite... Platforms: *nix

License: Freeware Size: 98.3 KB Download (103): YAML Download

Added: March 20, 2010 | Visits: 911

Test::YAML::Valid Test::YAML::Valid is a Perl module is a test for valid YAML. SYNOPSIS This module lets you easily test the validity of YAML: use Test::More tests => 3; use Test::YAML::Valid; yaml_string_ok(YAML::Dump({foo => bar}), YAML generates good YAML?); yaml_string_ok(this is not YAML, is it?,... Platforms: *nix

License: Freeware Size: 26.62 KB Download (90): Test::YAML::Valid Download

Added: June 13, 2013 | Visits: 375

YAML::Logic YAML::Logic allows users to define simple boolean logic in a configuration file, without permitting them to run arbitrary code. While Perl code can be controlled with the Safe module, Safe can't prevent the user from defining infinite loops, exhausting all available memory or crashing the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): YAML::Logic Download

Added: May 19, 2010 | Visits: 663

JSON::Syck JSON::Syck - JSON is YAML. SYNOPSIS use JSON::Syck; my $data = JSON::Syck::Load($json); my $json = JSON::Syck::Dump($data); JSON::Syck is a syck implementatoin of JSON parsing and generation. Because JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html), using syck gives you... Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): JSON::Syck Download

Added: October 18, 2010 | Visits: 764

LibYAML LibYAML is a C library implementation of a YAML 1.1 parser and emitter. LibYAML includes a Python language binding. To build and install LibYAML, run $ ./configure $ make # make install Whats New in This Release: - This is a functionally complete release, although the API may change.. Platforms: *nix

License: Freeware Size: 409.6 KB Download (94): LibYAML Download

Added: August 15, 2010 | Visits: 518

PyYAML PyYAML project is a YAML emitter and parser for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow the representation of an... Platforms: *nix

License: Freeware Size: 36.86 KB Download (109): PyYAML Download

Added: May 10, 2013 | Visits: 259

Spyc 0.3b Spyc is a YAML loader/dumper written in PHP. Given an 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 data... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): Spyc 0.3b Download

Added: October 03, 2013 | Visits: 270

YAML4ObjC YAML4ObjC is a wrapper class for LibYAML [1] to query YAML data more easily on iOS platforms, iPhone and iPad. I used LibYAML directly to read configuration files of YAML objects in my project for iOS, but it is hard to use in my projects because I had to write the handler function for each... Platforms: Mac

License: Freeware Size: 61.44 KB Download (42): YAML4ObjC Download

Added: November 13, 2013 | Visits: 301

isityaml This project is about YAML, "a human friendly data serialization standard for all programming languages". YAML is just a text format for exchanging data. It exists for cases where XML is too much overhead. I like YAML. I find it more robust in practice than XML (where one missing angle bracket... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): isityaml Download

Added: November 12, 2013 | Visits: 423

django-export django-export allows you to export model objects in a wide range of serialized formats (JSON, CSV, XML, YAML). Exports can be filtered and ordered on any of the particular model's fields. django-export utilizes django-object-tools to hook into Django's admin interface and take care of user... Platforms: *nix

License: Freeware Size: 10.24 KB Download (47): django-export Download

Added: November 12, 2013 | Visits: 232

pytest-yamlwsgi pytest-yamlwsgi is a Python module that allows you to run tests against WSGI apps defined in YAML. #md5=23503e61b8e2b1f1c9f6da2b6190e265 Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): pytest-yamlwsgi Download

Added: October 25, 2013 | Visits: 155

dubbel dubbel is a ConfigParser/YAML hybrid. #md5=d714cccb254ca95fd29376c42e8a5832 #md5=461f92a1a3271c3e059c84022d1f630f Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): dubbel Download

Added: September 08, 2013 | Visits: 353

Yamlog Yamlog is an utility written in Python that uses a rotating file that rollovers at 128 KB, it writes messages in YAML format since it's more easy to parse --using the international format for date and time--, and it also logs the higher-level messages to the standard error into single lines. To... Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): Yamlog Download

Added: June 17, 2013 | Visits: 308

foodlist foodlist is a Python tool to export YAML shopping lists into different formats. foodlist converts simple yaml shopping lists into different formats. This can be done in order to get a better layout or make them importable for other applications. Originally I built this to be able to write simple... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): foodlist Download

Added: March 05, 2010 | Visits: 1.362

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: September 12, 2010 | Visits: 1.492

Convert::CharMap Convert::CharMap is a Perl module that can conversion between Unicode Character Maps. SYNOPSIS use Convert::CharMap; my $map = Convert::CharMap->load(CharMapML => test.xml); $map->save(UCM => test.ucm); This module transforms between unicode character map formats, using an in-memory... Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Convert::CharMap Download

Added: May 19, 2010 | Visits: 1.163

Convert::GeekCode Convert::GeekCode is a Perl module that can convert and generate geek code sequences. SYNOPSIS use Convert::GeekCode; # exports geek_decode() my @out = geek_decode(q( -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$ P++++$... Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Convert::GeekCode Download

Added: September 10, 2010 | Visits: 772

keyspeedapplet keyspeedapplet project is a panel applet to show the speed you are typing. This is an Applet, similar to the applets, showing the cpu-speed, which shows the speed you are currently typing. It shows the average speed of the last 15 seconds and the average speed of the last minute. In... Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): keyspeedapplet Download

Added: May 18, 2010 | Visits: 1.271

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly... Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

1 2 3 4 >