BEGIN:VCALENDAR
BEGIN:VEVENT
DESCRIPTION:Status: canceled\nMember: Ralph Pursifull\nType: Presentation 
 + Discussion\nEstimated size: 20\nContact: Arrielle Mali\, \nRooms: Deck\n
 \nDetails: We'll reschedule this for later... when it's not a HOLIDAY and 
 when Arrielle's presentation is tuned.\n\nWhat the heck is Agile?  What's 
 Scrum?  "I've heard of it\, but what is it?"  Come and get an introduction
  to what all the hub bub is all about.\n\nNotes: Need projector and screen
  and perhaps auto clicker for ppt slides.\n--\nhttp://events.hackerdojo.co
 m/event/1246020-an-introduction-to-agile-ie-scrum
DTEND:20120221T043000Z
DTSTART:20120221T030000Z
SUMMARY:An Introduction to Agile\, i.e. Scrum (CANCELED)
URL:http://events.hackerdojo.com/event/1246020-an-introduction-to-agile-ie
 -scrum
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Adrian Chadd\nType: Workshop\nEstima
 ted size: 25\nFee: 5\nContact: Adrian Chadd\, 415-361-7769\nRooms: 140b\n\
 nDetails: This weeks talk will cover profiling kernel and userland.\n\nI'l
 l do a general introduction into profiling\, introduce how it was done in 
 the past (ie gprof)\, why that worked and why it didn't work\, then move o
 nto hardware counter based profiling and the differences between sample an
 d timer profiling.\n\nThen\, if I get some time\, I'll (superficially) cov
 er profiling tools:\n\n* oprofile (linux)\n* dtrace (solaris\, FreeBSD)\n*
  pmc (FreeBSD)\n\n.. these approach profiling from slightly different angl
 es.\n\n\n\n--\nhttp://events.hackerdojo.com/event/1276007-kernel-stuff-pro
 filing
DTEND:20120221T040000Z
DTSTART:20120221T030000Z
SUMMARY:Kernel stuff - profiling!
URL:http://events.hackerdojo.com/event/1276007-kernel-stuff-profiling
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Durga Prasad\nType: Workshop\nEstima
 ted size: 15\nContact: Durga\, 408-828-9636\nRooms: Deck\n\nDetails: INTRO
 DUCTION OF JAVA\n \n 	WHAT IS JAVA?\n 	HOW TO GET JAVA\n 	A FIRST JAVA PRO
 GRAM\n 	COMPILING AND INTERPRETING APPLICATIONS\n 	THE JDK DIRECTORY STRUC
 TURE\n 	 \n\nDATA TYPES AND VARIABLES\n \n 	PRIMITIVE DATATYPES \,DECLARAT
 IONS\n 	VARIABLE NAMES\n 	NUMERIC LITERALS\,CHARACTER LITERALS\n 	STRING\,
 STRING LITERALS\n 	ARRAYS\,NON-PRIMITIVE DATATYPES\,THE DOT OPERATOR\n 	 \
 n\nOPERATORS AND EXPRESSIONS\n \n 	EXPRESSIONS\n 	ASSIGNMENT OPERATOR\n 	A
 RITHMETIC OPERATORS\n 	RELATIONAL OPERATORS\n 	LOGICAL OPERATORS\n 	INCREM
 ENT AND DECREMENT OPERATORS\n 	OPERATE-ASSIGN OPERATORS (+=\, ETC.)\n 	THE
  CONDITIONAL OPERATOR\n 	OPERATOR PRECEDENCE\n 	IMPLICIT TYPE CONVERSIONS\
 n 	THE CAST OPERATOR\n 	 \n\nCONTROL FLOW STATEMENTS\n \n 	STATEMENTS\n 	C
 ONDITIONAL (IF) STATEMENTS\n 	DATA TYPES AND VARIABLES 3\n 	ADDING AN ELSE
  IF\n 	CONDITIONAL (SWITCH) STATEMENTS\n 	WHILE AND DO-WHILE LOOPS\n 	FOR 
 LOOPS\n 	A FOR LOOP DIAGRAM\n 	ENHANCED FOR LOOP\n 	THE CONTINUE STATEMENT
 \n 	THE BREAK STATEMENT\n 	 \n\nMETHODS\n \n 	METHODS\n 	CALLING METHODS\n
  	DEFINING METHODS\n 	METHOD PARAMETERS\n 	SCOPE\n 	METHOD PARAMETERS\n 	S
 O\, WHY ALL THE STATIC?\n 	 \n\nOBJECT-ORIENTED PROGRAMMING\n \n 	INTRODUC
 TION TO OBJECT-ORIENTED PROGRAMMING\n 	CLASSES AND OBJECTS\n 	FIELDS AND M
 ETHODS\n 	ENCAPSULATION\n 	ACCESS CONTROL\n 	INHERITANCE\n 	POLYMORPHISM\n
  	 \n\nOBJECTS AND CLASSES\n \n 	DEFINING A CLASS\n 	CREATING AN OBJECT\n 
 	INSTANCE DATA AND CLASS DATA\n 	METHODS\n 	CONSTRUCTORS\n 	ACCESS MODIFIE
 RS\n 	ENCAPSULATION\n 	 \n\nUSING JAVA OBJECTS\n \n 	PRINTING TO THE CONSO
 LE\n 	PRINTF FORMAT STRINGS\n 	STRINGBUILDER AND STRINGBUFFER\n 	METHODS A
 ND MESSAGES\n 	TOSTRING\n 	PARAMETER PASSING\n 	COMPARING AND IDENTIFYING 
 OBJECTS\, DESTROYING OBJECTS\n 	 \n\nINHERITANCE IN JAVA\n \n 	INHERITANCE
 \n 	INHERITANCE IN JAVA\n 	CASTING\n 	METHOD OVERRIDING\n 	POLYMORPHISM\n 
 	SUPER\n 	THE OBJECT CLASS\n 	 \n\nPACKAGES\n \n 	THE IMPORT STATEMENT\n 	
 STATIC IMPORTS\n 	CASTING\n 	CLASSPATH AND IMPORT\n 	DEFINING PACKAGES\n 	
 PACKAGE SCOPE\n 	 \n\nEXCEPTION HANDLING\n \n 	EXCEPTIONS OVERVIEW\n 	CATC
 HING EXCEPTIONS\n 	THE FINALLY BLOCK\n 	EXCEPTION METHODS\n 	DECLARING EXC
 EPTIONS\n 	DEFINING AND THROWING EXCEPTIONS\n 	ERRORS AND RUNTIMEEXCEPTION
 S\n 	ASSERTIONS\n 	 \n\nINPUT/OUTPUT STREAMS\n \n 	OVERVIEW OF STREAMS\n 	
 BYTES VS. CHARACTERS\n 	CONVERTING BYTE STREAMS TO CHARACTER STREAMS\n 	FI
 LE OBJECT\n 	BINARY INPUT AND OUTPUT\n 	PRINTWRITER CLASS\n 	READING AND W
 RITING OBJECTS\n 	BASIC AND FILTERED STREAMS\n 	 \n\nCOLLECTION FRAMEWORK\
 n \n 	THE COLLECTIONS FRAMEWORK\n 	THE SET INTERFACE\n 	SET IMPLEMENTATION
  CLASSES\n 	THE LIST INTERFACE\n 	LIST IMPLEMENTATION CLASSES\n 	THE MAP I
 NTERFACE\n 	MAP IMPLEMENTATION CLASSES\n 	 \n\nINNER CLASSES\n \n 	INNER C
 LASSES\n 	MEMBER CLASSES\n 	LOCAL CLASSES\n 	ANONYMOUS CLASSES\n 	INSTANCE
  INITIALIZERS\n 	STATIC NESTED CLASSES\n 	 \n\nINTRODUCTION TO THREADS\n \
 n 	NON-THREADED APPLICATIONS\n 	THREADED APPLICATIONS\n 	CREATING THREADS\
 n 	THREAD STATES\n 	RUNNABLE THREADS\n 	COORDINATING THREADS\n 	INTERRUPTI
 NG THREADS\n 	RUNNABLE INTERFACE \,THREADGROUPS\n 	 \n\nINTERFACES AND ABS
 TRACT CLASSES\n \n 	SEPARATING INTERFACE AND IMPLEMENTATION\n 	UML INTERFA
 CES AND REALIZATION\n 	DEFINING INTERFACES\n 	IMPLEMENTING AND EXTENDING I
 NTERFACES\n 	RUNNABLE THREADS\n 	ABSTRACT CLASSES\n 	 \n\nSERIALIZATION\n 
 \n 	OBJECT SERIALIZATION\n 	SERIALIZABLE INTERFACE\n 	SERIALIZATION API\n 
 	OBJECTINPUTSTREAM AND OBJECTOUTPUTSTREAM\n 	THE SERIALIZATION ENGINE\n 	T
 RANSIENT FIELDS\n 	READOBJECT AND WRITEOBJECT\n 	EXTERNALIZABLE INTERFACE\
 n 	 \n\nGENERICS\n \n 	USING GENERICS\n 	TYPE ERASURE\n 	TYPE BOUNDARIES\n
  	WILDCARDS \, GENERIC METHODS\n 	STRENGTHS AND WEAKNESSES OF GENERICS\n 	
 LEGACY CODE AND GENERICS\n 	 \n\nANNOTATIONS\n \n 	USES FOR META-DATA\n 	T
 HE ANNOTATIONS MODEL\n 	ANNOTATION TYPES AND ANNOTATIONS\n 	BUILT-IN ANNOT
 ATIONS\n 	ANNOTATIONS VS. DESCRIPTORS (XML)\n \n	\n\n\n\n--\nhttp://events
 .hackerdojo.com/event/1270010-core-java-training-operators-methods-and-int
 roduction-to-oops
