Skip to content
View malavbhavsar's full-sized avatar

Organizations

@persona-id
Block or Report

Block or report malavbhavsar

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
malavbhavsar/README.md

Pinned

  1. sentimentalizer sentimentalizer Public archive

    Sentiment analysis with Machine Learning

    Ruby 166 38

  2. BestBay BestBay Public archive

    An eBay clone done for class project, with XP, BDD and rails

    Ruby 7 1

  3. malavbhavsar malavbhavsar Public

    Personal website built with Jekyll

    CSS

  4. rails/rails rails/rails Public

    Ruby on Rails

    Ruby 54.9k 21.3k

  5. rlox rlox Public

    Ruby implementation of Lox, the language described in Crafting Interpreters

    Ruby 2

  6. Simple code to get the authors' name... Simple code to get the authors' names of the gems used in the project. You can use it to create the credit list or thank you slide.
    1
    #Run following command in 'rails console' REPL loop
    2
    Gem.loaded_specs.values.map {|gem| puts "#{gem.name} #{gem.version} #{gem.authors}"}