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 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. Nested content tags in rails 5 view ... Nested content tags in rails 5 view helpers
    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')
  3. Google_Python_Class Google_Python_Class Public

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

    Python 1

  4. logo_in_python logo_in_python Public

    logo programming in python

    Python 1

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

    My programs in python.

    Python 1