DTEND:20120222T050000Z
DTSTART:20120222T030000Z
SUMMARY:Core Java Training- Operators \, Methods and Introduction To OOPs
URL:http://events.hackerdojo.com/event/1270010-core-java-training-operator
 s-methods-and-introduction-to-oops
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mike Bowles\nType: Meetup\nEstimated
  size: 40\nInfo URL: http://www.meetup.com/HandsOnProgrammingEvents/events
 /44371702/\nFee: 300\nContact: mike bowles\, 650-888-7869\nRooms: 140b\n\n
 Details: This class meets Wed and Thurs Evenings from 7pm to 9pm for 5 wee
 ks.\n\nOverview of the course\n\nParticipants will learn to adapt and exec
 ute machine learning algorithms in the map reduce framework.  Participants
  should finish the class able to author their own machine learning algorit
 hms for map reduce and to run them on Amazon Web Services.  Amazon is prov
 iding AWS credits for class participants. \n\nParticipants will learn to u
 se python code to author mappers and reducers for “hadoop-streaming”. 
  For most of the class we will employ “mrjob” - an open-source framewo
 rk developed at Yelp.  Employing mrjob enables class members to program ma
 ppers and reducers in python.  The mrjob framework then submits the mapper
 -reducer to run locally without using hadoop\, to run on Amazon Web Servic
 es\, or to run them on a private hadoop cluster.  This will simplify the p
 rogramming tasks.\n\nSchedule:\nWeek 1 - Intro to map-reduce\, AWS (Amazon
  web services)\, Mahout and mrjob\nWeek 2 - Unsupervised Learning - Cluste
 ring\nWeek 3 - Supervised Learning\nWeek 4 - Other Machine Learning Topics
  (text mining\, recommender system\, svd)\nWeek 5 - Student Projects\n \nC
 lass Web Page: http://machinelearningbigdata.pbworks.com/w/page/37651454/F
 rontPage\n\nMeetup: http://www.meetup.com/HandsOnProgrammingEvents/events/
 44371702/\n\nRegister: http://machinelearningbigdata2.eventbrite.com/\n\n\
 n--\nhttp://events.hackerdojo.com/event/1203006-machinelearning-on-bigdata
 -w-mapreduce
DTEND:20120223T050000Z
DTSTART:20120223T030000Z
SUMMARY:MachineLearning on BigData w MapReduce
URL:http://events.hackerdojo.com/event/1203006-machinelearning-on-bigdata-
 w-mapreduce
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mike Bowles\nType: Meetup\nEstimated
  size: 40\nInfo URL: http://www.meetup.com/HandsOnProgrammingEvents/events
 /44371702/\nFee: 300\nContact: mike bowles\, 650-888-7869\nRooms: 140b\n\n
 Details: This class meets Wed and Thurs Evenings from 7pm to 9pm for 5 wee
 ks.\n\nOverview of the course\n\nParticipants will learn to adapt and exec
 ute machine learning algorithms in the map reduce framework.  Participants
  should finish the class able to author their own machine learning algorit
 hms for map reduce and to run them on Amazon Web Services.  Amazon is prov
 iding AWS credits for class participants. \n\nParticipants will learn to u
 se python code to author mappers and reducers for “hadoop-streaming”. 
  For most of the class we will employ “mrjob” - an open-source framewo
 rk developed at Yelp.  Employing mrjob enables class members to program ma
 ppers and reducers in python.  The mrjob framework then submits the mapper
 -reducer to run locally without using hadoop\, to run on Amazon Web Servic
 es\, or to run them on a private hadoop cluster.  This will simplify the p
 rogramming tasks.\n\nSchedule:\nWeek 1 - Intro to map-reduce\, AWS (Amazon
  web services)\, Mahout and mrjob\nWeek 2 - Unsupervised Learning - Cluste
 ring\nWeek 3 - Supervised Learning\nWeek 4 - Other Machine Learning Topics
  (text mining\, recommender system\, svd)\nWeek 5 - Student Projects\n \nC
 lass Web Page: http://machinelearningbigdata.pbworks.com/w/page/37651454/F
 rontPage\n\nMeetup: http://www.meetup.com/HandsOnProgrammingEvents/events/
 44371702/\n\nRegister: http://machinelearningbigdata2.eventbrite.com/\n\n\
 n--\nhttp://events.hackerdojo.com/event/1203007-machinelearning-on-bigdata
 -w-mapreduce
DTEND:20120224T050000Z
DTSTART:20120224T030000Z
SUMMARY:MachineLearning on BigData w MapReduce
URL:http://events.hackerdojo.com/event/1203007-machinelearning-on-bigdata-
 w-mapreduce
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Chris Meyer\nType: Social\nEstimated
  size: 5\nRooms: Savanna\n\nDetails: We'll be outside\, barring rain or ha
 ils of amphibians\n\n\n--\nhttp://events.hackerdojo.com/event/1285001-jugg
 ling
DTEND:20120224T050000Z
DTSTART:20120224T040000Z
SUMMARY:Juggling
URL:http://events.hackerdojo.com/event/1285001-juggling
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: BYOB\, or bring food\, or bring $5-$1
 0 for the jar!\n\n\n--\nhttp://events.hackerdojo.com/event/1244018-hacker-
 dojo-happy-hour
DTEND:20120225T060000Z
DTSTART:20120225T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1244018-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Matthew Bascom\nType: Lecture\nEstim
 ated size: 15\nRooms: 140b\n\nDetails: Bring a laptop pre-installed with R
 : cran.r-project.org\n\nThis talk will be useful to programmers\, stats ge
 eks\, and anyone looking for an alternative to the spreadsheet.\n\nUseful 
 Topics Outline:\n\n- Creating Data Objects: The popular 'data.frame'\n- Ge
 tting and Setting Working Directories\n- Writing Data Objects to File\n- W
 riting Output to File\n- Reading files with read.csv()\n- Using 'sos' for 
 R Site Search\n- Plotting with 'lattice' \n\n\n--\nhttp://events.hackerdoj
 o.com/event/1282004-useful-topics-in-r
DTEND:20120225T173000Z
DTSTART:20120225T163000Z
SUMMARY:Useful Topics in R
URL:http://events.hackerdojo.com/event/1282004-useful-topics-in-r
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Bala Paranj\nType: Meetup\nEstimated
  size: 5\nFee: 40\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event
 /1231016-tdd-bootcamp
DTEND:20120226T020000Z
DTSTART:20120225T180000Z
SUMMARY:TDD Bootcamp
URL:http://events.hackerdojo.com/event/1231016-tdd-bootcamp
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1255004
 -yoga-hacks-setup
DTEND:20120226T190000Z
DTSTART:20120226T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1255004-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 57003-yoga-hacks
DTEND:20120226T200000Z
DTSTART:20120226T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1257003-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Junling Hu\nType: Meetup\nEstimated 
 size: 25\nInfo URL: http://meetup.com/hackternoon\nRooms: Savanna\n\nDetai
 ls: On Sunday\, Mobile meets Web meets Cloud at Hacker Dojo in Mountain Vi
 ew. Use this Meetup to fill gaps in your personal tech stack. This Meetup 
 has a strong educational focus through project deployment. We have no pres
 entation\; instead we learn by watching\, asking\, listening\, and doing. 
 We use a combo of Paired Programming\, brain power\, and a project deploym
 ent to help you stay caught up.\n\n\n--\nhttp://events.hackerdojo.com/even
 t/1244026-hackternoon
DTEND:20120227T010000Z
DTSTART:20120226T210000Z
SUMMARY:Hackternoon
URL:http://events.hackerdojo.com/event/1244026-hackternoon
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Adrian Chadd\nType: Workshop\nEstima
 ted size: 25\nFee: 5\nContact: Adrian Chadd\, 4153617769\nRooms: Deck\n\nD
 etails: This week I'll talk about what issues content delivery network peo
 ple face.\n\nCDNs leverage UNIX and open source to serve terabits of conte
 nt. This includes edge nodes serving content\, intermediary nodes doing re
 quest routing and balancing\, some load balancing and smart redirection no
 des\, other nodes doing backend storage and storage replication\, other no
 des doing HTTP and memcache caching.. it's all over the place.\n\nI'll giv
 e a brief overview of things\, including my experiences with Squid and lig
 httpd.\n\nI'll cover the move from poll/select to event driven IO mechanis
 ms such as epoll and kqueue. I'll then talk about TCP and socket managemen
 t issues that creep up when you're trying to handle 100\,000 concurrent co
 nnections of varying speeds (and why that's a pain in the ass to try and e
 ven achieve.)\n\nI'll compare the varying approaches to doing content deli
 very - the apache models\, the squid software architecture\, the lighttpd/
 nginx model\, and the varnish cache model. There are good and bad points t
 o all of these - there isn't a generally "excellent" solution for all case
 s. I'll explain why.\nFinally\, if I can find some hard data\, I'll look i
 nto examples of where event driven IO (in BSD/Linux) isn't working and try
  to come up with some possible explanations.\n\nBackground: I was an activ
 e Squid core developer member for around 10 years\, focusing in performanc
 e and scalability. This meant I also cared about best/worst case scenario 
 behaviour\, rather than optimising for a specific case.\n\n\n--\nhttp://ev
 ents.hackerdojo.com/event/1280012-kernel-stuff-content-delivery-tcp-issues
 -and-stuff
