GithubHelp home page GithubHelp logo

Mateusz Burzyński's Projects

callbag-merge icon callbag-merge

👜 Callbag factory that merges data from multiple callbag sources

callbag-ms-elapsed icon callbag-ms-elapsed

👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.

callbag-never icon callbag-never

👜 Callbag source that never completes and emits no data.

callbag-of icon callbag-of

👜 Callbag source factory that emits values specified as arguments.

callbag-pairwise icon callbag-pairwise

👜 Callbag operator that groups pairs of consecutive emissions together and emits them as an array of two values.

callbag-partition icon callbag-partition

👜 Callbag operator that splits the source into two, based on predicate function.

callbag-pipe icon callbag-pipe

👜 Utility function for plugging callbags together in chain

callbag-pull-when icon callbag-pull-when

👜 Callbag operator that pulls from source when provided listenable emits.

callbag-pump icon callbag-pump

A callbag operator that turns a pullable source into a listenable source. 👜

callbag-range icon callbag-range

Callbag source that synchronously emits a range of numbers from -> to (inclusive)

callbag-remember icon callbag-remember

👜 Callbag operator that remembers last event, so that a newly added listener will immediately receive that memorised event.

callbag-retry icon callbag-retry

👜 Callbag operator which resubscribes to the source given amount of times.

callbag-scan icon callbag-scan

👜 Callbag operator that combines consecutive values from the same source

callbag-share icon callbag-share

👜 Callbag operator that broadcasts a single source to multiple sinks

callbag-skip icon callbag-skip

👜 Callbag operator that skips the first N data points of a source

callbag-take icon callbag-take

👜 Callbag operator that limits the total amount of data sent through

callbag-take-while icon callbag-take-while

👜 Callbag operator which emits values emitted by the source as long as each value satisfies the given predicate, and then completes as soon as predicate is not satisfied.

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.