Giter Site home page Giter Site logo

Martin Poljak's Projects

json-rpc-objects icon json-rpc-objects

Implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility. Implements all versions of the protocol and support for ability to communicate by the same version of the protocol which other side uses by a transparent way.

json-rpc-objects-json icon json-rpc-objects-json

JSON serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility.

json-rpc-objects-psych icon json-rpc-objects-psych

YAML serializing support using libyaml (via Psych) for JSON-RPC Objects. JSON-RPC Objects is complete implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility.

json-rpc-objects-yaml icon json-rpc-objects-yaml

YAML serializing support for JSON-RPC Objects. JSON-RPC Objects is complete implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility.

linux-ec2 icon linux-ec2

The Linux Kernel and modules with Xen guest support suitable for Amazon EC2.

lookup-hash icon lookup-hash

Hash for using as fast lookup table for simple checking of an existency of some item.

microstores icon microstores

Small still pretty experimental (and more or less undocumented) MobX-like reactive stores.

native-query icon native-query

Cool way how to speak with database server. It's ellegant and very ruby SQL query helper which works by similar way as Arel or another ORM selecting logic. It's derived from Dibi database layer in its ideas, so is much more simple and (of sure) much more KISS, readable and straightforward.

nonogram-solver icon nonogram-solver

Simple command-line solver of the nonogram logic puzzles. Simulates human techniques of soluting.

object-mapper icon object-mapper

Provides interface for operations above set of objects in single call. Binds method calls to all contained objects according to specified rules.

object-proxy icon object-proxy

Provides proxy objects intended for intercepting calls to instance methods. Works as intermediate layer between caller and called. Allows to invoke an handler both before method call and adjust its arguments and after call and post-proccess result. Aimed as tool for instant adapting the complex objects without complete deriving and extending whole classes in cases, where isn\'t possible to derive them as homogenic functional units or where it's simply impractical to derive them.

object-threads icon object-threads

Emulates Python threading API paradigm. Creating threads by giving some block to constructor is sometime slightly unpractical way of running threads. This library allows encapsulating threads to classes, so class can define itself as thread which can be run by plain method call.

options-hash icon options-hash

Syntactic sugar for creating hashes with options which can have defined default values and are accessible by object-like style.

pipe-run icon pipe-run

Runs command and returns its standard output in single call. Both synchronous and asynchronous (with eventmachine) running is supported.

pyircgate-daemon icon pyircgate-daemon

General and simple IRC bot framework with very flexible bus architecture and plugins support, originally written for use as RPC gateway for remote message sending to multiple IRC channels or users.

qrpc icon qrpc

Queued JSON-RPC client and server. Works as normal RPC server, but through queue interface, so allows highly scalable, distributed and asynchronous remote API implementation and fast data processing. It's based on EventMachine and Beanstalk, so it's fast and thread safe.

quotes-machine icon quotes-machine

Deadly simple quotes management system. Web administration, random quote generating for each webpage view, allows linking to each quote's author. Flexible and easily implementable. Project is inactive.

ruby-version icon ruby-version

Wraps the `RUBY_VERSION` constant and allows version number matching.

struct-fx icon struct-fx

Declarative pure Ruby equivalent of C/C++ structs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.