Pass in box sizes and get back sizes and coordinates for a justified layout
TypeScript definitions for justified-layout
Almost certainly the best Flickr API client in the world for node and the browser
converts bare objects to DOM objects or xml representations
A JavaScript text diff implementation.
A blazing-fast equality comparison utility for a variety of use-cases
JSON for Humans
A blazing fast deep object copier
An mutable object-based log format designed for chaining & objectMode streams.
Parses set-cookie headers into objects
General purpose glob-based configuration matching.
Render data in text columns. Supports in-column text-wrap.
Pass in box sizes and get back sizes and coordinates for a justified layout
Filter an array of objects to a specific OS
A utility for managing a prototype chain
Parses JavaScript objects into XML
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Filter an array of objects to a specific OS
Internationalized calendar, date, and time manipulation utilities
An optimised way to copy'ing an object. A small and simple integration
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
HTTP-friendly error objects
TUF metadata models
Easy way to render ThreeJS objects with built-in interaction defaults
This gem is an object-oriented wrapper for the Flickr API.
This gem wraps the Flickr API with a nice object-oriented interface.
Make S3 objects from Flickr photos. N.B. S3 not included.
Use this gem as a simple way to use Flickraw but with an object-orientated "data model". Classes for Person, Photoset and Photos are included. I anticipate users of this Gem will map other data they need. It's easy to do.
objectiveflickr is a minimalistic Flickr API library that uses REST-style calls and receives JSON response blocks, resulting in very concise code. Named so in order to echo another Flickr library of mine, under the same name, developed for Objective-C.
r2flickr is a fork of rflickr, a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
rflickr is a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
r2flickr is a fork of rflickr, a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
r2flickr is a fork of rflickr, a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
r2flickr is a fork of rflickr, a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
This plugin implements Flickr's machine tags as explained here[http://www.flickr.com/groups/api/discuss/72157594497877875] while still maintaining standard tagging behavior. Basically, a machine tag has a namespace, a predicate and a value in the format [namespace]:[predicate]=[value] This allows for more precise tagging as tags can have unlimited contexts provided by combinations of namespaces and predicates. These unlimited contexts also make machine tags ripe for modeling relationships between objects. Read the HasMachineTags::TagMethods class documentation for a more thorough explanation. A demo app using this plugin is here. This gem should run on all major Ruby versions and work with Rails 2.3.x and up.