Skip to content

Instantly share code, notes, and snippets.

View workmaster2n's full-sized avatar

Tyler DeWitt workmaster2n

  • Peritus Resource Group
  • Tulsa, OK
View GitHub Profile
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using QTrack.QT500.Demo.Core;
using QTrack.RemoteEvents;
@workmaster2n
workmaster2n / Gemfile
Last active December 19, 2015 00:19 — forked from mpapis/Gemfile
# Just part of it
gem 'pg'
gem 'rgeo'
gem 'rgeo-shapefile'
gem 'activerecord-postgis-adapter'
gem 'paperclip'
@workmaster2n
workmaster2n / accounts local
Created December 12, 2012 18:40 — forked from anonymous/player_to_team_history local
This query runs 5x slower on my remote staging server than it does on my local dev machine
Table: accounts
Create Table: CREATE TABLE `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`AccountId` varchar(255) DEFAULT NULL,
`AccountIdTemp` varchar(255) DEFAULT NULL,
`HighSchoolTempId` varchar(255) DEFAULT NULL,
`IsActive` tinyint(1) DEFAULT NULL,
`IsVisible` tinyint(1) DEFAULT NULL,
`IsPaidAd` varchar(255) DEFAULT NULL,
`boolean` varchar(255) DEFAULT NULL,