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

Block or report akshaymohite

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. rails-react-crud-app rails-react-crud-app Public

    Ruby on Rails 6 + ReactJS CRUD Application

    Ruby 8 5

  2. Setting up Vagrant / Virtual Box Setting up Vagrant / Virtual Box
    1
    ### Steps
    2
    
                  
    3
    #### 1. Install vagrant
    4
    
                  
    5
    Install vagrant from https://www.vagrantup.com/downloads.html
  3. dotfiles dotfiles Public

    Repository to store dotfiles and environment settings for the development environment

    Shell 4

  4. Luhn's Algorithm to validate card nu... Luhn's Algorithm to validate card numbers
    1
    number = "314143525252"
    2
    sum = 0
    3
    
                  
    4
    number.reverse.split("").each_slice(2) do |x,y|
    5
      sum += x.to_i + (2*y.to_i).divmod(10).sum
  5. rails/rails rails/rails Public

    Ruby on Rails

    Ruby 55k 21.3k

  6. yabeda-rb/example-prometheus yabeda-rb/example-prometheus Public

    Easily runnable example to view how yabeda metrics works in action

    Ruby 81 20