DTEND:20120228T040000Z
DTSTART:20120228T030000Z
SUMMARY:Kernel stuff - content delivery\, TCP\, issues and stuff
URL:http://events.hackerdojo.com/event/1280012-kernel-stuff-content-delive
 ry-tcp-issues-and-stuff
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 5\nRooms: Cave\n\n\n--\nhttp://events.hackerdojo.com/event/1231014-
 audio-and-music-hacking
DTEND:20120229T040000Z
DTSTART:20120229T023000Z
SUMMARY:Audio and Music hacking
URL:http://events.hackerdojo.com/event/1231014-audio-and-music-hacking
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Adam Crabtree\nType: Meetup\nEstimat
 ed size: 15\nRooms: Deck\n\nDetails: Casual meetup for node.js hacking.\n\
 n\n--\nhttp://events.hackerdojo.com/event/1277001-baynode-nodejs-haaaaaaaa
 ck-niiiiiiiiiiiiiiiiiiiiiiiiiiiight
DTEND:20120229T060000Z
DTSTART:20120229T023000Z
SUMMARY:BayNode (node.js): HAAAAAAAACK NIIIIIIIIIIIIIIIIIIIIIIIIIIIIGHT!
URL:http://events.hackerdojo.com/event/1277001-baynode-nodejs-haaaaaaaack-
 niiiiiiiiiiiiiiiiiiiiiiiiiiiight
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Bryan Galusha\nType: Meetup\nEstimat
 ed size: 10\nInfo URL: http://www.meetup.com/EvaForge/events/45607612/\nRo
 oms: Deck\n\nDetails: Weekly work session for evaForge team's entry into D
 ARPA uavForge challenge\n\n\n--\nhttp://events.hackerdojo.com/event/122000
 4-evaforge-weekly-work-session
DTEND:20120229T210000Z
DTSTART:20120229T210000Z
SUMMARY:evaForge Weekly Work Session
URL:http://events.hackerdojo.com/event/1220004-evaforge-weekly-work-sessio
 n
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mike Bowles\nType: Meetup\nEstimated
  size: 30\nInfo URL: http://www.meetup.com/HandsOnProgrammingEvents/events
 /44371702/\nContact: mike bowles\, 650-888-7869\nRooms: 140b\n\nDetails: T
 his class meets Wed and Thurs Evenings from 7pm to 9pm for 5 weeks.\n\nOve
 rview of the course\n\nParticipants will learn to adapt and execute machin
 e learning algorithms in the map reduce framework. Participants should fin
 ish the class able to author their own machine learning algorithms for map
  reduce and to run them on Amazon Web Services. Amazon is providing AWS cr
 edits for class participants.\n\nParticipants will learn to use python cod
 e to author mappers and reducers for “hadoop-streaming”. For most of t
 he class we will employ “mrjob” - an open-source framework developed a
 t Yelp. Employing mrjob enables class members to program mappers and reduc
 ers in python. The mrjob framework then submits the mapper-reducer to run 
 locally without using hadoop\, to run on Amazon Web Services\, or to run t
 hem on a private hadoop cluster. This will simplify the programming tasks.
 \n\nSchedule:\nWeek 1 - Intro to map-reduce\, AWS (Amazon web services)\, 
 Mahout and mrjob\nWeek 2 - Unsupervised Learning - Clustering\nWeek 3 - Su
 pervised Learning\nWeek 4 - Other Machine Learning Topics (text mining\, r
 ecommender system\, svd)\nWeek 5 - Student Projects\n\nClass Web Page: htt
 p://machinelearningbigdata.pbworks.com/w/page/37651454/FrontPage\n\nMeetup
 : http://www.meetup.com/HandsOnProgrammingEvents/events/44371702/\n\nRegis
 ter: http://machinelearningbigdata2.eventbrite.com/\n\n\n--\nhttp://events
 .hackerdojo.com/event/1231010-machinelearning-on-bigdata-w-mapreduce
DTEND:20120301T050000Z
DTSTART:20120301T030000Z
SUMMARY:Machinelearning On Bigdata W Mapreduce
URL:http://events.hackerdojo.com/event/1231010-machinelearning-on-bigdata-
 w-mapreduce
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 5\nRooms: Savanna\n\nDetails: Brian and Marie will be painting t
 he cubbies.  Helpers appreciated!  \n\n\n--\nhttp://events.hackerdojo.com/
 event/1275019-painting-the-savanna-cubbies
DTEND:20120302T000000Z
DTSTART:20120301T210000Z
SUMMARY:Painting the Savanna cubbies
URL:http://events.hackerdojo.com/event/1275019-painting-the-savanna-cubbie
 s
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: canceled\nMember: Laura Klemme\nType: Meetup\nEstimate
 d size: 80\nRooms: 140b\n\nDetails: Monthly meetup for Bay Area Mobile (BA
 M).\n\nNotes: Reserve: Projector\, tables\, chairs\, powerstrips.\n--\nhtt
 p://events.hackerdojo.com/event/1143041-bay-area-mobile-bam-meetup
DTEND:20120302T050000Z
DTSTART:20120302T020000Z
SUMMARY:Bay Area Mobile (BAM) Meetup (CANCELED)
URL:http://events.hackerdojo.com/event/1143041-bay-area-mobile-bam-meetup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mike Bowles\nType: Meetup\nEstimated
  size: 30\nInfo URL: http://www.meetup.com/HandsOnProgrammingEvents/events
 /44371702/\nContact: mike bowles\, 650-888-7869\nRooms: 140b\n\nDetails: T
 his class meets Wed and Thurs Evenings from 7pm to 9pm for 5 weeks.\n\nOve
 rview of the course\n\nParticipants will learn to adapt and execute machin
 e learning algorithms in the map reduce framework. Participants should fin
 ish the class able to author their own machine learning algorithms for map
  reduce and to run them on Amazon Web Services. Amazon is providing AWS cr
 edits for class participants.\n\nParticipants will learn to use python cod
 e to author mappers and reducers for “hadoop-streaming”. For most of t
 he class we will employ “mrjob” - an open-source framework developed a
 t Yelp. Employing mrjob enables class members to program mappers and reduc
 ers in python. The mrjob framework then submits the mapper-reducer to run 
 locally without using hadoop\, to run on Amazon Web Services\, or to run t
 hem on a private hadoop cluster. This will simplify the programming tasks.
 \n\nSchedule:\nWeek 1 - Intro to map-reduce\, AWS (Amazon web services)\, 
 Mahout and mrjob\nWeek 2 - Unsupervised Learning - Clustering\nWeek 3 - Su
 pervised Learning\nWeek 4 - Other Machine Learning Topics (text mining\, r
 ecommender system\, svd)\nWeek 5 - Student Projects\n\nClass Web Page: htt
 p://machinelearningbigdata.pbworks.com/w/page/37651454/FrontPage\n\nMeetup
 : http://www.meetup.com/HandsOnProgrammingEvents/events/44371702/ \n\nNote
 s: an extra session so we can cover all the planned material\n--\nhttp://e
 vents.hackerdojo.com/event/1275018-machinelearning-on-bigdata-w-mapreduce
DTEND:20120302T050000Z
DTSTART:20120302T030000Z
SUMMARY:Machinelearning On Bigdata W Mapreduce
URL:http://events.hackerdojo.com/event/1275018-machinelearning-on-bigdata-
 w-mapreduce
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1277016-hacker-dojo-happy-hour
DTEND:20120303T060000Z
DTSTART:20120303T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1277016-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1254012
 -yoga-hacks-setup
DTEND:20120303T190000Z
DTSTART:20120303T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1254012-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 60004-yoga-hacks
DTEND:20120303T200000Z
DTSTART:20120303T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1260004-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Daniel Moore\nType: Meetup\nEstimate
 d size: 25\nRooms: Deck\n\nDetails: The South Bay Game Jam is a twice-mont
 hly game jam where independent game developers meet up and create games.\n
 \n\n--\nhttp://events.hackerdojo.com/event/1268010-south-bay-game-jam
DTEND:20120304T080000Z
DTSTART:20120303T230000Z
SUMMARY:South Bay Game Jam
URL:http://events.hackerdojo.com/event/1268010-south-bay-game-jam
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 2\nInfo URL: http://siliconvalleyspacecenter.org/about/\nRooms: Cubb
 y 1\n\nDetails: Office hours for the Silicon Valley Space Center with a fo
 cus on business development for the New Space economy. Please contact the 
 organizer (sean.casey (at) siliconvalleyspacecenter.org) if you wish to sc
 hedule a meeting time.\n\nNotes: Please see the SVSC launch pad site for a
  one-page business development template.\n--\nhttp://events.hackerdojo.com
 /event/1275003-svsc-business-development
DTEND:20120304T040000Z
DTSTART:20120303T230000Z
SUMMARY:Svsc Business Development
URL:http://events.hackerdojo.com/event/1275003-svsc-business-development
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: William Ward\nType: Meetup\nEstimate
 d size: 20\nInfo URL: www.bricksbythebay.com\nRooms: 140b\n\nDetails: plan
 ning meeting for the Bricks by the Bay 2012 LEGO convention.\n\n\nNotes: S
 tart/end time pushed back by 30 min (originally 5pm-9pm).\n--\nhttp://even
 ts.hackerdojo.com/event/1246011-bricks-by-the-bay-2012-planning-meeting-6
