Skip to content

Instantly share code, notes, and snippets.

@teknologika
teknologika / gpx.swift
Created February 2, 2016 12:37
CS193P GPX Swift parser code update for XCode7.2 and Swift 2.1
//
// GPX.swift
// Trax
//
// Created by CS193p Instructor.
// Copyright (c) 2015 Stanford University. All rights reserved.
//
// Very simple GPX file parser.
// Only verified to work for CS193p demo purposes!
@teknologika
teknologika / A Dashing test results widget.md
Last active September 26, 2018 01:44
A Testing Status widget for dashing

Description

A Dashing widget to display the number of passing, ignored and failing tests from a test result file in the JUnit XML format.

Dependencies

The following dependencies are required. Please add them to your dashing gemfile.

gem 'nokogiri'