Set of wrappers to define a class like in C++ and few utility functions
String object class wrapper.
Boolean object class wrapper.
Number object class wrapper.
Null object class wrapper.
Function object class wrapper.
Undefined object class wrapper.
Object object class wrapper.
Symbol object class wrapper.
Super class wrapper for lit
Class wrapper for interacting with file paths.
Tiny ES6 class-based wrapper for mongoose models.
Thin Class Wrapper
TypeScript Class Wrapper for [buunguyen/topbar](https://github.com/buunguyen/topbar)
ES6 class wrapper to create riot tags.
class express es6 class wrapper
setTimeout class wrapper with abilities to pause/resume, finish preemptively, and inspection
A class wrapper for mapping class properties into a buffer.
Simple class wrapper for google oauth
A class wrapper to turn standard jquery framework into ES6 class library.
HTTP2 client, just with the familiar `https` API
Class wrapper for koa-route with nesting support.
QZTray JS Class wrapper for easy implementation of the QZ-Tray.
A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application
Nice class method wrapper for Barby
Class wrapper for system commands
Easily connect your Ruby application to BambooHR through OpenID.
Splits URIs according to RFC 3986 using regexp, attempts to check the public suffix using `public_suffix`, and serializes the query string using `active_support` and `addressable`.
Class wrapper for Microsoft Windows WindowsInstaller object
oreore mysql2 wrapper class
Wrapper for Java's Executor Service classes allowing seamless integration with JRuby on Rails
Toy project. Simple wrapper for the Random class
Simple ruby wrapper class for http://www.smsmasking.co.id.
SICL/Ruby is SICL(Standard Instrument Control Library) API module for Rubby. SICL is part of the Agilent IO Libraries Suite product. SICL/Ruby gives you a capability to control your instruments via GPIB, USB, and LAN.
Hakto Safe SDBM Wrapper ======================= ## Introduction Hakto Safe SDBM Wrapper is a safe wrapper of SDBM library. Hakto has compatibility of instance method's interface that is in SDBM class. Hakto enables to tighten up a code that uses SDBM library like following codes. **before** class Klass def initialize(db_path) @db_path = db_path end def method1 SDBM.open(@db_path) do |dbm| dbm["hoge"] = "HOGE" end end def method2 SDBM.open(@db_path) do |dbm| dbm["hoge"] end end : end **after** class Klass def initialize(db_path) @sdb = Hakto::SafeSDBM.new(db_path) end def method1 sdb["hoge"] = "HOGE" end def method2 sdb["hoge"] end : end ## Operation Environment We checked good operation within following environment. - Linux(openSUSE 12.2)・Mac OS X 10.8.2 - Ruby 1.9.3 ## Architectonics - **bin** - **doc** :: Rdoc documents. - **lib** - **hakto** - **safe_sdbm.rb** :: Class of SafeSDBM - **LICENSE** - **Rakefile** :: Rakefile that is used to generate gem file - **README.md** - **README_jp.md** - **test** :: Unit tests - **tb_safe_sdbm.rb** :: Unit test for SafeSDBM ## Install Download hakto-x.y.z.gem, then execute following command to install Hakto. `$ sudo gem install hakto-x.y.z.gem` On the other hand, you can install from RubyGems.org to use following command. `$ sudo gem install hakto` Also you can install Hakto without gem. Allocate the safe_sdbm.rb where is ruby interpreter can load Hakto. ## Sample code See tb_safe_sdbm.rb file. It is an unit test code, and it doubles with sample code. ## API document See following website: [http://quellencode.org/hakto-doc/](http://quellencode.org/hakto-doc/ "") ## About Author Moza USANE [http://blog.quellencode.org/](http://blog.quellencode.org/ "") mozamimy@quellencode.org
Sentry provides painless encryption services with a wrapper around some OpenSSL classes
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.