Skip to content
View cababunga's full-sized avatar
  • Vancouver, BC
Block or Report

Block or report cababunga

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. beanstalkd-client beanstalkd-client Public

    Beanstalkd client with async/await API, auto-reconnect and zero dependencies

    JavaScript

  2. dark dark Public

    Google Chrome extension that simulates dark theme for the sites that don't provide one

    JavaScript

  3. Bookmark for calculating MFA codes. ... Bookmark for calculating MFA codes. Replace "SECRET" with your actual secret.
    1
    jvascript:((secret, element) => {
    2
    "use strict";
    3
    
                  
    4
    const otp = secret => {
    5
        const tick = Date.now() / 30000 | 0;
  4. base-router base-router Public

    Request router and middleware stacker with async/await API and zero dependencies

    JavaScript

  5. base-accesslog base-accesslog Public

    Accesslog middleware

    JavaScript

  6. node-lru node-lru Public

    In process cache with least-recently-used eviction logic, O(1) complexity for all operations and optional compression.

    JavaScript