Skip to content
View Omega0x013's full-sized avatar

Highlights

  • Pro

Block or report Omega0x013

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
Omega0x013/README.md

Hi! I'm Xander 👋

Pinned Loading

  1. pwa-template pwa-template Public template

    Template for making nice and simple Progressive Web Apps, using Node.

    JavaScript

  2. the-pond the-pond Public

    L4 Solo Project - Own a froggy friend.

    JavaScript

  3. Barebones pure CSS collapse Barebones pure CSS collapse
    1
    /* LICENSE: WTFPL-2.0 http://www.wtfpl.net/ */
    2
    
                  
    3
    article>input[type='checkbox'] {
    4
        display: none;
    5
    }
  4. FizzBuzz handwritten in WebAssembly FizzBuzz handwritten in WebAssembly
    1
    ;; Copyright (C) 2020 Alexander Bielby
    2
    ;; Distributed under the terms of the WTFPL
    3
    ;; Info at https://www.wtfpl.net
    4
    
                  
    5
    ;; Implementation of the game fizzbuzz