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

Block or report abhilashak

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. ph_no_to_word Public

    'ph_no_to_word' allows given 10 character phone number to convert into a word that is contained in a dictionary.

    Ruby 1

  2. coffee-shop Public

    Ruby 1

  3. Nested content tags in rails 5 view ...
    1
      # because i can never remember exactly how and when to use concat
    2
      # when building content in helpers
    3
      def nested_content
    4
        content_tag 'div' do
    5
          concat(content_tag 'span', 'span block')
  4. Google_Python_Class Public

    My solutions to the problems, that described in google's python class.

    Python 1

  5. Run Background Process in Sinatra
    1
    require 'sinatra'
    2
    
                  
    3
    get '/long_process' do
    4
      
    5
      child_pid = Process.fork do
  6. logo_in_python Public

    logo programming in python

    Python 1