From 66741ee16ff1a5fb6aa7b9a8f97e16fe5cea1f02 Mon Sep 17 00:00:00 2001 From: Edgar Bering Date: Tue, 24 Feb 2009 11:33:44 -0500 Subject: [PATCH 1/9] Adding march events and Dooly's night --- events.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/events.xml b/events.xml index b9325e9..a917564 100644 --- a/events.xml +++ b/events.xml @@ -5,6 +5,27 @@ + +

+ Functional Lexing and Parsing

+

+ TBA

+
+ + +

+ TBA

+

+ TBA

+
+ + +

+ Come join the CSC as we head to Dooly's.

+

+ Meet us at the Club office as we head to Dooly's for cheap tables and good times.

+
+

Continuing the popular Unix Tutorials with a rerun of 101 and the debut of 102.

From 78ea61da2a444a700072853d67f454aaa2b1935c Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Tue, 24 Feb 2009 13:37:03 -0500 Subject: [PATCH 2/9] Adding some information about IQC talk. --- events.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/events.xml b/events.xml index a917564..b8b96a6 100644 --- a/events.xml +++ b/events.xml @@ -12,9 +12,13 @@ TBA

- -

- TBA

+ + +

+ A brief intro Quantum Computing and why it matters, followed by a talk on programming + quantum computers. +

+

TBA

From 1ee0c65ba20397dc8f74b728574ebb4707b6b133 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Wed, 25 Feb 2009 03:20:25 -0500 Subject: [PATCH 3/9] Adding CUTC. --- events.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/events.xml b/events.xml index b8b96a6..275c5e9 100644 --- a/events.xml +++ b/events.xml @@ -5,6 +5,26 @@ + + +

+ See cutc.ca for more details. +

+
+ +

+ The Canadian Undergraduate Technology Conference is Canada's + largest student-run conference. From humble roots it has emerged + as a venue that offers an environment for students to grow + socially, academically, and professionally. We target to exceed + our past record of 600 students from 47 respected institutions + nationwide. The event mingles ambitious as well as talented + students with leaders from academia and industry to offer + memorable experiences and valuable opportunities. +

+
+
+

Functional Lexing and Parsing

From c95b8dddd906c47da7d5022968a658ecbbd92010 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Thu, 26 Feb 2009 13:21:54 -0500 Subject: [PATCH 4/9] Adding abstract for PR talk. --- events.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/events.xml b/events.xml index 275c5e9..0f6effc 100644 --- a/events.xml +++ b/events.xml @@ -28,8 +28,19 @@

Functional Lexing and Parsing

-

- TBA

+ +

+ This talk will describe a non-traditional functional approach + to the classical problems of lexing (breaking a stream of + characters into "words" or tokens) and parsing (identifying + tree structure in a stream of tokens based on a grammar, + e.g. for a programming language that needs to be compiled or + interpreted). The functional approach can clarify and organize + a number of algorithms that tend to be opaque in their + conventional imperative presentation. No prior background in + functional programming, lexing, or parsing is assumed. +

+
From dfd71014d4812142b6df2d46eec11fd778a8595a Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Thu, 26 Feb 2009 13:22:08 -0500 Subject: [PATCH 5/9] Updating IQC times. --- events.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.xml b/events.xml index 0f6effc..78ea566 100644 --- a/events.xml +++ b/events.xml @@ -43,7 +43,7 @@ - +

A brief intro Quantum Computing and why it matters, followed by a talk on programming From 6bedb03e6ebaceb46251c6cf72e034d7558f6dd9 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Thu, 26 Feb 2009 22:50:36 -0500 Subject: [PATCH 6/9] Fixing Dooly's time. --- events.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.xml b/events.xml index 78ea566..92b2337 100644 --- a/events.xml +++ b/events.xml @@ -54,7 +54,7 @@ TBA

- +

Come join the CSC as we head to Dooly's.

From 13163a8686e076ef3bf1befccb91a5b266e67003 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Thu, 26 Feb 2009 23:55:02 -0500 Subject: [PATCH 7/9] Disgusting implemention of flexible endings for the website. --- xsl/ics.xsl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xsl/ics.xsl b/xsl/ics.xsl index fe2470b..80ce230 100644 --- a/xsl/ics.xsl +++ b/xsl/ics.xsl @@ -20,7 +20,6 @@ END:VCALENDAR - @@ -30,7 +29,20 @@ DTSTAMP:20060912T200708Z UID:@csclub.uwaterloo.ca SEQUENCE:11 DTSTART: + + + DTEND: + + + +DTEND: + + + +DTEND: + + SUMMARY: -- DESCRIPTION: END:VEVENT From 7b690c9a8467cab500c6fdc0439efa775d409e01 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Fri, 27 Feb 2009 00:13:00 -0500 Subject: [PATCH 8/9] Fixed the calendar generation, and updated some events to use the new awesomeness. --- events.xml | 5 +++-- xsl/ics.xsl | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/events.xml b/events.xml index 92b2337..09b8025 100644 --- a/events.xml +++ b/events.xml @@ -5,7 +5,8 @@ - +

See cutc.ca for more details. @@ -54,7 +55,7 @@ TBA

- +

Come join the CSC as we head to Dooly's.

diff --git a/xsl/ics.xsl b/xsl/ics.xsl index 80ce230..2e472a1 100644 --- a/xsl/ics.xsl +++ b/xsl/ics.xsl @@ -30,11 +30,11 @@ UID:@csclub.uwaterloo.ca SEQUENCE:11 DTSTART: - + DTEND: - + DTEND: From d2b92d09139d603e71cabf506f8784dc448175e9 Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Fri, 27 Feb 2009 00:27:39 -0500 Subject: [PATCH 9/9] Adding an end time to the IQC talk. New ics stuff is awesome! You all suck cocks. --- events.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/events.xml b/events.xml index 09b8025..6f7d4e6 100644 --- a/events.xml +++ b/events.xml @@ -44,7 +44,8 @@ - +

A brief intro Quantum Computing and why it matters, followed by a talk on programming