Skip to content
View Mellen's full-sized avatar

Highlights

  • Pro

Organizations

@refreshoxford

Block or report Mellen

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

    A python 3 programme for compressing files

    Python 1 1

  2. anagrammer anagrammer Public

    A small python script for generating anagrams

    Python 1

  3. jsia jsia Public

    A library of JavaScript image analysis functions

    JavaScript

  4. Mellen.github.io Mellen.github.io Public

    github.io repository

    JavaScript

  5. Sandpiles Sandpiles
    1
    <!DOCTYPE html>
    2
    <html>
    3
      <head>
    4
        <title>sandpile</title>
    5
      </head>
  6. Replacing number based html entities... Replacing number based html entities with characters, either hex or decimal.
    1
    const NORMAL = 0;
    2
    const FOUNDAMP = 1;
    3
    const FOUNDHASH = 2;
    4
    const FOUNDX = 3;
    5
    const FOUNDHEX = 4;