Skip to content
View jonfung's full-sized avatar
🍍
pineapples take 2 - 3 years if grown from a pineapple top
🍍
pineapples take 2 - 3 years if grown from a pineapple top

Highlights

  • Pro

Organizations

@cs164berkeley

Block or report jonfung

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. mingyli/calhacks-ethos mingyli/calhacks-ethos Public

    Winner of Best Social Impact Hack at Cal Hacks 2016. This Chrome extension reports bias in news articles, generates profiles of authors and tags Facebook articles with their objectivity scores.

    JavaScript 2 2

  2. headphone-recommender headphone-recommender Public

    Finds the perfect headphone with a matching sound signature for your favorite song. Uses FFT and Welch's method to generate power spectral density.

    HTML 2 1

  3. Pinterest: Upgrading Java Operationa... Pinterest: Upgrading Java Operational Metrics
    1
    // Unoptimized
    2
    // this performs a synchronized lookup for every increment
    3
    void someHighQPSFunction() {
    4
        Stats.incr("metric_name");
    5
    }
  4. Gitroll. Control your Git shas. Gitroll. Control your Git shas.
    1
    PREFIX="12345"
    2
    
                  
    3
    tree=`git write-tree`
    4
    parent=`git rev-parse HEAD`
    5
    name=`git config user.name`