Workers queue demo - TypeScript
Durable Objects REST Message Queue Example Note: You must use wrangler 1.19.3 or newer to deploy this project. An edge message queue service that runs
Porter - PHP
Porter Porter is the PHP data importer. She fetches data from anywhere, from the local file system to third party online services, and returns an iterator. Porter is a fully pluggable import framework that can be exte
Dque - Go
dque - a fast embedded durable queue for Go dque is: persistent -- survives program restarts scalable -- not limited by your RAM, but by your disk space FIFO -- First In First Out embedded -- compiled into your Golan
Cadence - Go
Cadence Cadence is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way. Business
Datalevin - Clojure
Datalevin is a port of Datascript in-memory Datalog database to Lightning Memory-Mapped Database (LMDB).
Mongojack - Java
Mapping to POJOs couldn't be easier! Since MongoDB uses BSON, a binary form of JSON, to store its documents, a JSON mapper is a perfect mechanism for mapping Java objects to MongoDB documents. And the best Java JSON mapper is Jac
Convtools ita - Python
convtools convtools is a python library to declaratively define quite fast conversions from python objects to python objects, including processing collections and doing complex aggregations and joins. Once defined, the conversion ca
Berry4D - C++
This is a simple projection of four-dimensional objects into three-dimensional space, and then the projection objects are presented on the 2D screen.
Dio - Ruby
Dio - Dive Into Objects - Ruby Pattern Matching interface for Objects which have none (yet)
Defrost - Ruby
Defrost Isn't it annoying when you try to mutate an object but it turns out the object is frozen? Don't you wish you could "defrost" the object so you
Cglib - Java
cglib Byte Code Generation Library is high level API to generate and transform JAVA byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access. https://github.com/c
GreenDAO - Java
greenDAO greenDAO is a light & fast ORM for Android that maps objects to SQLite databases. Being highly optimized for Android, greenDAO offers great performance and consumes minimal memory. Home page, documentation, and supp
Gson - Java
google-gson Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects
Redisson - Java
Redisson - Redis Java clientwith features of In-Memory Data Grid Quick start | Documentation | Javadocs | Changelog | Code examples | FAQs | Report an issue Based on high-performance async and lock-free Java Redis client and Net
MSLeakHunter - Objective-C
MSLeakHunter Series of tools to help you find and debug objects that are leaking in your iOS apps. There are very common cases where objects may be leaking (not being deallocated when you expect them to) and instrument
Warp10 - JavaScript
warp10 Transport complex JavaScript objects from the server to the web browser at lightning fast speeds. Circular dependencies are correctly handled and de-duping is done automatically. Deserialization is done completely via gene
Jsongo
Jsongo Fluent API to make it easier to create Json objects. Install go get github.com/ricardolonga/jsongo Usage To create this: { "name":"Ricardo Longa", "idade":28, "owner":true,
TOCropViewController - Objective-C
TOCropViewController TOCropViewController is an open-source UIViewController subclass built to allow users to perform basic manipulation on UIImage objects; specifically cropping and some basic rotations. It has been d
JSONExport - Swift
JSONExport JSONExport is a desktop application for Mac OS X written in Swift. Using JSONExport you will be able to: Convert any valid JSON object to a class of one of the currently supported languages. Preview the generated
Qjson - C++
QJson JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs. QJson is a qt-based library t
YaLinqo - PHP
YaLinqo: Yet Another LINQ to Objects for PHP Online documentation GitHub repository Features The most complete port of .NET LINQ to PHP, with many additional methods. Lazy evaluation, error messa
Dependency injection
DependencyInjection Component The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application. Resources Documentation Contributing Report issues a
Php object storage
Object Storage A simple object storage class that will only allow "supported" objects. class MyObjectStorage extends Herrera\Util\ObjectStorage { public function isSupported($object) { return ($object instanc
DMS Filter - PHP
DMS Filter Component This library provides a service that can be used to filter object values based on annotations Install Use composer to add DMS\Filter to your app composer require dms/dms-filter
ProxyManager - PHP
Proxy Manager This library aims at providing abstraction for generating various kinds of proxy classes. Documentation You can learn about the proxy pattern and how to use the ProxyManager in the docs, wh
Samsui - PHP
#Samsui Samsui is a factory library for building PHP objects useful for setting up test data in your applications. It is mainly inspired by Rosie for JavaScript and factory_girl for Ruby. Samsui women refers to a group of Chines
ML games - JavaScript
ML-games Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects. Working example can be found here: http://ml-games.tomasz-rewak.com/ Everything here
Simplesam - Python
Simple SAM parsing Requiring no external dependencies (except a samtools installation for BAM reading) Installation pip install simplesam Usage For complete module documentation visit ReadTheDocs.
Mixer - Python
Mixer Mixer is an application to generate instances of Django or SQLAlchemy models. It's useful for testing and fixtures replacement. Fast and convenient test-data generation. Mixer supports: Django; SQLAlchemy; Flask-S
Untangle - Python
untangle Documentation Converts XML to a Python object. Siblings with similar names are grouped into a list. Children can be accessed with parent.child, attributes with element['attribute']. You can call the parse()
Sunspot - JavaScript
Sunspot Sunspot is a Ruby library for expressive, powerful interaction with the Solr search engine. Sunspot is built on top of the RSolr library, which provides a low-level interface for Solr interaction; Sunspot provides a si
Redis objects - Ruby
Redis::Objects - Map Redis types directly to Ruby objects This is not an ORM. People that are wrapping ORM’s around Redis are missing the point. The killer feature of Redis is that it allows you to perform atomic operations o
Perpetuity - Ruby
Perpetuity Perpetuity is a simple Ruby object persistence layer that attempts to follow Martin Fowler's Data Mapper pattern, allowing you to use plain-old Ruby objects in your Ruby apps in order to decouple your domain logic fr
Reform - Ruby
Reform Form objects decoupled from your models. Reform gives you a form object with validations and nested setup of models. It is completely framework-agnostic and doesn't care about your database. Although reform can be u
Show for - Ruby
ShowFor ShowFor allows you to quickly show a model information with I18n features. <%= show_for @user do |u| %> <%= u.attribute :name %> <%= u.attribute :nickname, :in => :profile %> <%= u.att
By star - Ruby
ByStar ByStar (by_*) allows you easily and reliably query ActiveRecord and Mongoid objects based on time. Examples Post.by_year(2013) # all posts in 2013 Post.before(Date.today)
Kashmir - Ruby
Kashmir is a Ruby DSL that makes serializing and caching objects a snap. Kashmir allows you to describe representations of Ruby objects. It will generate hashes from these Ruby objects using the representation and dependency tree that
Jbuilder - Ruby
Jbuilder Jbuilder gives you a simple DSL for declaring JSON structures that beats manipulating giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops. Here's a simpl
Her - Ruby
Maintenance Update 29th Sept 2016 Hi folks, @edtjones here. Rémi has handed me the keys to Her and @foxpaul and I will be trying to do the library justice with the help of the community. There's loads to do; we'll get in touch wi
Wisper - Ruby
Wisper A micro library providing Ruby objects with Publish-Subscribe capabilities Decouple core business logic from external concerns in Hexagonal style architectures Use as an alternative to ActiveRecord callbacks and
Surrounded - Ruby
Be in control of business logic. Surrounded is designed to help you better manage your business logic by keeping cohesive behaviors together. Bring objects together to implement your use cases and gain behavior o
Sugar - JavaScript
Sugar A Javascript library for working with native objects. Install Upgrading Getting Started Documentation Custom Builds Browser npm Modules Date Locales Timezones Defining Methods Plugins Contri
XTML - Java
XTML GSON analog for serialization/deserialization of Java objects into HTML code and back Work in progress, a basic data is supported so far. For the sample see TestClass.java Contribution is welcome! How to use
Generate schema - JavaScript
Generate Schemas Effortlessly convert your JSON Object to JSON Schema, Mongoose Schema, or a Generic template for quick documentation / upstart. Schema Outputs Generic JSON Schema Mongoose Schema BigQuery Schema
Ddd embeddables - PHP
DDD Embeddables A collection of reusable value objects written in PHP and targeting versions 5.6 and above. Value objects are essential building blocks of Domain Driven Design approach and described by Martin Fowler in P of
Nbuilder - C#
Nbuilder - A rapid test object generator. NBuilder.Trunk: NBuilder.CI: NBuilder.Publish Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties a
Mongoadmin - Java
Getting started Make sure you have the following packages installed: Django 1.4 mongo-python-driver Make a copy the included default project settings: cp mongoadmin_project/settings.py.dist mongoadmin_project/settings.p
Faltu - JavaScript
Faltu Search sort, filter, limit and iterate over an array of objects in Mongo-style. Installation In NodeJS: npm install faltu --save For other projects simply download and include the file in your pag
SmartGL - Java
SmartGL for Android SmartGL is a Graphic Engine for creating Android Games and Apps. It is based on OpenGL and handles 2D Sprites and 3D Textured Objects. SmartGL is used by several games and apps. How to use The s