Skip to content
View stagethird's full-sized avatar

Block or report stagethird

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. Python module containing two classes... Python module containing two classes for storing contact information. The Contact class manages the details of a single contact. The ContactList class manages lists of Contact objects.
    1
    import json
    2
    
                  
    3
    class ContactList:
    4
        """A Class to store a list of contacts
    5
  2. A log of room temperature loaded fro... A log of room temperature loaded from a CSV file and displayed in various charts. This is mostly a test of IBM Watson Studio's Github integration, exporting a Gist.
    1
    {
    2
        "cells": [
    3
            {
    4
                "cell_type": "markdown",
    5
                "id": "04ef5aa2",
  3. Compares two columns of cells in an ... Compares two columns of cells in an Excel spreadsheet, identifying both similarities and differences.
    1
    Sub completeCellCompare()
    2
    
                  
    3
      ' Compares values in 2 columns of cells. The output is a third column
    4
    	' containing values common to both of the original two, and a fourth 
    5
    	' column coded as follows: Values that exist only in the first source
  4. Bash script for duplicating a disk c... Bash script for duplicating a disk containing three partitions / NFS shares
    1
    #!/usr/bin/bash
    2
    exit_trap () {
    3
      local lc="$BASH_COMMAND" rc=$?
    4
      if [ $rc != 0 ] ; then
    5
          mount -a