8000 abhilashak (Abhilash A K) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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. user-management-ui user-management-ui Public

    A modern Vue 3 + TypeScript frontend application for managing user data.

    Vue 1

  3. user_api user_api Public

    This is a Ruby on Rails REST API application for users

    Ruby 1

  4. 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')
  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
0