Skip to content
View ksokhan's full-sized avatar

Organizations

@Frameio
Block or Report

Block or report ksokhan

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

  1. ptomasroos/react-native-tab-navigator ptomasroos/react-native-tab-navigator Public

    A tab bar that switches between scenes, written in JS for cross-platform support

    JavaScript 2.4k 415

  2. midwifery-calc midwifery-calc Public

    Simple mobile app to calculate pregnancy metrics

    JavaScript

  3. dotfiles dotfiles Public

    Forked from holman/dotfiles

    My Dotfiles

    Shell

  4. Goodsy_Marketing Goodsy_Marketing Public

    Marketing site for Goodsy.co

    CSS 1

  5. Get a dribbble score for views-to-li... Get a dribbble score for views-to-likes ratio on your shots
    1
    // paste this into console on any dribbble page
    2
    document.querySelectorAll('.dribbble-shot').forEach((item) => { item.querySelector('.tools.group').innerHTML += "      " + Math.round(Number(item.querySelector('.fav a:last-child').innerText) / Number(item.querySelector('.views span').innerText.replace(',','')) * 1000) })