Pinned Loading
-
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. 1import json
23class ContactList:
4"""A Class to store a list of contacts
5 -
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",
-
Compares two columns of cells in an ...
Compares two columns of cells in an Excel spreadsheet, identifying both similarities and differences. 1Sub completeCellCompare()
23' 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
-
Bash script for duplicating a disk c...
Bash script for duplicating a disk containing three partitions / NFS shares 1#!/usr/bin/bash
2exit_trap () {
3local lc="$BASH_COMMAND" rc=$?
4if [ $rc != 0 ] ; then
5mount -a
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.