dvschramm (Darian Schramm)

Name
Darian Schramm
Email
Website/Blog
http://darianschramm.net
Location
New York, NY
Member Since
Jul 21, 2008 (about 1 year)

Following 3 githubbers and watching 6 repositories view all →

Public Repositories (4)

  • darianschramm.net

    legend

    Last updated Sun Nov 01 14:18:46 -0800 2009

  • dotfiles

    My dot config files

    legend

    Last updated Wed Jul 08 07:29:40 -0700 2009

  • library

    My library of useful code.

    legend

    Last updated Thu Jan 22 08:16:30 -0800 2009

  • my-emacs

    my emacs stuff

    legend

    Last updated Mon Jul 21 14:34:33 -0700 2008

Public Activity feed

dvschramm updated gist: 252596 Wed Dec 09 08:59:28 -0800 2009
jq("#fileTable").fadeTo("normal", 0.33, function(){ jq("#fileTable").children('tr:not(:fir...
dvschramm created gist: 252596 Wed Dec 09 08:55:01 -0800 2009
jq("#fileTable").fadeTo("normal", 0.33, function(){ jq("#fileTable").children('tr:not(:fir...
dvschramm created gist: 252581 Wed Dec 09 08:35:09 -0800 2009
jq(document).ready(function(){ var startDate = getSubmittableDate(Date(dd));
dvschramm updated gist: 252577 Wed Dec 09 08:30:50 -0800 2009
jq.ajax({ type: 'GET', url: '@@file-list',
dvschramm created gist: 252577 Wed Dec 09 08:29:55 -0800 2009
jq.ajax({ type: 'GET', url: '@@file-list',
dvschramm pushed to master at unformatt/mookbark Wed Dec 02 06:52:54 -0800 2009
HEAD is b5c993ff79406b3061ab4219f16890a39877fa2a
dvschramm created gist: 246468 Tue Dec 01 09:34:00 -0800 2009
<html>
dvschramm pushed to master at unformatt/mookbark Mon Nov 30 17:23:22 -0800 2009
HEAD is a2fd32d86310189430c7f2489c5f91685f9348b6

2 commits »

dvschramm forked gist: 245758 Mon Nov 30 13:17:09 -0800 2009
def updatezbfilesizes(self): catalog = getToolByName(self, 'portal_catalog')
dvschramm created gist: 245728 Mon Nov 30 12:46:46 -0800 2009
tal:condition="python:checkPermission('zb.workspaces: Add Feed', context) tal:condition="python:...
dvschramm pushed to master at unformatt/mookbark Tue Nov 24 14:20:28 -0800 2009
dvschramm created gist: 242093 Tue Nov 24 10:32:22 -0800 2009
import MySQLdb dbconn = MySQLdb.connect( host='192.168.100.85', port=3306, user='zope', passwd='...
dvschramm created gist: 242085 Tue Nov 24 10:19:49 -0800 2009
zbfile_id, file_nm, start_date, end_date, size, duration, client_id, project_id, media_id 631,Tow...
dvschramm created gist: 242082 Tue Nov 24 10:17:52 -0800 2009
file_nm, start_date, end_date, size, duration, client_id, project_id, media_id DSCN2394.JPG,None,...
dvschramm updated gist: 241956 Tue Nov 24 07:47:55 -0800 2009
plone_id = theater_memory.xml c/p/a = {'Project': 'config-files', 'Media': 'playlists', 'Folder'...
dvschramm created gist: 241956 Tue Nov 24 07:44:45 -0800 2009
plone_id = theater_memory.xml dbfilename = 01_03_KristinaJohnson-H.264_F8_FastStart_512K_REFF_30....
dvschramm created gist: 241468 Mon Nov 23 15:10:43 -0800 2009
2009-11-23 18:10:07 ERROR zb.workspaces SELECT AVG(sc_bytes)/1412751 * 100.0 FROM log_http WHERE ...
dvschramm created gist: 239804 Fri Nov 20 13:34:21 -0800 2009
max_query = "SELECT file_size FROM zbfile where zbfile_id = %s" % zbfile_id ...
dvschramm created gist: 239783 Fri Nov 20 13:07:28 -0800 2009
max_query = "SELECT MAX(sc_bytes) FROM log_http where zbfile_id = %s %s" % (zbfile_id...
dvschramm updated gist: 239658 Fri Nov 20 09:55:09 -0800 2009
update zbfile set file_nm = 'JM-Master_15fpsii.mp4', file_nm_disp='JM-Master_15fpsii.mp4', file_s...
dvschramm created gist: 239658 Fri Nov 20 09:51:11 -0800 2009
update zbfile set file_nm = 'michael_kors_1200_live_091609.mp4', file_nm_disp='michael_kors_1200_...
dvschramm created gist: 238421 Wed Nov 18 16:39:31 -0800 2009
def update_db_zbfile(zbfile, event): """ on update the zbfile in the db is updated
dvschramm created gist: 237067 Tue Nov 17 09:09:43 -0800 2009
... s, . .s
dvschramm created branch master at dvschramm/darianschramm.net Sun Nov 01 14:18:46 -0800 2009
dvschramm created repository darianschramm.net Sun Nov 01 14:14:57 -0800 2009
New repository is at dvschramm/darianschramm.net
dvschramm created gist: 219900 Tue Oct 27 13:04:09 -0700 2009
mysql> SELECT user_request.media_type_id AS user_request_media_type_id, -> count(1) AS count...