DTEND:20120304T053000Z
DTSTART:20120304T013000Z
SUMMARY:Bricks By The Bay 2012 Planning Meeting #6
URL:http://events.hackerdojo.com/event/1246011-bricks-by-the-bay-2012-plan
 ning-meeting-6
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Bill Rainey\nType: Hackathon\nEstima
 ted size: 30\nRooms: 140b\n\nDetails: We'll start with a presentation by B
 en Combee starting promptly at\n9:15am followed by the rules &amp\; guidel
 ines for the hackathon being\nannounced by Ben Stern\, aka @webOSdealer. T
 he hacking will commence\nimmediately following Ben's announcement.\n\nThe
 re are several goals that we would like to accomplish with the hackathon.\
 n      1. Introduce the Enyo JS framework to new developers\n      2. Help
  you Create new or modify existing webOS apps.\n      3. Teach all attendi
 ng hackers how to take an API &amp\; manipulate the\ndata into an app. (ho
 pefully enabling new app creation)\n\nThere will also be prizes etc... Det
 ails TBD!\n\n\n--\nhttp://events.hackerdojo.com/event/1272014-webos-enyo-n
 ational-hackathon
DTEND:20120305T000000Z
DTSTART:20120304T170000Z
SUMMARY:webOS Enyo National Hackathon
URL:http://events.hackerdojo.com/event/1272014-webos-enyo-national-hackath
 on
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 15\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: Deck\n\nDe
 tails: Organizational meeting for the Silicon Valley Space Center. Discuss
 ion concerns the proposed Cubesat workshop for June 2012\n\nNotes: Please 
 contact the organizer if you wish to attend - sean.casey (at) siliconvalle
 yspacecenter.org . \n--\nhttp://events.hackerdojo.com/event/1259012-svsc-o
 rganizational-meeting
DTEND:20120305T000000Z
DTSTART:20120304T200000Z
SUMMARY:Svsc Organizational Meeting
URL:http://events.hackerdojo.com/event/1259012-svsc-organizational-meeting
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Lecture\nEstimated
  size: 35\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: 140b\n\nD
 etails: A presentation by the "Made in Space" start-up on their 3D printin
 g technology for the micro-gravity environment of sub-orbital vehicles and
  the International Space Station.\n\nNotes: One of an on-going series of t
 alks on small payload opportunities for entrepreneurs in the New Space ind
 ustry.  Contact sean.casey (at) siliconvalleyspacecenter.org for further i
 nformation on this series.\n--\nhttp://events.hackerdojo.com/event/1244016
 -svscaiaa-small-payload-seminar
DTEND:20120306T040000Z
DTSTART:20120306T023000Z
SUMMARY:SVSC/AIAA Small Payload Seminar
URL:http://events.hackerdojo.com/event/1244016-svscaiaa-small-payload-semi
 nar
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Marie Knox\nType: Social\nEstimated 
 size: 45\nRooms: Savanna\n\nDetails: Meet\, mingle\, and chat with fellow 
 members... now with free food!\n\nMenu TBD\, please RSVP so we can calcula
 te the amount of food more easily.\n\n\n--\nhttp://events.hackerdojo.com/e
 vent/1268001-member-dinner
DTEND:20120307T050000Z
DTSTART:20120307T030000Z
SUMMARY:Member Dinner
URL:http://events.hackerdojo.com/event/1268001-member-dinner
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: canceled\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1142031-bay-area-freebsd-meeting-bafug
DTEND:20120309T073000Z
DTSTART:20120309T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG) (CANCELED)
URL:http://events.hackerdojo.com/event/1142031-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1277017-hacker-dojo-happy-hour
DTEND:20120310T060000Z
DTSTART:20120310T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1277017-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: William Ward\nType: Meetup\nEstimate
 d size: 30\nInfo URL: www.bricksbythebay.com\nRooms: 140b\n\nDetails: Work
  party to assemble the convention attendees' goodie bags and other final p
 reparations for the convention\, which takes place the following weekend.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1245009-bricks-by-the-bay-fina
 l-preparations
DTEND:20120311T020000Z
DTSTART:20120310T170000Z
SUMMARY:Bricks by the Bay Final Preparations
URL:http://events.hackerdojo.com/event/1245009-bricks-by-the-bay-final-pre
 parations
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1254013
 -yoga-hacks-setup
DTEND:20120310T190000Z
DTSTART:20120310T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1254013-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 54010-yoga-hacks
DTEND:20120310T200000Z
DTSTART:20120310T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1254010-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: William Ward\nType: Meetup\nEstimate
 d size: 30\nInfo URL: www.bricksbythebay.com\nRooms: 140b\n\nDetails: Work
  party to assemble the convention attendees' goodie bags and other final p
 reparations for the convention\, which takes place the following weekend.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1246012-bricks-by-the-bay-fina
 l-preparations
DTEND:20120312T020000Z
DTSTART:20120311T170000Z
SUMMARY:Bricks by the Bay Final Preparations
URL:http://events.hackerdojo.com/event/1246012-bricks-by-the-bay-final-pre
 parations
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Anand Pai\nType: Meetup\nEstimated s
 ize: 20\nInfo URL: http://www.linuxeco.com\nContact: Anand\, \nRooms: Deck
 \n\nDetails: We will discuss Multicore and Multithreading guidelines in th
 e context of x86 Processors and System/OS/Kernel-level optimizations. This
  is an initial\, but what I consider to be\, an important discussion for t
 hose holding interest in this area.  Later meetups in this series will bui
 ld on this discussion and its reaches into the Linux Kernel. \n\nWe will a
 lso\, as we progress\, offer perspectives on the efforts by relevant open-
 standards and software communities towards Parallelization: Servers/GPU/xP
 U\n\nI will post a few introductory blogs on www.linuxeco.com for those in
 terested in this discussion. Please register or contact me on linuxeco.com
 \, or contact me at hackerdojo with any questions.\n\nThanks\n\nNotes: Ana
 nd teaches Advanced Linux Kernel Programming at UCSC-Extension\, has exper
 ience x86 and Communications Processors and Systems\, and is an active mem
 ber of the Open Software community.\n--\nhttp://events.hackerdojo.com/even
 t/1231026-the-linux-kernel-multicore-and-multithreading-series-1-system-le
 vel-optimization-guidelines
DTEND:20120313T043000Z
DTSTART:20120313T023000Z
SUMMARY:The Linux Kernel Multicore and Multithreading Series #1: System Le
 vel Optimization Guidelines
URL:http://events.hackerdojo.com/event/1231026-the-linux-kernel-multicore-
 and-multithreading-series-1-system-level-optimization-guidelines
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/audiohackers\nContact:
  dan.newcome@hackerdojo.com\, \nRooms: Electronics Lab\n\nDetails: This is
  an informal hacking meetup for sound-related projects. This is for you if
  you're interested in any of the following: \n\n- Building audio circuits 
 (oscillators/filters\, etc) \n- Audio programming languages (e.g. PD\, MAX
 /MSP\, Chuck) \n- Programming audio applications \n- Digital signal proces
 sing \n- Building instruments/synthesizers \n- Circuit bending \n- Other a
 udio/music tech related things \n\nI'm scheduling this meetup twice monthl
 y. \n\nBring your own projects and ideas or help someone out with theirs.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1259003-audio-and-music-hackin
 g
DTEND:20120313T040000Z
DTSTART:20120313T023000Z
SUMMARY:Audio and Music Hacking
URL:http://events.hackerdojo.com/event/1259003-audio-and-music-hacking
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Ari Krupnik\nType: Meetup\nEstimated
  size: 45\nRooms: 140b\n\nDetails: Solid State Startups make physical thin
 gs. Things that hurt if you drop them on your foot. SSS is a place to shar
 e experience and wisdom that only comes from building stuff in the real wo
 rld.\n\n\n--\nhttp://events.hackerdojo.com/event/1139040-solid-state-start
 ups
DTEND:20120314T053000Z
DTSTART:20120314T030000Z
SUMMARY:Solid State Startups
URL:http://events.hackerdojo.com/event/1139040-solid-state-startups
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1143043-policy-bear-wrestlingpbw
DTEND:20120315T040000Z
DTSTART:20120315T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1143043-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\nDetails: All members &amp\; interested member
 s are welcome to attend.\n\n\n--\nhttp://events.hackerdojo.com/event/11480
 02-member-meeting-state-of-the-dojo
DTEND:20120315T043000Z
DTSTART:20120315T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1148002-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Frank Rothacker\nType: Meetup\nEstim
 ated size: 8\nInfo URL: http://www.meetup.com/Amateur-Number-Theorists/\nC
 ontact: Michael French\, \nRooms: Deck\n\nDetails: This is a special meeti
 ng of ANT that combines both a part for those who are more interested in t
 he history of math\, and a problem-solving session afterwards that allows 
 anyone with the gumption to step up to the white board and get their hands
  dirty with math. \n\n\n\n\n\n--\nhttp://events.hackerdojo.com/event/12460
 07-amateur-number-theorists-open-mic
DTEND:20120316T050000Z
DTSTART:20120316T030000Z
SUMMARY:Amateur-Number-Theorists Open Mic
URL:http://events.hackerdojo.com/event/1246007-amateur-number-theorists-op
 en-mic
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1271023-hacker-dojo-happy-hour
DTEND:20120317T060000Z
DTSTART:20120317T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1271023-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1262001
 -yoga-hacks-setup
DTEND:20120317T190000Z
DTSTART:20120317T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1262001-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 56004-yoga-hacks
DTEND:20120317T200000Z
DTSTART:20120317T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1256004-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1285003-hacker-dojo-happy-hour
DTEND:20120324T060000Z
DTSTART:20120324T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1285003-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1256006
 -yoga-hacks-setup
