Coder Social home page Coder Social logo

count-map's People

Contributors

czycha avatar

Watchers

 avatar

count-map's Issues

Clone config but not data

Hi! While implementing my own filter extensions, I discovered that it would be nice to have a method to clone just the config, without entries. That way I could copy the ones I'd like to keep, rather than copying all and then deleting the ones I don't need.

Add rangeFilter method?

Hi! Thanks for your project, it is very useful!
Could you maybe add a .rangeFilter(min, max) method that returns a new CountMap with only values that are in range? If one or both limits are null or undefined, their check should be ignored. Thus, .rangeFilter(null, null) would effectively clone the map.

Edit: Even nicer would be if I could give multiple acceptable ranges in one call, saving the concat. This could be done by providing an array as the first argument like .rangeFilter(ranges) where ranges = [ [1, 2], [8, null] ] which would give all entries with value 1, 2, 8 or more than 8.

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.