Skip to content
View prabes's full-sized avatar
🎯
Upgrading . . .
🎯
Upgrading . . .

Block or report prabes

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

Hello GitHub 👋

Pinned Loading

  1. Locator Locator Public

    This ruby command-line app finds the location from where your request has been sent, and search your nearby places according to keywords and radius provided.

    Ruby 1

  2. HTTPserver_Ruby HTTPserver_Ruby Public

    Ruby

  3. Imagenate Imagenate Public

    Highly inspired from Instagram, here are some implementations of instagram features in Rails.

    Ruby

  4. ChatOn-rails ChatOn-rails Public

    A chat application built in Rails.

    Ruby

  5. This ruby script prints all the curi... This ruby script prints all the curious number upto 'n'th digits.
    1
    # This algorithm only works upto 23 digits.
    2
    # As I found 10**9942066 is the maximum calculation ruby can perform without overflowing into infinity
    3
    # ie, any number greater than 109942066 will overflow to infinity. 
    4
       
    5
    class CuriousNumber
  6. subscribe-feature subscribe-feature Public

    A demo Rails application "A subscription feature for a blog" which made me work with action-mailer and sidekiq..

    Ruby