Skip to content
View ksokhan's full-sized avatar

Organizations

@Frameio

Block or report ksokhan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 411

  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) })