Skip to content
View nugemeister's full-sized avatar
:octocat:
["hip", "hip"]
:octocat:
["hip", "hip"]

Block or report nugemeister

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. professional-portfolio professional-portfolio Public

    This is a portfolio of my professional work.

    HTML

  2. PicShare PicShare Public

    a minimalistic photo-sharing application

    JavaScript

  3. e-commerce-backend e-commerce-backend Public

    a backend for an e-commerce site which leverages express and sequelize to interact with a MySQL database

    JavaScript

  4. work-day-scheduler work-day-scheduler Public

    simple calendar application that allows a user to save events for each hour of the day

    HTML

  5. This gist is intended to be tutorial... This gist is intended to be tutorial that explains how a specific regular expression, or regex, functions by breaking down each part of the expression and describing what it does.
    1
    # Email Regex Tutorial
    2
    
                  
    3
    A Regex, or regular expression, is a development tool which leverages a sequence of characters in order to analyze a search pattern in text. Most general-purpose programming languages support regex capabilities. Regular expressions may be used in search engines, in search and replace dialogs of word processors or text editors, and in text processing utilities.
    4
    
                  
    5
    ---
  6. team-profile-generator team-profile-generator Public

    a Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person

    JavaScript