DTEND:20120324T190000Z
DTSTART:20120324T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1256006-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 58003-yoga-hacks
DTEND:20120324T200000Z
DTSTART:20120324T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1258003-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/audiohackers\nContact:
  dan.newcome@hackerdojo.com\, \nRooms: Electronics Lab\n\nDetails: This is
  an informal hacking meetup for sound-related projects. This is for you if
  you're interested in any of the following: \n\n- Building audio circuits 
 (oscillators/filters\, etc) \n- Audio programming languages (e.g. PD\, MAX
 /MSP\, Chuck) \n- Programming audio applications \n- Digital signal proces
 sing \n- Building instruments/synthesizers \n- Circuit bending \n- Other a
 udio/music tech related things \n\nI'm scheduling this meetup twice monthl
 y. \n\nBring your own projects and ideas or help someone out with theirs.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1256003-audio-and-music-hackin
 g
DTEND:20120328T040000Z
DTSTART:20120328T023000Z
SUMMARY:Audio and Music Hacking
URL:http://events.hackerdojo.com/event/1256003-audio-and-music-hacking
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1286001-hacker-dojo-happy-hour
DTEND:20120331T060000Z
DTSTART:20120331T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1286001-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1255005
 -yoga-hacks-setup
DTEND:20120331T190000Z
DTSTART:20120331T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1255005-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 56005-yoga-hacks
DTEND:20120331T200000Z
DTSTART:20120331T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1256005-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 2\nInfo URL: http://siliconvalleyspacecenter.org/about/\nRooms: Cubb
 y 1\n\nDetails: Office hours for the Silicon Valley Space Center with a fo
 cus on business development for the New Space economy. Please contact the 
 organizer (sean.casey (at) siliconvalleyspacecenter.org) if you wish to sc
 hedule a meeting time.\n\nNotes: Please see the SVSC launch pad site for a
  one-page business development template.\n--\nhttp://events.hackerdojo.com
 /event/1277005-svsc-business-development
DTEND:20120401T040000Z
DTSTART:20120331T230000Z
SUMMARY:Svsc Business Development
URL:http://events.hackerdojo.com/event/1277005-svsc-business-development
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 15\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: Deck\n\nDe
 tails: Organizational meeting for the Silicon Valley Space Center. Discuss
 ion concerns the proposed Cubesat workshop for June 2012\n\nNotes: Please 
 contact the organizer if you wish to attend - sean.casey (at) siliconvalle
 yspacecenter.org . \n--\nhttp://events.hackerdojo.com/event/1260007-svsc-o
 rganizational-meeting
DTEND:20120402T000000Z
DTSTART:20120401T200000Z
SUMMARY:Svsc Organizational Meeting
URL:http://events.hackerdojo.com/event/1260007-svsc-organizational-meeting
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Lecture\nEstimated
  size: 35\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: 140b\n\nD
 etails: Aaron Cohen of SJSU/NASA Ames will speak about the TechEdSat and t
 he plug-n-play architecture for cubesat missions.\n\nNotes: One of an on-g
 oing series of talks on small payload opportunities for entrepreneurs in t
 he New Space industry. Contact sean.casey (at) siliconvalleyspacecenter.or
 g for further information on this series.\n--\nhttp://events.hackerdojo.co
 m/event/1259001-svscaiaa-small-payload-seminar
DTEND:20120403T040000Z
DTSTART:20120403T023000Z
SUMMARY:SVSC/AIAA Small Payload Seminar
URL:http://events.hackerdojo.com/event/1259001-svscaiaa-small-payload-semi
 nar
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol (ASI) is simply an online version of the Silicon Valley p
 itch contest (JumpStartDays.com) where everyone participates over webcam v
 ideo conferencing. \n\nThe audience views this through the Agora Startup I
 dol’s web site on their web device\, much like they view Hulu or Justin.
 tv. Startup Idol provides traction to its participants via its Gamificatio
 n layer which incentivizes audience members for preferred behaviors throug
 h points\, rewards and prizes. Audience members receive points for doing a
 ctivities such as watching segments of the show\, signing up as users to t
 he contestants’ products\, providing helpful feedback as well as motivat
 ing their friends to do the same. This is significant because traditionall
 y\, startups have been left to their own devices to create traction for th
 eir products. The marketing effort and hosting of this one event is a fun 
 and powerful way to provide exposure and traction for all involved.\n ASI
 ’s mission is to provide startups strong traction. Something they have b
 een on their own to attract until now.  ASI’s goals for the inaugural ev
 ent are to get all contestants some level of new users and at least one ov
 er 100\,000 new valid users that stick. A noble and lofty goal.\n\nStudio 
 Audience would be charged $25 a day (Not Hacker Dojo members nor Startup p
 articipants) \n\n\nNotes: For the studio we only need to set up in a corne
 r with area for a camera\, lights and a table with 3 commentators like Spo
 rts Center. We have Nolan Bushnell as one of the commentators. However\, w
 e believe people would want to watch as a studio audience so we could set 
 the room up for a Studio Audience.\nOnly Studio Audience would be charged 
 $25 a day (Not Hacker Dojo members nor Startup participants nor people wat
 ching over the web)\nThis could drive people to become Hacker Dojo members
  if they want to sit in on all 9 days of the studio audience.\n\nIt is pla
 nned to run from 1PM to 5:30 PM daily.\n--\nhttp://events.hackerdojo.com/e
 vent/1271009-agora-startup-idol-starting-64-day-1
DTEND:20120404T013000Z
DTSTART:20120403T210000Z
SUMMARY:Agora Startup Idol Starting 64 Day 1
URL:http://events.hackerdojo.com/event/1271009-agora-startup-idol-starting
 -64-day-1
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol (ASI) is simply an online version of the Silicon Valley p
 itch contest (JumpStartDays.com) where everyone participates over webcam v
 ideo conferencing. \n\nThe audience views this through the Agora Startup I
 dol’s web site on their web device\, much like they view Hulu or Justin.
 tv. Startup Idol provides traction to its participants via its Gamificatio
 n layer which incentivizes audience members for preferred behaviors throug
 h points\, rewards and prizes. Audience members receive points for doing a
 ctivities such as watching segments of the show\, signing up as users to t
 he contestants’ products\, providing helpful feedback as well as motivat
 ing their friends to do the same. This is significant because traditionall
 y\, startups have been left to their own devices to create traction for th
 eir products. The marketing effort and hosting of this one event is a fun 
 and powerful way to provide exposure and traction for all involved.\n ASI
 ’s mission is to provide startups strong traction. Something they have b
 een on their own to attract until now.  ASI’s goals for the inaugural ev
 ent are to get all contestants some level of new users and at least one ov
 er 100\,000 new valid users that stick. A noble and lofty goal.\n\nStudio 
 Audience would be charged $25 a day (Not Hacker Dojo members nor Startup p
 articipants)\n\n\nNotes: For the studio we only need to set up in a corner
  with area for a camera\, lights and a table with 3 commentators like Spor
 ts Center. We have Nolan Bushnell as one of the commentators. However\, we
  believe people would want to watch as a studio audience so we could set t
 he room up for a Studio Audience.\nOnly Studio Audience would be charged $
 25 a day (Not Hacker Dojo members nor Startup participants nor people watc
 hing over the web)\n\nWilling to trim down the audience if need be and wil
 l have someone at door to cut off at top number.\n--\nhttp://events.hacker
 dojo.com/event/1269015-agora-startup-idol-starting-64-day-2
DTEND:20120405T013000Z
DTSTART:20120404T210000Z
SUMMARY:Agora Startup Idol Starting 64 Day 2
URL:http://events.hackerdojo.com/event/1269015-agora-startup-idol-starting
 -64-day-2
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol (ASI) is simply an online version of the Silicon Valley p
 itch contest (JumpStartDays.com) where everyone participates over webcam v
 ideo conferencing. \n\nThe audience views this through the Agora Startup I
 dol’s web site on their web device\, much like they view Hulu or Justin.
 tv. Startup Idol provides traction to its participants via its Gamificatio
 n layer which incentivizes audience members for preferred behaviors throug
 h points\, rewards and prizes. Audience members receive points for doing a
 ctivities such as watching segments of the show\, signing up as users to t
 he contestants’ products\, providing helpful feedback as well as motivat
 ing their friends to do the same. This is significant because traditionall
 y\, startups have been left to their own devices to create traction for th
 eir products. The marketing effort and hosting of this one event is a fun 
 and powerful way to provide exposure and traction for all involved.\n ASI
 ’s mission is to provide startups strong traction. Something they have b
 een on their own to attract until now.  ASI’s goals for the inaugural ev
 ent are to get all contestants some level of new users and at least one ov
 er 100\,000 new valid users that stick. A noble and lofty goal.\n\nStudio 
 Audience would be charged $25 a day (Not Hacker Dojo members nor Startup p
 articipants)\n\n\nNotes: For the studio we only need to set up in a corner
  with area for a camera\, lights and a table with 3 commentators like Spor
 ts Center. We have Nolan Bushnell as one of the commentators. However\, we
  believe people would want to watch as a studio audience so we could set t
 he room up for a Studio Audience.\nOnly Studio Audience would be charged $
 25 a day (Not Hacker Dojo members nor Startup participants nor people watc
 hing over the web)\n\nWilling to trim down the audience if need be and wil
 l have someone at door to cut off at top number.\n\n--\nhttp://events.hack
 erdojo.com/event/1269016-agora-startup-idol-starting-64-day-3
