Skip to content
View 84em's full-sized avatar

Sponsoring

@johnbillion
@bonny

Block or report 84em

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. 84em-custom 84em-custom Public

    Custom plugin for 84em.com

    PHP

  2. msfma msfma Public

    A website for my music project, MSFMA. Created with WordPress and the Simply Static plugin.

    HTML

  3. subtlerage subtlerage Public

    Subtlerage is the musical moniker of Andrew Miller, a composer and electronic rock artist active primarily in the 1990s and 2000s. His work explores introspective soundscapes and ambient minimalism…

    HTML

  4. takecareofmycats takecareofmycats Public

    This project provides a simple web page to outline the daily feeding schedule and care instructions for two cats: Leona and Lenny. The page ensures clear and accessible instructions are available f…

    CSS

  5. takecareofmydogs takecareofmydogs Public

    This project provides a simple web page to outline the daily feeding schedule and care instructions for three dogs: Murphy, Lyla, and Gilda. The page ensures clear and accessible instructions are a…

    HTML

  6. A small must-use WordPress plugin th... A small must-use WordPress plugin that blocks production logins for anyone not on an allow list.
    1
    <?php
    2
    
                  
    3
    defined( 'ABSPATH' ) || exit;
    4
    
                  
    5
    add_filter( 'wp_authenticate_user', 'maybe_block_production_login', 10, 2 );