Skip to content
View jalbam's full-sized avatar
💗
Coding...
💗
Coding...

Organizations

@CordovaCn
Block or Report

Block or report jalbam

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

    Multimedia JavaScript framework

    JavaScript 52 1

  2. nwjs_rpi nwjs_rpi Public

    [NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)

    Shell 95 14

  3. c_games c_games Public

    [Some C games] Some simple games written in C language.

    C 32 14

  4. Code to stop following those ones wh... Code to stop following those ones who are not following you back on Twitter and keeping those you want or follow anyone you want, with certain filters (working in July 2019)
    1
    /*
    2
    	Unfollow (stop following) those people who are not following you back on Twitter (or unfollow everyone if desired).
    3
    	
    4
    	This will work for new Twitter web site code structure (it was changed from July 2019, causing other unfollow-scripts to stop working).
    5
    	
  5. window.requestAnimationFrame polyfil... window.requestAnimationFrame polyfill (with high resolution timing, very precise)
    1
    'use strict';
    2
    
                  
    3
    // requestAnimationFrame polyfill by Erik Möller.
    4
    // Fixes from Paul Irish, Tino Zijdel, Andrew Mao, Klemen Slavic, Darius Bacon and Joan Alba Maldonado.
    5
    // Adapted from https://gist.github.com/paulirish/1579671 which derived from
  6. window.performance.now polyfill window.performance.now polyfill
    1
    'use strict';
    2
    
                  
    3
    // @license http://opensource.org/licenses/MIT
    4
    // copyright Paul Irish 2015
    5
    // Added code by Aaron Levine from: https://gist.github.com/Aldlevine/3f716f447322edbb3671