DTEND:20120406T013000Z
DTSTART:20120405T210000Z
SUMMARY:Agora Startup Idol Starting 64 Day 3
URL:http://events.hackerdojo.com/event/1269016-agora-startup-idol-starting
 -64-day-3
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol (ASI) is simply an online version of the Silicon Valley p
 itch contest (JumpStartDays.com) where everyone participates over webcam v
 ideo conferencing. \n\nThe audience views this through the Agora Startup I
 dol’s web site on their web device\, much like they view Hulu or Justin.
 tv. Startup Idol provides traction to its participants via its Gamificatio
 n layer which incentivizes audience members for preferred behaviors throug
 h points\, rewards and prizes. Audience members receive points for doing a
 ctivities such as watching segments of the show\, signing up as users to t
 he contestants’ products\, providing helpful feedback as well as motivat
 ing their friends to do the same. This is significant because traditionall
 y\, startups have been left to their own devices to create traction for th
 eir products. The marketing effort and hosting of this one event is a fun 
 and powerful way to provide exposure and traction for all involved.\n ASI
 ’s mission is to provide startups strong traction. Something they have b
 een on their own to attract until now.  ASI’s goals for the inaugural ev
 ent are to get all contestants some level of new users and at least one ov
 er 100\,000 new valid users that stick. A noble and lofty goal.\n\nStudio 
 Audience would be charged $25 a day (Not Hacker Dojo members nor Startup p
 articipants)\n\n\nNotes: For the studio we only need to set up in a corner
  with area for a camera\, lights and a table with 3 commentators like Spor
 ts Center. We have Nolan Bushnell as one of the commentators. However\, we
  believe people would want to watch as a studio audience so we could set t
 he room up for a Studio Audience.\nOnly Studio Audience would be charged $
 25 a day (Not Hacker Dojo members nor Startup participants nor people watc
 hing over the web)\n\nWilling to trim down the audience if need be and wil
 l have someone at door to cut off at top number.\n\n--\nhttp://events.hack
 erdojo.com/event/1270016-agora-startup-idol-starting-64-day-4
DTEND:20120407T013000Z
DTSTART:20120406T210000Z
SUMMARY:Agora Startup Idol Starting 64 Day 4
URL:http://events.hackerdojo.com/event/1270016-agora-startup-idol-starting
 -64-day-4
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1285004-hacker-dojo-happy-hour
DTEND:20120407T060000Z
DTSTART:20120407T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1285004-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mina Goor\nType: Hackathon\nEstimate
 d size: 30\nRooms: 140b\n\nDetails: A hackathon for mobile developers (iOS
 \, Android\, Windows and html5)\n\n\n--\nhttp://events.hackerdojo.com/even
 t/1233002-mobile-hackathon
DTEND:20120408T040000Z
DTSTART:20120407T160000Z
SUMMARY:Mobile Hackathon
URL:http://events.hackerdojo.com/event/1233002-mobile-hackathon
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1261012
 -yoga-hacks-setup
DTEND:20120407T190000Z
DTSTART:20120407T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1261012-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 61008-yoga-hacks
DTEND:20120407T200000Z
DTSTART:20120407T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1261008-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol Surviving 32 Day 1\n\n(ASI) is simply an online version o
 f the Silicon Valley pitch contest (JumpStartDays.com) where everyone part
 icipates over webcam video conferencing. \n\nThe audience views this throu
 gh the Agora Startup Idol’s web site on their web device\, much like the
 y view Hulu or Justin.tv. Startup Idol provides traction to its participan
 ts via its Gamification layer which incentivizes audience members for pref
 erred behaviors through points\, rewards and prizes. Audience members rece
 ive points for doing activities such as watching segments of the show\, si
 gning up as users to the contestants’ products\, providing helpful feedb
 ack as well as motivating their friends to do the same. This is significan
 t because traditionally\, startups have been left to their own devices to 
 create traction for their products. The marketing effort and hosting of th
 is one event is a fun and powerful way to provide exposure and traction fo
 r all involved.\n ASI’s mission is to provide startups strong traction. 
 Something they have been on their own to attract until now.  ASI’s goals
  for the inaugural event are to get all contestants some level of new user
 s and at least one over 100\,000 new valid users that stick. A noble and l
 ofty goal.\n\nStudio Audience would be charged $25 a day (Not Hacker Dojo 
 members nor Startup participants)\n\n\nNotes: For the studio we only need 
 to set up in a corner with area for a camera\, lights and a table with 3 c
 ommentators like Sports Center. We have Nolan Bushnell as one of the comme
 ntators. However\, we believe people would want to watch as a studio audie
 nce so we could set the room up for a Studio Audience.\nOnly Studio Audien
 ce would be charged $25 a day (Not Hacker Dojo members nor Startup partici
 pants nor people watching over the web)\n\nWilling to trim down the audien
 ce if need be and will have someone at door to cut off at top number.\n\n-
 -\nhttp://events.hackerdojo.com/event/1272007-agora-startup-idol-surviving
 -32-day-1
DTEND:20120411T013000Z
DTSTART:20120410T210000Z
SUMMARY:Agora Startup Idol Surviving 32 Day 1
URL:http://events.hackerdojo.com/event/1272007-agora-startup-idol-survivin
 g-32-day-1
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/audiohackers\nContact:
  dan.newcome@hackerdojo.com\, \nRooms: Electronics Lab\n\nDetails: This is
  an informal hacking meetup for sound-related projects. This is for you if
  you're interested in any of the following: \n\n- Building audio circuits 
 (oscillators/filters\, etc) \n- Audio programming languages (e.g. PD\, MAX
 /MSP\, Chuck) \n- Programming audio applications \n- Digital signal proces
 sing \n- Building instruments/synthesizers \n- Circuit bending \n- Other a
 udio/music tech related things \n\nI'm scheduling this meetup twice monthl
 y. \n\nBring your own projects and ideas or help someone out with theirs.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1261004-audio-and-music-hackin
 g
DTEND:20120411T040000Z
DTSTART:20120411T023000Z
SUMMARY:Audio and Music Hacking
URL:http://events.hackerdojo.com/event/1261004-audio-and-music-hacking
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol (ASI) is simply an online version of the Silicon Valley p
 itch contest (JumpStartDays.com) where everyone participates over webcam v
 ideo conferencing. \n\nThe audience views this through the Agora Startup I
 dol’s web site on their web device\, much like they view Hulu or Justin.
 tv. Startup Idol provides traction to its participants via its Gamificatio
 n layer which incentivizes audience members for preferred behaviors throug
 h points\, rewards and prizes. Audience members receive points for doing a
 ctivities such as watching segments of the show\, signing up as users to t
 he contestants’ products\, providing helpful feedback as well as motivat
 ing their friends to do the same. This is significant because traditionall
 y\, startups have been left to their own devices to create traction for th
 eir products. The marketing effort and hosting of this one event is a fun 
 and powerful way to provide exposure and traction for all involved.\n ASI
 ’s mission is to provide startups strong traction. Something they have b
 een on their own to attract until now.  ASI’s goals for the inaugural ev
 ent are to get all contestants some level of new users and at least one ov
 er 100\,000 new valid users that stick. A noble and lofty goal.\n\nStudio 
 Audience would be charged $25 a day (Not Hacker Dojo members nor Startup p
 articipants)\n\n\nNotes: For the studio we only need to set up in a corner
  with area for a camera\, lights and a table with 3 commentators like Spor
 ts Center. We have Nolan Bushnell as one of the commentators. However\, we
  believe people would want to watch as a studio audience so we could set t
 he room up for a Studio Audience.\nOnly Studio Audience would be charged $
 25 a day (Not Hacker Dojo members nor Startup participants nor people watc
 hing over the web)\n\nWilling to trim down the audience if need be and wil
 l have someone at door to cut off at top number.\n\n--\nhttp://events.hack
 erdojo.com/event/1269017-agora-startup-idol-surviving-32-day-2
DTEND:20120412T013000Z
DTSTART:20120411T210000Z
SUMMARY:Agora Startup Idol Surviving 32 Day 2
URL:http://events.hackerdojo.com/event/1269017-agora-startup-idol-survivin
 g-32-day-2
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1148004-policy-bear-wrestlingpbw
DTEND:20120412T040000Z
DTSTART:20120412T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1148004-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\nDetails: All members &amp\; interested member
 s are welcome to attend.\n\n\n--\nhttp://events.hackerdojo.com/event/11410
 37-member-meeting-state-of-the-dojo
DTEND:20120412T043000Z
DTSTART:20120412T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1141037-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1143024-bay-area-freebsd-meeting-bafug
DTEND:20120413T073000Z
DTSTART:20120413T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1143024-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Social\nEstimated 
 size: 30\nRooms: Savanna\n\nDetails: Members and visitors welcome!   BYOB\
 , or bring some food\, and/or a few Lincolns for the donation box.\n\n\n\n
 --\nhttp://events.hackerdojo.com/event/1271024-hacker-dojo-happy-hour
DTEND:20120414T060000Z
DTSTART:20120414T030000Z
SUMMARY:Hacker Dojo Happy Hour
URL:http://events.hackerdojo.com/event/1271024-hacker-dojo-happy-hour
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1258007
 -yoga-hacks-setup
