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

Block or report garnu

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. Zircode/active_encryption Zircode/active_encryption Public

    ActiveEncryption transparently encrypt (and decrypt!) attributes with ActiveSupport::MessageEncryptor

    Ruby 2 1

  2. rails rails Public

    Forked from rails/rails

    Ruby on Rails

    Ruby 1

  3. My Ruby CV My Ruby CV
    1
    require 'rubygems'
    2
    
                  
    3
    %w(active_support active_record i18n).each{ |g| require g }
    4
    
                  
    5
    module Skills
  4. bootstrap bootstrap Public

    Forked from twbs/bootstrap

    CSS toolkit from Twitter

    JavaScript 1

  5. javascript-crypto-library javascript-crypto-library Public

    Forked from clipperz/javascript-crypto-library

    The JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity …

    JavaScript

  6. ruby_srp ruby_srp Public

    Forked from leapcode/ruby_srp

    Ruby implementation of the secure remote password. See http://srp.stanford.edu for details about the protocol.

    Ruby