Skip to content
View CChampness's full-sized avatar

Block or report CChampness

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CNC-Portfolio CNC-Portfolio Public

    Chris' Portfolio

    JavaScript 1

  2. Talk2Me Talk2Me Public

    Language practice site for linguaphiles to find one another and connect.

    JavaScript

  3. WorkdayCalendar WorkdayCalendar Public

    This is a simple calendar application allows the user to save events for each hour of the day.

    JavaScript 1

  4. JavascriptCodingTest JavascriptCodingTest Public

    This app simulates a coding test for topics in HTML, CSS, and JavaScript

    JavaScript

  5. Tutorial for Regular Expressions Tutorial for Regular Expressions
    1
    # Regular Expressions in a Nutshell
    2
    "Regular Expressions" is a rather large topic.  Over the years, many books have been written about regular expressions ... many long books ... books with many hundreds of pages.  Still, there are plenty of simple but powerful uses for regular expressions that can
    3
    be learned in a short tutorial such as this.  The term "regular expression" is usually shortened to "regex", and that is what
    4
    we will use here.  A regex is a brief sequence of characters and meta-characters that can be used with software code to match
    5
    any desired section of text, whether the text is in a natural language document or in a computer language file or data stream.
  6. EditAnywhere EditAnywhere Public

    Text editor that can be installed anywhere as a Progressive Web App.

    JavaScript