GithubHelp home page GithubHelp logo

Rhony's Projects

dice-ware-passphrase-generator icon dice-ware-passphrase-generator

Diceware is a method for creating passphrases, passwords, and other cryptographic variables using ordinary dice as a hardware random number generator. For each word in the passphrase, five rolls of the dice are required.

diceware-password-generator icon diceware-password-generator

Diceware is a method for picking passphrases that uses dice to select words at random from a special list called the Diceware Word List. Each word in the list is preceded by a five digit number. All the digits are between one and six, allowing you to use the outcomes of five dice rolls to select a word from the list.

diceware-password-generator-1 icon diceware-password-generator-1

This repository contains a module, generator.py, which generates Diceware passwords using a cryptographically secure random number generator.

different-ways-to-power icon different-ways-to-power

This code is used to calculate a to the power n by following the recurrence equation: power(a,n) = a* power(a,n-1). And there is another function to calculate a to the power n by following the recurrence equation: power(a,n) = power(a,n/2) * power(a,n/2)

digit icon digit

Montage template package: Contains touch-optimized Montage components for tablets and phones (work in progress).

discord.js icon discord.js

A powerful JavaScript library for interacting with the Discord API

discordbot icon discordbot

A chat bot for discord app based off discord.js

disklrucache icon disklrucache

Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.

distribution icon distribution

The Docker toolset to pack, ship, store, and deliver content

django icon django

Docker Official Image packaging for django

django-diazo icon django-diazo

Integrate Diazo in Django using WSGI middleware and add/change themes using the Django Admin interface.

django-environ icon django-environ

Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.

django-feeds icon django-feeds

Django feeds provides an extensive database model for RSS feeds and a fault tolerant parser.

django-staticflatpages icon django-staticflatpages

This is an app sort of like Django's contrib.flatpages, but without the database. It's got a Fallback Middleware that just serves static html documents from your filesystem.

django-tos icon django-tos

A small app to ensure your users re-agree to Terms of Service changes

dl icon dl

[mirror] go get golang.org/dl/go1.N

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.