Skip to content
View arjunghosh's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report arjunghosh

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 Loading

  1. hangman_game hangman_game Public

    Hang Man game created by Arjun for test hobby coding with RoR

    HTML

  2. solaro-messages solaro-messages Public

    Forked from castlerock/solaro-messages

    SOLARO Messages

    2

  3. tweet_parser.rb tweet_parser.rb
    1
    # To parse a tweet from twitter to get teh '@' , '#' and the text seperated
    2
    parsed_text = tweet.text.gsub(/ ?(@\w+)| ?(#\w+)/) { |a|  ((a.include?('#')) ? tags : replies) << a.strip.gsub(/#|@/,''); '' }
  4. email-validation-script email-validation-script Public

    Email Validation Bash Script for Termux cli cmd tool

    Shell

  5. zsh-terminal-setup zsh-terminal-setup Public

    Shell 1

  6. rails rails Public

    Forked from rails/rails

    Ruby on Rails

    Ruby 3 1