Skip to content
View josephm28's full-sized avatar

Block or report josephm28

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

    A program to solve Sudoku puzzles. Trying to build this without consulting other algorithms.

    JavaScript

  2. wide-view-gitlab wide-view-gitlab Public

    Chrome plugin to make the code diff viewer in gitlab take up the full available width

    JavaScript 1

  3. math-nerd-py math-nerd-py Public

    A collection of math problems solved by Python scripting

    Python

  4. codeSnippets codeSnippets Public

    This is a compilation of scripts I have developed over the years.

    Python

  5. Appflow Build Tips - Excessive Memor... Appflow Build Tips - Excessive Memory Consumption
    1
    # Appflow Build Tips - Excessive Memory Consumption
    2
    
                  
    3
    ## Update 7/24/2020
    4
    
                  
    5
    The ENOMEM and EPIPE and Terser errors are back and just as nasty as before. Here are some details on how to fix:
  6. Add todo method to console Add todo method to console
    1
    console.todo = function(todo: string) {
    2
      var err = new Error();
    3
      console.log(`%c\tTODO\t${todo}\t\n`, 'background: #66ba6559; color: #046884');
    4
      console.groupCollapsed();
    5
      console.log(