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: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
@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:2318005
Created April 6, 2012 07:54
First gist
Why have I never created one before?
Hmm.
@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:2939737
Created June 16, 2012 03:05
Year 2001 Syllabus Finder URLS
This file has been truncated, but you can view the full file.
http://faculty.oxy.edu/horowitz/courses/Hist221/hist221f2001.html
http://sunset.usc.edu/classes/cs599_2001/
http://religion.rutgers.edu/courses/212/212_winter2001.html
http://www.ling.upenn.edu/courses/Spring_2001/ling001/
http://www.music.utk.edu/keathley/MH220.2001.syllabus.html
http://www.stcloudstate.edu/~plamen/2001_2002/im260/spring02/syllabus.html
http://www.lib.iastate.edu/commons/hist307/2001spring/syllabus.html
http://www.math.grin.edu/~rebelsky/Courses/CS362/2001S/Handouts/instructions.html
http://www.math.grin.edu/~rebelsky/Courses/CS151/2001S/Handouts/instructions.html
http://www.southalabama.edu/history/faculty/monheit/101-f2001/
@davelester
davelester / gist:2939760
Created June 16, 2012 03:12
Year 2007 Syllabus Finder urls
This file has been truncated, but you can view the full file.
http://www.phys.tcu.edu/~dingram/phys20073/su02_syll.html
http://www.phys.tcu.edu/~dingram/phys20073/su02_syll_lab.html
http://web.gc.cuny.edu/ees/weather_climate/Fall%202002%20LAB%2007%20Syllabus%20for%20PGEOG130.pdf
http://www2.semo.edu/foreignlang/plan_del_cursosn100%2007.htm
http://www.uncp.edu/home/albrecht/pspa101_%2007f02.htm
http://www.cambridgecollege.edu/eforum/upload/PM%20II%20Syllabus%20072002.doc
http://www.eiu.edu/~multilit/english2007-f00/syllabus.htm
http://www.unc.edu/depts/comm/CourseSyllabi/Fall%202002/029%20Comm%20072.1%20Syllabus.doc
http://somc.csudh.edu/fa02_pub512/Week%2007%20Locke/Locke%20new.htm
http://cc.ysu.edu/~triley/2610/2610SyllabusFall%202002%200706.htm
@davelester
davelester / gist:2939776
Created June 16, 2012 03:17
Snippet of PHP I wrote to generate list of urls for each year, separated by new line. called on command line, 'php filename > 2001urls.txt'
<?php
$mysqli = new mysqli('localhost', 'root', '', 'syllabi_scraper');
if ($mysqli->connect_error) {
die('Connect Error (' . $mysqli->connect_errno . ') '
. $mysqli->connect_error);
}
@davelester
davelester / gist:2939847
Created June 16, 2012 03:59
Subset of Year 2001 Syllabus Finder urls (html, htm, shtml, and php extensions only)
http://faculty.oxy.edu/horowitz/courses/Hist221/hist221f2001.html
http://religion.rutgers.edu/courses/212/212_winter2001.html
http://www.music.utk.edu/keathley/MH220.2001.syllabus.html
http://www.stcloudstate.edu/~plamen/2001_2002/im260/spring02/syllabus.html
http://www.lib.iastate.edu/commons/hist307/2001spring/syllabus.html
http://www.math.grin.edu/~rebelsky/Courses/CS362/2001S/Handouts/instructions.html
http://www.math.grin.edu/~rebelsky/Courses/CS151/2001S/Handouts/instructions.html
http://www.unc.edu/courses/2001fall/anth/010/006/Syllabus1.html
http://cas-courses.buffalo.edu/classes/psy/segal/4212001/421Syl2001.htm
http://bss.sfsu.edu/tygiel/Hist427/427s2001online.html
@davelester
davelester / Year 2002 Syllabus Finder urls
Created June 16, 2012 03:06
Year 2002 Syllabus Finder URLS
This file has been truncated, but you can view the full file.
http://religion.rutgers.edu/courses/317/317spring2002.html
http://religion.rutgers.edu/courses/212/212summer2002.html
http://www.ling.upenn.edu/courses/Summer_2002/ling001/
http://religion.rutgers.edu/courses/325/325spring2002.htm
http://religion.rutgers.edu/courses/212/212spring2002.htm
http://www.stcloudstate.edu/~plamen/2001_2002/im260/spring02/syllabus.html
http://webct.millersville.edu:8900/public/200220_9500/
http://www.washburn.edu/cas/psychology/pmacdonald/py620syllabusSpring2002.html
http://www2.h-net.msu.edu/~urban/teach/syllabi/seligman2002syl5.htm
http://religion.rutgers.edu/courses/324/324spring2002.html
@davelester
davelester / Year 2004 Syllabus Finder urls
Created June 16, 2012 03:09
Year 2004 Syllabus Finder URLS
This file has been truncated, but you can view the full file.
http://sobek.colorado.edu/SOC/syllabi_files/SOCY2004-AR.htm
http://www.gmu.edu/depts/psychology/homepage/syllabi/syllfall01/372004.doc
http://studyat.anu.edu.au/DisplayCourse.asp?role=1&course=HIST2004
http://www.majbill.vt.edu/history/hirsh/hist2004/hist2004syl-f00.htm
http://reach.ucf.edu/~dep2004/syllabus.html
http://www.majbill.vt.edu/history/hirsh/hist2004/hist2004syl-f00.pdf
http://www.lrdc.pitt.edu/schunn/courses/0420/cogpsy%200421%20syllabus.pdf
http://www.lrdc.pitt.edu/schunn/courses/0420/cogpsy%200420%20syllabus.pdf
http://www.cvm.msstate.edu/Academics/2004/Radiology02-03.pdf
http://studyat.anu.edu.au/DisplayCourse-a.asp?role=1&course=HIST2004