Skip to content
View MaryVPie's full-sized avatar
Block or Report

Block or report MaryVPie

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. note-taker note-taker Public

    An app for writing and saving notes on tasks to complete later.

    JavaScript

  2. react-portfolio react-portfolio Public

    My web portfolio built using React.js

    JavaScript

  3. wheather-dashboard wheather-dashboard Public

    This weather dashboard application shows the current and five days weather forecast for various cities. This app runs in the browser and feature dynamically updated HTML and CSS.

    JavaScript

  4. employee-tracker employee-tracker Public

    This is a command-line application to manage a company's employee database. It allows non-developers to easily view and interact with information stored in databases.

    JavaScript

  5. RegexTutorial.md RegexTutorial.md
    1
    # Regex Tutorial. Matching an URL.
    2
    The phrase regular expressions, or regexps, is often used to mean the specific, standard textual syntax for representing patterns for matching text.
    3
    One of the cases when the regexps are used is matching and searching urls. Let say, you have a task to check if an article contains url references. 
    4
    ## Summary
    5
    This guide will specifically breakdown the components of an example regex used to match an URL:
  6. workout-tracker workout-tracker Public

    This is a workout tracker application which helps a consumer to reach their fitness goals more quickly when they track their workout progress.

    JavaScript