DTEND:20120414T190000Z
DTSTART:20120414T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1258007-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 58005-yoga-hacks
DTEND:20120414T200000Z
DTSTART:20120414T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1258005-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol Sweet 16\n\n(ASI) is simply an online version of the Sili
 con Valley pitch contest (JumpStartDays.com) where everyone participates o
 ver webcam video conferencing. \n\nThe audience views this through the Ago
 ra Startup Idol’s web site on their web device\, much like they view Hul
 u or Justin.tv. Startup Idol provides traction to its participants via its
  Gamification layer which incentivizes audience members for preferred beha
 viors through points\, rewards and prizes. Audience members receive points
  for doing activities such as watching segments of the show\, signing up a
 s users to the contestants’ products\, providing helpful feedback as wel
 l as motivating their friends to do the same. This is significant because 
 traditionally\, startups have been left to their own devices to create tra
 ction for their products. The marketing effort and hosting of this one eve
 nt is a fun and powerful way to provide exposure and traction for all invo
 lved.\n ASI’s mission is to provide startups strong traction. Something 
 they have been on their own to attract until now.  ASI’s goals for the i
 naugural event are to get all contestants some level of new users and at l
 east one over 100\,000 new valid users that stick. A noble and lofty goal.
 \n\nStudio Audience would be charged $25 a day (Not Hacker Dojo members no
 r Startup participants)\n \n\n\nNotes: For the studio we only need to set 
 up in a corner with area for a camera\, lights and a table with 3 commenta
 tors like Sports Center. We have Nolan Bushnell as one of the commentators
 . However\, we believe people would want to watch as a studio audience so 
 we could set the room up for a Studio Audience.\nOnly Studio Audience woul
 d be charged $25 a day (Not Hacker Dojo members nor Startup participants n
 or people watching over the web)\nThis could drive people to become Hacker
  Dojo members if they want to sit in on all 9 days of the studio audience.
 \n\n--\nhttp://events.hackerdojo.com/event/1270014-agora-startup-idol-swee
 t-16
DTEND:20120418T013000Z
DTSTART:20120417T210000Z
SUMMARY:Agora Startup Idol Sweet 16
URL:http://events.hackerdojo.com/event/1270014-agora-startup-idol-sweet-16
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mark Lentczner\nType: Hackathon\nEst
 imated size: 30\nRooms: 140b\n\n\n--\nhttp://events.hackerdojo.com/event/1
 271006-bayhac-12-haskell-hackathon
DTEND:20120421T030000Z
DTSTART:20120420T170000Z
SUMMARY:BayHac '12 - Haskell Hackathon
URL:http://events.hackerdojo.com/event/1271006-bayhac-12-haskell-hackathon
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mark Lentczner\nType: Hackathon\nEst
 imated size: 30\nRooms: 140b\n\n\n--\nhttp://events.hackerdojo.com/event/1
 269012-bayhac-12-haskell-hackathon
DTEND:20120422T030000Z
DTSTART:20120421T170000Z
SUMMARY:BayHac '12 - Haskell Hackathon
URL:http://events.hackerdojo.com/event/1269012-bayhac-12-haskell-hackathon
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1262002
 -yoga-hacks-setup
DTEND:20120421T190000Z
DTSTART:20120421T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1262002-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 61009-yoga-hacks
DTEND:20120421T200000Z
DTSTART:20120421T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1261009-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Mark Lentczner\nType: Hackathon\nEst
 imated size: 30\nRooms: 140b\n\n\n--\nhttp://events.hackerdojo.com/event/1
 275007-bayhac-12-haskell-hackathon
DTEND:20120423T030000Z
DTSTART:20120422T170000Z
SUMMARY:BayHac '12 - Haskell Hackathon
URL:http://events.hackerdojo.com/event/1275007-bayhac-12-haskell-hackathon
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol Elite 8\n\nASI is simply an online version of the Silicon
  Valley pitch contest (JumpStartDays.com) where everyone participates over
  webcam video conferencing. \n\nThe audience views this through the Agora 
 Startup Idol’s web site on their web device\, much like they view Hulu o
 r Justin.tv. Startup Idol provides traction to its participants via its Ga
 mification layer which incentivizes audience members for preferred behavio
 rs through points\, rewards and prizes. Audience members receive points fo
 r doing activities such as watching segments of the show\, signing up as u
 sers to the contestants’ products\, providing helpful feedback as well a
 s motivating their friends to do the same. This is significant because tra
 ditionally\, startups have been left to their own devices to create tracti
 on for their products. The marketing effort and hosting of this one event 
 is a fun and powerful way to provide exposure and traction for all involve
 d.\n ASI’s mission is to provide startups strong traction. Something the
 y have been on their own to attract until now.  ASI’s goals for the inau
 gural event are to get all contestants some level of new users and at leas
 t one over 100\,000 new valid users that stick. A noble and lofty goal.\n\
 nStudio Audience would be charged $25 a day (Not Hacker Dojo members nor S
 tartup participants)\n\n\nNotes: For the studio we only need to set up in 
 a corner with area for a camera\, lights and a table with 3 commentators l
 ike Sports Center. We have Nolan Bushnell as one of the commentators. Howe
 ver\, we believe people would want to watch as a studio audience so we cou
 ld set the room up for a Studio Audience.\nOnly Studio Audience would be c
 harged $25 a day (Not Hacker Dojo members nor Startup participants nor peo
 ple watching over the web)\nThis could drive people to become Hacker Dojo 
 members if they want to sit in on all 9 days of the studio audience.\n\n--
 \nhttp://events.hackerdojo.com/event/1271011-agora-startup-idol-elite-8
DTEND:20120424T230000Z
DTSTART:20120424T210000Z
SUMMARY:Agora Startup Idol Elite 8
URL:http://events.hackerdojo.com/event/1271011-agora-startup-idol-elite-8
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/audiohackers\nContact:
  dan.newcome@hackerdojo.com\, \nRooms: Electronics Lab\n\nDetails: This is
  an informal hacking meetup for sound-related projects. This is for you if
  you're interested in any of the following: \n\n- Building audio circuits 
 (oscillators/filters\, etc) \n- Audio programming languages (e.g. PD\, MAX
 /MSP\, Chuck) \n- Programming audio applications \n- Digital signal proces
 sing \n- Building instruments/synthesizers \n- Circuit bending \n- Other a
 udio/music tech related things \n\nI'm scheduling this meetup twice monthl
 y. \n\nBring your own projects and ideas or help someone out with theirs.\
 n\n\n--\nhttp://events.hackerdojo.com/event/1254009-audio-and-music-hackin
 g
DTEND:20120425T040000Z
DTSTART:20120425T023000Z
SUMMARY:Audio and Music Hacking
URL:http://events.hackerdojo.com/event/1254009-audio-and-music-hacking
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Setup Time\nEstim
 ated size: 2\nRooms: Deck\n\nDetails: Setup time for Yoga Hacks. Actual ev
 ent starts at 11:00AM.\n\n\n--\nhttp://events.hackerdojo.com/event/1265001
 -yoga-hacks-setup
DTEND:20120428T190000Z
DTSTART:20120428T183000Z
SUMMARY:Yoga Hacks (setup)
URL:http://events.hackerdojo.com/event/1265001-yoga-hacks-setup
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Dan Newcome\nType: Meetup\nEstimated
  size: 10\nInfo URL: http://groups.google.com/group/yoga-hacks\nContact: s
 morey203@yahoo.com\, \nRooms: Deck\n\nDetails: Come try a yoga class desig
 ned with the geek in mind! We will explore yoga techniques together during
  a 1 hour class in the Dojo community. All levels welcome -- be ready for 
 some sweat and fun! Bring a yoga mat if you have one\, and I'll have a few
  extras. Beginners welcome!\n\n\n--\nhttp://events.hackerdojo.com/event/12
 54011-yoga-hacks
DTEND:20120428T200000Z
DTSTART:20120428T190000Z
SUMMARY:Yoga Hacks
URL:http://events.hackerdojo.com/event/1254011-yoga-hacks
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Andrew Prell\nType: WEB 3.0 Broadcas
 t Studio\nEstimated size: 45\nInfo URL: agorastartupidol.com/overview.php\
 nFee: 25\nContact: Andrew Prell\, 502-424-0015\nRooms: 140b\n\nDetails: Ag
 ora Startup Idol Final 4 \n(Last Day of ASI)\n\nASI is simply an online ve
 rsion of the Silicon Valley pitch contest (JumpStartDays.com) where everyo
 ne participates over webcam video conferencing. \n\nThe audience views thi
 s through the Agora Startup Idol’s web site on their web device\, much l
 ike they view Hulu or Justin.tv. Startup Idol provides traction to its par
 ticipants via its Gamification layer which incentivizes audience members f
 or preferred behaviors through points\, rewards and prizes. Audience membe
 rs receive points for doing activities such as watching segments of the sh
 ow\, signing up as users to the contestants’ products\, providing helpfu
 l feedback as well as motivating their friends to do the same. This is sig
 nificant because traditionally\, startups have been left to their own devi
 ces to create traction for their products. The marketing effort and hostin
 g of this one event is a fun and powerful way to provide exposure and trac
 tion for all involved.\n ASI’s mission is to provide startups strong tra
 ction. Something they have been on their own to attract until now.  ASI’
 s goals for the inaugural event are to get all contestants some level of n
 ew users and at least one over 100\,000 new valid users that stick. A nobl
 e and lofty goal.\n\nStudio Audience would be charged $25 a day (Not Hacke
 r Dojo members nor Startup participants)\n\n\nNotes: For the studio we onl
 y need to set up in a corner with area for a camera\, lights and a table w
 ith 3 commentators like Sports Center. We have Nolan Bushnell as one of th
 e commentators. However\, we believe people would want to watch as a studi
 o audience so we could set the room up for a Studio Audience.\nOnly Studio
  Audience would be charged $25 a day (Not Hacker Dojo members nor Startup 
 participants nor people watching over the web)\nThis could drive people to
  become Hacker Dojo members if they want to sit in on all 9 days of the st
 udio audience.\n\n--\nhttp://events.hackerdojo.com/event/1280001-agora-sta
 rtup-idol-final-4
