Skip to content
View hannesl's full-sized avatar

Organizations

@sthlmconnection

Block or report hannesl

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. samtrafiken_api samtrafiken_api Public

    This Ruby gem is a thin wrapper around the Swedish public transportation APIs provided by Samtrafiken.

    Ruby 2

  2. StyleSwitcher StyleSwitcher Public

    A JavaScript library for creating alternate stylesheets dynamically, and switching between them and their originals.

    JavaScript 4 3

  3. views_cache_row views_cache_row Public

    Drupal module that provides a Views row style for nodes that caches rows individually.

    PHP 1

  4. Cantor pairing functions in PHP. Pa... Cantor pairing functions in PHP. Pass any two positive integers and get a unique integer back. Feed the unique integer back into the reverse function and get the original integers back. Explanation and JS implementation here: http://stevegardner.net/2012/07/09/javascript-cantor-pairing-function-and-reverse-function/
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Calculate a unique integer based on two integers (cantor pairing).
    5
     */