Skip to content
View phewphewb's full-sized avatar
  • Ottawa
Block or Report

Block or report phewphewb

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. mdn/to-do-notifications mdn/to-do-notifications Public archive

    Enhanced version of the to-do app, which stores to-do items via IndexedDB, and then also aims to provide notifications when to-do item deadlines are up, via the Notification and Vibration APIs.

    JavaScript 383 144

  2. GoogleChromeLabs/browser-fs-access GoogleChromeLabs/browser-fs-access Public

    File System Access API with legacy fallback in the browser

    JavaScript 1.4k 82

  3. Calculator | C vs JavaScript code Calculator | C vs JavaScript code
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <string.h>
    4
    
                  
    5
    #define SIZE 20
  4. indexedDB-sqlike indexedDB-sqlike Public

    IndexedDB Promisified

    JavaScript 1