Browsing projects by Tag(s)

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

Showing page 1 of 2

Javascript bindings for C++, a Javascript interpreter/shell & Javascript/C++ module system. It includes a few Javascript classes and modules. It supports easy embedding of Javascript in C++ and vice versa. The currently supported engine is Spidermonkey.

5.0
 
  0 reviews  |  8 users  |  27,673 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

jslibs is a standalone Javascript development environment whose aim is to turn Javascript into a general-purpose scripting language. jslibs provides a set of native modules that contains various general-purpose classes and functions. Some of these modules are simple wrappers to familiar libraries ... [More] such as : zlib, SQLite, FastCGI, NSPR (Netscape Portable Runtime), ODE (Open Dynamics Engine), libpng, libjpeg, OpenGL, OpenAL, LibTomCrypt, libffi (Foreign function interface), ... whereas other modules provide tools to enhance Javascript programming : Print(), Load(), Exec(), Seal(), Expand(), Buffer class, ... The jslibs distribution comes with a small standalone command-line access program (jshost) that can be used to run Javascript files. [Less]

5.0
 
  0 reviews  |  4 users  |  1,069,153 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Simple to use library that handles a lot of things for you.

3.0
   
  0 reviews  |  1 user  |  38,060 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 
0
 
  0 reviews  |  1 user  |  18,265 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Library useable directly at the link, see documentation for details. In constant development since February 2012, and currently replacing features using jQuery and other external libraries. Contact me for more info.

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

MARC-Record-JSON MARC::Record::JSON monkeypatches MARC::Record (e.g., it adds functions to MARC::Record's namespace) to allow JSON output. It requires the JSON.pm library, which in turn requires either JSON::XS (preferred; faster) or JSON::PP (pure-perl, slower). The output format can be ... [More] seen in the `samples` folder; it's a simplistic rendering, optimized for easy ready-only access. It does not allow perfect reconstruction of the underlying MARC record -- subfield order is not preserved. To create it, just use MARC::Record and MARC::Record::JSON as you normally would and output the JSON. my $records = MARC::File::USMARC->in('filename.mrc'); my $marc = $records->next(); print $marc->as_json_record; ### ...or, if you want to include the records in other data, my $ds = { searchset => $serachset, setsize => $number_of_results, records => [] } while ($marc = $records->next()) { push @{$ds->{records}}, $marc->as_json_record_structure, } print $json->encode($ds); It is accompanied by a javascript file, marcjson.js, which provides a MARC::Record-ish (in a very loose sense of the suffix, '-ish'), read-only API to the data once you start working with it in javascript. It defined two function prototypes, MARCField and MARCRecord, which provide a subset of the functionality available in their perl counterparts. You can use it as follows: marc = new MARCRecord(JSON_from_MARC::Record::JSON); // What's the first ISBN? isbn = marc.subfield('020', 'a'); isbn = marc.field('020')[0].subfield('a'); // same thing // get descriptions from the 505a's all concated together fiveohfives = marc.dfield('505'); desc = ''; for (var i in fiveohfives) { desc = desc + f.subfield('a'); } Full documentation for both are inlined and available in the wiki. [Less]

0
 
  0 reviews  |  0 users  |  249 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Generic functions, classes and libraries that have been started by Andreas Blixt. They are all free to use and develop further (MIT license.)

0
 
  0 reviews  |  0 users  |  14,833 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Vyber subjektivne najlepsej js knihovny na zaklade vytvoru jednoduchych prikladov pomocou kazdej knihovny.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

keeprThe aim of the keepr project is the creation of a simple and user friendly web content management system/framework using the model-view-controller architectural pattern, php server side scripting and the mySql database. DEVELOPER NEWSKeepr 0.1 is currently a work in progress and is ... [More] being redesigned from scratch. Please check out the development version from the repository or browse the source. New Features so far: (Development Version only) Observer Pattern HTML Document, DOCTYPE and Tag creation through PHP code Validate HTML tags against a specific HTML version. (HTML4 and HTML5 for now) Compressed HTML Code output, simply disable debug mode :) Plug in your own JavaScript source, files or preferred library on either the head or body tag. Plug in your own CSS source or linked files Compressed JavaScript and CSS (in embedded source code only) output, simply disable debug mode Keepr Version 0.06 (Release) FeaturesPHP5 or later (Update your php to version 5, it's just better) Powerful Flexible More Secure MVC way of getting things done Create custom templates Plug in your own php code as a WebControl. Plug in your own preferred JavaScript library Plug in your own preferred CSS framework Plug in your own preferred php libraries Current Version is 0.06Download it! KNOWN ISSUESThe following issues apply to Version 0.06 download. Incorrect Home URL TODO:Document Administration [Less]

0
 
  0 reviews  |  0 users  |  6,992 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

AJAX libraries CSS frameworks Icons, Textures, Images

0
 
  0 reviews  |  0 users  |  18,722 lines of code  |  0 current contributors  |  Analyzed 7 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.