Skip to content

Instantly share code, notes, and snippets.

View ahsteele's full-sized avatar
💭
Coding when I can, sad when I can’t.

Andrew Steele ahsteele

💭
Coding when I can, sad when I can’t.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ahsteele on github.
  • I am ahsteele (https://keybase.io/ahsteele) on keybase.
  • I have a public key whose fingerprint is 6C46 44E5 74F7 446B 97F1 29CF 5E15 C814 C933 1EF5

To claim this, I am signing this object:

drop table [subnet]
drop table [ip_address]
drop table [dhcp_range]
CREATE TABLE [subnet](
[subnet_sk] [int] IDENTITY(1,1) NOT NULL,
[name] [varchar](50) NOT NULL,
[ipv4_begin] [binary](4) NULL,
[ipv4_end] [binary](4) NULL,
[ipv6_begin] [binary](16) NULL,
@ahsteele
ahsteele / npm-debug.log
Created February 25, 2013 06:02
npm-debug.log created when trying to install from this package.json: ```` { "name": "nodeapp", "description": "An awesome app", "version": "0.0.1", "author": "Andrew Steele <ahsteele@somewhere.com>", "dependencies": { "express": "3.x", "node-uuid": "1.4.0", "mongoose": ">=2.3.13" } } ````
This file has been truncated, but you can view the full file.
36018 silly gunzTarPerm extractEntry support/connect/docs/responseTime.html
36019 silly gunzTarPerm extractEntry support/connect/docs/responseTime.md
36020 silly gunzTarPerm extractEntry support/connect/docs/router.1
36021 silly gunzTarPerm extractEntry support/connect/docs/router.html
36022 silly gunzTarPerm extractEntry support/connect/docs/router.md
36023 silly gunzTarPerm extractEntry support/connect/docs/session.1
36024 silly gunzTarPerm extractEntry support/connect/docs/session.html
36025 silly gunzTarPerm extractEntry support/connect/docs/session.md
36026 silly gunzTarPerm extractEntry support/connect/docs/staticProvider.1
36027 silly gunzTarPerm extractEntry support/connect/docs/staticProvider.html