Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
#raw() {
<style>
table, th , td {
border: 1px solid grey;
border-collapse: collapse;
padding: 5px;
}
table tr:nth-child(odd) {
@rwenderlich
rwenderlich / import.sql
Created February 15, 2011 00:08
Script for importing Maryland MTA data, based on mheadd's git://gist.github.com/615470.git
-- -------------------------------------------------------------------------------------------------------
-- A SQL script for importing GFTS data from the State of Maryland into a MySQL database.
--
-- Copyright 2010 Mark J. Headd
-- http://www.voiceingov.org
-- Tweaked for Maryland data by Ray Wenderlich
-- http://www.raywenderlich.com
--
-- This file is free software; you can redistribute it and/or modify it under the terms of the
-- GNU Library General Public License as published by the Free Software Foundation; either version 2 of the