DTEND:20120501T230000Z
DTSTART:20120501T210000Z
SUMMARY:Agora Startup Idol Final 4 
URL:http://events.hackerdojo.com/event/1280001-agora-startup-idol-final-4
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1148005-policy-bear-wrestlingpbw
DTEND:20120510T040000Z
DTSTART:20120510T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1148005-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event/1280
 015-member-meeting-state-of-the-dojo
DTEND:20120510T043000Z
DTSTART:20120510T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1280015-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1138033-bay-area-freebsd-meeting-bafug
DTEND:20120511T073000Z
DTSTART:20120511T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1138033-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 2\nInfo URL: http://siliconvalleyspacecenter.org/about/\nRooms: Cubb
 y 1\n\nDetails: Office hours for the Silicon Valley Space Center with a fo
 cus on business development for the New Space economy. Please contact the 
 organizer (sean.casey (at) siliconvalleyspacecenter.org) if you wish to sc
 hedule a meeting time.\n\nNotes: Please see the SVSC launch pad site for a
  one-page business development template.\n--\nhttp://events.hackerdojo.com
 /event/1270005-svsc-business-development
DTEND:20120513T040000Z
DTSTART:20120512T230000Z
SUMMARY:Svsc Business Development
URL:http://events.hackerdojo.com/event/1270005-svsc-business-development
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 15\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: Deck\n\nDe
 tails: Organizational meeting for the Silicon Valley Space Center. Discuss
 ion concerns the proposed Cubesat workshop for June 2012\n\nNotes: Please 
 contact the organizer if you wish to attend - sean.casey (at) siliconvalle
 yspacecenter.org . \n--\nhttp://events.hackerdojo.com/event/1268005-svsc-o
 rganizational-meeting
DTEND:20120514T010000Z
DTSTART:20120513T210000Z
SUMMARY:Svsc Organizational Meeting
URL:http://events.hackerdojo.com/event/1268005-svsc-organizational-meeting
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Lecture\nEstimated
  size: 35\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: 140b\n\nD
 etails: Presentation by Dan Saldana and George Sousa of the local Valley C
 hristian High School on their very successful cubelab development program 
 for micro-gravity payloads to the International Space Station.  A great ta
 lk on hands-on cost effective biological experiments that have flown sever
 al times on the ISS.\n\nNotes: One of an on-going series of talks on small
  payload opportunities for entrepreneurs in the New Space industry. Contac
 t sean.casey (at) siliconvalleyspacecenter.org for further information on 
 this series\n--\nhttp://events.hackerdojo.com/event/1276002-svscaiaa-small
 -payload-seminar
DTEND:20120515T050000Z
DTSTART:20120515T020000Z
SUMMARY:SVSC/AIAA Small Payload Seminar
URL:http://events.hackerdojo.com/event/1276002-svscaiaa-small-payload-semi
 nar
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 2\nInfo URL: http://siliconvalleyspacecenter.org/about/\nRooms: Cubb
 y 1\n\nDetails: Office hours for the Silicon Valley Space Center with a fo
 cus on business development for the New Space economy. Please contact the 
 organizer (sean.casey (at) siliconvalleyspacecenter.org) if you wish to sc
 hedule a meeting time.\n\nNotes: Please see the SVSC launch pad site for a
  one-page business development template.\n--\nhttp://events.hackerdojo.com
 /event/1277007-svsc-business-development
DTEND:20120610T040000Z
DTSTART:20120609T230000Z
SUMMARY:Svsc Business Development
URL:http://events.hackerdojo.com/event/1277007-svsc-business-development
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Meetup\nEstimated 
 size: 15\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: Deck\n\nDe
 tails: Organizational meeting for the Silicon Valley Space Center. Discuss
 ion concerns the proposed Cubesat workshop for June 2012\n\nNotes: Please 
 contact the organizer if you wish to attend - sean.casey (at) siliconvalle
 yspacecenter.org . \n--\nhttp://events.hackerdojo.com/event/1258009-svsc-o
 rganizational-meeting
DTEND:20120611T000000Z
DTSTART:20120610T210000Z
SUMMARY:Svsc Organizational Meeting
URL:http://events.hackerdojo.com/event/1258009-svsc-organizational-meeting
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Sean Casey\nType: Lecture\nEstimated
  size: 35\nInfo URL: http://siliconvalleyspacecenter.org\nRooms: 140b\n\nD
 etails: Presentation by Bryan Galusha of EvaForge.com on the crowdsource U
 AVForge DARPA challenge.  Discussion should focus on the UAV development\,
  operation\, and outcome of the much publicized competition.\n\nNotes: One
  of an on-going series of talks on small payload opportunities for entrepr
 eneurs in the New Space industry. Contact sean.casey (at) siliconvalleyspa
 cecenter.org for further information on this series.\n--\nhttp://events.ha
 ckerdojo.com/event/1231034-svscaiaa-small-payload-seminar
DTEND:20120612T040000Z
DTSTART:20120612T023000Z
SUMMARY:SVSC/AIAA Small Payload Seminar
URL:http://events.hackerdojo.com/event/1231034-svscaiaa-small-payload-semi
 nar
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1139050-policy-bear-wrestlingpbw
DTEND:20120614T040000Z
DTSTART:20120614T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1139050-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event/1287
 001-member-meeting-state-of-the-dojo
DTEND:20120614T043000Z
DTSTART:20120614T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1287001-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1138035-bay-area-freebsd-meeting-bafug
DTEND:20120615T073000Z
DTSTART:20120615T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1138035-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1140048-policy-bear-wrestlingpbw
DTEND:20120712T040000Z
DTSTART:20120712T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1140048-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event/1275
 022-member-meeting-state-of-the-dojo
DTEND:20120712T043000Z
DTSTART:20120712T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1275022-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1142033-bay-area-freebsd-meeting-bafug
DTEND:20120713T073000Z
DTSTART:20120713T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1142033-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1140049-policy-bear-wrestlingpbw
DTEND:20120809T040000Z
DTSTART:20120809T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1140049-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event/1277
 018-member-meeting-state-of-the-dojo
DTEND:20120809T043000Z
DTSTART:20120809T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1277018-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1143027-bay-area-freebsd-meeting-bafug
DTEND:20120810T073000Z
DTSTART:20120810T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1143027-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1143044-policy-bear-wrestlingpbw
DTEND:20120913T040000Z
DTSTART:20120913T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1143044-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Brian Klug\nType: Dojo Admin\nEstima
 ted size: 20\nRooms: Deck\n\n\n--\nhttp://events.hackerdojo.com/event/1275
 023-member-meeting-state-of-the-dojo
DTEND:20120913T043000Z
DTSTART:20120913T040000Z
SUMMARY:Member Meeting: State of the Dojo
URL:http://events.hackerdojo.com/event/1275023-member-meeting-state-of-the
 -dojo
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1139030-bay-area-freebsd-meeting-bafug
DTEND:20120914T073000Z
DTSTART:20120914T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1139030-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1141042-policy-bear-wrestlingpbw
DTEND:20121011T040000Z
DTSTART:20121011T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1141042-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1138037-bay-area-freebsd-meeting-bafug
DTEND:20121012T073000Z
DTSTART:20121012T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1138037-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1139053-policy-bear-wrestlingpbw
DTEND:20121115T040000Z
DTSTART:20121115T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1139053-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1139031-bay-area-freebsd-meeting-bafug
DTEND:20121116T073000Z
DTSTART:20121116T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1139031-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: We will be discussing properly proposed policies p
 olitely.  All interested members should attend.\n\n\n--\nhttp://events.hac
 kerdojo.com/event/1148008-policy-bear-wrestlingpbw
DTEND:20121213T040000Z
DTSTART:20121213T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1148008-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Larry Maloney\nType: Social\nEstimat
 ed size: 10\nInfo URL: www.bafug.org\nContact: Larry Maloney\, 408-893-029
 4\nRooms: Deck\n\nDetails: BAFUG ( Bay Area FreeBSD Users Group ) is a use
 rs group for Open Source Unix based in the San Francisco Bay Area. Our pri
 mary emphasis is on FreeBSD but enthuist of other Open Source Unix such as
  Linux\, OpenBSD\, BSDi\, NetBSD\, and OpenBSD are welcome.\n\n\n\n\n--\nh
 ttp://events.hackerdojo.com/event/1138039-bay-area-freebsd-meeting-bafug
DTEND:20121214T073000Z
DTSTART:20121214T030000Z
SUMMARY:Bay Area FreeBSD Meeting (BAFUG)
URL:http://events.hackerdojo.com/event/1138039-bay-area-freebsd-meeting-ba
 fug
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: Policies will be wrestled.\n\n\n--\nhttp://events.
 hackerdojo.com/event/1150011-policy-bear-wrestlingpbw
DTEND:20130110T040000Z
DTSTART:20130110T033000Z
SUMMARY:Policy Bear Wrestling(PBW)
URL:http://events.hackerdojo.com/event/1150011-policy-bear-wrestlingpbw
END:VEVENT
BEGIN:VEVENT
DESCRIPTION:Status: approved\nMember: Nick Johnson\nType: Dojo Admin\nEsti
 mated size: 20\nInfo URL: http://wiki.hackerdojo.com/w/page/27629690/PBW\n
 Rooms: Deck\n\nDetails: Policies will be wrestled.\n\n\n--\nhttp://events.
 hackerdojo.com/event/1279001-policy-bear-wrestlingpbw
DTEND:20130214T043000Z
DTSTART:20130214T033000Z
SUMMARY:Policy Bear Wrestling(Pbw)
URL:http://events.hackerdojo.com/event/1279001-policy-bear-wrestlingpbw
END:VEVENT
END:VCALENDAR

