Skip to content

Instantly share code, notes, and snippets.

View davelester's full-sized avatar
:octocat:

Dave Lester davelester

:octocat:
View GitHub Profile
@davelester
davelester / gist:2939753
Created June 16, 2012 03:10
Year 2005 Syllabus Finder urls
This file has been truncated, but you can view the full file.
http://www.columbia.edu/~clr2005/enl.html
http://www.columbia.edu/itc/english/f2005/course_syllabus.html
http://psol.gmu.edu/psol/degree2.nsf/3e51d7cb9addf238852569f40058c78a/f861c8fc026231dd85256a320055dd46?OpenDocument
http://psol.gmu.edu/psol/degree2.nsf/b63fef409e778e818525696c0073bd72/f861c8fc026231dd85256a320055dd46?OpenDocument
http://www.econ.vt.edu/~rdmurphy/ec2005/syllabus.pdf
http://icg.harvard.edu/~gov2005/syllabus/gtsyllabus2.pdf
http://faculty.darden.virginia.edu/colleyj/pdf/CS%20Syllabus%20Rev%2005%209-12-01.pdf
http://www.ans.latech.edu/homes/kennedy/Syllabus%20418%20051.doc
http://www.sbuniv.edu/~bkitchin.wh.bol/PHS2005/syllabus.htm
http://psol.gmu.edu/sum01-SKM/792skm01contents.nsf/f5b2cbf2a827c0198525624b00057d30/6fda707eff86d18b85256a32005f15ef?OpenDocument
@davelester
davelester / gist:2318005
Created April 6, 2012 07:54
First gist
Why have I never created one before?
Hmm.
@davelester
davelester / gist:c86e3bd0081b814670c5
Created July 7, 2014 22:10
Review board tools script
from rbtools.api.client import RBClient
client = RBClient('http://reviews.apache.org/')
root = client.get_root()
# Arguments to pass to get_review_requests()
# counts_only=True
# status
# to_groups
# max_results
@davelester
davelester / gist:b40e3b5d0347540abf36
Created June 24, 2014 20:06
Unedited responses to the 2014 Mesos Community Survey question, "What features do you think are missing from Mesos?"

What features do you think are missing from Mesos?

  • Being able to run inside Docker. Problem is that you cannot define public ip address. When Mesos startups in Docker container it only see a private ip address. But it have different public ip address.
  • Stronger containerisation (Docker as first class citizen). Documentation - HA setup - Writing custom scheduler and executors - examples in mesos/frameworks are out of date - samples in mesos/src/examples are too simple Docker integration (I know this has been merged recently). I am using custom Docker executor and am looking forward to using Deimos. Better packaging - Mesosphere requires custom egg installation. - Mesos slave and master should be separate packages - Java dependency should be optional
  • None :)
  • Dynamicly update role weight. Task Preemption. Framework resource limitation. Mostly ease of use features for EC2 The mesos master should be dead simple to point an ELB at. It is not. Another feature I found missing was in the mesos-spark integra