Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

(buffer):Result{err, value}` - `byteLength(value):Result{err, byteLength}` - `writeInto(value, buffer, offset):Result{err, byteLength}` - `readFrom(buffer, offset):Result{err, value, byteLength}` Each method returns a result object with either an `err` or a `value` property. The `byteLength` property is only present on the `readFrom` method. The `byteLength` method does not return a `byteLength` property because it would be redundant. This allows the caller to use the `Result` in a node-style callback, `throw` the `err` property, or destructure the result object using ES2015. RWs are exported by the Thrift constructor as `thrift.TStructRW` or `thrift.getType('Service::method_args').rw`. The RW for a struct is available as a property on the struct. The RW for a struct implements the methods for reading and writing the struct. The RW for a field is available as a property on the field. The RW for a field implements the methods for reading and writing the field's type. The RW for a struct implements the `toBuffer` and `fromBuffer`

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thriftrw/thriftrw-node

Account's avatar
uber/bufrw
Buffer Reading and Writing
Account's avatar
Raynos/error
Custom errors
Account's avatar
dcodeIO/long.js
A Long class for representing a 64-bit two's-complement integer value.
Account's avatar
benbria/aliasify
Rewrite require calls in browserify modules.
Account's avatar
substack/brfs
browserify fs.readFileSync() static asset inliner
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
calvinmetcalf/derequire
remove requires
Account's avatar
bluesmoon/node-faststats
Quickly calculate common statistics on lists of numbers
Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
Raynos/itape
Interactive tape test runner
Account's avatar
bugventure/jsen
JSON-Schema validator built for speed
Account's avatar
karma-runner/karma
Spectacular Test Runner for JavaScript.
Account's avatar
karma-runner/karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
Account's avatar
observing/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
uber/uber-licence
Utility to deal with Uber OSS licences

Support the repos that depend on this repository

Top contributors

kriskowal's profile
kriskowal
234 contributions
andrewdeandrade's profile
andrewdeandrade
28 contributions
Raynos's profile
Raynos
12 contributions
jcorbin's profile
jcorbin
11 contributions
mattgode's profile
mattgode
9 contributions
malandrew's profile
malandrew
6 contributions
abhinav's profile
abhinav
3 contributions
dbousque's profile
dbousque
2 contributions
ajbogh's profile
ajbogh
1 contributions
dnathe4th's profile
dnathe4th
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
thriftrw

thriftrw/thriftrw-node

A thrift binary encoding library using bufrw

JavaScript
57
22
MIT License