Skip to content

Instantly share code, notes, and snippets.

View grandadmiral-thrawn's full-sized avatar

Fox Peterson grandadmiral-thrawn

  • Hire me?
  • Vancouver, wa
View GitHub Profile
#!/usr/bin/env python
"""
simple mssql -> csv file example using pymssql
@author jack@tinybike.net
"""
import csv
import datetime
import pymssql
from decimal import Decimal
@grandadmiral-thrawn
grandadmiral-thrawn / jsbin.burut.html
Created August 20, 2016 17:55 — forked from mojaray2k/jsbin.burut.html
CSS only custom-styled select Todd Parker - Filament Group Inc. How this works: This styles a native select consistently cross-platform with only minimal CSS. The native select is then styled so it is essentially invisible (no appearance, border, bg) leaving only the select's text visible. There is a wrapper around the select that has the majori…
<html>
<head>
<title>Select styles with CSS only</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #fff;
font-family: helvetica, sans-serif;
margin: 4% 10%
}