Skip to content
View moorea5551's full-sized avatar

Block or report moorea5551

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

    Sets your pidgin status to away when the screen is locked and available when it's unlocked. Currently works for Mate and will work for others with a simple config change.

    Python 2

  2. Two Stage Docker Build Two Stage Docker Build
    1
    FROM maven:3-jdk-10 as BUILD
    2
    
                  
    3
    COPY . /usr/src/app
    4
    RUN mvn --batch-mode -f /usr/src/app/pom.xml clean package
    5
    
                  
  3. Web theremin made using AudioContext. Web theremin made using AudioContext.
    1
    <html>
    2
      <head>
    3
        <title>Web Theremin</title>
    4
      </head>
    5
    
                  
  4. easy-button easy-button Public

    Python3 Easy Button UI

    Python

  5. halite-bot halite-bot Public

    halite.io bot in golang

    Go

  6. project-euler project-euler Public

    Working on Project Euler solutions with Python

    Python