Giter Club home page Giter Club logo

silicondb's People

Contributors

arindas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fossabot

silicondb's Issues

Add a contains() method to silicondb::map

Add a new method to silicondb::map :

// map::contains(): returns true if the map contains a value mapped to the given key, false otherwise.
template <typename Key, typename Value, typename Hash = std::hash<Key>>
bool silicondb::map::contains(Key const& key) { ... }

The implementation will require adding a contains() method for map::bucket. We simply need to check whether, in the bucket mapped to the hash, there is an entry with the given key or not. (Hint: use find_entry_for)

Create a basic online password manager once the Bitcask paper is implemented.

Features requested:

  • Key / Value password storage, both keys and passwords are encrypted with a master password
  • JWT based authenticated REST server with endpoints for storing and retrieving password
  • React frontend preferably hosted on GitHub pages in a separate repo. The frontend should be able to specify the IP of the password manager server

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.