Skip to content
View sanikkenway's full-sized avatar
💻
rails new unicorn
💻
rails new unicorn

Organizations

@saniklab @medkadsdnbhd
Block or Report

Block or report sanikkenway

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

a mediocre writer, code writer :octocat:

sanikkenway's github stats
Top Langs

Pinned

  1. ruby-on-rails-daily ruby-on-rails-daily Public

    daily practice for Ruby lang

    Ruby 2

  2. stisla stisla Public

    Forked from stisla/stisla

    Free Bootstrap Admin Template

    HTML

  3. job.rb job.rb
    1
    if dev.is_bored? || job.sucks?
    2
      Job::search(:flexible_hours true, :company_culture 100)
    3
    end
  4. flickr_photoid_to_shortcode.php flickr_photoid_to_shortcode.php
    1
    <?php
    2
    
                  
    3
    $photoid = <photoid>;
    4
    $alphabet = '123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ';
    5
    
                  
  5. surviving_covid19 surviving_covid19
    1
    def surviving_covid19
    2
    
                  
    3
    	alive = true
    4
    
                  
    5
    	while alive do
  6. faker faker Public

    Forked from faker-ruby/faker

    A library for generating fake data such as names, addresses, and phone numbers.

    Ruby