Skip to content
View cianmce's full-sized avatar
Block or Report

Block or report cianmce

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. master-crypt master-crypt Public

    Master Key is a gem for encrypting data with multiple keys that can be decrypted with any of them

    Ruby 1

  2. slow-lane slow-lane Public

    Simple Ruby web app to slowly stream data at a specified rate - https://git.io/slow-lane

    Ruby 2 1

  3. currency-tables currency-tables Public

    Generate currency conversion tables

    JavaScript

  4. lockless lockless Public

    Concurrently update records without locks.

    Ruby 2

  5. particles particles Public

    Partical Collision simulation - https://ciancode.com/particles

    JavaScript

  6. DOS fnando/password_strength DOS fnando/password_strength
    1
    require 'securerandom'
    2
    require 'password_strength'
    3
    require 'benchmark'
    4
    
                  
    5
    def random_string(len)