diff --git a/.drone.yml b/.drone.yml index 8d3359d1..aab69260 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,18 +4,18 @@ type: docker name: node16 steps: -- name: check-lockfile - image: node:16 - commands: - - node ./check-lockfile.js - - name: install-deps image: node:16 - depends_on: - - check-lockfile commands: - npm install +- name: check-lockfile + image: node:16 + depends_on: + - install-deps + commands: + - npm run check-lockfile + - name: lint image: node:16 depends_on: @@ -28,12 +28,20 @@ steps: depends_on: - install-deps commands: - - npm run build + - npm run build:web + +- name: generate-calendar + image: node:16 + depends_on: + - install-deps + commands: + - npm run generate:calendar - name: export image: node:16 depends_on: - build + - generate-calendar commands: - npm run export diff --git a/.gitignore b/.gitignore index 922d92a5..d0cff56b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Calendar is automatically generated +/public/events.ics \ No newline at end of file diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index 00113c82..69588eb6 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -22,10 +22,14 @@ } .nav { - top: calc(20rem / 16); position: sticky; - height: 100%; - margin: calc(8rem / 16) calc(32rem / 16) 0 0; + overflow: auto; + flex-shrink: 0; + + top: calc(20rem / 16); + margin: calc(8rem / 16) calc(32rem / 16) calc(20rem / 16) 0; + height: calc(100vh - (44rem / 16)); + color: var(--primary-heading); font-weight: 500; } @@ -107,6 +111,7 @@ .arrow { fill: var(--primary-accent); margin-top: calc(27rem / 16); + flex-shrink: 0; } .prevArrow { @@ -188,9 +193,9 @@ top: 0; left: 0; - overflow-y: auto; z-index: 30; + height: 100%; margin: 0; background: var(--primary-accent-lighter); width: calc(288rem / 16); diff --git a/content/about/index.mdx b/content/about/index.mdx index d390e640..dc44cfd3 100644 --- a/content/about/index.mdx +++ b/content/about/index.mdx @@ -16,13 +16,13 @@ growth. ## Our Vision -1. Academic: Promoting the knowledge and interest of Computer Science, as well +1. **Academic**: Promoting the knowledge and interest of Computer Science, as well as supporting students throughout their academic experiences. -2. Career: Providing career guidance and resources to help students gain +2. **Career**: Providing career guidance and resources to help students gain experience and knowledge for their own job search. -3. Community: Encouraging interpersonal relationships through community building +3. **Community**: Encouraging interpersonal relationships through community building and social events for all computing students. @@ -73,11 +73,11 @@ in the club.
-Computer Science Club
-Math & Computer 3036/3037
-University of Waterloo
-200 University Avenue West
-Waterloo, ON N2L 3G1
+Computer Science Club +Math & Computer 3036/3037 +University of Waterloo +200 University Avenue West +Waterloo, ON  N2L 3G1 Canada Our office phone number is [(519) 888-4567 x33870](tel:+15198884567,33870). diff --git a/content/events/1994/fall/ACM-Style-Programming-Contest.md b/content/events/1994/fall/ACM-Style-Programming-Contest.md index 2585e7e4..8eab0ae0 100644 --- a/content/events/1994/fall/ACM-Style-Programming-Contest.md +++ b/content/events/1994/fall/ACM-Style-Programming-Contest.md @@ -1,14 +1,13 @@ --- -name: 'ACM-Style Programming Contest' -short: '' -date: 'Sat Oct 15 1994 11:00:00 GMT-0400 (Eastern Daylight Time)' +name: "ACM-Style Programming Contest" +short: "" +date: "Sat Oct 15 1994 11:00:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'MC 3022' +location: "MC 3022" --- ### Big Money and Prizes! -So you think you're a pretty good programmer? Pit your skills against others on campus in this triannual event! Contestants will have three hours to solve five programming problems in either C or Pascal. - -Last fall's winners went on to the International Finals and came first overall! You could be there, too! +So you think you're a pretty good programmer? Pit your skills against others on campus in this triannual event! Contestants will have three hours to solve five programming problems in either C or Pascal. +Last fall's winners went on to the International Finals and came first overall! You could be there, too! diff --git a/content/events/1994/fall/CSC-Elections.md b/content/events/1994/fall/CSC-Elections.md index 465b80e7..df2a4330 100644 --- a/content/events/1994/fall/CSC-Elections.md +++ b/content/events/1994/fall/CSC-Elections.md @@ -1,9 +1,9 @@ --- -name: 'CSC Elections' -short: '' -date: 'Fri Sep 16 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "CSC Elections" +short: "" +date: "Fri Sep 16 1994 17:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'MC 4040' +location: "MC 4040" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/Exploring-the-Internet.md b/content/events/1994/fall/Exploring-the-Internet.md index 0b860f68..29bc825f 100644 --- a/content/events/1994/fall/Exploring-the-Internet.md +++ b/content/events/1994/fall/Exploring-the-Internet.md @@ -1,14 +1,13 @@ --- -name: 'Exploring the Internet' -short: '' -date: 'Thu Oct 20 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "Exploring the Internet" +short: "" +date: "Thu Oct 20 1994 17:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'MC 3009' +location: "MC 3009" --- ### Need something to do between assignments/beers? Did you know that your undergrad account at Waterloo gives you access to the world's largest computer network? With thousands of discussion groups, gigabytes of files to download, multimedia information browsers, even on-line entertainment? -The resources available on the Internet are vast and wondrous, but the tools for navigating it are sometimes confusing and arcane. In this hands-on tutorial you will get the chance to get your feet wet with the world's most mind-bogglingly big computer network, the protocols and programs used, and how to use them responsibly and effectively. - +The resources available on the Internet are vast and wondrous, but the tools for navigating it are sometimes confusing and arcane. In this hands-on tutorial you will get the chance to get your feet wet with the world's most mind-bogglingly big computer network, the protocols and programs used, and how to use them responsibly and effectively. diff --git a/content/events/1994/fall/Game-Theory.md b/content/events/1994/fall/Game-Theory.md index cf613255..e773f912 100644 --- a/content/events/1994/fall/Game-Theory.md +++ b/content/events/1994/fall/Game-Theory.md @@ -1,9 +1,9 @@ --- -name: 'Game Theory' -short: '' -date: 'Wed Nov 02 1994 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Game Theory" +short: "" +date: "Wed Nov 02 1994 17:30:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'MC 2038' +location: "MC 2038" --- ### From the Minimax Theorem, through Alpha-Beta, and beyond... @@ -11,4 +11,3 @@ location: 'MC 2038' This will be a discussion of the pitfalls of using mathematics and algorithms to play classical board games. Thorough descriptions shall be presented of the simple techniques used as the building blocks that make all modern computer game players. I will use tic-tac-toe as a control for my arguments. Other games such as Chess, Othello and Go shall be the be a greater measure of progress; and more importantly the targets of our dreams. To enhance the discussion of the future, Barney Pell's Metagamer shall be introduced. His work in define classes of games is important in identifying the features necessary for analysis. - diff --git a/content/events/1994/fall/Movie-Outing-Brainstorm.md b/content/events/1994/fall/Movie-Outing-Brainstorm.md index 541f52a6..257e97b3 100644 --- a/content/events/1994/fall/Movie-Outing-Brainstorm.md +++ b/content/events/1994/fall/Movie-Outing-Brainstorm.md @@ -1,7 +1,7 @@ --- name: 'Movie Outing: Brainstorm' short: ' No description available. ' -date: 'Tue Sep 13 1994 22:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 13 1994 21:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Princess Cinema' --- diff --git a/content/events/1994/fall/Prograph-Picture-the-Future.md b/content/events/1994/fall/Prograph-Picture-the-Future.md index 37d20afa..8d34004b 100644 --- a/content/events/1994/fall/Prograph-Picture-the-Future.md +++ b/content/events/1994/fall/Prograph-Picture-the-Future.md @@ -1,16 +1,15 @@ --- -name: 'Prograph: Picture the Future' -short: '' -date: 'Thu Oct 13 1994 18:00:00 GMT-0400 (Eastern Daylight Time)' +name: "Prograph: Picture the Future" +short: "" +date: "Thu Oct 13 1994 18:00:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'DC 1302' +location: "DC 1302" --- -What is the next step in the evolution of computer languages? Intelligent agents? Distributed objects? or visual languages? +What is the next step in the evolution of computer languages? Intelligent agents? Distributed objects? or visual languages? -Visual languages overcome many of the drawbacks and limitations of the textual languages that software development is based on today. Do you think about programming in a linear fashion? Or do you draw a mental picture of your algorithm and then linearize it for the benefit of your compiler? Wouldn't it be nice if you could code the same way you think? +Visual languages overcome many of the drawbacks and limitations of the textual languages that software development is based on today. Do you think about programming in a linear fashion? Or do you draw a mental picture of your algorithm and then linearize it for the benefit of your compiler? Wouldn't it be nice if you could code the same way you think? -Visual C++ and Visual BASIC aren't visual languages, but Prograph is. Prograph is a commercially available, visual, object-oriented, data-flow language. It is well suited to graphical user interface development, but is as powerful for general-purpose programming as any textual language. - -The talk will comprise a discussion of the problems of textual languages that visual languages solve, a live demonstration of Prograph, and some of my observations of the applications of Prograph to software development. +Visual C++ and Visual BASIC aren't visual languages, but Prograph is. Prograph is a commercially available, visual, object-oriented, data-flow language. It is well suited to graphical user interface development, but is as powerful for general-purpose programming as any textual language. +The talk will comprise a discussion of the problems of textual languages that visual languages solve, a live demonstration of Prograph, and some of my observations of the applications of Prograph to software development. diff --git a/content/events/1994/fall/SIGGRAPH-Video-Night.md b/content/events/1994/fall/SIGGRAPH-Video-Night.md index 73f0b3fb..947f2663 100644 --- a/content/events/1994/fall/SIGGRAPH-Video-Night.md +++ b/content/events/1994/fall/SIGGRAPH-Video-Night.md @@ -1,9 +1,9 @@ --- -name: 'SIGGRAPH Video Night' -short: '' -date: 'Wed Sep 21 1994 19:30:00 GMT-0400 (Eastern Daylight Time)' +name: "SIGGRAPH Video Night" +short: "" +date: "Wed Sep 21 1994 19:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'DC 1302' +location: "DC 1302" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/UNIX-I-Tutorial.md b/content/events/1994/fall/UNIX-I-Tutorial.md index 19a2f40d..fd3cf3a0 100644 --- a/content/events/1994/fall/UNIX-I-Tutorial.md +++ b/content/events/1994/fall/UNIX-I-Tutorial.md @@ -1,9 +1,9 @@ --- -name: 'UNIX I Tutorial' -short: '' -date: 'Thu Sep 22 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "UNIX I Tutorial" +short: "" +date: "Thu Sep 22 1994 17:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'MC 3022' +location: "MC 3022" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/UNIX-II-Tutorial.md b/content/events/1994/fall/UNIX-II-Tutorial.md index b8101f53..78dad64b 100644 --- a/content/events/1994/fall/UNIX-II-Tutorial.md +++ b/content/events/1994/fall/UNIX-II-Tutorial.md @@ -1,9 +1,9 @@ --- -name: 'UNIX II Tutorial' -short: '' -date: 'Mon Sep 26 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "UNIX II Tutorial" +short: "" +date: "Mon Sep 26 1994 17:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'MC 3022' +location: "MC 3022" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1999/fall/Calculational-Mathematics.md b/content/events/1999/fall/Calculational-Mathematics.md index 9486b278..cc4ef419 100644 --- a/content/events/1999/fall/Calculational-Mathematics.md +++ b/content/events/1999/fall/Calculational-Mathematics.md @@ -1,7 +1,7 @@ --- name: 'Calculational Mathematics' short: 'By Edgar Dijkstra' -date: 'Thu Dec 02 1999 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Dec 02 1999 13:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1302' --- diff --git a/content/events/1999/fall/Ctrl-D.md b/content/events/1999/fall/Ctrl-D.md index ee55d429..e32b971f 100644 --- a/content/events/1999/fall/Ctrl-D.md +++ b/content/events/1999/fall/Ctrl-D.md @@ -1,7 +1,7 @@ --- name: 'Ctrl-D' short: 'End-of-term dinner' -date: 'Wed Dec 01 1999 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Dec 01 1999 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Golf''s Steakhouse' --- diff --git a/content/events/1999/fall/GDB,-Purify-Tutorial.md b/content/events/1999/fall/GDB,-Purify-Tutorial.md index e0802862..c89f543e 100644 --- a/content/events/1999/fall/GDB,-Purify-Tutorial.md +++ b/content/events/1999/fall/GDB,-Purify-Tutorial.md @@ -1,14 +1,13 @@ --- -name: 'GDB, Purify Tutorial' -short: '' -date: 'Tue Oct 19 1999 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "GDB, Purify Tutorial" +short: "" +date: "Tue Oct 19 1999 17:30:00 GMT-0400 (Eastern Daylight Time)" online: false -location: 'DC1304' +location: "DC1304" --- Debugging can be the most difficult and time consuming part of any program's life-cycle. Far from an exact science, it's more of an art ... and close to some kind of dark magic. Cryptic error messages, lousy error checking, and icky things like implicit casts can make it nearly impossible to know what's going on inside your program. Several tools are available to help automate your debugging. GDB and Purify are among the most powerful debugging tools available in a UNIX environment. GDB is an interactive debugger, allowing you to \`step' through a program, examine function calls, variable contents, stack traces and let you look at the state of a program after it crashes. Purify is a commercial program designed to help find and remove memory leaks from programs written in languages without automatic garbage collection. -This talk will cover how to compile your C and C++ programs for use with GDB and Purify, as well as how to use the available X interfaces. If a purify license is available on undergrad at the time of the talk, we will cover how to use it during runtime. - +This talk will cover how to compile your C and C++ programs for use with GDB and Purify, as well as how to use the available X interfaces. If a purify license is available on undergrad at the time of the talk, we will cover how to use it during runtime. diff --git a/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md b/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md index 6651f14a..38bd3515 100644 --- a/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md +++ b/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md @@ -1,7 +1,7 @@ --- name: 'Homebrew Processors and Integrated Systems in FPGAs' short: 'By Jan Gray' -date: 'Wed Dec 01 1999 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Dec 01 1999 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2066' --- diff --git a/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md b/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md index 1deaa4bb..8f29da10 100644 --- a/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md +++ b/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md @@ -2,7 +2,7 @@ name: 'Living Laboratories: The Future Computing Environments at Georgia Tech' short: 'By Blair MacIntyre and Elizabeth Mynatt' -date: 'Mon Oct 18 1999 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 18 1999 14:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1304' --- diff --git a/content/events/1999/fall/Open-Q&A-session.md b/content/events/1999/fall/Open-Q&A-session.md index 234ecd10..3859c168 100644 --- a/content/events/1999/fall/Open-Q&A-session.md +++ b/content/events/1999/fall/Open-Q&A-session.md @@ -1,7 +1,7 @@ --- name: 'Open Q&A session' short: 'By Edsger Dijkstra' -date: 'Fri Dec 03 1999 16:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Dec 03 1999 15:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1351' --- diff --git a/content/events/1999/fall/Proofs-and-Programs.md b/content/events/1999/fall/Proofs-and-Programs.md index 8e819195..8b2b1576 100644 --- a/content/events/1999/fall/Proofs-and-Programs.md +++ b/content/events/1999/fall/Proofs-and-Programs.md @@ -1,7 +1,7 @@ --- name: 'Proofs and Programs' short: 'By Edsger Dijkstra' -date: 'Fri Dec 03 1999 11:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Dec 03 1999 10:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Siegfried Hall, St Jerome''s' diff --git a/content/events/2000/fall/CSC-Elections.md b/content/events/2000/fall/CSC-Elections.md index eb716f7d..53fc91c2 100644 --- a/content/events/2000/fall/CSC-Elections.md +++ b/content/events/2000/fall/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'Fall 2000 Elections for the CSC.' -date: 'Thu Sep 14 2000 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 14 2000 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2000/fall/Realising-the-Next-Generation-Internet.md b/content/events/2000/fall/Realising-the-Next-Generation-Internet.md index 247acc85..801ee26b 100644 --- a/content/events/2000/fall/Realising-the-Next-Generation-Internet.md +++ b/content/events/2000/fall/Realising-the-Next-Generation-Internet.md @@ -1,7 +1,7 @@ --- name: 'Realising the Next Generation Internet' short: 'By Frank Clegg of Microsoft Canada' -date: 'Mon Sep 25 2000 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 25 2000 14:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2000/fall/SIGGraph-Video-Night.md b/content/events/2000/fall/SIGGraph-Video-Night.md index 1bcf13be..05a6bc91 100644 --- a/content/events/2000/fall/SIGGraph-Video-Night.md +++ b/content/events/2000/fall/SIGGraph-Video-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGraph Video Night' short: ' SIGGraph Video Night Featuring some truly awesome computer animations from Siggraph ''99. ' -date: 'Thu Sep 14 2000 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 14 2000 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2000/spring/Ctrl-D.md b/content/events/2000/spring/Ctrl-D.md index 84c4fd06..55fe3516 100644 --- a/content/events/2000/spring/Ctrl-D.md +++ b/content/events/2000/spring/Ctrl-D.md @@ -1,7 +1,7 @@ --- name: 'Ctrl-D' short: 'End-of-term dinner' -date: 'Thu Jul 20 2000 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 20 2000 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Ali Babas Steak House, 130 King Street S, Waterloo' diff --git a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md index da2ca292..a7a1b33a 100644 --- a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md +++ b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md @@ -1,12 +1,11 @@ --- -name: 'Enterprise Java APIs and Implementing a Web Portal (1)' -short: '' -date: 'Thu Mar 30 2000 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Enterprise Java APIs and Implementing a Web Portal (1)" +short: "" +date: "Thu Mar 30 2000 17:30:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'DC1304' +location: "DC1304" --- -Real World J2EE - Design Patterns and architecture behind the yet to be released J2EE portal: theserverside.com - -This talk will feature an exclusive look at the architecture behind the new J2EE portal: theserverside.com. Join Floyd Marinescu in a walk-through of the back-end of the portal, while learning about J2EE and its real world patterns, applications, problems and benefits. +Real World J2EE - Design Patterns and architecture behind the yet to be released J2EE portal: theserverside.com +This talk will feature an exclusive look at the architecture behind the new J2EE portal: theserverside.com. Join Floyd Marinescu in a walk-through of the back-end of the portal, while learning about J2EE and its real world patterns, applications, problems and benefits. diff --git a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md index 455d7b1a..83a70891 100644 --- a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md +++ b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md @@ -1,14 +1,13 @@ --- -name: 'Enterprise Java APIs and Implementing a Web Portal' -short: '' -date: 'Fri Mar 24 2000 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Enterprise Java APIs and Implementing a Web Portal" +short: "" +date: "Fri Mar 24 2000 17:30:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'DC1304' +location: "DC1304" --- -### by Floyd Marinescu +### by Floyd Marinescu -The first talk will be an introduction to the Enterprise Java API's: Servlets, JSP, EJB, and how to use them to build eCommerce sites. - -The second talk will be about how these technologies were used to implement a real world portal. The talk will include an overview of the design patterns used and will feature architectural information about the yet to be release portal (which I am one of the developers) called theserverside.com. +The first talk will be an introduction to the Enterprise Java API's: Servlets, JSP, EJB, and how to use them to build eCommerce sites. +The second talk will be about how these technologies were used to implement a real world portal. The talk will include an overview of the design patterns used and will feature architectural information about the yet to be release portal (which I am one of the developers) called theserverside.com. diff --git a/content/events/2001/spring/ACM-Style-programming-contest.md b/content/events/2001/spring/ACM-Style-programming-contest.md index cc4f2106..fef5ca2d 100644 --- a/content/events/2001/spring/ACM-Style-programming-contest.md +++ b/content/events/2001/spring/ACM-Style-programming-contest.md @@ -1,7 +1,7 @@ --- name: 'ACM-Style programming contest' short: 'Practice for the ACM international programming contest' -date: 'Sat Jun 02 2001 11:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jun 02 2001 10:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3006' --- diff --git a/content/events/2001/winter/ACM-Style-programming-contest.md b/content/events/2001/winter/ACM-Style-programming-contest.md index a3851441..a633952d 100644 --- a/content/events/2001/winter/ACM-Style-programming-contest.md +++ b/content/events/2001/winter/ACM-Style-programming-contest.md @@ -1,7 +1,7 @@ --- name: 'ACM-Style programming contest' short: 'Practice for the ACM international programming contest' -date: 'Sat Jan 27 2001 11:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Jan 27 2001 10:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3006' --- diff --git a/content/events/2001/winter/Executive-elections.md b/content/events/2001/winter/Executive-elections.md index 740e9020..7b589c5b 100644 --- a/content/events/2001/winter/Executive-elections.md +++ b/content/events/2001/winter/Executive-elections.md @@ -1,7 +1,7 @@ --- name: 'Executive elections' short: 'Winter 2001 CSC Elections.' -date: 'Mon Jan 15 2001 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 15 2001 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3036' --- diff --git a/content/events/2001/winter/Meeting-#2.md b/content/events/2001/winter/Meeting-#2.md index 1dabbe31..7fde157c 100644 --- a/content/events/2001/winter/Meeting-#2.md +++ b/content/events/2001/winter/Meeting-#2.md @@ -1,7 +1,7 @@ --- name: 'Meeting #2' short: 'Second CSC meeting for Winter 2001.' -date: 'Mon Jan 22 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 22 2001 15:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3036' --- diff --git a/content/events/2001/winter/Meeting-#3.md b/content/events/2001/winter/Meeting-#3.md index 3d63bc66..e3383939 100644 --- a/content/events/2001/winter/Meeting-#3.md +++ b/content/events/2001/winter/Meeting-#3.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #3' -short: '' -date: 'Mon Jan 29 2001 15:39:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #3" +short: "" +date: "Mon Jan 29 2001 15:39:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2001/winter/Meeting-#4.md b/content/events/2001/winter/Meeting-#4.md index e3ccd61a..0804c452 100644 --- a/content/events/2001/winter/Meeting-#4.md +++ b/content/events/2001/winter/Meeting-#4.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #4' -short: '' -date: 'Mon Feb 05 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #4" +short: "" +date: "Mon Feb 05 2001 16:30:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2001/winter/Meeting-#5.md b/content/events/2001/winter/Meeting-#5.md index a9c4fc31..d6cdd040 100644 --- a/content/events/2001/winter/Meeting-#5.md +++ b/content/events/2001/winter/Meeting-#5.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #5' -short: '' -date: 'Mon Feb 12 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #5" +short: "" +date: "Mon Feb 12 2001 16:30:00 GMT-0500 (Eastern Standard Time)" online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md b/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md index b3b5e09a..3c32eda6 100644 --- a/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md +++ b/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md @@ -1,7 +1,7 @@ --- name: 'A GNU Approach to Virtual Memory Management in a Multiserver Operating System' short: 'Neal Walfield, a GNU Hurd developer, talks about a possible Virtual Memory Management subsystem for the GNU Hurd' -date: 'Sat Oct 26 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Oct 26 2002 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md b/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md index e3f74978..c8953605 100644 --- a/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md +++ b/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md @@ -1,7 +1,7 @@ --- name: 'Automatic Memory Management and Garbage Collection' short: 'A talk by James A. Morrison' -date: 'Tue Nov 12 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 12 2002 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4058' --- diff --git a/content/events/2002/fall/Business-Meeting.md b/content/events/2002/fall/Business-Meeting.md index 0253ee35..e74a133b 100644 --- a/content/events/2002/fall/Business-Meeting.md +++ b/content/events/2002/fall/Business-Meeting.md @@ -1,7 +1,7 @@ --- name: 'Business Meeting' short: 'Vote on a constitutional change.' -date: 'Mon Sep 30 2002 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 30 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy lounge, MC3001' --- diff --git a/content/events/2002/fall/Debian-in-the-Enterprise.md b/content/events/2002/fall/Debian-in-the-Enterprise.md index ad31d444..2c3170ac 100644 --- a/content/events/2002/fall/Debian-in-the-Enterprise.md +++ b/content/events/2002/fall/Debian-in-the-Enterprise.md @@ -1,7 +1,7 @@ --- name: 'Debian in the Enterprise' short: 'A talk by Simon Law' -date: 'Thu Oct 17 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 17 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2065' --- diff --git a/content/events/2002/fall/F02-elections.md b/content/events/2002/fall/F02-elections.md index df19faa4..a02fa662 100644 --- a/content/events/2002/fall/F02-elections.md +++ b/content/events/2002/fall/F02-elections.md @@ -1,7 +1,7 @@ --- name: 'F02 elections' short: 'Come and vote for this term''s exec' -date: 'Mon Sep 16 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 16 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy lounge' --- diff --git a/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md b/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md index 794d290c..361c47ac 100644 --- a/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md +++ b/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md @@ -1,7 +1,7 @@ --- name: 'GNU/Linux InstallFest with KW-LUG and UW-DIG' short: 'Bring over your computer and we''ll help you install GNU/Linux' -date: 'Sat Nov 02 2002 12:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 02 2002 11:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3002 (Math Coffee and Donut Store)' --- diff --git a/content/events/2002/fall/GNULinux-on-HPPA.md b/content/events/2002/fall/GNULinux-on-HPPA.md index 9e37ac9a..1ec64d77 100644 --- a/content/events/2002/fall/GNULinux-on-HPPA.md +++ b/content/events/2002/fall/GNULinux-on-HPPA.md @@ -1,7 +1,7 @@ --- name: 'GNU/Linux on HPPA' short: 'Carlos O''Donnell talks about "the last of the legacy processors to fall before the barbarian horde"' -date: 'Sat Oct 26 2002 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Oct 26 2002 13:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Metaprogramming-GPUs.md b/content/events/2002/fall/Metaprogramming-GPUs.md index f603e4d5..44287167 100644 --- a/content/events/2002/fall/Metaprogramming-GPUs.md +++ b/content/events/2002/fall/Metaprogramming-GPUs.md @@ -1,7 +1,7 @@ --- name: 'Metaprogramming GPUs' short: 'A talk by Michael McCool of the Computer Graphics Lab.' -date: 'Tue Nov 19 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 19 2002 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4058' --- diff --git a/content/events/2002/fall/Perl-6.md b/content/events/2002/fall/Perl-6.md index 74abe979..8c01cbbb 100644 --- a/content/events/2002/fall/Perl-6.md +++ b/content/events/2002/fall/Perl-6.md @@ -1,7 +1,7 @@ --- name: 'Perl 6' short: 'A talk by Simon Law' -date: 'Thu Nov 21 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 21 2002 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Pints-with-the-Profs.md b/content/events/2002/fall/Pints-with-the-Profs.md index 7a28621a..d15708ae 100644 --- a/content/events/2002/fall/Pints-with-the-Profs.md +++ b/content/events/2002/fall/Pints-with-the-Profs.md @@ -1,7 +1,7 @@ --- name: 'Pints with the Profs' short: 'Get to know your profs and be the envy of your friends!' -date: 'Tue Oct 01 2002 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 01 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'The Bomber' --- diff --git a/content/events/2002/fall/Samba-and-You.md b/content/events/2002/fall/Samba-and-You.md index c5008387..f5d49349 100644 --- a/content/events/2002/fall/Samba-and-You.md +++ b/content/events/2002/fall/Samba-and-You.md @@ -1,7 +1,7 @@ --- name: 'Samba and You' short: 'A talk by Dan Brovkovich, Mathsoc''s Computing Director' -date: 'Thu Nov 21 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 21 2002 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/The-Evil-Side-of-C++.md b/content/events/2002/fall/The-Evil-Side-of-C++.md index f6d75a15..152abe6f 100644 --- a/content/events/2002/fall/The-Evil-Side-of-C++.md +++ b/content/events/2002/fall/The-Evil-Side-of-C++.md @@ -1,7 +1,7 @@ --- name: 'The Evil Side of C++' short: 'Abusing template metaprogramming in C++; aka. writing a Mandelbrot generator that runs at compile time' -date: 'Tue Nov 05 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 05 2002 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2065' --- diff --git a/content/events/2002/fall/The-GNU-General-Public-License.md b/content/events/2002/fall/The-GNU-General-Public-License.md index 0901bbb4..cedc5442 100644 --- a/content/events/2002/fall/The-GNU-General-Public-License.md +++ b/content/events/2002/fall/The-GNU-General-Public-License.md @@ -1,7 +1,7 @@ --- name: 'The GNU General Public License' short: 'The teeth of Free Software' -date: 'Thu Nov 07 2002 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 07 2002 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4063' --- diff --git a/content/events/2002/fall/The-Hurd-Interfaces.md b/content/events/2002/fall/The-Hurd-Interfaces.md index bbd6d9aa..66330e2b 100644 --- a/content/events/2002/fall/The-Hurd-Interfaces.md +++ b/content/events/2002/fall/The-Hurd-Interfaces.md @@ -1,7 +1,7 @@ --- name: 'The Hurd Interfaces' short: 'Marcus Brinkmann, a GNU Hurd developer, talks about the Hurd server interfaces, at the heart of a GNU/Hurd system' -date: 'Sat Oct 26 2002 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Oct 26 2002 15:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Trip-to-York-University.md b/content/events/2002/fall/Trip-to-York-University.md index 37eeecdb..2185b6c8 100644 --- a/content/events/2002/fall/Trip-to-York-University.md +++ b/content/events/2002/fall/Trip-to-York-University.md @@ -1,7 +1,7 @@ --- name: 'Trip to York University' short: 'Going to visit the York University Computer Club' -date: 'Sat Nov 16 2002 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 16 2002 13:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'York University' --- diff --git a/content/events/2002/fall/UNIX-101.md b/content/events/2002/fall/UNIX-101.md index ec9b075e..95d2cc4c 100644 --- a/content/events/2002/fall/UNIX-101.md +++ b/content/events/2002/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First Steps with UNIX' -date: 'Thu Sep 26 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 26 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/UNIX-102.md b/content/events/2002/fall/UNIX-102.md index f877f203..15c6995d 100644 --- a/content/events/2002/fall/UNIX-102.md +++ b/content/events/2002/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Talking to your UNIX can be fun and profitable.' -date: 'Thu Oct 03 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 03 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/UNIX-103.md b/content/events/2002/fall/UNIX-103.md index 5c5e7a65..ac2f0bfd 100644 --- a/content/events/2002/fall/UNIX-103.md +++ b/content/events/2002/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: '' -date: 'Thu Oct 10 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 10 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md b/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md index db14bad9..f42827c9 100644 --- a/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md +++ b/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md @@ -1,7 +1,7 @@ --- name: 'Video cards, Linux display drivers and the Kernel Graphics Interface (KGI)' short: 'A talk by Filip Spacek, KGI developer' -date: 'Tue Oct 08 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 08 2002 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4045' --- diff --git a/content/events/2002/spring/S02-elections.md b/content/events/2002/spring/S02-elections.md index 2aae90b8..92dab83a 100644 --- a/content/events/2002/spring/S02-elections.md +++ b/content/events/2002/spring/S02-elections.md @@ -2,7 +2,7 @@ name: 'S02 elections' short: 'Come and vote for this term''s exec' -date: 'Sat May 11 2002 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat May 11 2002 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3036' --- diff --git a/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md b/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md index 5501318b..f0de71c2 100644 --- a/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md +++ b/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to GNU Hurd' short: 'Bored of GNU/Linux? Try this experimental operating system!' -date: 'Sat Jan 26 2002 15:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Jan 26 2002 14:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge MC3001' --- diff --git a/content/events/2002/winter/Computer-Go,-The-Ultimate.md b/content/events/2002/winter/Computer-Go,-The-Ultimate.md index c15cc22f..305d1949 100644 --- a/content/events/2002/winter/Computer-Go,-The-Ultimate.md +++ b/content/events/2002/winter/Computer-Go,-The-Ultimate.md @@ -1,7 +1,7 @@ --- name: 'Computer Go, The Ultimate' short: 'Thomas Wolf from Brock University will be holding a talk on the Asian game of Go. All are welcome.' -date: 'Fri Mar 01 2002 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Mar 01 2002 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4060' --- diff --git a/content/events/2002/winter/DVD-Video-Under-Linux.md b/content/events/2002/winter/DVD-Video-Under-Linux.md index 723eda7c..19c08c82 100644 --- a/content/events/2002/winter/DVD-Video-Under-Linux.md +++ b/content/events/2002/winter/DVD-Video-Under-Linux.md @@ -1,7 +1,7 @@ --- name: 'DVD-Video Under Linux' short: 'Billy Biggs will be holding a talk on DVD technology (in particular, CSS and playback issues) under Linux, giving some technical details as well as an overview of the current status of Free Software efforts. All are welcome.' -date: 'Wed Feb 13 2002 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 13 2002 16:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4060' --- diff --git a/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md b/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md index 49913561..59c8a9ae 100644 --- a/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md +++ b/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md @@ -1,7 +1,7 @@ --- name: 'GnuPG/PGP Keysigning Party' short: 'Get more signatures on your key!' -date: 'Sat Jan 26 2002 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Jan 26 2002 14:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge MC3001' --- diff --git a/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md b/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md index 33ed3338..fdca1195 100644 --- a/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md +++ b/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: First Steps With UNIX' short: ' This is the first in a series of seminars that cover the use of the UNIX Operating System. UNIX is used in a variety of applications, both in academia and industry. We will be covering the basics of the UNIX environment, as well as the use of PINE, an electronic mail and news reader. ' -date: 'Thu Jan 31 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 31 2002 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2037' --- diff --git a/content/events/2002/winter/Unix-102-Fun-With-UNIX.md b/content/events/2002/winter/Unix-102-Fun-With-UNIX.md index 9a2101dd..023f2b2c 100644 --- a/content/events/2002/winter/Unix-102-Fun-With-UNIX.md +++ b/content/events/2002/winter/Unix-102-Fun-With-UNIX.md @@ -1,7 +1,7 @@ --- name: 'Unix 102: Fun With UNIX' short: 'This the second in a series of UNIX tutorials. Simon Law and James Perry will be presenting some more advanced UNIX techniques. All are welcome. Accounts will be provided for those needing them.' -date: 'Thu Feb 07 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 07 2002 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md b/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md index e39f7abf..ffe49c69 100644 --- a/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md +++ b/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md @@ -1,7 +1,7 @@ --- name: '.NET & Linux: When Worlds Collide' short: 'A talk by James Perry' -date: 'Tue Oct 21 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 21 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2065' --- diff --git a/content/events/2003/fall/CS-Pints-With-Profs.md b/content/events/2003/fall/CS-Pints-With-Profs.md index b66fb86b..f2fb3666 100644 --- a/content/events/2003/fall/CS-Pints-With-Profs.md +++ b/content/events/2003/fall/CS-Pints-With-Profs.md @@ -1,7 +1,7 @@ --- name: 'CS Pints With Profs' short: 'Come have a pint with your favourite CS profs!' -date: 'Wed Nov 05 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 05 2003 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Grad House Pub (Green Room)' --- diff --git a/content/events/2003/fall/CSC-Elections.md b/content/events/2003/fall/CSC-Elections.md index a9aaa4ce..b707c4b6 100644 --- a/content/events/2003/fall/CSC-Elections.md +++ b/content/events/2003/fall/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'CSC Fall 2003 Elections' -date: 'Wed Sep 17 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Sep 17 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3001 (Comfy)' --- diff --git a/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md b/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md index e8f0e733..0c459f1b 100644 --- a/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md +++ b/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md @@ -1,7 +1,7 @@ --- name: 'Jon ''maddog'' Hall: Free and Open Source: Its uses in Business and Education' short: ' Free and Open Source software has been around for a long time, even longer then shrink-wrapped code.' -date: 'Mon Dec 01 2003 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Dec 01 2003 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'RCH 101' --- diff --git a/content/events/2003/fall/Poster-Team-Meeting.md b/content/events/2003/fall/Poster-Team-Meeting.md index b40346d0..d0f4c8ae 100644 --- a/content/events/2003/fall/Poster-Team-Meeting.md +++ b/content/events/2003/fall/Poster-Team-Meeting.md @@ -1,7 +1,7 @@ --- name: 'Poster Team Meeting' short: 'Join the Poster Team and get Free Pizza!' -date: 'Mon Oct 06 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 06 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3001 (Comfy)' --- diff --git a/content/events/2003/fall/Real-Time-Graphics-Compilers.md b/content/events/2003/fall/Real-Time-Graphics-Compilers.md index 729ca547..e3faa6ef 100644 --- a/content/events/2003/fall/Real-Time-Graphics-Compilers.md +++ b/content/events/2003/fall/Real-Time-Graphics-Compilers.md @@ -1,7 +1,7 @@ --- name: 'Real-Time Graphics Compilers' short: 'Sh is a GPU metaprogramming language developed at the UW Computer Graphics Lab' -date: 'Wed Oct 22 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 22 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4061' --- diff --git a/content/events/2003/fall/UNIX-101-Text-Editors.md b/content/events/2003/fall/UNIX-101-Text-Editors.md index efda4397..cc6311a9 100644 --- a/content/events/2003/fall/UNIX-101-Text-Editors.md +++ b/content/events/2003/fall/UNIX-101-Text-Editors.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: Text Editors' short: 'vi vs. emacs: The Ultimate Showdown' -date: 'Thu Oct 02 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 02 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/fall/UNIX-103-Development-Tools.md b/content/events/2003/fall/UNIX-103-Development-Tools.md index b0183040..c1023946 100644 --- a/content/events/2003/fall/UNIX-103-Development-Tools.md +++ b/content/events/2003/fall/UNIX-103-Development-Tools.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Development Tools' short: 'GCC, GDB, Make' -date: 'Thu Oct 16 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 16 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/A-Brief-History-of-Computer-Science.md b/content/events/2003/spring/A-Brief-History-of-Computer-Science.md index 618041b2..83427459 100644 --- a/content/events/2003/spring/A-Brief-History-of-Computer-Science.md +++ b/content/events/2003/spring/A-Brief-History-of-Computer-Science.md @@ -1,7 +1,7 @@ --- name: 'A Brief History of Computer Science' short: 'War, insanity, espionage, beauty, domination, sacrifice, and tragic death... not what one might associate with the history of computer science. In this talk I will focus on the origin of our discipline in the fields of engineering, mathematics, and science, and on the complicated personalities that shaped its evolution. No advanced technical knowledge is required.' -date: 'Tue Jun 10 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 10 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2003/spring/Friday-Flicks.md b/content/events/2003/spring/Friday-Flicks.md index b57ccc62..4c12b9f8 100644 --- a/content/events/2003/spring/Friday-Flicks.md +++ b/content/events/2003/spring/Friday-Flicks.md @@ -1,7 +1,7 @@ --- name: 'Friday Flicks' short: ' SIGGRAPH Electronic Theatre Showing ' -date: 'Fri Jun 27 2003 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 27 2003 14:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2003/spring/Guelph-Trip.md b/content/events/2003/spring/Guelph-Trip.md index 4cb8fd0b..283130cb 100644 --- a/content/events/2003/spring/Guelph-Trip.md +++ b/content/events/2003/spring/Guelph-Trip.md @@ -1,7 +1,7 @@ --- name: 'Guelph Trip' short: 'Come Visit the University of Guelph''s Computer Science Club' -date: 'Fri Jul 04 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 04 2003 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'University of Guelph' --- diff --git a/content/events/2003/spring/July-Exec-Meeting.md b/content/events/2003/spring/July-Exec-Meeting.md index e7174405..f7d7faae 100644 --- a/content/events/2003/spring/July-Exec-Meeting.md +++ b/content/events/2003/spring/July-Exec-Meeting.md @@ -2,7 +2,7 @@ name: 'July Exec Meeting' short: ' See Abstract for minutes ' -date: 'Thu Jul 24 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 24 2003 15:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CSC Office' --- diff --git a/content/events/2003/spring/June-12-Exec-Meeting.md b/content/events/2003/spring/June-12-Exec-Meeting.md index c3cd26b3..aa66bfb0 100644 --- a/content/events/2003/spring/June-12-Exec-Meeting.md +++ b/content/events/2003/spring/June-12-Exec-Meeting.md @@ -1,7 +1,7 @@ --- name: 'June 12 Exec Meeting' short: 'Have an issue that should be brought up? We''d love to hear it!' -date: 'Thu Jun 12 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 12 2003 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3036 CSC Office' --- diff --git a/content/events/2003/spring/LaTeX-and-Work-Reports.md b/content/events/2003/spring/LaTeX-and-Work-Reports.md index 2e19f997..5796bc5f 100644 --- a/content/events/2003/spring/LaTeX-and-Work-Reports.md +++ b/content/events/2003/spring/LaTeX-and-Work-Reports.md @@ -1,7 +1,7 @@ --- name: 'LaTeX and Work Reports' short: 'Writing beautiful work reports' -date: 'Thu Jul 31 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 31 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4064' --- diff --git a/content/events/2003/spring/Mainframes-and-Linux.md b/content/events/2003/spring/Mainframes-and-Linux.md index 4e3ccd7c..784a3eb3 100644 --- a/content/events/2003/spring/Mainframes-and-Linux.md +++ b/content/events/2003/spring/Mainframes-and-Linux.md @@ -1,7 +1,7 @@ --- name: 'Mainframes and Linux' short: 'A talk by Jim Elliott. Jim is responsible for IBM''s in Open Source activities and IBM''s mainframe operating systems for Canada and the Carribbean.' -date: 'Tue Jul 08 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 08 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2065' --- diff --git a/content/events/2003/spring/May-22-Exec-Meeting.md b/content/events/2003/spring/May-22-Exec-Meeting.md index 51018932..07123fc9 100644 --- a/content/events/2003/spring/May-22-Exec-Meeting.md +++ b/content/events/2003/spring/May-22-Exec-Meeting.md @@ -1,7 +1,7 @@ --- name: 'May 22 Exec Meeting' short: 'The execs discuss what needs discussion' -date: 'Thu May 22 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 22 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3036 CSC Office' --- diff --git a/content/events/2003/spring/Pints-with-Profs!.md b/content/events/2003/spring/Pints-with-Profs!.md index 2e5801b7..6d6e3e82 100644 --- a/content/events/2003/spring/Pints-with-Profs!.md +++ b/content/events/2003/spring/Pints-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Pints with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Mon Jun 09 2003 06:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jun 09 2003 05:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'The Grad House' --- diff --git a/content/events/2003/spring/Sh.md b/content/events/2003/spring/Sh.md index 26063372..bf0c9cf9 100644 --- a/content/events/2003/spring/Sh.md +++ b/content/events/2003/spring/Sh.md @@ -1,7 +1,7 @@ --- name: 'Sh' short: 'Metaprogramming your way to stunning effects.' -date: 'Thu Jul 17 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 17 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4064' --- diff --git a/content/events/2003/spring/Spring-2003-Elections.md b/content/events/2003/spring/Spring-2003-Elections.md index 704330ad..98fd7bc0 100644 --- a/content/events/2003/spring/Spring-2003-Elections.md +++ b/content/events/2003/spring/Spring-2003-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2003 Elections' short: 'Come on out and vote for your exec!' -date: 'Wed May 14 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 14 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3001 Comfy Lounge' --- diff --git a/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md b/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md index ad73cd4a..413bdc8b 100644 --- a/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md +++ b/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 101: First Steps With Unix' short: 'Learn Unix and be the envy of your friends!' -date: 'Thu May 29 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 29 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/Unix-102-Fun-With-Unix.md b/content/events/2003/spring/Unix-102-Fun-With-Unix.md index 420b492c..0319c62a 100644 --- a/content/events/2003/spring/Unix-102-Fun-With-Unix.md +++ b/content/events/2003/spring/Unix-102-Fun-With-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 102: Fun With Unix' short: 'Talking to your Unix can be fun and profitable' -date: 'Thu Jun 05 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 05 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/Unix-103-Scripting-Unix.md b/content/events/2003/spring/Unix-103-Scripting-Unix.md index 3b2a31e9..b0eb9f02 100644 --- a/content/events/2003/spring/Unix-103-Scripting-Unix.md +++ b/content/events/2003/spring/Unix-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 103: Scripting Unix' short: 'You too can be a Unix taskmaster' -date: 'Thu Jun 12 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 12 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/vi-the-visual-editor.md b/content/events/2003/spring/vi-the-visual-editor.md index 665189cf..2abeacc9 100644 --- a/content/events/2003/spring/vi-the-visual-editor.md +++ b/content/events/2003/spring/vi-the-visual-editor.md @@ -1,7 +1,7 @@ --- name: 'vi: the visual editor' short: 'It''s not 6.' -date: 'Thu Jun 19 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 19 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Abusing-the-C++-Compiler.md b/content/events/2003/winter/Abusing-the-C++-Compiler.md index ec303ca8..20aca7f7 100644 --- a/content/events/2003/winter/Abusing-the-C++-Compiler.md +++ b/content/events/2003/winter/Abusing-the-C++-Compiler.md @@ -1,7 +1,7 @@ --- name: 'Abusing the C++ Compiler' short: 'Abusing template metaprogramming in C++' -date: 'Wed Mar 26 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Mar 26 2003 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2065' --- diff --git a/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md b/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md index 704a5ebb..95486085 100644 --- a/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md +++ b/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md @@ -1,7 +1,7 @@ --- name: 'Judy, or What Is It Like To Be A Robot?' short: 'Held in co-operation with the UW Cognitive Science Club' -date: 'Mon Mar 24 2003 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Mar 24 2003 20:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Humanities Theatre, Hagey Hall' --- diff --git a/content/events/2003/winter/LaTeX-A-Document-Processor.md b/content/events/2003/winter/LaTeX-A-Document-Processor.md index 0e00319c..b6505c86 100644 --- a/content/events/2003/winter/LaTeX-A-Document-Processor.md +++ b/content/events/2003/winter/LaTeX-A-Document-Processor.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: A Document Processor' short: 'Typesetting beautiful text' -date: 'Thu Feb 06 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 06 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md b/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md index 84338ed8..64314118 100644 --- a/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md +++ b/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: Beautiful Mathematics' short: 'LaTeX => fun' -date: 'Thu Feb 20 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 20 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/LaTeX-Reports.md b/content/events/2003/winter/LaTeX-Reports.md index 435eee09..d560ded5 100644 --- a/content/events/2003/winter/LaTeX-Reports.md +++ b/content/events/2003/winter/LaTeX-Reports.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: Reports' short: 'Writing reports that look good.' -date: 'Thu Feb 13 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 13 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Regular-Expressions.md b/content/events/2003/winter/Regular-Expressions.md index 6d4e46e3..9a73b90e 100644 --- a/content/events/2003/winter/Regular-Expressions.md +++ b/content/events/2003/winter/Regular-Expressions.md @@ -1,7 +1,7 @@ --- name: 'Regular Expressions' short: 'Find your perfect match' -date: 'Thu Jan 23 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 23 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/SSH-and-Networks.md b/content/events/2003/winter/SSH-and-Networks.md index f014af1a..7a96bbe5 100644 --- a/content/events/2003/winter/SSH-and-Networks.md +++ b/content/events/2003/winter/SSH-and-Networks.md @@ -1,7 +1,7 @@ --- name: 'SSH and Networks' short: 'Once more into the breach' -date: 'Thu Mar 27 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 27 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Stream-Processing.md b/content/events/2003/winter/Stream-Processing.md index 13916c04..08d5e2c9 100644 --- a/content/events/2003/winter/Stream-Processing.md +++ b/content/events/2003/winter/Stream-Processing.md @@ -1,7 +1,7 @@ --- name: 'Stream Processing' short: 'A talk by Assistant Professor Michael McCool' -date: 'Tue Mar 25 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 25 2003 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2065' --- diff --git a/content/events/2003/winter/The-BSD-License-Family.md b/content/events/2003/winter/The-BSD-License-Family.md index 4be9a624..1b7a14ca 100644 --- a/content/events/2003/winter/The-BSD-License-Family.md +++ b/content/events/2003/winter/The-BSD-License-Family.md @@ -1,7 +1,7 @@ --- name: 'The BSD License Family' short: 'Free for all' -date: 'Thu Feb 27 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 27 2003 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/The-GNU-General-Public-License.md b/content/events/2003/winter/The-GNU-General-Public-License.md index 9f9df1dc..8981a509 100644 --- a/content/events/2003/winter/The-GNU-General-Public-License.md +++ b/content/events/2003/winter/The-GNU-General-Public-License.md @@ -1,7 +1,7 @@ --- name: 'The GNU General Public License' short: 'The teeth of Free Software' -date: 'Thu Feb 27 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 27 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Unix-101-Tutorial.md b/content/events/2003/winter/Unix-101-Tutorial.md index c4150537..60293522 100644 --- a/content/events/2003/winter/Unix-101-Tutorial.md +++ b/content/events/2003/winter/Unix-101-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 101 Tutorial' short: 'Learn Unix and be the envy of your friends!' -date: 'Tue Feb 04 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 04 2003 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Unix-102-Tutorial.md b/content/events/2003/winter/Unix-102-Tutorial.md index e9cc60e0..b2679d97 100644 --- a/content/events/2003/winter/Unix-102-Tutorial.md +++ b/content/events/2003/winter/Unix-102-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 102 Tutorial' short: 'Learn more Unix and be the envy of your friends!' -date: 'Tue Feb 11 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 11 2003 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Unix-103-Tutorial.md b/content/events/2003/winter/Unix-103-Tutorial.md index 3709eef8..a3943465 100644 --- a/content/events/2003/winter/Unix-103-Tutorial.md +++ b/content/events/2003/winter/Unix-103-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 103 Tutorial' short: 'Learn more Unix and be the envy of your friends!' -date: 'Tue Feb 18 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 18 2003 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/W03-Elections.md b/content/events/2003/winter/W03-Elections.md index 0e8f448d..4cda0cea 100644 --- a/content/events/2003/winter/W03-Elections.md +++ b/content/events/2003/winter/W03-Elections.md @@ -1,7 +1,7 @@ --- name: 'W03 Elections' short: 'Come out and vote for the new exec!' -date: 'Mon Jan 13 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 13 2003 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3001' --- diff --git a/content/events/2003/winter/XML.md b/content/events/2003/winter/XML.md index 9db58b38..d550a983 100644 --- a/content/events/2003/winter/XML.md +++ b/content/events/2003/winter/XML.md @@ -1,7 +1,7 @@ --- name: 'XML' short: 'Give your documents more markup' -date: 'Thu Mar 13 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 13 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/XSLT.md b/content/events/2003/winter/XSLT.md index 1be0d69b..7391db04 100644 --- a/content/events/2003/winter/XSLT.md +++ b/content/events/2003/winter/XSLT.md @@ -1,7 +1,7 @@ --- name: 'XSLT' short: 'Transforming your documents' -date: 'Thu Mar 20 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 20 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/sed-&-awk.md b/content/events/2003/winter/sed-&-awk.md index 056d72c1..dfaa2c91 100644 --- a/content/events/2003/winter/sed-&-awk.md +++ b/content/events/2003/winter/sed-&-awk.md @@ -1,7 +1,7 @@ --- name: 'sed & awk' short: 'Unix text editing' -date: 'Thu Jan 30 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 30 2003 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC1085' --- diff --git a/content/events/2004/fall/CSC-Elections.md b/content/events/2004/fall/CSC-Elections.md index 8f4021b2..ecf945d3 100644 --- a/content/events/2004/fall/CSC-Elections.md +++ b/content/events/2004/fall/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Fall 2004 executive!' -date: 'Fri Sep 17 2004 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 17 2004 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2004/fall/CSC-Programming-Contest.md b/content/events/2004/fall/CSC-Programming-Contest.md index ee556dbe..fb151ef1 100644 --- a/content/events/2004/fall/CSC-Programming-Contest.md +++ b/content/events/2004/fall/CSC-Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'CSC Programming Contest' short: 'CSC Programming Contest' -date: 'Sun Oct 24 2004 00:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Oct 23 2004 23:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/CTRL-D.md b/content/events/2004/fall/CTRL-D.md index 5bf9823d..0d653acf 100644 --- a/content/events/2004/fall/CTRL-D.md +++ b/content/events/2004/fall/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: ' This semesters CTRL-D (or the club that really likes dinner) is going to be at Mongolian grill. Be there or be square' -date: 'Wed Dec 08 2004 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Dec 08 2004 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Mongolian Grill' --- diff --git a/content/events/2004/fall/Eclipse.md b/content/events/2004/fall/Eclipse.md index fec05903..72bf51fa 100644 --- a/content/events/2004/fall/Eclipse.md +++ b/content/events/2004/fall/Eclipse.md @@ -1,7 +1,7 @@ --- name: 'Eclipse' short: 'How I Stopped Worrying and Learned to Love the IDE' -date: 'Wed Nov 24 2004 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 24 2004 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2066' --- diff --git a/content/events/2004/fall/GracefulTavi.md b/content/events/2004/fall/GracefulTavi.md index 942f9e77..b15c9d2f 100644 --- a/content/events/2004/fall/GracefulTavi.md +++ b/content/events/2004/fall/GracefulTavi.md @@ -1,7 +1,7 @@ --- name: 'GracefulTavi' short: 'Wiki software in PHP+MySQL' -date: 'Thu Nov 18 2004 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 18 2004 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2066' --- diff --git a/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md b/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md index 85107e00..0d4c6b47 100644 --- a/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md +++ b/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md @@ -1,7 +1,7 @@ --- name: 'Knitting needles, hairpins and other tangled objects' short: 'In this talk, I''ll study linkages (objects built from sticks that are connected with flexible joints), and explain some interesting examples that can or cannot be straightened out' -date: 'Wed Dec 01 2004 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Dec 01 2004 14:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4058' --- diff --git a/content/events/2004/fall/Lemmings-Day!.md b/content/events/2004/fall/Lemmings-Day!.md index be4850b0..284ffbf5 100644 --- a/content/events/2004/fall/Lemmings-Day!.md +++ b/content/events/2004/fall/Lemmings-Day!.md @@ -1,7 +1,7 @@ --- name: 'Lemmings Day!' short: 'Everyone else is doing it!' -date: 'Fri Nov 12 2004 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 12 2004 14:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2004/fall/UNIX-101.md b/content/events/2004/fall/UNIX-101.md index 328de2ed..c7c12327 100644 --- a/content/events/2004/fall/UNIX-101.md +++ b/content/events/2004/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Mon Sep 27 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 27 2004 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/UNIX-102.md b/content/events/2004/fall/UNIX-102.md index ffa0fb7c..1b17ee38 100644 --- a/content/events/2004/fall/UNIX-102.md +++ b/content/events/2004/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Mon Oct 04 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 04 2004 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/UNIX-103-Scripting-Unix.md b/content/events/2004/fall/UNIX-103-Scripting-Unix.md index 601a5482..5c63f523 100644 --- a/content/events/2004/fall/UNIX-103-Scripting-Unix.md +++ b/content/events/2004/fall/UNIX-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Scripting Unix' short: 'You Too Can Be a Unix Taskmaster' -date: 'Mon Oct 18 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 18 2004 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2004/spring/CSC-Elections.md b/content/events/2004/spring/CSC-Elections.md index 1136b9a8..a822fed6 100644 --- a/content/events/2004/spring/CSC-Elections.md +++ b/content/events/2004/spring/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'Come out and vote for the Spring 2004 executive!' -date: 'Wed May 12 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 12 2004 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2004/spring/Case-Modding-Workshop!.md b/content/events/2004/spring/Case-Modding-Workshop!.md index e43ee215..7478f79b 100644 --- a/content/events/2004/spring/Case-Modding-Workshop!.md +++ b/content/events/2004/spring/Case-Modding-Workshop!.md @@ -1,7 +1,7 @@ --- name: 'Case Modding Workshop!' short: 'Come and learn how to make your computer 1337!' -date: 'Sat Jul 17 2004 12:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jul 17 2004 11:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'RCH 308' --- diff --git a/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md b/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md index def447af..9b75ae89 100644 --- a/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md +++ b/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md @@ -1,7 +1,7 @@ --- name: 'Computing''s Next Great Empires: The True Future of Software' short: 'A talk by Larry Smith' -date: 'Wed May 26 2004 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 26 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1350' --- diff --git a/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md b/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md index 01c1e369..727b8d03 100644 --- a/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md +++ b/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md @@ -1,7 +1,7 @@ --- name: 'Game Complexity Theorists Ponder, by Jonathan Buss' short: 'Attention AI buffs: Game Complexity presentation' -date: 'Tue Jul 27 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 27 2004 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2065' --- diff --git a/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md b/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md index 1033f1ca..3d678117 100644 --- a/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md +++ b/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md @@ -1,7 +1,7 @@ --- name: '``Optical Snow'''': Motion parallax and heading computation in densely cluttered scenes. -or- Why Computer Vision needs the Fourier Transform!' short: 'A talk by Richard Mann; School of Computer Science' -date: 'Thu Jun 17 2004 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 17 2004 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2066' --- diff --git a/content/events/2004/winter/Constitutional-Change.md b/content/events/2004/winter/Constitutional-Change.md index bf1138d8..d38ba82b 100644 --- a/content/events/2004/winter/Constitutional-Change.md +++ b/content/events/2004/winter/Constitutional-Change.md @@ -1,7 +1,7 @@ --- name: 'Constitutional Change' short: 'Vote to change the CSC Constitution' -date: 'Thu Feb 05 2004 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 05 2004 15:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4041' --- diff --git a/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md b/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md index cad611bb..f3ae1512 100644 --- a/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md +++ b/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md @@ -2,7 +2,7 @@ name: 'Distributed programming for CS and Engineering students' short: 'A talk by Simon Law' -date: 'Tue Mar 16 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 16 2004 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4058' --- diff --git a/content/events/2004/winter/Extending-LaTeX-with-packages.md b/content/events/2004/winter/Extending-LaTeX-with-packages.md index cfc868e8..57d448f7 100644 --- a/content/events/2004/winter/Extending-LaTeX-with-packages.md +++ b/content/events/2004/winter/Extending-LaTeX-with-packages.md @@ -1,7 +1,7 @@ --- name: 'Extending LaTeX with packages' short: 'A talk by Simon Law' -date: 'Tue Mar 23 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 23 2004 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4058' --- diff --git a/content/events/2004/winter/Graphing-webs-of-trust.md b/content/events/2004/winter/Graphing-webs-of-trust.md index cbcb12fc..98239573 100644 --- a/content/events/2004/winter/Graphing-webs-of-trust.md +++ b/content/events/2004/winter/Graphing-webs-of-trust.md @@ -1,7 +1,7 @@ --- name: 'Graphing webs-of-trust' short: 'A talk by Simon Law' -date: 'Tue Mar 02 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 02 2004 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4042' --- diff --git a/content/events/2004/winter/InstallFest.md b/content/events/2004/winter/InstallFest.md index d77ca6c8..88d91844 100644 --- a/content/events/2004/winter/InstallFest.md +++ b/content/events/2004/winter/InstallFest.md @@ -1,7 +1,7 @@ --- name: 'InstallFest' short: 'See [http://uw-dig.uwaterloo.ca/installfest/]()' -date: 'Mon Jan 12 2004 16:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 12 2004 15:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1301' --- diff --git a/content/events/2004/winter/KW-Perl-Mongers.md b/content/events/2004/winter/KW-Perl-Mongers.md index 66a23d17..d1aa61e8 100644 --- a/content/events/2004/winter/KW-Perl-Mongers.md +++ b/content/events/2004/winter/KW-Perl-Mongers.md @@ -1,7 +1,7 @@ --- name: 'KW Perl Mongers' short: 'Perl Modules: A look under the hood' -date: 'Wed Feb 18 2004 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 18 2004 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC2305' --- diff --git a/content/events/2004/winter/LaTeXing-your-work-report.md b/content/events/2004/winter/LaTeXing-your-work-report.md index 62c2c6d1..068d14b9 100644 --- a/content/events/2004/winter/LaTeXing-your-work-report.md +++ b/content/events/2004/winter/LaTeXing-your-work-report.md @@ -1,7 +1,7 @@ --- name: 'LaTeXing your work report' short: 'A talk by Simon Law' -date: 'Mon Mar 29 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Mar 29 2004 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4058' --- diff --git a/content/events/2004/winter/Managing-your-home-directory-using-CVS.md b/content/events/2004/winter/Managing-your-home-directory-using-CVS.md index 573fc062..cb06ccb4 100644 --- a/content/events/2004/winter/Managing-your-home-directory-using-CVS.md +++ b/content/events/2004/winter/Managing-your-home-directory-using-CVS.md @@ -1,7 +1,7 @@ --- name: 'Managing your home directory using CVS' short: 'A talk by Simon Law' -date: 'Tue Mar 09 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 09 2004 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4062' --- diff --git a/content/events/2004/winter/Pints-with-Profs!.md b/content/events/2004/winter/Pints-with-Profs!.md index eae3dc02..6c0fdaad 100644 --- a/content/events/2004/winter/Pints-with-Profs!.md +++ b/content/events/2004/winter/Pints-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Pints with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Tue Mar 30 2004 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 30 2004 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'The Grad House' --- diff --git a/content/events/2004/winter/SPARC-Architecture.md b/content/events/2004/winter/SPARC-Architecture.md index 8f16ba64..84dbd879 100644 --- a/content/events/2004/winter/SPARC-Architecture.md +++ b/content/events/2004/winter/SPARC-Architecture.md @@ -1,7 +1,7 @@ --- name: 'SPARC Architecture' short: 'A talk by James Morrison' -date: 'Mon Mar 15 2004 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Mar 15 2004 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4040' --- diff --git a/content/events/2005/fall/Party-with-Profs!.md b/content/events/2005/fall/Party-with-Profs!.md index 1d400fe4..b56e7170 100644 --- a/content/events/2005/fall/Party-with-Profs!.md +++ b/content/events/2005/fall/Party-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Party with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Mon Oct 17 2005 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 17 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Fishbowl' --- diff --git a/content/events/2005/fall/Programming-Contest.md b/content/events/2005/fall/Programming-Contest.md index 6bc2812d..6987d0b7 100644 --- a/content/events/2005/fall/Programming-Contest.md +++ b/content/events/2005/fall/Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'Programming Contest' short: 'Come out, program, and win shiny things!' -date: 'Tue Nov 29 2005 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 29 2005 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'TBA' --- diff --git a/content/events/2005/fall/UNIX-101.md b/content/events/2005/fall/UNIX-101.md index 93177f70..126b24a9 100644 --- a/content/events/2005/fall/UNIX-101.md +++ b/content/events/2005/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Tue Oct 04 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 04 2005 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2005/fall/UNIX-102.md b/content/events/2005/fall/UNIX-102.md index 68394d3c..d284cc3f 100644 --- a/content/events/2005/fall/UNIX-102.md +++ b/content/events/2005/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Thu Oct 06 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 06 2005 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3D 2037' --- diff --git a/content/events/2005/fall/UNIX-103-Scripting-Unix.md b/content/events/2005/fall/UNIX-103-Scripting-Unix.md index 90c7ab18..5f3ae8a4 100644 --- a/content/events/2005/fall/UNIX-103-Scripting-Unix.md +++ b/content/events/2005/fall/UNIX-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Scripting Unix' short: 'You Too Can Be a Unix Taskmaster' -date: 'Tue Oct 11 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 11 2005 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md b/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md index eee1da5a..2845490a 100644 --- a/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md +++ b/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md @@ -1,7 +1,7 @@ --- name: 'Programming and Verifying the Interactive Web' short: 'Shriram Krishnamurthi will be talking about continuations in Web Programming' -date: 'Thu Jun 02 2005 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 02 2005 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md b/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md index 432f287f..0a111d63 100644 --- a/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md +++ b/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md @@ -1,7 +1,7 @@ --- name: 'UW''s CS curriculum: past, present, and future' short: 'Come out to here Prabhakar Ragde talk about our UW''s CS curriculum' -date: 'Tue Jun 07 2005 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 07 2005 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4042' --- diff --git a/content/events/2005/winter/CSC-Elections.md b/content/events/2005/winter/CSC-Elections.md index aa25e7e3..13c7d02d 100644 --- a/content/events/2005/winter/CSC-Elections.md +++ b/content/events/2005/winter/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Winter 2005 executive!' -date: 'Thu Jan 13 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 13 2005 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md b/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md index 8c936b37..2763e701 100644 --- a/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md +++ b/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md @@ -1,7 +1,7 @@ --- name: 'Oh No! More Lemmings Day!' short: 'Come out for some retro Amiga-style Lemmings gaming action!' -date: 'Tue Mar 15 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 15 2005 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2005/winter/UNIX-101.md b/content/events/2005/winter/UNIX-101.md index 1bb7d8b8..480bbe04 100644 --- a/content/events/2005/winter/UNIX-101.md +++ b/content/events/2005/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Tue Jan 25 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 25 2005 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2005/winter/UNIX-102.md b/content/events/2005/winter/UNIX-102.md index d05e793c..ad8f1c6b 100644 --- a/content/events/2005/winter/UNIX-102.md +++ b/content/events/2005/winter/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Tue Feb 01 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 01 2005 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2006/spring/CSC-Elections.md b/content/events/2006/spring/CSC-Elections.md index 61606757..1c25c2a3 100644 --- a/content/events/2006/spring/CSC-Elections.md +++ b/content/events/2006/spring/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Spring 2006 executive!' -date: 'Mon May 08 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 08 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2006/spring/CSC-General-Meeting.md b/content/events/2006/spring/CSC-General-Meeting.md index 4890c907..78410c05 100644 --- a/content/events/2006/spring/CSC-General-Meeting.md +++ b/content/events/2006/spring/CSC-General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'CSC General Meeting' short: 'Come out to discuss current & future plans/projects for the Club' -date: 'Wed Jun 21 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jun 21 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4042' --- diff --git a/content/events/2006/spring/CTRL-D.md b/content/events/2006/spring/CTRL-D.md index b8902fa4..b610cb34 100644 --- a/content/events/2006/spring/CTRL-D.md +++ b/content/events/2006/spring/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL D' short: 'Come out for the Club that Really Likes Dinner' -date: 'Sat Jul 29 2006 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jul 29 2006 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'East Side Mario' --- diff --git a/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md b/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md index 5282762d..58ef720e 100644 --- a/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md +++ b/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md @@ -1,7 +1,7 @@ --- name: 'Cool Stuff to do With Python' short: 'Albert O''Connor will be introducing the joys of programming in python' -date: 'Thu Jul 20 2006 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 20 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4041' --- diff --git a/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md b/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md index 6b0c54e3..f1d81451 100644 --- a/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md +++ b/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md @@ -1,7 +1,7 @@ --- name: 'Eighteen Years in the Software Tools Business' short: 'Eighteen Years in the Software Tools Business at Microsoft, a talk by Rico Mariani, (BMath CS/EEE 1988)' -date: 'Thu May 25 2006 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 25 2006 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2006/spring/Lemmings-Day.md b/content/events/2006/spring/Lemmings-Day.md index d763b3ca..02baab65 100644 --- a/content/events/2006/spring/Lemmings-Day.md +++ b/content/events/2006/spring/Lemmings-Day.md @@ -1,7 +1,7 @@ --- name: 'Lemmings Day' short: 'Come out for some retro Amiga-style Lemmings gaming action!' -date: 'Wed Jul 26 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 26 2006 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2006/spring/Linux-Installfest!.md b/content/events/2006/spring/Linux-Installfest!.md index 2171e469..c98ac727 100644 --- a/content/events/2006/spring/Linux-Installfest!.md +++ b/content/events/2006/spring/Linux-Installfest!.md @@ -1,7 +1,7 @@ --- name: 'Linux Installfest!' short: 'A part of Linux Awareness Week' -date: 'Tue Jul 25 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 25 2006 13:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC Fishbowk' --- diff --git a/content/events/2006/spring/March-of-the-Penguins.md b/content/events/2006/spring/March-of-the-Penguins.md index 7463e9e0..092a34ba 100644 --- a/content/events/2006/spring/March-of-the-Penguins.md +++ b/content/events/2006/spring/March-of-the-Penguins.md @@ -1,7 +1,7 @@ --- name: 'March of the Penguins' short: 'The Computer Science Club will be showing March of the Penguins' -date: 'Fri Jul 21 2006 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 21 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC1085' --- diff --git a/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md b/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md index 58acfc64..d9164a77 100644 --- a/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md +++ b/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md @@ -1,7 +1,7 @@ --- name: 'Midnight Madness, Alpha Edition' short: 'Come out to discuss current & future plans/projects for the Club' -date: 'Tue Jul 18 2006 00:59:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 17 2006 23:59:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3036' --- diff --git a/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md b/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md index 5ed3d9b2..1f926f71 100644 --- a/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md +++ b/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md @@ -1,7 +1,7 @@ --- name: 'Semacode: Image recognition on mobile camera phones' short: 'Simon Woodside, founder of Semacode, comes to discuss image what it is like to start a business and how imaging code works' -date: 'Wed Jul 19 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 19 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC1085' --- diff --git a/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md b/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md index c0b35ff2..e42ef686 100644 --- a/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md +++ b/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md @@ -1,7 +1,7 @@ --- name: 'Simulating multi-tasking on an embedded architecture' short: 'Alex Tsay will look at the common hack used to simulate multi-processing in a real time embedded environment.' -date: 'Thu Jul 20 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 20 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4041' --- diff --git a/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md b/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md index 92619074..3eb30a89 100644 --- a/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md +++ b/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md @@ -1,7 +1,7 @@ --- name: 'Software development gets on the Cluetrain' short: 'or How communities of interest drive modern software development.' -date: 'Mon Jul 24 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 24 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2006/spring/Unix-101-and-102-Recording.md b/content/events/2006/spring/Unix-101-and-102-Recording.md index 7bc8dd8c..e29dd979 100644 --- a/content/events/2006/spring/Unix-101-and-102-Recording.md +++ b/content/events/2006/spring/Unix-101-and-102-Recording.md @@ -1,7 +1,7 @@ --- name: 'Unix 101 and 102 Recording' short: 'Unix 101 and 102 recording' -date: 'Sun May 14 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sun May 14 2006 13:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CSC' --- diff --git a/content/events/2006/spring/Video-4-Linux-Day.md b/content/events/2006/spring/Video-4-Linux-Day.md index 775e5123..a6f7d27e 100644 --- a/content/events/2006/spring/Video-4-Linux-Day.md +++ b/content/events/2006/spring/Video-4-Linux-Day.md @@ -1,7 +1,7 @@ --- name: 'Video 4 Linux Day' short: ' We don''t know enough about V4L' -date: 'Sat May 13 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat May 13 2006 13:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CSC' --- diff --git a/content/events/2006/winter/Creating-Killer-Applications.md b/content/events/2006/winter/Creating-Killer-Applications.md index d9179c9b..d7c35fae 100644 --- a/content/events/2006/winter/Creating-Killer-Applications.md +++ b/content/events/2006/winter/Creating-Killer-Applications.md @@ -1,7 +1,7 @@ --- name: 'Creating Killer Applications' short: 'A talk by Larry Smith' -date: 'Mon Mar 06 2006 17:45:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Mar 06 2006 16:45:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Physics 145' --- diff --git a/content/events/2006/winter/Pints-With-Profs.md b/content/events/2006/winter/Pints-With-Profs.md index 93769f94..1b340a0a 100644 --- a/content/events/2006/winter/Pints-With-Profs.md +++ b/content/events/2006/winter/Pints-With-Profs.md @@ -1,7 +1,7 @@ --- name: 'Pints With Profs' short: 'Come out and meet your professors. Free food provided!' -date: 'Thu Feb 09 2006 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 09 2006 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Bombshelter Pub' --- diff --git a/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md b/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md index 77905cb5..232088f6 100644 --- a/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md +++ b/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md @@ -1,7 +1,7 @@ --- name: 'Concurrent / Distributed programming with JoCaml' short: 'Brennan Taylor' -date: 'Thu Nov 29 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 29 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4061' --- diff --git a/content/events/2007/fall/Distributed-Programming-with-Erlang.md b/content/events/2007/fall/Distributed-Programming-with-Erlang.md index 0f835fa0..c308288a 100644 --- a/content/events/2007/fall/Distributed-Programming-with-Erlang.md +++ b/content/events/2007/fall/Distributed-Programming-with-Erlang.md @@ -1,7 +1,7 @@ --- name: 'Distributed Programming with Erlang' short: 'Brennan Taylor' -date: 'Thu Oct 04 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 04 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/General-Meeting.md b/content/events/2007/fall/General-Meeting.md index bc71ccda..b0d1897c 100644 --- a/content/events/2007/fall/General-Meeting.md +++ b/content/events/2007/fall/General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'General Meeting' short: 'There is a general meeting scheduled for Friday, October 19, 2007 at 17:00.This is a chance to bring out any ideas and concerns about CSC happenings into the open, as well as a chance to make sure all CSC staff is up to speed on current CSC doings. The current agenda can be found at [http://wiki.csclub.uwaterloo.ca/wiki/Friday\_19\_October\_2007.]()' -date: 'Fri Oct 19 2007 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 19 2007 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4058' --- diff --git a/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md b/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md index aee7ed4e..b5a2c37d 100644 --- a/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md +++ b/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md @@ -1,7 +1,7 @@ --- name: 'Google Summer of Code, a look back on 2007' short: 'Holden Karau' -date: 'Wed Dec 05 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Dec 05 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4061' --- diff --git a/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md b/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md index 47e59710..ba8ee96f 100644 --- a/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md +++ b/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md @@ -1,7 +1,7 @@ --- name: 'Join-Calculus with JoCaml. Concurrent programming that doesn''t fry your brain' short: 'Brennan Taylor' -date: 'Tue Oct 09 2007 17:45:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 09 2007 16:45:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2007/fall/More-Haskell-functional-programming-fun!.md b/content/events/2007/fall/More-Haskell-functional-programming-fun!.md index 6c018dc7..558dd984 100644 --- a/content/events/2007/fall/More-Haskell-functional-programming-fun!.md +++ b/content/events/2007/fall/More-Haskell-functional-programming-fun!.md @@ -1,7 +1,7 @@ --- name: 'More Haskell functional programming fun!' short: 'Andrei Barbu' -date: 'Thu Nov 22 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 22 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md b/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md index 80067d26..37018dfa 100644 --- a/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md +++ b/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md @@ -1,7 +1,7 @@ --- name: 'Multi-Player Linux games for Linux awarness week' short: 'Multi-Player Gaming with Linux [Possibly Pizza!]' -date: 'Sun Dec 02 2007 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sun Dec 02 2007 14:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md b/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md index 5b2ce668..b871eaf0 100644 --- a/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md +++ b/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md @@ -1,7 +1,7 @@ --- name: 'Off-the-Record Messaging: Useful Security and Privacy for IM' short: 'Ian Goldberg' -date: 'Mon Oct 15 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 15 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4041' --- diff --git a/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md b/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md index f8589920..86e420d8 100644 --- a/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md +++ b/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md @@ -1,7 +1,7 @@ --- name: 'PE Executable Translation: A solution for legacy games on linux (Postponed)' short: 'David Tenty' -date: 'Tue Dec 04 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Dec 04 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/Programming-Contest.md b/content/events/2007/fall/Programming-Contest.md index c8674b6b..2cdfe883 100644 --- a/content/events/2007/fall/Programming-Contest.md +++ b/content/events/2007/fall/Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'Programming Contest' short: 'Win Prizes!' -date: 'Sat Dec 01 2007 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Dec 01 2007 13:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md b/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md index 25fd946a..0e818d7c 100644 --- a/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md +++ b/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md @@ -1,7 +1,7 @@ --- name: 'Putting the fun into Functional Languages and Useful Programming with OCaml/F#' short: 'Brennan Taylor' -date: 'Tue Oct 02 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 02 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4061' --- diff --git a/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md b/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md index 38f63c91..c86d0932 100644 --- a/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md +++ b/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md @@ -1,7 +1,7 @@ --- name: 'Virtual Reality, Real Law: The regulation of Property in Video Games' short: 'Susan Abramovitch' -date: 'Tue Sep 25 2007 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 25 2007 13:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md b/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md index 3700573c..2a01a1f4 100644 --- a/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md +++ b/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md @@ -1,7 +1,7 @@ --- name: 'Why you should care about functional programming with Haskell *New-er Date*' short: 'Andrei Barbu' -date: 'Tue Nov 20 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 20 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/spring/C++0x---An-Overview.md b/content/events/2007/spring/C++0x---An-Overview.md index 22fa90e7..7933ee7d 100644 --- a/content/events/2007/spring/C++0x---An-Overview.md +++ b/content/events/2007/spring/C++0x---An-Overview.md @@ -1,7 +1,7 @@ --- name: 'C++0x - An Overview' short: 'Bjarne Stroustrup' -date: 'Tue Jul 17 2007 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 17 2007 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'AL 116' --- diff --git a/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md b/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md index bddb8fdc..61d51d6b 100644 --- a/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md +++ b/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md @@ -1,7 +1,7 @@ --- name: 'Copyright vs Community in the Age of Computer Networks' short: 'Richard Stallman' -date: 'Fri Jul 06 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 06 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'AL 116' --- diff --git a/content/events/2007/spring/Email-encryption-for-the-masses.md b/content/events/2007/spring/Email-encryption-for-the-masses.md index f05dd4c7..af1ab8e2 100644 --- a/content/events/2007/spring/Email-encryption-for-the-masses.md +++ b/content/events/2007/spring/Email-encryption-for-the-masses.md @@ -1,7 +1,7 @@ --- name: 'Email encryption for the masses' short: 'Ken Ho' -date: 'Fri Jun 22 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 22 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4042' --- diff --git a/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md b/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md index 237c30af..4bdb8818 100644 --- a/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md +++ b/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md @@ -1,7 +1,7 @@ --- name: 'Fedspulse.ca, Web 3.0, Portals and the Metaverse' short: 'Peter Macdonald' -date: 'Mon Jun 18 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jun 18 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 4040' --- diff --git a/content/events/2007/spring/Usability-in-the-wild.md b/content/events/2007/spring/Usability-in-the-wild.md index d962b54d..60bce54a 100644 --- a/content/events/2007/spring/Usability-in-the-wild.md +++ b/content/events/2007/spring/Usability-in-the-wild.md @@ -1,7 +1,7 @@ --- name: 'Usability in the wild' short: 'A talk by Michael Terry' -date: 'Wed Jun 27 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jun 27 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4042' --- diff --git a/content/events/2007/winter/All-The-Code.md b/content/events/2007/winter/All-The-Code.md index b055aec0..815e9df5 100644 --- a/content/events/2007/winter/All-The-Code.md +++ b/content/events/2007/winter/All-The-Code.md @@ -1,7 +1,7 @@ --- name: 'All The Code' short: 'A demo/introduction to a new source code search engine. A talk by Holden Karau' -date: 'Thu Mar 29 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 29 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md b/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md index d47298b3..dcb49aa2 100644 --- a/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md +++ b/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Recognizing Regular Expressions in Haskell' short: 'A talk by James deBoer' -date: 'Thu Feb 15 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 15 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2065' --- diff --git a/content/events/2007/winter/Computational-Physics-Simulations.md b/content/events/2007/winter/Computational-Physics-Simulations.md index 3c1bc83b..37a39362 100644 --- a/content/events/2007/winter/Computational-Physics-Simulations.md +++ b/content/events/2007/winter/Computational-Physics-Simulations.md @@ -1,7 +1,7 @@ --- name: 'Computational Physics Simulations' short: 'A talk by David Tenty and Alex Parent' -date: 'Wed Mar 28 2007 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 28 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md b/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md index 31867696..e11a9ca0 100644 --- a/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md +++ b/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md @@ -1,7 +1,7 @@ --- name: 'Data Analysis with Kernels: [an introduction]' short: 'A talk by Michael Biggs. This talk is RESCHEDULED due to unexpected circumstances' -date: 'Wed Apr 04 2007 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Apr 04 2007 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/Introduction-to-3-d-Graphics.md b/content/events/2007/winter/Introduction-to-3-d-Graphics.md index 9249cdf0..3eec7007 100644 --- a/content/events/2007/winter/Introduction-to-3-d-Graphics.md +++ b/content/events/2007/winter/Introduction-to-3-d-Graphics.md @@ -1,7 +1,7 @@ --- name: 'Introduction to 3-d Graphics' short: 'A talk by Chris "The Prof" Evensen' -date: 'Fri Feb 09 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 09 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Loop-Optimizations.md b/content/events/2007/winter/Loop-Optimizations.md index 9f6ae52c..abfbeebd 100644 --- a/content/events/2007/winter/Loop-Optimizations.md +++ b/content/events/2007/winter/Loop-Optimizations.md @@ -1,7 +1,7 @@ --- name: 'Loop Optimizations' short: 'A talk by Simina Branzei' -date: 'Sun Apr 08 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sun Apr 08 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Network-Security----Intrusion-Detection.md b/content/events/2007/winter/Network-Security----Intrusion-Detection.md index 863a0153..9dec2b1a 100644 --- a/content/events/2007/winter/Network-Security----Intrusion-Detection.md +++ b/content/events/2007/winter/Network-Security----Intrusion-Detection.md @@ -1,7 +1,7 @@ --- name: 'Network Security -- Intrusion Detection' short: 'A talk by Reg Quinton' -date: 'Wed Jan 31 2007 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Jan 31 2007 16:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md b/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md index 74e7bb01..1d210861 100644 --- a/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md +++ b/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md @@ -1,7 +1,7 @@ --- name: 'ReactOS: An Open Source OS Platform for Learning' short: 'A talk by Alex Ionescu' -date: 'Mon Feb 26 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Feb 26 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC 1350' --- diff --git a/content/events/2007/winter/Riding-The-Multi-core-Revolution.md b/content/events/2007/winter/Riding-The-Multi-core-Revolution.md index 12f1a640..b7a65e83 100644 --- a/content/events/2007/winter/Riding-The-Multi-core-Revolution.md +++ b/content/events/2007/winter/Riding-The-Multi-core-Revolution.md @@ -1,7 +1,7 @@ --- name: 'Riding The Multi-core Revolution' short: 'How a Waterloo software company is changing the way people program computers. A talk by Stefanus Du Toit' -date: 'Wed Feb 07 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 07 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Surprise-Bill-Gates-Visit.md b/content/events/2007/winter/Surprise-Bill-Gates-Visit.md index ef6a87c1..e6b493dd 100644 --- a/content/events/2007/winter/Surprise-Bill-Gates-Visit.md +++ b/content/events/2007/winter/Surprise-Bill-Gates-Visit.md @@ -2,7 +2,7 @@ name: 'Surprise Bill Gates Visit' short: 'Bill Gates is coming to visit the CSClub' -date: 'Sun Apr 01 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sun Apr 01 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3036' --- diff --git a/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md b/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md index 29f3e6cf..d70f985c 100644 --- a/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md +++ b/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md @@ -1,7 +1,7 @@ --- name: 'The Free Software Movement and the GNU/Linux Operating System' short: 'A talk by Richard M. Stallman (RMS) **[CANCELLED]**' -date: 'Wed Apr 11 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Apr 11 2007 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Hagey Hall' --- diff --git a/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md b/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md index 9597c3e5..99060e6b 100644 --- a/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md +++ b/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md @@ -1,7 +1,7 @@ --- name: 'UW Software Start-ups: What Worked and What Did Not' short: 'A talk by Larry Smith' -date: 'Thu Feb 08 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 08 2007 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2066' --- diff --git a/content/events/2007/winter/Writing-World-Class-Software.md b/content/events/2007/winter/Writing-World-Class-Software.md index 9bcbc2fa..41ad33f3 100644 --- a/content/events/2007/winter/Writing-World-Class-Software.md +++ b/content/events/2007/winter/Writing-World-Class-Software.md @@ -1,7 +1,7 @@ --- name: 'Writing World Class Software' short: 'A talk by James Simpson' -date: 'Fri Feb 09 2007 21:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 09 2007 20:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC 1351' --- diff --git a/content/events/2008/fall/CSClub-Elections.md b/content/events/2008/fall/CSClub-Elections.md index 17b7f56a..50516d84 100644 --- a/content/events/2008/fall/CSClub-Elections.md +++ b/content/events/2008/fall/CSClub-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSClub Elections' short: 'Elections are scheduled for Tues, Sep 16 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Sep 15 @ 4:30 pm. Nominations may be sent to cro@csclub.uwaterloo.ca. Candidates should not engage in campaigning after the nomination period has closed.' -date: 'Tue Sep 16 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 16 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Changing-the-World-Conference.md b/content/events/2008/fall/Changing-the-World-Conference.md index 3e6dbdc6..94c2a5fa 100644 --- a/content/events/2008/fall/Changing-the-World-Conference.md +++ b/content/events/2008/fall/Changing-the-World-Conference.md @@ -1,7 +1,7 @@ --- name: 'Changing the World Conference' short: 'Organized by Queen''s students, Changing the World aims to bring together the world''s greatest visionaries to inspire people to innovate and better our world. Among these speakers include Nobel Peace Prize winner, Eric Chivian. He was a recipient for his work on stopping nuclear war.' -date: 'Sat Nov 15 2008 07:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 15 2008 06:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Toronto' --- diff --git a/content/events/2008/fall/Code-Party.md b/content/events/2008/fall/Code-Party.md index 69e2fb34..22335970 100644 --- a/content/events/2008/fall/Code-Party.md +++ b/content/events/2008/fall/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'A fevered night of code, friends, fun, free energy drinks, and the CSC.' -date: 'Fri Oct 24 2008 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 24 2008 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Functional-Programming.md b/content/events/2008/fall/Functional-Programming.md index 725d0ef0..fe1b5fbf 100644 --- a/content/events/2008/fall/Functional-Programming.md +++ b/content/events/2008/fall/Functional-Programming.md @@ -1,7 +1,7 @@ --- name: 'Functional Programming' short: 'This talk will survey concepts, techniques, and languages for functional programming from both historical and contemporary perspectives, with reference to Lisp, Scheme, ML, Haskell, and Erlang. No prior background is assumed.' -date: 'Mon Nov 10 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 10 2008 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4061' --- diff --git a/content/events/2008/fall/Game-Sketching.md b/content/events/2008/fall/Game-Sketching.md index 4dc8ee80..867950d5 100644 --- a/content/events/2008/fall/Game-Sketching.md +++ b/content/events/2008/fall/Game-Sketching.md @@ -1,7 +1,7 @@ --- name: 'Game Sketching' short: 'Juancho Buchanan, CTO Relic Entertainment' -date: 'Fri Oct 03 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 03 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2065' --- diff --git a/content/events/2008/fall/General-Meeting-2.md b/content/events/2008/fall/General-Meeting-2.md index 9d078dc2..0c4f1186 100644 --- a/content/events/2008/fall/General-Meeting-2.md +++ b/content/events/2008/fall/General-Meeting-2.md @@ -1,7 +1,7 @@ --- name: 'General Meeting 2' short: 'The second official general meeting of the term. Items on the adgenda are CSC Merch, upcoming talks, and other possible planned events, as well as the announcement of a librarian and planning of an office cleanout and a library organization day.' -date: 'Thu Oct 02 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 02 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4021' --- diff --git a/content/events/2008/fall/Linux-Install-Fest.md b/content/events/2008/fall/Linux-Install-Fest.md index 2a3340f9..917fcf46 100644 --- a/content/events/2008/fall/Linux-Install-Fest.md +++ b/content/events/2008/fall/Linux-Install-Fest.md @@ -1,7 +1,7 @@ --- name: 'Linux Install Fest' short: 'Come join the CSC in celebrating the new releases of Ubuntu Linux, Free BSD and Open BSD, and get a hand installing one of them on your own system.' -date: 'Thu Nov 06 2008 11:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 06 2008 10:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'SLC Multipurpose Room' --- diff --git a/content/events/2008/fall/Meet-the-CSC.md b/content/events/2008/fall/Meet-the-CSC.md index 80895087..ef9eb9f7 100644 --- a/content/events/2008/fall/Meet-the-CSC.md +++ b/content/events/2008/fall/Meet-the-CSC.md @@ -1,7 +1,7 @@ --- name: 'Meet the CSC' short: 'Come out and meet other CSC members, find out about the CSC, meet the executive nominees, and join if you like what you see. Nominees should plan on attending.' -date: 'Fri Sep 12 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 12 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/SIGGRAPH-Night.md b/content/events/2008/fall/SIGGRAPH-Night.md index 44d15707..3fd52eb3 100644 --- a/content/events/2008/fall/SIGGRAPH-Night.md +++ b/content/events/2008/fall/SIGGRAPH-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGRAPH Night' short: 'Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics.' -date: 'Thu Oct 16 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 16 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Unix-101.md b/content/events/2008/fall/Unix-101.md index fd8a2b88..38715ec8 100644 --- a/content/events/2008/fall/Unix-101.md +++ b/content/events/2008/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Tue Oct 07 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 07 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2008/fall/Unix-102.md b/content/events/2008/fall/Unix-102.md index 79f3aaee..7453625e 100644 --- a/content/events/2008/fall/Unix-102.md +++ b/content/events/2008/fall/Unix-102.md @@ -1,7 +1,7 @@ --- name: 'Unix 102' short: 'Want more from Unix? No problem, we''ll teach you to create and quickly edit high quality documents.' -date: 'Thu Oct 09 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 09 2008 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md b/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md index f5f866aa..879575fa 100644 --- a/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md +++ b/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md @@ -1,7 +1,7 @@ --- name: 'A Brief History of Blackberry and the Wireless Data Telecom Industry' short: 'Tyler Lessard' -date: 'Fri Feb 08 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 08 2008 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4042' --- diff --git a/content/events/2008/winter/CSC-Programming-Contest-1.md b/content/events/2008/winter/CSC-Programming-Contest-1.md index 40cb96cf..8c8b5d1c 100644 --- a/content/events/2008/winter/CSC-Programming-Contest-1.md +++ b/content/events/2008/winter/CSC-Programming-Contest-1.md @@ -1,7 +1,7 @@ --- name: 'CSC Programming Contest 1' short: 'Yes, we know this is Valentine''s Day.' -date: 'Thu Feb 14 2008 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 14 2008 16:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2061' --- diff --git a/content/events/2008/winter/CSClub-Elections.md b/content/events/2008/winter/CSClub-Elections.md index 249a1b0f..127e59d5 100644 --- a/content/events/2008/winter/CSClub-Elections.md +++ b/content/events/2008/winter/CSClub-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSClub Elections' short: 'Elections are scheduled for Tues, Jan 15 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Jan 14 @ 4:30 pm. Candidates should not engage in campaigning after the nomination period has closed.' -date: 'Tue Jan 15 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 15 2008 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md b/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md index fc292841..33d31789 100644 --- a/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md +++ b/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md @@ -1,7 +1,7 @@ --- name: 'Creating Distributed Applications with TIPC' short: 'Elmer Horvath' -date: 'Wed Jan 23 2008 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Jan 23 2008 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2008/winter/Quantum-Information-Processing.md b/content/events/2008/winter/Quantum-Information-Processing.md index 562242e0..2c815889 100644 --- a/content/events/2008/winter/Quantum-Information-Processing.md +++ b/content/events/2008/winter/Quantum-Information-Processing.md @@ -1,7 +1,7 @@ --- name: 'Quantum Information Processing' short: 'Raymond Laflamme' -date: 'Fri Feb 29 2008 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 29 2008 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'BFG2125' --- diff --git a/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md b/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md index 6d6fafee..feef2f38 100644 --- a/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md +++ b/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md @@ -1,7 +1,7 @@ --- name: 'AI Programming Contest sponsored by Google' short: 'Come learn how to write an intelligent game-playing program. No past experience necessary. Submit your program using the [online web interface]() to watch it battle against other people''s programs. Beginners and experts welcome! Prizes provided by google, including the delivery of your resume to google recruiters.' -date: 'Mon Sep 28 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 28 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/CSC-Goes-To-Dooly's.md b/content/events/2009/fall/CSC-Goes-To-Dooly's.md index 1e709a7f..ed393d3d 100644 --- a/content/events/2009/fall/CSC-Goes-To-Dooly's.md +++ b/content/events/2009/fall/CSC-Goes-To-Dooly's.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes To Dooly''s' short: 'We''re going to Dooly''s to play pool. What more do you want from us? Come to the Club office and we''ll all bus there together. We''ve got discount tables for club members so be sure to be there.' -date: 'Tue Oct 20 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 20 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3036' --- diff --git a/content/events/2009/fall/Code-Party!!11!!.md b/content/events/2009/fall/Code-Party!!11!!.md index d6671892..9b47421c 100644 --- a/content/events/2009/fall/Code-Party!!11!!.md +++ b/content/events/2009/fall/Code-Party!!11!!.md @@ -1,7 +1,7 @@ --- name: 'Code Party!!11!!' short: 'A fevered night of code, friends, fun, energy drinks, and the CSC. Facebook will be around to bring some food and hang out.' -date: 'Fri Nov 27 2009 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 27 2009 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/Code-Party-and-Contest-Finale.md b/content/events/2009/fall/Code-Party-and-Contest-Finale.md index 9dfe0b77..d2f69de7 100644 --- a/content/events/2009/fall/Code-Party-and-Contest-Finale.md +++ b/content/events/2009/fall/Code-Party-and-Contest-Finale.md @@ -1,7 +1,7 @@ --- name: 'Code Party and Contest Finale' short: 'Come on out for a night of code, contests, and energy drinks. Join the Computer Scinece Club for the finale of the Google AI Challenge and an all night code party. Finish up your entry, or start it (its not too late). Not interested in the contest? Come out anyway for a night of coding and comradarie with us.' -date: 'Fri Oct 16 2009 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 16 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/Elections.md b/content/events/2009/fall/Elections.md index 2e1dbc74..b76ca0a9 100644 --- a/content/events/2009/fall/Elections.md +++ b/content/events/2009/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Nominations are open now, either place your name on the nominees board or e-mail [the CRO]() to nominate someone for a position. Come to the Comfy Lounge to elect your fall term executive. Contact [the CRO]() if you have questions.' -date: 'Tue Sep 15 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 15 2009 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/In-the-Beginning.md b/content/events/2009/fall/In-the-Beginning.md index de763907..3ffbba2b 100644 --- a/content/events/2009/fall/In-the-Beginning.md +++ b/content/events/2009/fall/In-the-Beginning.md @@ -1,7 +1,7 @@ --- name: 'In the Beginning' short: 'To most CS students an OS kernel is pretty low level. But there is something even lower, the instructions that must be executed to get the CPU ready to accept a kernel. That is, if you look at any processor''s reference manual there is a page or two describing the state of the CPU when it powered on. This talk describes what needs to happen next, up to the point where the first kernel instruction executes.' -date: 'Thu Nov 05 2009 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 05 2009 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2065' --- diff --git a/content/events/2009/fall/Linux-Install-Fest.md b/content/events/2009/fall/Linux-Install-Fest.md index 12e6f39a..2e8a1e04 100644 --- a/content/events/2009/fall/Linux-Install-Fest.md +++ b/content/events/2009/fall/Linux-Install-Fest.md @@ -1,7 +1,7 @@ --- name: 'Linux Install Fest' short: 'Interested in trying Linux but don''t know where to start? Come to the Linux install fest to demo Linux, get help installing it on your computer, either stand alone or a dual boot, and help setting up your fresh install. Have lunch and hang around if you like, or just come in for a CD.' -date: 'Sat Oct 03 2009 11:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Oct 03 2009 10:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1301 FishBowl' --- diff --git a/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md b/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md index d95ba3bf..8df69e4d 100644 --- a/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md +++ b/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md @@ -1,7 +1,7 @@ --- name: 'The Club That Really Likes Dinner' short: 'Come on out to the club''s termly end of term dinner, details in the abstract' -date: 'Sat Dec 05 2009 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Dec 05 2009 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3036' --- diff --git a/content/events/2009/fall/UNIX-101.md b/content/events/2009/fall/UNIX-101.md index 455664be..bd506654 100644 --- a/content/events/2009/fall/UNIX-101.md +++ b/content/events/2009/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Thu Sep 24 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 24 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UNIX-102.md b/content/events/2009/fall/UNIX-102.md index 1a31e0df..85eef768 100644 --- a/content/events/2009/fall/UNIX-102.md +++ b/content/events/2009/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Thu Oct 01 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 01 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UNIX-103.md b/content/events/2009/fall/UNIX-103.md index 392c425c..5b846aee 100644 --- a/content/events/2009/fall/UNIX-103.md +++ b/content/events/2009/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: 'In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers.' -date: 'Thu Oct 08 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 08 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UofT-Graduate-School-Information-Session.md b/content/events/2009/fall/UofT-Graduate-School-Information-Session.md index cad6a21f..2fbbdaad 100644 --- a/content/events/2009/fall/UofT-Graduate-School-Information-Session.md +++ b/content/events/2009/fall/UofT-Graduate-School-Information-Session.md @@ -1,7 +1,7 @@ --- name: 'UofT Graduate School Information Session' short: '"Is Graduate School for You?" Get the answers to your grad school questions - and have a bite to eat, our treat' -date: 'Wed Oct 14 2009 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 14 2009 14:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1304' --- diff --git a/content/events/2009/spring/Code-Party.md b/content/events/2009/spring/Code-Party.md index 4ee26fed..892c9d6c 100644 --- a/content/events/2009/spring/Code-Party.md +++ b/content/events/2009/spring/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'Have an assignment or project you need to work on? We will be coding from 7:00pm until 7:00am starting on Friday, June 5th in the Comfy lounge. Join us!' -date: 'Fri Jun 05 2009 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 05 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2009/spring/Dooly's-Night.md b/content/events/2009/spring/Dooly's-Night.md index a9735254..4f6a1a90 100644 --- a/content/events/2009/spring/Dooly's-Night.md +++ b/content/events/2009/spring/Dooly's-Night.md @@ -1,7 +1,7 @@ --- name: 'Dooly''s Night' short: 'The CSC will be playing pool at Dooly''s. Join us for only a few dollars.' -date: 'Fri Jun 19 2009 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 19 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Dooly''s' --- diff --git a/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md b/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md index f990227a..b558e3ef 100644 --- a/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md +++ b/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md @@ -1,7 +1,7 @@ --- name: 'History of CS Curriculum at UW' short: 'This talk provides a personal overview of the evolution of the undergraduate computer science curriculum at UW over the past forty years, concluding with an audience discussion of possible future developments.' -date: 'Tue Jul 07 2009 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 07 2009 15:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2009/spring/PHP-on-Windows.md b/content/events/2009/spring/PHP-on-Windows.md index 0cafb4ce..8b96edd2 100644 --- a/content/events/2009/spring/PHP-on-Windows.md +++ b/content/events/2009/spring/PHP-on-Windows.md @@ -1,7 +1,7 @@ --- name: 'PHP on Windows' short: 'PHP Programming Contest Info Session' -date: 'Tue May 12 2009 13:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue May 12 2009 12:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2034' --- diff --git a/content/events/2009/spring/Paper-Club.md b/content/events/2009/spring/Paper-Club.md index 926ea127..02ae964e 100644 --- a/content/events/2009/spring/Paper-Club.md +++ b/content/events/2009/spring/Paper-Club.md @@ -1,7 +1,7 @@ --- name: 'Paper Club' short: 'Come and drink tea and read an academic CS paper with the Paper Club. We will be meeting from 4:30pm until 6:30pm on Monday, June 22th on the 4th floor of the MC (exact room number TBA). See http://csclub.uwaterloo.ca/\~paper' -date: 'Mon Jun 22 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jun 22 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2009/spring/Unix-101.md b/content/events/2009/spring/Unix-101.md index c7c4ea5e..4a5f79df 100644 --- a/content/events/2009/spring/Unix-101.md +++ b/content/events/2009/spring/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Need to use the UNIX environment for a course, want to overcome your fears of the command line, or just curious? Come and learn the arcane secrets of the UNIX command line interface from CSC mages. After this tutorial you will be comfortable with the essentials of navigating, manipulating and viewing files, and processing data at the UNIX shell prompt.' -date: 'Tue Jun 02 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 02 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2037' --- diff --git a/content/events/2009/spring/Unix-103.md b/content/events/2009/spring/Unix-103.md index 23d86613..1fcfcfd4 100644 --- a/content/events/2009/spring/Unix-103.md +++ b/content/events/2009/spring/Unix-103.md @@ -1,7 +1,7 @@ --- name: 'Unix 103' short: 'In this long-awaited third installment of the popular Unix Tutorials the dark mages of the CSC will train you in the not-so-arcane magick of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers.' -date: 'Thu Jul 23 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 23 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2009/winter/Artificial-Intelligence-Contest.md b/content/events/2009/winter/Artificial-Intelligence-Contest.md index 554e662f..00cdf411 100644 --- a/content/events/2009/winter/Artificial-Intelligence-Contest.md +++ b/content/events/2009/winter/Artificial-Intelligence-Contest.md @@ -1,7 +1,7 @@ --- name: 'Artificial Intelligence Contest' short: 'Come out and try your hand at writing a computer program that plays Minesweeper Flags, a two-player variant of the classic computer game, Minesweeper. Once you''re done, your program will compete head-to-head against the other entries in a fierce Minesweeper Flags tournament. There will be a contest kick-off session on Thursday March 19 at 4:30 PM in room MC3036. Submissions will be accepted until Saturday March 28.' -date: 'Thu Mar 19 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 19 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2061' --- diff --git a/content/events/2009/winter/CTRL-D.md b/content/events/2009/winter/CTRL-D.md index 7fb1966a..9468eed1 100644 --- a/content/events/2009/winter/CTRL-D.md +++ b/content/events/2009/winter/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'Join the Club That Really Likes Dinner for the End Of Term party! Inquire closer to the date for details.' -date: 'Fri Apr 03 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Apr 03 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'TBA' --- diff --git a/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md b/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md index 7cd90a36..f89636da 100644 --- a/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md +++ b/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md @@ -1,7 +1,7 @@ --- name: 'Canadian Undergraduate Technology Conference' short: 'See [cutc.ca]() for more details.' -date: 'Thu Mar 12 2009 09:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 12 2009 08:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Toronto Hilton' --- diff --git a/content/events/2009/winter/Code-Party!.md b/content/events/2009/winter/Code-Party!.md index 8180ce3e..a538024e 100644 --- a/content/events/2009/winter/Code-Party!.md +++ b/content/events/2009/winter/Code-Party!.md @@ -1,7 +1,7 @@ --- name: 'Code Party!' short: 'There is a CSC Code Party starting at 7:00PM (19:00). Come out and enjoy some good old programming and meet others interested in writing code! Free energy drinks and snacks for all. Plus, we have lots of things that need to be done if you''re looking for a project to work on!' -date: 'Fri Feb 06 2009 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 06 2009 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Code-Party.md b/content/events/2009/winter/Code-Party.md index 424ab3c0..e611798a 100644 --- a/content/events/2009/winter/Code-Party.md +++ b/content/events/2009/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'CSC Code Party! Same as always - no sleep, lots of caffeine, and really nerdy entertainment. Bonus: Free Cake!' -date: 'Fri Mar 27 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 27 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge (MC)' --- diff --git a/content/events/2009/winter/Code-party-!!11!!1!!.md b/content/events/2009/winter/Code-party-!!11!!1!!.md index 3ba6d2bf..400a5800 100644 --- a/content/events/2009/winter/Code-party-!!11!!1!!.md +++ b/content/events/2009/winter/Code-party-!!11!!1!!.md @@ -1,7 +1,7 @@ --- name: 'Code party !!11!!1!!' short: 'There is a CSC Code Party Tonight starting at 7:30PM (1930) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classyness. If we manage to swing it, there will be delicious energy drinks for your consumption! Alternatively, if we don''t we will have each other as well as some delicious tea and coffee. Perhaps a crumpet' -date: 'Fri Jan 16 2009 20:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Jan 16 2009 19:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Dooly's-Night.md b/content/events/2009/winter/Dooly's-Night.md index e58a0e30..20573663 100644 --- a/content/events/2009/winter/Dooly's-Night.md +++ b/content/events/2009/winter/Dooly's-Night.md @@ -1,7 +1,7 @@ --- name: 'Dooly''s Night' short: 'Come join the CSC as we head to Dooly''s.' -date: 'Fri Feb 27 2009 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 27 2009 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'CSC Office: MC3036' --- diff --git a/content/events/2009/winter/IQC---Programming-Quantum-Computers.md b/content/events/2009/winter/IQC---Programming-Quantum-Computers.md index a709cb1a..193974d1 100644 --- a/content/events/2009/winter/IQC---Programming-Quantum-Computers.md +++ b/content/events/2009/winter/IQC---Programming-Quantum-Computers.md @@ -1,7 +1,7 @@ --- name: 'IQC - Programming Quantum Computers' short: 'A brief intro to Quantum Computing and why it matters, followed by a talk on programming quantum computers. Meet at the CSC at 4:00PM for a guided walk to the RAC.' -date: 'Thu Mar 12 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 12 2009 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'RAC2009' --- diff --git a/content/events/2009/winter/Joel-Spolsky.md b/content/events/2009/winter/Joel-Spolsky.md index 5b9d1e7a..d3001ff3 100644 --- a/content/events/2009/winter/Joel-Spolsky.md +++ b/content/events/2009/winter/Joel-Spolsky.md @@ -1,7 +1,7 @@ --- name: 'Joel Spolsky' short: 'Joel Spolsky, of [Joel on Software]() will be giving a talk entitled "Computer Science Education and the Software Industry".' -date: 'Thu Jan 22 2009 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 22 2009 12:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC5136' --- diff --git a/content/events/2009/winter/Prabhakar-Ragde.md b/content/events/2009/winter/Prabhakar-Ragde.md index f4a0032a..6021d4fa 100644 --- a/content/events/2009/winter/Prabhakar-Ragde.md +++ b/content/events/2009/winter/Prabhakar-Ragde.md @@ -1,7 +1,7 @@ --- name: 'Prabhakar Ragde' short: 'Functional Lexing and Parsing' -date: 'Mon Mar 09 2009 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Mar 09 2009 15:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md b/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md index e7ddbf7d..4e89d45b 100644 --- a/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md +++ b/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md @@ -1,7 +1,7 @@ --- name: 'Rapid prototyping and mathematical art' short: 'A talk by Craig S. Kaplan.' -date: 'Thu Apr 02 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Apr 02 2009 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1302' --- diff --git a/content/events/2009/winter/Richard-M.-Stallman.md b/content/events/2009/winter/Richard-M.-Stallman.md index e18a8d3e..073f4443 100644 --- a/content/events/2009/winter/Richard-M.-Stallman.md +++ b/content/events/2009/winter/Richard-M.-Stallman.md @@ -1,7 +1,7 @@ --- name: 'Richard M. Stallman' short: 'The Free Software Movement and the GNU/Linux Operating System' -date: 'Thu Jan 29 2009 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 29 2009 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Modern Languages Theatre' --- diff --git a/content/events/2009/winter/SIGGRAPH-Night.md b/content/events/2009/winter/SIGGRAPH-Night.md index e2840c8f..6231348b 100644 --- a/content/events/2009/winter/SIGGRAPH-Night.md +++ b/content/events/2009/winter/SIGGRAPH-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGRAPH Night' short: 'Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. .' -date: 'Thu Mar 05 2009 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 05 2009 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Term-Elections.md b/content/events/2009/winter/Term-Elections.md index b99d0008..d297cdfa 100644 --- a/content/events/2009/winter/Term-Elections.md +++ b/content/events/2009/winter/Term-Elections.md @@ -1,7 +1,7 @@ --- name: 'Term Elections' short: 'Winter Elections' -date: 'Tue Jan 13 2009 17:20:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 13 2009 16:20:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/UNIX-101-and-102.md b/content/events/2009/winter/UNIX-101-and-102.md index c44f6b69..a2d1a511 100644 --- a/content/events/2009/winter/UNIX-101-and-102.md +++ b/content/events/2009/winter/UNIX-101-and-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101 and 102' short: 'Continuing the popular Unix Tutorials with a rerun of 101 and the debut of 102.' -date: 'Thu Feb 05 2009 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 05 2009 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2062 and MC2063' --- diff --git a/content/events/2009/winter/UNIX-101.md b/content/events/2009/winter/UNIX-101.md index aa0ffc18..23548c0c 100644 --- a/content/events/2009/winter/UNIX-101.md +++ b/content/events/2009/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Tue Feb 03 2009 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 03 2009 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md b/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md index c2a9acac..cedce95c 100644 --- a/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md +++ b/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md @@ -1,7 +1,7 @@ --- name: 'A Brief Introduction to Video Encoding' short: '*By Peter Barfuss*. In this talk, I will go over the concepts used in video encoding (such as motion estimation/compensation, inter- and intra- frame prediction, quantization and entropy encoding), and then demonstrate these concepts and algorithms in use in the MPEG-2 and the H.264 video codecs. In addition, some clever optimization tricks using SIMD/vectorization will be covered, assuming sufficient time to cover these topics.' -date: 'Tue Sep 28 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 28 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md b/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md index 7a725d35..f842a89f 100644 --- a/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md +++ b/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md @@ -1,7 +1,7 @@ --- name: 'Analysis of randomized algorithms via the probabilistic method' short: 'In this talk, we will give a few examples that illustrate the basic method and show how it can be used to prove the existence of objects with desirable combinatorial properties as well as produce them in expected polynomial time via randomized algorithms. Our main goal will be to present a very slick proof from 1995 due to Spencer on the performance of a randomized greedy algorithm for a set-packing problem. Spencer, for seemingly no reason, introduces a time variable into his greedy algorithm and treats set-packing as a Poisson process. Then, like magic, he is able to show that his greedy algorithm is very likely to produce a good result using basic properties of expected value.' -date: 'Tue Oct 26 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 26 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4040' --- diff --git a/content/events/2010/fall/BareMetal-OS.md b/content/events/2010/fall/BareMetal-OS.md index fb86ee45..de1cd75f 100644 --- a/content/events/2010/fall/BareMetal-OS.md +++ b/content/events/2010/fall/BareMetal-OS.md @@ -1,7 +1,7 @@ --- name: 'BareMetal OS' short: '*By Ian Seyler, Return to Infinity*. BareMetal is a new 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly, while applications can be written in Assembly or C/C++. High Performance Computing is the main target application.' -date: 'Mon Oct 04 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 04 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4021' --- diff --git a/content/events/2010/fall/CSC-Invades-Toronto.md b/content/events/2010/fall/CSC-Invades-Toronto.md index 0437312d..82789256 100644 --- a/content/events/2010/fall/CSC-Invades-Toronto.md +++ b/content/events/2010/fall/CSC-Invades-Toronto.md @@ -1,7 +1,7 @@ --- name: 'CSC Invades Toronto' short: 'The CSC is going to Toronto to visit UofT''s [CSSU](), see what they do, and have beer with them. If you would like to come along, please come by the office and sign up. The cost for the trip is $2 per member. The bus will be leaving from the Davis Center (DC) Saturday Nov. 13 at NOON (some people may have been told 1pm, this is an error). Please show up a few minutes early so we may board.' -date: 'Sat Nov 13 2010 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 13 2010 12:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Outside DC' --- diff --git a/content/events/2010/fall/Calling-all-CS-Frosh.md b/content/events/2010/fall/Calling-all-CS-Frosh.md index f56385db..0ca3f80a 100644 --- a/content/events/2010/fall/Calling-all-CS-Frosh.md +++ b/content/events/2010/fall/Calling-all-CS-Frosh.md @@ -1,7 +1,7 @@ --- name: 'Calling all CS Frosh' short: 'Come meet and greet your professors, advisors, and the heads of the school. Talk to the CSC executive and other upper year students about CS at Waterloo. Free food and beverages will also be available, so there is really no excuse to miss this.' -date: 'Thu Sep 23 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 23 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1301 (The Fishbowl)' --- diff --git a/content/events/2010/fall/Cooking-for-Geeks.md b/content/events/2010/fall/Cooking-for-Geeks.md index 419a556c..31811798 100644 --- a/content/events/2010/fall/Cooking-for-Geeks.md +++ b/content/events/2010/fall/Cooking-for-Geeks.md @@ -1,7 +1,7 @@ --- name: 'Cooking for Geeks' short: 'The CSC is happy to be hosting Jeff Potter, author of "Cooking for Geeks" for a presentation on the finer arts of food science. Jeff''s book has been featured on NPR, BBC and his presentations have wowed audiences of hackers & foodies alike. We''re happy to have Jeff joining us for a hands on demonstration.' -date: 'Wed Sep 22 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Sep 22 2010 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4045' --- diff --git a/content/events/2010/fall/Elections.md b/content/events/2010/fall/Elections.md index 5bd1ad26..ac08404a 100644 --- a/content/events/2010/fall/Elections.md +++ b/content/events/2010/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Fall term executive elections and general meeting.' -date: 'Tue Sep 14 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 14 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/fall/Hackathon.md b/content/events/2010/fall/Hackathon.md index 5af8ad5a..8ad9d174 100644 --- a/content/events/2010/fall/Hackathon.md +++ b/content/events/2010/fall/Hackathon.md @@ -1,7 +1,7 @@ --- name: 'Hackathon' short: 'Come join the CSC for a night of code, music with only 8 bits, and comradarie. We will be in the C&D Lounge from 7pm until 7am working on personal projects, open source projects, and whatever else comes to mind. If you''re interested in getting involved in free/open source development, some members will be on hand to guide you through the process.' -date: 'Fri Nov 05 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Nov 05 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CnD Lounge (MC3002)' --- diff --git a/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md b/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md index fabd9fe7..5cd8a711 100644 --- a/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md +++ b/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md @@ -1,7 +1,7 @@ --- name: 'How to build a brain: From single neurons to cognition' short: '*By Dr. Chris Eliasmith*. Theoretical neuroscience is a new discipline focused on constructing mathematical models of brain function. It has made significant headway in understanding aspects of the neural code. However, past work has largely focused on small numbers of neurons, and so the underlying representations are often simple. In this talk I demonstrate how the ideas underlying these simple forms of representation can underwrite a representational hierarchy that scales to support sophisticated, structure-sensitive representations.' -date: 'Tue Oct 12 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 12 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/In-the-Beginning.md b/content/events/2010/fall/In-the-Beginning.md index 8758cacd..01f8e914 100644 --- a/content/events/2010/fall/In-the-Beginning.md +++ b/content/events/2010/fall/In-the-Beginning.md @@ -1,7 +1,7 @@ --- name: 'In the Beginning' short: '**by Dr. Prabhakar Ragde, Cheriton School of Computer Science**. I''ll be workshopping some lecture ideas involving representations of numbers, specification of computation in functional terms, reasoning about such specifications, and comparing the strengths and weaknesses of different approaches.' -date: 'Tue Sep 21 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 21 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md b/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md index 11974b66..6a1a7523 100644 --- a/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md +++ b/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md @@ -1,7 +1,7 @@ --- name: 'Machine learning vs human learning - will scientists become obsolete?' short: '*by Dr. Shai Ben-David*.' -date: 'Tue Oct 19 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 19 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'RCH 306' --- diff --git a/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md b/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md index 0424e8ee..616a7322 100644 --- a/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md +++ b/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md @@ -1,7 +1,7 @@ --- name: 'Mathematics and aesthetics in maze design' short: '*by Dr. Craig S. Kaplan*. In this talk, I discuss the role of the computer in the process of designing mazes. I present some well known algorithms for maze construction, and more recent research that attempts to novel mazes with non-trivial mathematical or aesthetic properties.' -date: 'Wed Nov 17 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 17 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/UNIX-102.md b/content/events/2010/fall/UNIX-102.md index ee839adc..722d3a21 100644 --- a/content/events/2010/fall/UNIX-102.md +++ b/content/events/2010/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'This installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Wed Oct 13 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 13 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/UNIX-103.md b/content/events/2010/fall/UNIX-103.md index 7c5bd331..bbc253b7 100644 --- a/content/events/2010/fall/UNIX-103.md +++ b/content/events/2010/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: 'Unix 103 will cover version control systems and how to use them to manage your projects. Unix 101 would be helpful, but all that is needed is basic knowledge of the Unix command line (how to enter commands).' -date: 'Wed Oct 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 06 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/Unix-101.md b/content/events/2010/fall/Unix-101.md index 808ed128..40bd6a18 100644 --- a/content/events/2010/fall/Unix-101.md +++ b/content/events/2010/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Need to use the Unix environment for a course, want to overcome your fears of the command line, or just curious? Attend the first installment in the CSC''s popular series of Unix tutorials to learn the basics of the shell and how to navigate the unix environment. By the end of the hands on workshop you will be able to work efficiently from the command line and power-use circles around your friends.' -date: 'Wed Sep 29 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Sep 29 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2010/spring/Code-Party.md b/content/events/2010/spring/Code-Party.md index 23fa4ba1..dd59b980 100644 --- a/content/events/2010/spring/Code-Party.md +++ b/content/events/2010/spring/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times.' -date: 'Fri Jul 09 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 09 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2010/spring/Compiling-To-Combinators.md b/content/events/2010/spring/Compiling-To-Combinators.md index d5ac63d9..669de1b6 100644 --- a/content/events/2010/spring/Compiling-To-Combinators.md +++ b/content/events/2010/spring/Compiling-To-Combinators.md @@ -1,7 +1,7 @@ --- name: 'Compiling To Combinators' short: 'Professor Ragde will be giving the first of our Professor talks for the Spring 2010 term.' -date: 'Tue Jun 22 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 22 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2010/spring/Dataflow-Analysis.md b/content/events/2010/spring/Dataflow-Analysis.md index d67722c8..aed657a4 100644 --- a/content/events/2010/spring/Dataflow-Analysis.md +++ b/content/events/2010/spring/Dataflow-Analysis.md @@ -1,7 +1,7 @@ --- name: 'Dataflow Analysis' short: 'Nomair Naeem, a P.H.D. Student at Waterloo, will be giving a talk about Dataflow Analysis' -date: 'Tue Jul 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 06 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2054' --- diff --git a/content/events/2010/spring/Elections.md b/content/events/2010/spring/Elections.md index baf24ca4..63e2a3bb 100644 --- a/content/events/2010/spring/Elections.md +++ b/content/events/2010/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Spring term executive elections and general meeting.' -date: 'Tue May 11 2010 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue May 11 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/spring/Gerald-Sussman.md b/content/events/2010/spring/Gerald-Sussman.md index da8b728d..fadadf2c 100644 --- a/content/events/2010/spring/Gerald-Sussman.md +++ b/content/events/2010/spring/Gerald-Sussman.md @@ -1,7 +1,7 @@ --- name: 'Gerald Sussman' short: 'The Art of the Propagator' -date: 'Wed May 26 2010 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 26 2010 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC5158' --- diff --git a/content/events/2010/spring/Halftoning-and-Digital-Art.md b/content/events/2010/spring/Halftoning-and-Digital-Art.md index 8fc1aa36..c0cbf8e0 100644 --- a/content/events/2010/spring/Halftoning-and-Digital-Art.md +++ b/content/events/2010/spring/Halftoning-and-Digital-Art.md @@ -1,7 +1,7 @@ --- name: 'Halftoning and Digital Art' short: 'Edgar Bering will be giving a talk titled: Halftoning and Digital Art' -date: 'Tue Jul 13 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 13 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2010/spring/The-Incompressibility-Method.md b/content/events/2010/spring/The-Incompressibility-Method.md index 0c888aa1..cc708776 100644 --- a/content/events/2010/spring/The-Incompressibility-Method.md +++ b/content/events/2010/spring/The-Incompressibility-Method.md @@ -1,7 +1,7 @@ --- name: 'The Incompressibility Method' short: ' In this talk, we shall explore the incompressibility method---an interesting and extremely powerful framework for determining the average-case runtime of algorithms. Within the right background knowledge, the heapsort question can be answered with an elegant 3-line proof. ' -date: 'Tue Jul 20 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 20 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2066' --- diff --git a/content/events/2010/winter/A-Final-Party-of-Code.md b/content/events/2010/winter/A-Final-Party-of-Code.md index abdb038c..ef889061 100644 --- a/content/events/2010/winter/A-Final-Party-of-Code.md +++ b/content/events/2010/winter/A-Final-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'A Final Party of Code' short: 'There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on open source projects, doing some computational math, and other general classiness. There will be free energy drinks for everyone''s enjoyment. This is the last of the term so don''t miss out.' -date: 'Fri Mar 26 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 26 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC7001' --- diff --git a/content/events/2010/winter/A-Party-of-Code.md b/content/events/2010/winter/A-Party-of-Code.md index 48ebd3a7..4f05c833 100644 --- a/content/events/2010/winter/A-Party-of-Code.md +++ b/content/events/2010/winter/A-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'A Party of Code' short: 'A fevered night of code, friends, fun, energy drinks, and the CSC.' -date: 'Fri Mar 12 2010 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Mar 12 2010 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md b/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md index 561863ec..c34ab01d 100644 --- a/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md +++ b/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Vector Graphics Libraries with Cairo' short: 'Cairo is an open source, cross platform, vector graphics library with the ability to output to many kinds of surfaces, including PDF, SVG and PNG surfaces, as well as X-Window, Win32 and Quartz 2D backends. Unlike the raster graphics used with programmes and libraries such as The Gimp and ImageMagick, vector graphics are not defined by grids of pixels, but rather by a collection of drawing operations. These operations detail how to draw lines, fill shapes, and even set text to create the desired image. This has the advantages of being infinitely scalable, smaller in file size, and simpler to express within a computer programme. This talk will be an introduction to the concepts and metaphors used by vector graphics libraries in general and Cairo in particular.' -date: 'Tue Feb 09 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 09 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/Another-Party-of-Code.md b/content/events/2010/winter/Another-Party-of-Code.md index 6f864ec9..71a35051 100644 --- a/content/events/2010/winter/Another-Party-of-Code.md +++ b/content/events/2010/winter/Another-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'Another Party of Code' short: 'There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classiness. There will be free energy drinks for everyone''s enjoyment.' -date: 'Fri Mar 19 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 19 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md b/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md index a7adde08..11cd9c83 100644 --- a/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md +++ b/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md @@ -1,7 +1,7 @@ --- name: 'Approximation Hardness and the Unique Games Conjecture' short: 'The fifth installment in CS10: Undergraduate Seminars in CS, features CSC member Elyot Grant introducing the theory of approximation algorithms. Fun times and a lack of gruesome math are promised.' -date: 'Tue Mar 16 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 16 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC5158' --- diff --git a/content/events/2010/winter/Bowling.md b/content/events/2010/winter/Bowling.md index 502ba929..5a34a016 100644 --- a/content/events/2010/winter/Bowling.md +++ b/content/events/2010/winter/Bowling.md @@ -1,7 +1,7 @@ --- name: 'Bowling' short: 'The CSC is going bowling. $9.75 for shoes and two games. The bowling alley serves fried food and beer. Join us for some or all of the above' -date: 'Sat Mar 06 2010 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Mar 06 2010 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Waterloo Bowling Lanes' --- diff --git a/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md b/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md index ffa418fc..54712c17 100644 --- a/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md +++ b/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md @@ -1,7 +1,7 @@ --- name: 'Brush-Based Constructive Solid Geometry' short: 'The last talk in the CS10 series will be presented by Jordan Saunders, in which he will discuss methods for processing brush-based constructive solid geometry.' -date: 'Tue Apr 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Apr 06 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/CSCF-Town-Hall.md b/content/events/2010/winter/CSCF-Town-Hall.md index f0dde864..1399cc75 100644 --- a/content/events/2010/winter/CSCF-Town-Hall.md +++ b/content/events/2010/winter/CSCF-Town-Hall.md @@ -1,7 +1,7 @@ --- name: 'CSCF Town Hall' short: 'Come to a town hall style meeting with the managers of CSCF to discuss how to improve the undergraduate (student.cs) computing environment. Have gripes? Suggestions? Requests? Now is the time to voice them.' -date: 'Thu Feb 25 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 25 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1302' --- diff --git a/content/events/2010/winter/CTRL-D.md b/content/events/2010/winter/CTRL-D.md index 30455a93..abe7cfd3 100644 --- a/content/events/2010/winter/CTRL-D.md +++ b/content/events/2010/winter/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'Once again the CSC will be holding its traditional end of term dinner. It will be at the Vice President''s house. If you don''t know how to get there meet at the club office at 6:30 PM, a group will be leaving from the MC then. The dinner will be potluck style so bring a dish for 4-6 people, or some plates or pop or something.' -date: 'Thu Apr 01 2010 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Apr 01 2010 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CSC Office' --- diff --git a/content/events/2010/winter/Contest-Closing.md b/content/events/2010/winter/Contest-Closing.md index 9cc401a8..001fa50a 100644 --- a/content/events/2010/winter/Contest-Closing.md +++ b/content/events/2010/winter/Contest-Closing.md @@ -1,7 +1,7 @@ --- name: 'Contest Closing' short: 'The [contest]() is coming to a close tomorrow, so to finish it in style we will be having ice cream and code friday night. It would be a shame if Waterloo lost (we''re not on top of the [leaderboard]() right now) so come out and hack for the home team.' -date: 'Fri Feb 26 2010 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 26 2010 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'CnD Lounge' --- diff --git a/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md b/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md index a16f3b6b..b13423d0 100644 --- a/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md +++ b/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md @@ -1,7 +1,7 @@ --- name: 'Deep learning with multiplicative interactions' short: 'Geoffrey Hinton, from the University of Toronto and the Canadian Institute for Advanced Research, will discuss some of his latest work in learning networks and artificial intelligence. The talk will be accessable, so don''t hesitate to come out. More information about Dr. Hinton''s research can be found on [his website]().' -date: 'Tue Jan 26 2010 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 26 2010 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1302' --- diff --git a/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md b/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md index 216401bc..c238bbbd 100644 --- a/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md +++ b/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md @@ -1,7 +1,7 @@ --- name: 'Memory-Corruption Security Holes: How to exploit, patch and prevent them.' short: 'Despite it being 2010, code is still being exploited due to stack overflows, a 40+ year old class of security vulnerabilities. In this talk, I will go over several common methods of program exploitation, both on the stack and on the heap, as well as going over some of the current mitigation techniques (i.e. stack canaries, ASLR, etc.) for these holes, and similarly, how some of these can be bypassed as well.' -date: 'Tue Mar 23 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 23 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC5158' --- diff --git a/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md b/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md index 6095b773..773bf183 100644 --- a/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md +++ b/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md @@ -1,7 +1,7 @@ --- name: 'NUI: The future of robotics and automated systems' short: 'Member Sam Pasupalak will present some of his ongoing work in Natural User Interfaces and Robotics in this sixth installment of CS10.' -date: 'Tue Mar 30 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 30 2010 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/QIP=PSPACE.md b/content/events/2010/winter/QIP=PSPACE.md index d725abe6..4e2de974 100644 --- a/content/events/2010/winter/QIP=PSPACE.md +++ b/content/events/2010/winter/QIP=PSPACE.md @@ -1,7 +1,7 @@ --- name: 'QIP=PSPACE' short: 'Dr. John Watrous of the [IQC]() will present his recent result "QIP=PSPACE". The talk will not assume any familiarity with quantum computing or complexity theory, and light refreshments will be provided.' -date: 'Tue Mar 02 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 02 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md b/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md index a6671564..3dfae652 100644 --- a/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md +++ b/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md @@ -1,7 +1,7 @@ --- name: 'Software Transactional Memory and Using STM in Haskell' short: 'The fourth Undergraduate Seminar in Computer Science will be presented by Brennan Taylor, a club member. He will be discussing various concurrent computing problems, and introducing Software Transactional Memory as a solution to them.' -date: 'Tue Mar 09 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 09 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md b/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md index 70dc8ef4..ae5b53bd 100644 --- a/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md +++ b/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md @@ -1,7 +1,7 @@ --- name: 'The Best Algorithms are Randomized Algorithms' short: 'In this talk Nicholas Harvey discusses the prevalence of randomized algorithms and their application to solving optimization problems on graphs; with startling results compared to deterministic algorithms.' -date: 'Tue Feb 23 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 23 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC5136B' --- diff --git a/content/events/2010/winter/UNIX-101-Encore.md b/content/events/2010/winter/UNIX-101-Encore.md index aea6ac61..eb37da2a 100644 --- a/content/events/2010/winter/UNIX-101-Encore.md +++ b/content/events/2010/winter/UNIX-101-Encore.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101 Encore' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends! The popular tutorial returns for a second session, in case you missed the first one.' -date: 'Thu Feb 11 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 11 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3005' --- diff --git a/content/events/2010/winter/UNIX-101.md b/content/events/2010/winter/UNIX-101.md index 4e6bd3ce..92331e1f 100644 --- a/content/events/2010/winter/UNIX-101.md +++ b/content/events/2010/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Wed Feb 10 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 10 2010 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3003' --- diff --git a/content/events/2010/winter/Wilderness-Programming.md b/content/events/2010/winter/Wilderness-Programming.md index 4870bc8a..f76a034b 100644 --- a/content/events/2010/winter/Wilderness-Programming.md +++ b/content/events/2010/winter/Wilderness-Programming.md @@ -1,7 +1,7 @@ --- name: 'Wilderness Programming' short: 'Paul Lutus describes his early Apple II software development days, conducted from the far end of a 1200-foot power cord, in a tiny Oregon cabin. Paul describes how he wrote a best-seller (Apple Writer) in assembly language, while dealing with power outages, lightning storms and the occasional curious bear.' -date: 'Mon Jan 18 2010 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 18 2010 15:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2066' --- diff --git a/content/events/2010/winter/Windows-Azure-Lab.md b/content/events/2010/winter/Windows-Azure-Lab.md index b2c5af31..fa2a1173 100644 --- a/content/events/2010/winter/Windows-Azure-Lab.md +++ b/content/events/2010/winter/Windows-Azure-Lab.md @@ -1,7 +1,7 @@ --- name: 'Windows Azure Lab' short: 'Get the opportunity to learn about Microsoft''s Cloud Services Platform, Windows Azure. Attend this Hands-on-lab session sponsored by Microsoft.' -date: 'Wed Apr 07 2010 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Apr 07 2010 13:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2037' --- diff --git a/content/events/2011/fall/CSC-Open-Data-Code-Party.md b/content/events/2011/fall/CSC-Open-Data-Code-Party.md index 1c22f5b3..3ab47a09 100644 --- a/content/events/2011/fall/CSC-Open-Data-Code-Party.md +++ b/content/events/2011/fall/CSC-Open-Data-Code-Party.md @@ -1,7 +1,7 @@ --- name: 'CSC Open Data Code Party' short: '*by Calum T. Dalek*. The Computer Science Club is teaming up with the UW Open Data Initiative to bring you our third code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Nov 18 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 18 2011 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md b/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md index 5d2d3f38..f00155c4 100644 --- a/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md +++ b/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md @@ -1,7 +1,7 @@ --- name: 'CSC goes to Design Our Tomorrow' short: '*by Calum T. Dalek*. The Computer Science Club has a limited number of tickets available for the [Design Our Tomorrow Conference]() at the University of Toronto on Saturday, November 12, 10:00 - 16:30. See event information for ticket details.' -date: 'Sat Nov 12 2011 08:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 12 2011 07:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Davis Centre' --- diff --git a/content/events/2011/fall/Code-Party-1.md b/content/events/2011/fall/Code-Party-1.md index fe523a41..7d923cab 100644 --- a/content/events/2011/fall/Code-Party-1.md +++ b/content/events/2011/fall/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: '*by Calum T. Dalek*. The Computer Science Club is having our first code party of the term! The theme for this code party will be collaborative development. We''ll present several ideas of small projects to work on for the unexperienced. Everyone is welcome; please bring your friends! There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Sep 30 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 30 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/Code-Party-2.md b/content/events/2011/fall/Code-Party-2.md index 55cc7e8b..9362a5a0 100644 --- a/content/events/2011/fall/Code-Party-2.md +++ b/content/events/2011/fall/Code-Party-2.md @@ -1,7 +1,7 @@ --- name: 'Code Party 2' short: '*by Calum T. Dalek*. The Computer Science Club is having our second code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Oct 21 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 21 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/Elections.md b/content/events/2011/fall/Elections.md index a15bffde..b1c6b34e 100644 --- a/content/events/2011/fall/Elections.md +++ b/content/events/2011/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Club elections. See related news items for details.' -date: 'Mon Sep 19 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 19 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/How-Browsers-Work.md b/content/events/2011/fall/How-Browsers-Work.md index 777f6e8a..2d412fdf 100644 --- a/content/events/2011/fall/How-Browsers-Work.md +++ b/content/events/2011/fall/How-Browsers-Work.md @@ -1,7 +1,7 @@ --- name: 'How Browsers Work' short: '*by Ehsan Akhgari*. Veteran Mozilla engineer Ehsan Akhgari will present a talk on the internals of web browsers. The material will range from the fundamentals of content rendering to the latest innovations in browser design. Click on the talk title for a full abstract.' -date: 'Thu Oct 13 2011 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 13 2011 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md b/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md index c6109b98..96636c77 100644 --- a/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md +++ b/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: An Introduction to the Shell' short: '*by Calum T. Dalek*. New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Thu Sep 29 2011 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 29 2011 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3004' --- diff --git a/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md b/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md index 46666870..be0225d2 100644 --- a/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md +++ b/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102: Tools in the UNIX Environment' short: '*by Calum T. Dalek*. The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Mon Oct 24 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 24 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2011/spring/An-Introduction-to-Steganography.md b/content/events/2011/spring/An-Introduction-to-Steganography.md index 5bf6d38e..d573c080 100644 --- a/content/events/2011/spring/An-Introduction-to-Steganography.md +++ b/content/events/2011/spring/An-Introduction-to-Steganography.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Steganography' short: 'As part of the CSC member talks series, Yomna Nasser will be presenting an introduction to steganography. Steganography is the act of hiding information such that it can only be found by its intended recipient. It has been practiced since ancient Greece, and is still in use today.This talk will include an introduction to the area, history, and some basic techniques for hiding information and detecting hidden data. There will be an overview of some of the mathematics involved, but nothing too rigorous.' -date: 'Wed Jul 20 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 20 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2038' --- diff --git a/content/events/2011/spring/CSC-Goes-Outside.md b/content/events/2011/spring/CSC-Goes-Outside.md index 32193cab..88de4813 100644 --- a/content/events/2011/spring/CSC-Goes-Outside.md +++ b/content/events/2011/spring/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think marshmallows, hotdogs, and fire are a delicious combination?If so, you should join us as the CSC is going outside!Around 4PM, we''re going to Columbia Lake for some outdoor fun. We''ll have Frisbees, kites, snacks, and some drinks. We''ll be sticking around until dusk, when we''re going to have a campfire with marshmallows and hotdogs. We plan to be there until 10PM, but of course you''re welcome to come for any subinterval.' -date: 'Sat Jul 09 2011 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jul 09 2011 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Columbia Lake Firepit' --- diff --git a/content/events/2011/spring/CTRL-D.md b/content/events/2011/spring/CTRL-D.md index f102a872..796e524c 100644 --- a/content/events/2011/spring/CTRL-D.md +++ b/content/events/2011/spring/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'The end of another term is here, and so we''re having our End-of-Term dinner. Everybody''s welcome to come to CTRL-D. We are running this like a potluck, so bringing food is suggested.' -date: 'Fri Jul 29 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 29 2011 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'home of askhader, see abstract' --- diff --git a/content/events/2011/spring/Code-Party-1.md b/content/events/2011/spring/Code-Party-1.md index b5236d5f..032af7de 100644 --- a/content/events/2011/spring/Code-Party-1.md +++ b/content/events/2011/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: ' The Computer Science Club is having our first code party of the term. The theme for this week''s code party is personal projects. Come show us what you''ve been working on! Of course, everybody is welcome, even if you don''t have a project. ' -date: 'Fri Jun 03 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 03 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Code-Party-2.md b/content/events/2011/spring/Code-Party-2.md index 89fb09db..0d7e58f9 100644 --- a/content/events/2011/spring/Code-Party-2.md +++ b/content/events/2011/spring/Code-Party-2.md @@ -1,7 +1,7 @@ --- name: 'Code Party 2' short: 'The second Code Party of the term takes place this Friday! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you''re welcome with neither.Snacks will be provided.' -date: 'Fri Jun 24 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 24 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Code-Party-3.md b/content/events/2011/spring/Code-Party-3.md index 11febb3d..30f77be5 100644 --- a/content/events/2011/spring/Code-Party-3.md +++ b/content/events/2011/spring/Code-Party-3.md @@ -1,7 +1,7 @@ --- name: 'Code Party 3' short: 'The final Code Party of the term is here! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you''re welcome with neither.Snacks will be provided. Everyone is welcome.Please note this date is postponed from the originally scheduled date due to conflicts with [Kitchener Ribfest & Craft Beer Show]()' -date: 'Fri Jul 22 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 22 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Elections-Nominees-List.md b/content/events/2011/spring/Elections-Nominees-List.md index a57123d2..49ac1a48 100644 --- a/content/events/2011/spring/Elections-Nominees-List.md +++ b/content/events/2011/spring/Elections-Nominees-List.md @@ -1,7 +1,7 @@ --- name: 'Elections Nominees List' short: 'CSC Elections, final list of nominations for Spring 2011' -date: 'Mon May 09 2011 18:31:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 09 2011 17:31:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Elections.md b/content/events/2011/spring/Elections.md index 2ce9358f..fd248bc9 100644 --- a/content/events/2011/spring/Elections.md +++ b/content/events/2011/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Spring 2011 term, nominations are open!' -date: 'Mon May 09 2011 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 09 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md b/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md index a41ef05f..c9bb8fba 100644 --- a/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md +++ b/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md @@ -1,7 +1,7 @@ --- name: 'General Purpose Computing on Graphics Cards' short: ' In the first of our member talks for the term, Katie Hyatt will give a short introduction to General Purpose Graphics Processing Unit computing. This expanding field has many applications. The primary focus of this talk will be nVidia''s CUDA architecture. ' -date: 'Thu Jun 09 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 09 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2054' --- diff --git a/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md b/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md index 916c1cd9..a139ee61 100644 --- a/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md +++ b/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md @@ -1,7 +1,7 @@ --- name: 'Our Troubles with Linux and Why You Should Care' short: 'A joint work between Professors Tim Brecht, Ashif Harji, and Peter Buhr, this talk describes experiences using the Linux kernel as a platform for conducting performance evaluations.' -date: 'Mon Jul 04 2011 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 04 2011 13:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 5158' --- diff --git a/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md b/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md index b911e4ff..3cfdac98 100644 --- a/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md +++ b/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md @@ -1,7 +1,7 @@ --- name: 'Taming Software Bloat with AdaptableGIMP' short: ' Ever use software with 100s or 1000s of commands? Ever have a hard time finding the right commands to perform your task? In this talk, we''ll present AdaptableGIMP, a new version of GIMP developed at Waterloo to help simplify complex user interfaces. ' -date: 'Tue Jun 14 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 14 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2054' --- diff --git a/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md b/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md index af1a4bae..593e89d6 100644 --- a/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md +++ b/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md @@ -1,7 +1,7 @@ --- name: 'A Smorgasbord of Perl Talks' short: '*by KW Perl Mongers*. These talks are intended for programmers who are curious about the Swiss Army Chainsaw of languages, Perl.' -date: 'Thu Feb 17 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 17 2011 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC2017' --- diff --git a/content/events/2011/winter/Code-Party.md b/content/events/2011/winter/Code-Party.md index 69a53826..b34c8cef 100644 --- a/content/events/2011/winter/Code-Party.md +++ b/content/events/2011/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: '*by Calum T. Dalek*. Come one, come all to the Code Party happening in the Comfy Lounge this Friday. The event starts at 7:00PM and will run through the night.' -date: 'Fri Feb 04 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 04 2011 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/winter/Software-Patents.md b/content/events/2011/winter/Software-Patents.md index 60e76f23..ae52c92f 100644 --- a/content/events/2011/winter/Software-Patents.md +++ b/content/events/2011/winter/Software-Patents.md @@ -1,7 +1,7 @@ --- name: 'Software Patents' short: '*by Stanley Khaing*. What are the requirements for obtaining a patent? Should software be patentable?' -date: 'Thu Mar 17 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 17 2011 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC2034' --- diff --git a/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md b/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md index cf27d468..2081bebb 100644 --- a/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md +++ b/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: An Introduction to the Shell' short: '*by Calum T. Dalek*. New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Wed Jan 26 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Jan 26 2011 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3003' --- diff --git a/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md b/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md index 2cf8cb03..4ad38185 100644 --- a/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md +++ b/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102: Documents and Editing in the Unix environment' short: '*by Calum T. Dalek*. The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Wed Feb 02 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 02 2011 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3003' --- diff --git a/content/events/2011/winter/UNIX-103-Version-Control-Systems.md b/content/events/2011/winter/UNIX-103-Version-Control-Systems.md index 6e630ca7..9178c6b7 100644 --- a/content/events/2011/winter/UNIX-103-Version-Control-Systems.md +++ b/content/events/2011/winter/UNIX-103-Version-Control-Systems.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Version Control Systems' short: '*by Calum T. Dalek*. In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control.' -date: 'Wed Feb 09 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 09 2011 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC3003' --- diff --git a/content/events/2012/fall/CSC-Code-Party-2.md b/content/events/2012/fall/CSC-Code-Party-2.md index f5366f88..8663a825 100644 --- a/content/events/2012/fall/CSC-Code-Party-2.md +++ b/content/events/2012/fall/CSC-Code-Party-2.md @@ -2,7 +2,7 @@ name: 'CSC Code Party 2' short: 'We will be holding our second code party of the term. Watch for further details, as we plan on working with some robots and Scala, git, and Haskell.' -date: 'Fri Oct 26 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 26 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md b/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md index 77220f46..bfdf27b6 100644 --- a/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md +++ b/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1: FROSH-A-THON' short: 'The Computer Science Club is running our first "welcome back" code party of the term! Whether you''re a hacking guru or a newbie to computer science, you''re welcome to attend; there will be activities for all! Our party is loosely themed as a Linux installfest, where we will have a team of members dedicated to helping individuals install and learn to use one of many flavours of Linux.' -date: 'Fri Sep 14 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 14 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Code-Party-3.md b/content/events/2012/fall/Code-Party-3.md index 0d6068a1..7e4239e4 100644 --- a/content/events/2012/fall/Code-Party-3.md +++ b/content/events/2012/fall/Code-Party-3.md @@ -1,7 +1,7 @@ --- name: 'Code Party 3' short: 'The Computer Science Club is running our third, and last, code party of the term! Whether you''re a hacking guru or a newbie to computer science, you''re welcome to attend; there will be activities for all. Syed Albiz will be presenting a tutorial on implementing a [ray-tracer]() in C and Scheme.' -date: 'Fri Nov 23 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 23 2012 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Elections.md b/content/events/2012/fall/Elections.md index 77e70ec9..b7d79886 100644 --- a/content/events/2012/fall/Elections.md +++ b/content/events/2012/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Fall 2012 term, nominations are open!' -date: 'Tue Sep 18 2012 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 18 2012 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/fall/KW-Perlmongers-Talk.md b/content/events/2012/fall/KW-Perlmongers-Talk.md index 3c2a0b58..46a796a7 100644 --- a/content/events/2012/fall/KW-Perlmongers-Talk.md +++ b/content/events/2012/fall/KW-Perlmongers-Talk.md @@ -1,7 +1,7 @@ --- name: 'KW Perlmongers Talk' short: '*by Justin Wheeler.*In his own words, this talk will cover the virtues of Perl: CPAN, Moose, CPAN, Catalyst, CPAN, DBIx::Class, CPAN, TMTOWTDI, and did I mention CPAN?' -date: 'Thu Nov 15 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 15 2012 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2012/fall/SASMS.md b/content/events/2012/fall/SASMS.md index dc5524d2..e1e40925 100644 --- a/content/events/2012/fall/SASMS.md +++ b/content/events/2012/fall/SASMS.md @@ -1,7 +1,7 @@ --- name: 'SASMS' short: '*by PMC.*The Pure Mathematics, Applied Mathematics, Combinatorics & Optimization Club is hosting the Fall 2012 Short Attention Span Math Seminars (SASMS).' -date: 'Wed Nov 21 2012 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 21 2012 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 5136B' --- diff --git a/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md b/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md index 3376a348..85b896a9 100644 --- a/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md +++ b/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md @@ -1,7 +1,7 @@ --- name: 'SCS First-year Welcome Dinner' short: 'The School of Computer Science is hosting a dinner event for incoming first-year students. You''ll get to meet us, some of the faculty, and other new undergraduates. Food will be provided.' -date: 'Thu Sep 06 2012 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 06 2012 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Math 3 Atrium' --- diff --git a/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md b/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md index 7f3e28ad..80e2b5aa 100644 --- a/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md +++ b/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md @@ -2,7 +2,7 @@ name: 'The Cryptographic and Game-Theoretical Fundamentals behind Bitcoin' short: '*by Vitalik Buterin.* In this talk, we will cover the cryptographic and game-theory principles behind the currency, including how the issues of double-spending, the "51% attack," and "mining" are addressed, the game-theory incentives to use Bitcoins honestly, and other issues being faced today in practice, such as implementation, attacks, and future scalability.' -date: 'Thu Oct 18 2012 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 18 2012 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2034' --- diff --git a/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md b/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md index 232e98be..b9690c49 100644 --- a/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md +++ b/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md @@ -1,7 +1,7 @@ --- name: 'Tron Screening: Frosh-A-Tron' short: 'ehashman''s lousy frosh event naming scheme continues as we prepare for this week''s movie night---a screening of the original TRON in PHY 150. Come watch the groundbreaking film that defined the role of computer graphics and the quality of special effects in modern cinema. And bring your friends!' -date: 'Fri Sep 28 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 28 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2012/fall/UNIX-101.md b/content/events/2012/fall/UNIX-101.md index 7a626b0d..ec521731 100644 --- a/content/events/2012/fall/UNIX-101.md +++ b/content/events/2012/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools.' -date: 'Mon Nov 19 2012 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 19 2012 15:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2012/spring/Code-Party-1.md b/content/events/2012/spring/Code-Party-1.md index b1ac68ce..a0dce74e 100644 --- a/content/events/2012/spring/Code-Party-1.md +++ b/content/events/2012/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Jun 08 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 08 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/spring/Elections.md b/content/events/2012/spring/Elections.md index 60239bc4..66932f48 100644 --- a/content/events/2012/spring/Elections.md +++ b/content/events/2012/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Spring 2012 term, nominations are open!' -date: 'Thu May 10 2012 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 10 2012 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md b/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md index 7e9a13ef..e8210b33 100644 --- a/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md +++ b/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md @@ -1,7 +1,7 @@ --- name: 'mmap and the Mortgage Crisis' short: 'Palantir is a Palo Alto-based intelligence analysis software company that has partnered with the CSC to put on a tech talk and social. There will be free food, free drinks, and for one lucky winner, a free iPad, so why not come on out?' -date: 'Mon May 07 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 07 2012 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2012/winter/Algorithms-Talk.md b/content/events/2012/winter/Algorithms-Talk.md index 3ed2c9b3..1d91db50 100644 --- a/content/events/2012/winter/Algorithms-Talk.md +++ b/content/events/2012/winter/Algorithms-Talk.md @@ -1,7 +1,7 @@ --- name: 'Algorithms Talk' short: '*by Victor Fan*. Join Victor Fan for his talk, intended for all second-year math students with a solid first-year background. Even if you are a first-year or a seasoned veteran, you will probably still take home something new, so please come out to enjoy the talk! Refreshments will be served.' -date: 'Tue Feb 07 2012 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 07 2012 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4045' --- diff --git a/content/events/2012/winter/Code-Party-0.md b/content/events/2012/winter/Code-Party-0.md index 3c2a8864..ad3cde47 100644 --- a/content/events/2012/winter/Code-Party-0.md +++ b/content/events/2012/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: '*by Calum T. Dalek*. The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Jan 27 2012 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Jan 27 2012 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Math CnD' --- diff --git a/content/events/2012/winter/Elections.md b/content/events/2012/winter/Elections.md index 394a5c5a..ffb997e8 100644 --- a/content/events/2012/winter/Elections.md +++ b/content/events/2012/winter/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Winter 2012 term, nominations are open!' -date: 'Thu Jan 12 2012 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 12 2012 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md b/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md index 1d2dbf14..62e11ae3 100644 --- a/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md +++ b/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md @@ -1,7 +1,7 @@ --- name: 'Feynman Messenger Lecture Series' short: '*by Calum T. Dalek*. Join the Computer Science Club and PhysClub every Wednesday evening for the rest of the term for our five screenings of the classic 1964 Messenger Lecture Series by Richard Feynman in PHY 150. Dinner provided!' -date: 'Wed Mar 07 2012 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Mar 07 2012 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2012/winter/Multi-processor-Real-time-Systems.md b/content/events/2012/winter/Multi-processor-Real-time-Systems.md index be512155..1c8083a9 100644 --- a/content/events/2012/winter/Multi-processor-Real-time-Systems.md +++ b/content/events/2012/winter/Multi-processor-Real-time-Systems.md @@ -1,7 +1,7 @@ --- name: 'Multi-processor Real-time Systems' short: '*by Bill Cowan*. Programming systems that obey hard real-time constraints is difficult. So is programming multiple CPUs that interact to solve a single problem. This talk will describe the nature of computation typical of real-time systems, architectural solutions currently employed in CS 452, and possible architectures for multi-CPU systems.' -date: 'Thu Mar 22 2012 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 22 2012 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4021' --- diff --git a/content/events/2012/winter/OpenCL-Code-Party.md b/content/events/2012/winter/OpenCL-Code-Party.md index 2d26ac54..d77538f0 100644 --- a/content/events/2012/winter/OpenCL-Code-Party.md +++ b/content/events/2012/winter/OpenCL-Code-Party.md @@ -1,7 +1,7 @@ --- name: 'OpenCL Code Party' short: '*by Calum T. Dalek*. The University of Waterloo Computer Science Club and AMD''s OpenCL programming competition comes to a close, as the contest ends at midnight and prizes are awarded! Open submissions will be judged, so make sure to come out and watch.' -date: 'Fri Mar 02 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Mar 02 2012 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/winter/OpenCL-Introduction.md b/content/events/2012/winter/OpenCL-Introduction.md index b6a896a9..8b29952b 100644 --- a/content/events/2012/winter/OpenCL-Introduction.md +++ b/content/events/2012/winter/OpenCL-Introduction.md @@ -1,7 +1,7 @@ --- name: 'OpenCL Introduction' short: '*by Calum T. Dalek*. The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you''re interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party!' -date: 'Thu Feb 16 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 16 2012 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2012/winter/UNIX-101.md b/content/events/2012/winter/UNIX-101.md index 681e5547..12264609 100644 --- a/content/events/2012/winter/UNIX-101.md +++ b/content/events/2012/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You''ll have to learn this stuff in CS 246 anyways, so why not get a head start!' -date: 'Thu Feb 09 2012 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 09 2012 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2012/winter/UNIX-102.md b/content/events/2012/winter/UNIX-102.md index a619126a..33e8fc36 100644 --- a/content/events/2012/winter/UNIX-102.md +++ b/content/events/2012/winter/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: '*by Calum T. Dalek*. The Computer Science Club will be running the second installment of our introductory UNIX tutorials for the term. We will be covering topics intended to show off the development-friendliness of the UNIX computing environment: "real" document editors, development tools, bash scripting, and version control.' -date: 'Thu Mar 08 2012 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 08 2012 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2013/fall/C++-GoingNative-Lectures.md b/content/events/2013/fall/C++-GoingNative-Lectures.md index a946c7b2..7fa60bad 100644 --- a/content/events/2013/fall/C++-GoingNative-Lectures.md +++ b/content/events/2013/fall/C++-GoingNative-Lectures.md @@ -1,7 +1,7 @@ --- name: 'C++ GoingNative Lectures' short: 'We will be showing GoingNative lectures from some of the top individuals working on C++ approximately biweekly on Thursdays at 6:30PM in the PHY 150 theatre. Every lecture will be accompanied with free pizza and drinks! Dates are Oct. 3, 17, 31 and Nov. 7 and 21. Please view this event in detail for more information.' -date: 'Thu Oct 03 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 03 2013 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md b/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md index 92bcfd4f..ca2c7916 100644 --- a/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md +++ b/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x02 - Don''t Help The Compiler' short: 'The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej.' -date: 'Thu Oct 17 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 17 2013 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md b/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md index ed768946..98c87225 100644 --- a/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md +++ b/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x03 - An Effective C++11/14 Sampler' short: 'The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers.' -date: 'Thu Oct 31 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 31 2013 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md b/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md index 13f23afb..a7d52430 100644 --- a/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md +++ b/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x04 - Writing Quick Code in C++, Quickly' short: 'The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu.' -date: 'Thu Nov 07 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 07 2013 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md b/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md index 09d668b7..bb983dea 100644 --- a/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md +++ b/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x05 - C++ Seasoning' short: 'The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent.' -date: 'Thu Nov 21 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 21 2013 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/CSC-Goes-Bowling.md b/content/events/2013/fall/CSC-Goes-Bowling.md index bc08b5cc..d8f44611 100644 --- a/content/events/2013/fall/CSC-Goes-Bowling.md +++ b/content/events/2013/fall/CSC-Goes-Bowling.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Bowling' short: 'All CSC members and their guests are invited for a night of free bowling at Bingemans! Transportation will be provided. If you are interested in attending, please RSVP using the online form by Oct. 18. You can find it by viewing this event in detail.' -date: 'Wed Oct 30 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 30 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Bingemans' --- diff --git a/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md b/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md index fbe1d526..12890df1 100644 --- a/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md +++ b/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes to Toronto Erlang Factory Lite 2013' short: 'The CSC has been invited to attend this Erlang conference in Toronto. If you are interested in attending, please sign up on our [web form](). We have submitted a MEF proposal to cover the transportation fees of up to 25 math undergraduates.' -date: 'Sat Nov 23 2013 01:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Nov 23 2013 00:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Toronto, ON' --- diff --git a/content/events/2013/fall/Disk-Encryption.md b/content/events/2013/fall/Disk-Encryption.md index 7458c588..badd1375 100644 --- a/content/events/2013/fall/Disk-Encryption.md +++ b/content/events/2013/fall/Disk-Encryption.md @@ -1,7 +1,7 @@ --- name: 'Disk Encryption' short: 'The last lecture of our security and privacy series. By MMath alumnus Zak Blacher.' -date: 'Tue Nov 26 2013 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 26 2013 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2038' --- diff --git a/content/events/2013/fall/Fall-2013-Elections.md b/content/events/2013/fall/Fall-2013-Elections.md index 6fd3daf4..0c8d47c1 100644 --- a/content/events/2013/fall/Fall-2013-Elections.md +++ b/content/events/2013/fall/Fall-2013-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2013 Elections' short: 'Elections for Fall 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Tue Sep 17 2013 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 17 2013 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/fall/Hackathon-Code-Party!!.md b/content/events/2013/fall/Hackathon-Code-Party!!.md index 6c35bf80..d32a9e80 100644 --- a/content/events/2013/fall/Hackathon-Code-Party!!.md +++ b/content/events/2013/fall/Hackathon-Code-Party!!.md @@ -1,7 +1,7 @@ --- name: 'Hackathon-Code Party!!' short: 'Join us for a night of code, food, and caffeine! There will be plenty of edibles and hacking for your enjoyment. If you are interested in getting involved in Open Source, there will be mentors on hand to get you started. Hope to see you there—bring your friends!' -date: 'Fri Nov 22 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 22 2013 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md b/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md index 68508720..2a566dcd 100644 --- a/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md +++ b/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md @@ -1,7 +1,7 @@ --- name: 'Hands On Seminar on Public Key Cryptography' short: 'The fourth event in our security and privacy series. By undergraduate students Murphy Berzish and Nick Guenther.' -date: 'Tue Nov 05 2013 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 05 2013 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2013/fall/Practical-Tor-Usage.md b/content/events/2013/fall/Practical-Tor-Usage.md index 3aaa650d..f0bfb543 100644 --- a/content/events/2013/fall/Practical-Tor-Usage.md +++ b/content/events/2013/fall/Practical-Tor-Usage.md @@ -1,7 +1,7 @@ --- name: 'Practical Tor Usage' short: 'The third lecture of our security and privacy series. By undergraduate student Simon Gladstone.' -date: 'Thu Oct 24 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 24 2013 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2013/fall/Trust-in-ISPs.md b/content/events/2013/fall/Trust-in-ISPs.md index b03c0d5f..f9b7fd84 100644 --- a/content/events/2013/fall/Trust-in-ISPs.md +++ b/content/events/2013/fall/Trust-in-ISPs.md @@ -1,7 +1,7 @@ --- name: 'Trust in ISPs' short: 'This is the fifth lecture of six in the Security and Privacy Lecture Series. By founding member of the Canadian Cybersecurity Institute and employee of local ISP Sentex Sean Howard.' -date: 'Tue Nov 12 2013 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 12 2013 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2013/fall/Tunnels-and-Censorship.md b/content/events/2013/fall/Tunnels-and-Censorship.md index 094dff60..2bbe3bd1 100644 --- a/content/events/2013/fall/Tunnels-and-Censorship.md +++ b/content/events/2013/fall/Tunnels-and-Censorship.md @@ -1,7 +1,7 @@ --- name: 'Tunnels and Censorship' short: 'The second lecture of our security and privacy series. By undergraduate student Eric Dong.' -date: 'Tue Oct 15 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 15 2013 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md b/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md index 7564dc0d..5899144d 100644 --- a/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md +++ b/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md @@ -1,7 +1,7 @@ --- name: 'Why Should You Care About Security and Privacy' short: 'The first lecture of our security and privacy series. By PhD student Sarah Harvey.' -date: 'Tue Oct 08 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 08 2013 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/3D-Movies-and-Computer-Science.md b/content/events/2013/spring/3D-Movies-and-Computer-Science.md index 923e7baa..d574c31a 100644 --- a/content/events/2013/spring/3D-Movies-and-Computer-Science.md +++ b/content/events/2013/spring/3D-Movies-and-Computer-Science.md @@ -1,7 +1,7 @@ --- name: '3D Movies and Computer Science' short: 'While humans started making 3D motion pictures in the 1800''s, several technical and artistic challenges prevented widespread interest in the medium. By investing heavily in a computerized production pipeline, James Cameron''s 2009 release of Avatar ushered in an era of mainstream interest in 3D film. However, many technical and artistic problems still find their way into otherwise-modern 3D movies. The talk explores some of these problems while introducing the fundamentals of 3D film-making from a CS perspective.' -date: 'Thu Jul 11 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 11 2013 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/CSC-Goes-Outside!.md b/content/events/2013/spring/CSC-Goes-Outside!.md index eff09b91..720e0f66 100644 --- a/content/events/2013/spring/CSC-Goes-Outside!.md +++ b/content/events/2013/spring/CSC-Goes-Outside!.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside!' short: 'Do you love the combination of s''mores, burgers, and fire? Are you brave enough to face the newly-grown geese? Do you want to play some Frisbee while listening to some chill tunes? If so, come hang out with the CSC at the EV3 Fire Pit this Friday! All are welcome for some outdoor food, games, and music.' -date: 'Fri Jul 19 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 19 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'EV3 Fire Pit' --- diff --git a/content/events/2013/spring/Code-Party-1.md b/content/events/2013/spring/Code-Party-1.md index f238aece..10e8030d 100644 --- a/content/events/2013/spring/Code-Party-1.md +++ b/content/events/2013/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'Come out to the Code Party happening in the Comfy Lounge on July 26 at 7:00 PM! Why sleep when you could be hacking on $your\_favourite\_project or doing $something\_classy in great company? Join us for a night of coding, snacks, and camaraderie!' -date: 'Fri Jul 26 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 26 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/spring/Path-Tracing.md b/content/events/2013/spring/Path-Tracing.md index 5b87cff2..9b72b878 100644 --- a/content/events/2013/spring/Path-Tracing.md +++ b/content/events/2013/spring/Path-Tracing.md @@ -1,7 +1,7 @@ --- name: 'Path Tracing' short: 'As a follow on to last term''s tutorial on building a ray-tracer from scratch, this talk will be presenting the basic mechanics of how a bidirectional path-tracer creates a globally illuminated scene, advantages and limitations of this approach over other offline global illumination techniques along with a simple example path-tracer written in C++, and opportunities for hardware acceleration on GPUs, time permitting.' -date: 'Thu Jul 18 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 18 2013 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/Spring-2013-Elections.md b/content/events/2013/spring/Spring-2013-Elections.md index 297bd1d8..b219bb96 100644 --- a/content/events/2013/spring/Spring-2013-Elections.md +++ b/content/events/2013/spring/Spring-2013-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2013 Elections' short: 'Elections for Spring 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Wed May 15 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 15 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md b/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md index da00314e..fa33e4d7 100644 --- a/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md +++ b/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md @@ -1,7 +1,7 @@ --- name: 'The Future of 3D Graphics is in Software!' short: 'Convergence between CPU and GPU approaches to processing sets the stage for an exciting transition to 3D rendering that takes place entirely in software. TransGaming''s Nicolas Capens and Gavriel State will speak about this convergence and how it will influence the future of graphics.' -date: 'Mon Jul 22 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 22 2013 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2013/spring/Unix-101-Code-Party-0.md b/content/events/2013/spring/Unix-101-Code-Party-0.md index f435bdbf..3ac58f41 100644 --- a/content/events/2013/spring/Unix-101-Code-Party-0.md +++ b/content/events/2013/spring/Unix-101-Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Unix 101/ Code Party 0' short: 'We are offering a Unix tutorial on Friday, June 7th, 2013! Following the tutorial a code party will take place. Bring your laptops and chargers for an awesome night of coding, hacking and learning. All are welcome to join in the comfy lounge!' -date: 'Fri Jun 07 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 07 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Code-Party-1.md b/content/events/2013/winter/Code-Party-1.md index 0d685fda..78301171 100644 --- a/content/events/2013/winter/Code-Party-1.md +++ b/content/events/2013/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The Computer Science Club is running the second code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Mon Apr 01 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Apr 01 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Elections.md b/content/events/2013/winter/Elections.md index 62933a4b..fa289efc 100644 --- a/content/events/2013/winter/Elections.md +++ b/content/events/2013/winter/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Winter 2013 term, nominations are open!' -date: 'Wed Jan 16 2013 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Jan 16 2013 16:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md b/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md index fe11d6d2..56498f0d 100644 --- a/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md +++ b/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md @@ -1,7 +1,7 @@ --- name: 'Machine Architecture, Performance, and Scalability: Things Your Programming Language Never Told You' short: '"Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles [and] has served for a decade as chair of the ISO C++ standards committee." - http://herbsutter.com/about' -date: 'Thu Feb 28 2013 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 28 2013 16:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2013/winter/Unix-101.md b/content/events/2013/winter/Unix-101.md index e2b9224a..4328c788 100644 --- a/content/events/2013/winter/Unix-101.md +++ b/content/events/2013/winter/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a tutorial on using Unix this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools.' -date: 'Mon Apr 01 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Apr 01 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md b/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md index f30c3f1b..0816eff4 100644 --- a/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md +++ b/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md @@ -1,7 +1,7 @@ --- name: 'Using Computers to Find Evidence in Litigation' short: 'Professor Gordon Cormack will be presenting a talk on using machine-learning based spam filters to accurately locate relevent electronic documents - a process which has typically been very manual, and very expensive.' -date: 'Thu Mar 21 2013 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 21 2013 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2014/fall/'Hackers'-Screening.md b/content/events/2014/fall/'Hackers'-Screening.md index caaff272..ee8235ba 100644 --- a/content/events/2014/fall/'Hackers'-Screening.md +++ b/content/events/2014/fall/'Hackers'-Screening.md @@ -1,7 +1,7 @@ --- name: '''Hackers'' Screening' short: 'Women in Computer Science (WiCS) and the Computer Science Club (CSC) will meet up in the Comfy Lounge to watch a favourite cult classic: Hackers. Join us as we relive our 90s teenage hacking fantasies and stuff our faces with popcorn and junk food.Hackers of the world, unite!' -date: 'Fri Nov 07 2014 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 07 2014 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2014/fall/Code-Party-0.md b/content/events/2014/fall/Code-Party-0.md index 8d66ccce..ddd9488b 100644 --- a/content/events/2014/fall/Code-Party-0.md +++ b/content/events/2014/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. Feel free to show up with or without personal projects to work on, we''ve got lots of ideas to get started with.' -date: 'Fri Oct 24 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 24 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md b/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md index 4e76fe64..dc3f95ac 100644 --- a/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md +++ b/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1/SE Hack Day #13' short: 'Why sleep when you could be hacking on $SIDE\_PROJECT, or working on $THE\_NEXT\_BIG\_THING with some cool CSC/SE people? Come when you want, hack on something cool, demo before you leave.If you don''t have a project, don''t worry - we have a list of ideas, and a lot of people will be looking for an extra helping hand on their projects.NOTE: Dinner and snacks will only be served to those working on projects during the event.' -date: 'Fri Nov 21 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 21 2014 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'M3 1006' --- diff --git a/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md b/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md index fb5581a4..c8b159ba 100644 --- a/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md +++ b/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md @@ -1,7 +1,7 @@ --- name: 'Talk: Building a Mobile Platform for Android and iOS' short: 'Come listen to a Google software engineer give a talk on building a mobile platform for Android and iOS! Wesley Tarle has been leading development at Google in Kitchener and Mountain View, and building stuff for third-party developers on Android and iOS. He''s contributed to Google Play services since its inception and continues to produce APIs and SDKs focused on mobile startups. RSVP at http://goo.gl/Pwc3m4.' -date: 'Thu Sep 18 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 18 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4021' --- diff --git a/content/events/2014/fall/Talk-C++-ABI.md b/content/events/2014/fall/Talk-C++-ABI.md index b11185f4..005fd78d 100644 --- a/content/events/2014/fall/Talk-C++-ABI.md +++ b/content/events/2014/fall/Talk-C++-ABI.md @@ -1,7 +1,7 @@ --- name: 'Talk: C++ ABI' short: 'C++ is an interesting study because it supports a large number of powerful, abstract concepts, yet it operates very close to the hardware compared to many modern programming languages. There are also many implementations of C++ which must be made interoperable. I will discuss some aspects of the Itanium 64 Application Binary Interface (ABI) for C++, which is now the de facto standard across Unix-like platforms of all architectures. In particular, I will cover a number of aspects of the class system fundamental to C++: data layout, polymorphic types, construction and destruction, and dynamic casting.' -date: 'Tue Nov 25 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 25 2014 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2014/fall/Talk-From-Zero-to-Kernel.md b/content/events/2014/fall/Talk-From-Zero-to-Kernel.md index 76539258..40f7d146 100644 --- a/content/events/2014/fall/Talk-From-Zero-to-Kernel.md +++ b/content/events/2014/fall/Talk-From-Zero-to-Kernel.md @@ -1,7 +1,7 @@ --- name: 'Talk: From Zero to Kernel' short: 'From the massive supercomputer, to your laptop, to a Raspberry Pi: all computing systems run on an operating system powered by a kernel. The kernel is the most fundamental software running on your computer, enabling developers and users to interact with its hardware at a higher level.This talk will explore the process of writing a minimal kernel from scratch, common kernel responsibilities, and explore of the challenges of kernel development.' -date: 'Mon Nov 10 2014 06:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 10 2014 05:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'RCH 205' --- diff --git a/content/events/2014/fall/Talk-Heroic-Android-HTTP.md b/content/events/2014/fall/Talk-Heroic-Android-HTTP.md index 05d6df3b..9f4cb4ca 100644 --- a/content/events/2014/fall/Talk-Heroic-Android-HTTP.md +++ b/content/events/2014/fall/Talk-Heroic-Android-HTTP.md @@ -1,7 +1,7 @@ --- name: 'Talk: Heroic Android HTTP' short: 'The network is unreliable. 3G networking is slow. Using WiFi drains your battery. The NSA is spying on you. Different versions of HttpURLConnection have different bugs.Jesse Wilson, a software developer at Square, will be talking about OkHttp, a library that he maintains, and how to use it to make your app''s networking work even when conditions aren''t ideal. He will talk about how to configure caching to improve behavior and save resources. He will talk about crypto, and he will give advice on which libraries to use to make good networking easy.Please RSVP here: https://www.ticketfi.com/event/77/heroic-android-http.' -date: 'Thu Nov 27 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 27 2014 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md b/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md index ec869098..c120b576 100644 --- a/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md +++ b/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md @@ -1,7 +1,7 @@ --- name: 'Talk: In Pursuit of the Travelling Salesman' short: 'The Travelling Salesman Problem is easy to state: given a number of cities along with the cost of travel between each pair, find the cheapest way to visit all of the cities and return to your starting point. However, TSP is very difficult to solve. In this talk, Professor Bill Cook will discuss the history, applications, and computation of this fascinating problem.' -date: 'Wed Oct 22 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 22 2014 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md b/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md index ae396d93..6f3be5c4 100644 --- a/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md +++ b/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md @@ -1,7 +1,7 @@ --- name: 'Talk: Machine Learning at Bloomberg' short: 'Kang, our guest speaker from Bloomberg, will illustrate some examples and difficulties associated with working on some of the most fascinating technical challenges in business and finance. He will also show some of the machine learning applications at Bloomberg that are useful in this environment. Please show up early to ensure a spot (and dinner).' -date: 'Wed Nov 12 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 12 2014 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'EIT 1015' --- diff --git a/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md b/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md index e7987294..d3c9f90a 100644 --- a/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md +++ b/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md @@ -1,7 +1,7 @@ --- name: 'Talk: Why Pattern Recognition is Hard, and Why Deep Neural Networks Help' short: 'In the last few years, there has been breakthrough progress in pattern recognition -- problems like computer vision and voice recognition. This sudden progress has come from a powerful class of models called deep neural networks.This talk will explore what it means to do pattern recognition, why it is a hard problem, and why deep neural networks are so effective. We will also look at exciting and strange recent results, such as state of the art object recognition in images, neural nets playing video games, neural nets proving theorems, and neural nets learning to run python programs!Our speaker, Christopher Olah, is a math-obsessed and Haskell-loving research intern from Google''s Deep Learning group. He has a blog about his research here: http://colah.github.io/.' -date: 'Mon Nov 17 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 17 2014 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'QNC 1502' --- diff --git a/content/events/2014/fall/Unix-101.md b/content/events/2014/fall/Unix-101.md index 5bb9586a..124cd72e 100644 --- a/content/events/2014/fall/Unix-101.md +++ b/content/events/2014/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Unix, but don''t know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more.' -date: 'Fri Oct 24 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 24 2014 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2014/spring/Battle-Decks.md b/content/events/2014/spring/Battle-Decks.md index a9a07929..3831256e 100644 --- a/content/events/2014/spring/Battle-Decks.md +++ b/content/events/2014/spring/Battle-Decks.md @@ -1,7 +1,7 @@ --- name: 'Battle Decks' short: 'Five slides. Five minutes. Pure fun.' -date: 'Wed Jun 25 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jun 25 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2035' --- diff --git a/content/events/2014/spring/Bloomberg-Technical-Talk.md b/content/events/2014/spring/Bloomberg-Technical-Talk.md index dc1281a1..5ba68ba2 100644 --- a/content/events/2014/spring/Bloomberg-Technical-Talk.md +++ b/content/events/2014/spring/Bloomberg-Technical-Talk.md @@ -1,7 +1,7 @@ --- name: 'Bloomberg Technical Talk' short: 'Learn how functional programming is used in the real world, while enjoying free dinner, and free swag.' -date: 'Thu Jun 19 2014 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 19 2014 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4064' --- diff --git a/content/events/2014/spring/CSC-Goes-Outside...Again!.md b/content/events/2014/spring/CSC-Goes-Outside...Again!.md index 3df43943..5693e70e 100644 --- a/content/events/2014/spring/CSC-Goes-Outside...Again!.md +++ b/content/events/2014/spring/CSC-Goes-Outside...Again!.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside...Again!' short: 'Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think s''mores and bonfire are a delicious combination? If so, you should join us as the CSC is going outside again! Around 7:30PM, we''re going to Laurel Creek Fire Pit for some outdoor fun. Come throw frisbees, relax and eat snacks in good company - even if you aren''t a fan of the outside or vitamin-D deficient! We''ll also have some sort of real food - probably pizza.' -date: 'Fri Jul 25 2014 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 25 2014 19:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Fire Pit' --- diff --git a/content/events/2014/spring/CSC-Goes-Outside.md b/content/events/2014/spring/CSC-Goes-Outside.md index 62679542..932bba7f 100644 --- a/content/events/2014/spring/CSC-Goes-Outside.md +++ b/content/events/2014/spring/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Come throw a frisbee, hang around a bonfire, and roast marshmellows! This is a social event just for fun, so come relax and eat snacks in good company!' -date: 'Fri Jun 13 2014 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 13 2014 19:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Fire Pit' --- diff --git a/content/events/2014/spring/Spring-2014-Elections.md b/content/events/2014/spring/Spring-2014-Elections.md index 94f1c091..6350f22d 100644 --- a/content/events/2014/spring/Spring-2014-Elections.md +++ b/content/events/2014/spring/Spring-2014-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2014 Elections' short: 'The Computer Science Club will soon be holding elections for this term''s executive. The president, vice president, treasurer, and secretary for the spring 2014 term will be elected. The system administrator, office manager, and librarian are also typically appointed here.' -date: 'Thu May 15 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 15 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md b/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md index e116bbc3..8fbefe7d 100644 --- a/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md +++ b/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md @@ -1,7 +1,7 @@ --- name: 'The Most Important Parts of School (from a CS dropout)' short: 'Learn about the real reasons you should be in school from David Wolever, CTO of akindi and a director of PyCon Canada.' -date: 'Tue Jul 22 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 22 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2014/spring/Unix-101Code-Party-0.md b/content/events/2014/spring/Unix-101Code-Party-0.md index 30553fa3..bde1de99 100644 --- a/content/events/2014/spring/Unix-101Code-Party-0.md +++ b/content/events/2014/spring/Unix-101Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Unix 101/Code Party 0' short: 'Interested in Unix, but don''t know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more.Afterwards we will be moving over to the MC Comfy Lounge for a fun night of hacking! The sysadmin position will also be ratified during a general meeting of the membership at this time. Come join us for an evening of fun, learning, and food!' -date: 'Fri May 30 2014 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri May 30 2014 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003, Comfy Lounge' --- diff --git a/content/events/2014/spring/Unix-102,-Code-Party-1.md b/content/events/2014/spring/Unix-102,-Code-Party-1.md index cce5c764..f69e2652 100644 --- a/content/events/2014/spring/Unix-102,-Code-Party-1.md +++ b/content/events/2014/spring/Unix-102,-Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Unix 102, Code Party 1' short: 'Learn how to host a website and spend the night hacking!' -date: 'Fri Jul 11 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jul 11 2014 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003, M3 1006' --- diff --git a/content/events/2014/winter/Battle-Decks.md b/content/events/2014/winter/Battle-Decks.md index 7f803e9b..b26a4879 100644 --- a/content/events/2014/winter/Battle-Decks.md +++ b/content/events/2014/winter/Battle-Decks.md @@ -1,7 +1,7 @@ --- name: 'Battle Decks' short: 'Create a 5-slide PowerPoint presentation about a specific topic. Bring it with you to the event (on a flash drive). Submit it into the lottery. Select a random PowerPoint presentation from the lottery and talk about it on the spot.' -date: 'Tue Mar 18 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 18 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2014/winter/Bloomberg-Talk.md b/content/events/2014/winter/Bloomberg-Talk.md index 5ef5f3ef..f2e80e13 100644 --- a/content/events/2014/winter/Bloomberg-Talk.md +++ b/content/events/2014/winter/Bloomberg-Talk.md @@ -1,7 +1,7 @@ --- name: 'Bloomberg Talk' short: 'Bloomberg''s Alex Scotti will be presenting a talk this Tuesday on concurrency control implementations in relational databases. Free swag and dinner will be provided.' -date: 'Tue Feb 04 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 04 2014 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4058' --- diff --git a/content/events/2014/winter/Code-Party-0.md b/content/events/2014/winter/Code-Party-0.md index cb1b6076..6fd8c50a 100644 --- a/content/events/2014/winter/Code-Party-0.md +++ b/content/events/2014/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science.' -date: 'Thu Feb 13 2014 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 13 2014 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/winter/Code-Party-1.md b/content/events/2014/winter/Code-Party-1.md index 54b20b8a..74b769d4 100644 --- a/content/events/2014/winter/Code-Party-1.md +++ b/content/events/2014/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'We will be having our 2nd code party this term. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science.' -date: 'Fri Mar 14 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 14 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/winter/HackWaterloo.md b/content/events/2014/winter/HackWaterloo.md index 091a1f66..5ed2ce3a 100644 --- a/content/events/2014/winter/HackWaterloo.md +++ b/content/events/2014/winter/HackWaterloo.md @@ -1,7 +1,7 @@ --- name: 'HackWaterloo' short: 'Work on a software project for 24 hours in teams of up to 4 members. Swag will be provided by Facebook and Google. A Microsoft Surface Tablet will be awarded to the winning team. Register and find out more at [http://hack-waterloo.com]().' -date: 'Fri Mar 28 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 28 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CPH 1346' --- diff --git a/content/events/2014/winter/UNIX-101.md b/content/events/2014/winter/UNIX-101.md index c374d989..c1907233 100644 --- a/content/events/2014/winter/UNIX-101.md +++ b/content/events/2014/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'Learn the basics of using tools found commonly on UNIX-like operating systems. For students new to this topic, knowledge gained from UNIX 101 would be useful in coursework.' -date: 'Thu Feb 13 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 13 2014 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2014/winter/Winter-2014-Elections.md b/content/events/2014/winter/Winter-2014-Elections.md index 527994be..f93e5016 100644 --- a/content/events/2014/winter/Winter-2014-Elections.md +++ b/content/events/2014/winter/Winter-2014-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2014 Elections' short: 'Elections for Winter 2014 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Thu Jan 16 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 16 2014 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2015/fall/'Git-101'.md b/content/events/2015/fall/'Git-101'.md index 85680522..0dc59614 100644 --- a/content/events/2015/fall/'Git-101'.md +++ b/content/events/2015/fall/'Git-101'.md @@ -1,7 +1,7 @@ --- name: '''Git 101''' short: 'Learn how to use Git properly in an exciting talk by Charlie Wang!' -date: 'Thu Nov 19 2015 08:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 19 2015 07:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md b/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md index e142b3b9..cff2b209 100644 --- a/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md +++ b/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md @@ -1,7 +1,7 @@ --- name: '''Static Analysis and Program Optimization Using Dataflow Analysis''' short: 'An introduction to some basic issues with optimization of imperative programs, by Sean Harrap' -date: 'Mon Nov 23 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 23 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2015/fall/'Why-Am-I-Studying-This'.md b/content/events/2015/fall/'Why-Am-I-Studying-This'.md index 027ecaf5..0be98c98 100644 --- a/content/events/2015/fall/'Why-Am-I-Studying-This'.md +++ b/content/events/2015/fall/'Why-Am-I-Studying-This'.md @@ -1,7 +1,7 @@ --- name: '''Why Am I Studying This?''' short: 'Big-O, the Halting Problem, Finite State Machines, and more are concepts that get even more interesting in the real world. Come and hear Tom Rathborne talk about how theory hits reality (often with a bang!) at Booking.com.' -date: 'Fri Oct 02 2015 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 02 2015 19:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4040' --- diff --git a/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md b/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md index 9dbcbb69..d8438da8 100644 --- a/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md +++ b/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Google''s FOAM Framework' short: 'An introduction to Google''s FOAM framework, an open-source modeling framework written in Javascript, by Google''s Kevin Greer.' -date: 'Thu Nov 26 2015 06:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 26 2015 05:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md b/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md index 9860034e..e22213b5 100644 --- a/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md +++ b/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md @@ -1,7 +1,7 @@ --- name: 'Back to Back Talks: Culture Turnaround and Software Defined Networks' short: 'Back to back talks from John Stix and Francisco Dominguez on turning a company''s culture around and on Software Defined Networks!' -date: 'Wed Sep 30 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Sep 30 2015 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1304' --- diff --git a/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md b/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md index 5e5025a1..601fcfd0 100644 --- a/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md +++ b/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Career Panel' short: 'The CSC is joining WiCS to host a career panel! Come hear from Waterloo alumni as they speak about their time at Waterloo, experience with coop, and life beyond the university. Please register at http://bit.ly/1OyJP6D' -date: 'Thu Sep 24 2015 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 24 2015 16:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'EIT 3142' --- diff --git a/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md b/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md index 923631b1..5cbc56cb 100644 --- a/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md +++ b/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md @@ -1,7 +1,7 @@ --- name: 'Cory Doctorow - The War on General Purpose Computing' short: ' Between walled gardens, surveillance agencies, and political opponents, no matter who''s winning the war on general purpose computing you''re losing. The Computer Science Club will be hosting Cory Doctorow''s talk in the Theatre of the Arts on October 16. ' -date: 'Fri Oct 16 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Oct 16 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'ML Theatre of the Arts' --- diff --git a/content/events/2015/fall/Fall-2015-Elections.md b/content/events/2015/fall/Fall-2015-Elections.md index 0eac6e64..3f1482e7 100644 --- a/content/events/2015/fall/Fall-2015-Elections.md +++ b/content/events/2015/fall/Fall-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2015 Elections' short: 'The Computer Science Club will be holding elections for the Fall 2015 term on Tuesday, September 22nd in MC Comfy (MC 3001) at 19:00. During the meeting, the president, vice-president, treasurer and secretary will be elected, the sysadmin will be ratified, and the librarian and office manager will be appointed.See inside for nominations.' -date: 'Tue Sep 22 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 22 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2015/fall/Google-Cardboard.md b/content/events/2015/fall/Google-Cardboard.md index 9de05455..b443d896 100644 --- a/content/events/2015/fall/Google-Cardboard.md +++ b/content/events/2015/fall/Google-Cardboard.md @@ -1,7 +1,7 @@ --- name: 'Google Cardboard' short: 'Come for a talk from Rob Suderman on Cardboard, Google''s recent exploration in affordable, cereal box based Virtual Reality.' -date: 'Thu Sep 17 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Sep 17 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2065' --- diff --git a/content/events/2015/fall/Results-of-Fall-2015-Elections.md b/content/events/2015/fall/Results-of-Fall-2015-Elections.md index ec0c4f27..86d21f83 100644 --- a/content/events/2015/fall/Results-of-Fall-2015-Elections.md +++ b/content/events/2015/fall/Results-of-Fall-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Results of Fall 2015 Elections' short: 'The Computer Science Club has elected its executive for the term, and a new Office Manager and System Administrator have been appointed.See inside for results.' -date: 'Tue Sep 22 2015 22:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Sep 22 2015 21:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001' --- diff --git a/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md b/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md index 13c16f77..ab7cde64 100644 --- a/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md +++ b/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md @@ -1,7 +1,7 @@ --- name: 'Starting an VN Indie Game Company as a UW Student' short: 'Come out to a talk by Alfe Clemencio!Many people want to make games as signified by all the game development schools that are appearing everywhere. But how would you do it as a UW student? This talk shares the experiences of how making Sakura River Interactive was founded without any Angel/VC investment.' -date: 'Wed Oct 07 2015 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 07 2015 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4061' --- diff --git a/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md b/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md index 05c152c7..2e093576 100644 --- a/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md +++ b/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC watch War Games!' short: 'WiCS and CSC are watching War Games in the Comfy lounge.' -date: 'Fri Nov 27 2015 20:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 27 2015 19:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2015/spring/Algorithms-for-Shortest-Paths.md b/content/events/2015/spring/Algorithms-for-Shortest-Paths.md index 28603c44..102041da 100644 --- a/content/events/2015/spring/Algorithms-for-Shortest-Paths.md +++ b/content/events/2015/spring/Algorithms-for-Shortest-Paths.md @@ -1,7 +1,7 @@ --- name: 'Algorithms for Shortest Paths' short: 'Come to this exciting talk about path-finding algorithms which is being presented by Professor Anna Lubiw.' -date: 'Thu Jul 16 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 16 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4064' --- diff --git a/content/events/2015/spring/By-Elections.md b/content/events/2015/spring/By-Elections.md index 18f3f66a..a3eebed3 100644 --- a/content/events/2015/spring/By-Elections.md +++ b/content/events/2015/spring/By-Elections.md @@ -1,7 +1,7 @@ --- name: 'By-Elections' short: 'As there are vacancies in the executive council, there will be by-election on May 22nd. The following positions are open for election:- Treasurer- SecretaryThe executive are also looking for people who may be interested in the following positions:- Systems Administrator- Office Manager- Librarian' -date: 'Fri May 22 2015 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri May 22 2015 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001 (Coomfy)' --- diff --git a/content/events/2015/spring/Infrasound-is-all-around-us.md b/content/events/2015/spring/Infrasound-is-all-around-us.md index d4191a7d..d9e1e4b1 100644 --- a/content/events/2015/spring/Infrasound-is-all-around-us.md +++ b/content/events/2015/spring/Infrasound-is-all-around-us.md @@ -1,7 +1,7 @@ --- name: 'Infrasound is all around us' short: 'Ambient infra sound surrounds us. Richard Mann presents his current research and equipment on measuring infra sound, and samples of recorded infra sound.' -date: 'Wed Jul 08 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 08 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4060' --- diff --git a/content/events/2015/spring/UNIX-102.md b/content/events/2015/spring/UNIX-102.md index 68490ce9..4054d031 100644 --- a/content/events/2015/spring/UNIX-102.md +++ b/content/events/2015/spring/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'n things SCS hasn''t told you about the shell' -date: 'Fri Jun 19 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 19 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md b/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md index b90c9664..a7c0d40a 100644 --- a/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md +++ b/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC Go Outside' short: 'Come hang out with the Women in Computer Science and the Computer Science Club! There will be s''mores and frozen yogurt. Also fire. And a creek. Let''s enjoy the outdoors!' -date: 'Fri Jun 26 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Jun 26 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2015/winter/Alumni-Tech-Talk.md b/content/events/2015/winter/Alumni-Tech-Talk.md index 7cd222f3..7b61a3ad 100644 --- a/content/events/2015/winter/Alumni-Tech-Talk.md +++ b/content/events/2015/winter/Alumni-Tech-Talk.md @@ -1,7 +1,7 @@ --- name: 'Alumni Tech Talk' short: 'Alex Tsay from AeroFS will talk about the high availability distributed file systems they develop.The CAP Theorem outlined the fundamental limitations of a distributed system. When designing a distributed system, one has to constantly be aware of the trade-off between consistency and availability. Most distributed systems are designed with consistency in mind. However, AeroFS has decided to build a high-availability file system instead. In this tech talk, I''ll be presenting an overview of AeroFS file system, advantages and challenges of a high-availability file system, and examine the inner workings of AeroFS''s core syncing algorithm.' -date: 'Wed Jan 21 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Jan 21 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2017' --- diff --git a/content/events/2015/winter/Code-Party-0.md b/content/events/2015/winter/Code-Party-0.md index e9ede960..26111a34 100644 --- a/content/events/2015/winter/Code-Party-0.md +++ b/content/events/2015/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The first code party of Winter 2015, and we have something a litle different this time. We''re running a Code Retreat (coderetreat.org) with Boltmade. The result of this is that you will be able to do a coding challenge, wherein you implement Rule 110 (like the Game of Life). Of course, if you want to work on whatever you can do that as well. Delicious free food, but RSVP! [bit.ly/code-party-0]()' -date: 'Fri Feb 27 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 27 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'EV3 1408' --- diff --git a/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md b/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md index bcbd745b..5482d782 100644 --- a/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md +++ b/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Constitutional GM and Code Party 1' short: 'GM for the W2015 term, two main amendments to be discussed: Requiring elections to be held within two weeks of the beginning of term and adopting a club-wide code of conduct.
Code Party 1 follows, we''re doing timed code golf problems, T-shirts might find themselves on people who do well on code golf.' -date: 'Fri Mar 27 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Mar 27 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'EIT 1015' --- diff --git a/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md b/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md index 4341ec5a..1795221a 100644 --- a/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md +++ b/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md @@ -1,7 +1,7 @@ --- name: 'Describing and Synthesizing Microfluidics' short: 'Derek Rayside presents current research on the field of microfluidics. Microfluidics are currently developed mainly by trial and error. How can this be improved?' -date: 'Thu Apr 02 2015 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Apr 02 2015 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2015/winter/Making-Robots-Behave.md b/content/events/2015/winter/Making-Robots-Behave.md index 19fd4d54..43db7149 100644 --- a/content/events/2015/winter/Making-Robots-Behave.md +++ b/content/events/2015/winter/Making-Robots-Behave.md @@ -1,7 +1,7 @@ --- name: 'Making Robots Behave' short: 'Part of the Cheriton School of CS'' Distinguished Lecture Series, MIT''s Leslie Kaelbling will discuss robotic AI applied to the messy real world. We make a number of approximations during planning but regain robustness and effectiveness through a continuous state estimation and replanning process. This allows us to solve problems that would otherwise be intractable to solve optimally.' -date: 'Thu Feb 05 2015 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 05 2015 15:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2015/winter/Racket's-Magical-match.md b/content/events/2015/winter/Racket's-Magical-match.md index f3b4a933..b23fbb4f 100644 --- a/content/events/2015/winter/Racket's-Magical-match.md +++ b/content/events/2015/winter/Racket's-Magical-match.md @@ -1,7 +1,7 @@ --- name: 'Racket''s Magical match' short: 'Theo Belaire, a fourth-year CS student, will be talking about Racket''s match'' function. Bug resistant, legible, and super powerful! Especially useful for CS 241 in writing compilers, but all-round a joy to write.' -date: 'Mon Feb 02 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Feb 02 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md index 6a774326..955111fd 100644 --- a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md +++ b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md @@ -1,7 +1,7 @@ --- name: 'Runtime Type Inference in Dynamic Languages - Day 1' short: 'Javascript is fast. In some cases, very close to compiled-language fast. How is this even possible? How do we know what types our variables have? How can we optimize it well? Kannan Vijayan will be talking about the historical advances in JIT-compilation of dynamically typed programs over two days. Of course, both of those talks will have free food.' -date: 'Mon Mar 09 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Mar 09 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4040' --- diff --git a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md index 5f44e85a..b7631e0e 100644 --- a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md +++ b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md @@ -1,7 +1,7 @@ --- name: 'Runtime Type Inference in Dynamic Languages - Day 2' short: 'Day 2 of Runtime Type Inference in Dynamic Languages with Kannan Vijayan' -date: 'Tue Mar 10 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 10 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4040' --- diff --git a/content/events/2015/winter/SAT-and-SMT-solvers.md b/content/events/2015/winter/SAT-and-SMT-solvers.md index d68e1961..1426d1de 100644 --- a/content/events/2015/winter/SAT-and-SMT-solvers.md +++ b/content/events/2015/winter/SAT-and-SMT-solvers.md @@ -1,7 +1,7 @@ --- name: 'SAT and SMT solvers' short: 'Murphy Berzish explains how to programmatically determine if a program is satisfiable, and how to find a concrete counterexample if it is unsatisfiable. At the core are SAT/SMT solvers. SAT theory deals with Boolean Satisfiability solvers, while SMT theory--Satisfiability Modulo a Theory--allows SMT to be extended to common data structures. Free food!' -date: 'Tue Mar 03 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Mar 03 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2038' --- diff --git a/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md b/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md index 77d65a17..77e66993 100644 --- a/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md +++ b/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md @@ -1,7 +1,7 @@ --- name: 'Tech Talk: Google Fiber Internet: The Messy Bits' short: 'Our speaker, Avery Pennarun, will share some not-very-secret secrets from the team creating GFiber''s open source router firmware, including some discussion of wifi, marketing truthiness, the laws of physics, something about coaxial cables, embedded ARM processors, queuing theory, signal processing, hardware design, and kernel driver optimization. If you''re lucky, he may also rant about poor garbage collector implementations. Also, there will be at least one slide containing one of those swooshy circle-and-arrow lifecycle diagrams, we promise.Please RSVP here: http://bit.ly/GoogleFiberTalk.' -date: 'Thu Jan 15 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 15 2015 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 2065' --- diff --git a/content/events/2015/winter/Winter-2015-Elections.md b/content/events/2015/winter/Winter-2015-Elections.md index ad6c810a..07490920 100644 --- a/content/events/2015/winter/Winter-2015-Elections.md +++ b/content/events/2015/winter/Winter-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2015 Elections' short: 'Elections for Winter 2015 are being held! Submit a nomination and join your fellow members in choosing this term''s CSC executive. (Please note the time change to 7PM.)' -date: 'Thu Jan 15 2015 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 15 2015 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2016/fall/ALT+TAB-Talks.md b/content/events/2016/fall/ALT+TAB-Talks.md index 3608dd39..c3c8da2a 100644 --- a/content/events/2016/fall/ALT+TAB-Talks.md +++ b/content/events/2016/fall/ALT+TAB-Talks.md @@ -1,7 +1,7 @@ --- name: 'ALT+TAB Talks' short: 'Various members of the CSC will be giving brief, 25 minute talks on CS-related topics. An list of the talks being delivered can be found if you follow the event page link in this description. There will be food provided.' -date: 'Wed Nov 30 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 30 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md b/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md index 1578887f..92977f3a 100644 --- a/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md +++ b/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md @@ -1,7 +1,7 @@ --- name: 'Bringing OOP Best Practices to the World of Functional Programming' short: 'The CSC will have its first talk of the term this Thursday, October 6th. UW alumna and CSC member Elana Hashman will be giving a talk on using functional programming languages (like Racket!) in industry, and how some concepts from the more common object-oriented paradigm are translated to the functional paradigm. The abstract for the talk is below.' -date: 'Thu Oct 06 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 06 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4021' --- diff --git a/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md b/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md index 4d4cce93..031ebe93 100644 --- a/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md +++ b/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Go Outside' short: 'The CSC and WiCS (Women in Computer Science) are co-hosting a social event on Thursday, October 13th (the day after reading week). We will be Going Outside to the Columbia Lake 2 Fire Pit; there will be a campfire, s''mores, lots of food, frisbees, grass, etc. Bring your friends!' -date: 'Thu Oct 13 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 13 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Columbia Lake 2 Fire Pit' --- diff --git a/content/events/2016/fall/CSCPMC-EOT-Party.md b/content/events/2016/fall/CSCPMC-EOT-Party.md index 89bb029d..f3896e91 100644 --- a/content/events/2016/fall/CSCPMC-EOT-Party.md +++ b/content/events/2016/fall/CSCPMC-EOT-Party.md @@ -1,7 +1,7 @@ --- name: 'CSC/PMC EOT Party' short: 'The CSC and the PMAMC&OC (aka pure math club) are hosting our end of term events together! We''ll be taking over MC Comfy to hang out, eat lots of food (from Kismet!), and play board games.' -date: 'Mon Dec 05 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Dec 05 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/fall/Code-Party.md b/content/events/2016/fall/Code-Party.md index 5e23edcf..ee23c39e 100644 --- a/content/events/2016/fall/Code-Party.md +++ b/content/events/2016/fall/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party and do it, with great company and great food.' -date: 'Wed Nov 16 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 16 2016 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'M3 1006' --- diff --git a/content/events/2016/fall/Edmund-Noble-Member-Talk.md b/content/events/2016/fall/Edmund-Noble-Member-Talk.md index 944681b4..d464b5b2 100644 --- a/content/events/2016/fall/Edmund-Noble-Member-Talk.md +++ b/content/events/2016/fall/Edmund-Noble-Member-Talk.md @@ -1,7 +1,7 @@ --- name: 'Edmund Noble Member Talk' short: 'CSC member Edmund Noble will be giving a talk, titled "Purely Functional Programming with Freely-Generated Domain Specific Languages". The talk will focus on embedded DSLs that exist within other languages, and how they can easily be constructed.' -date: 'Fri Nov 25 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Nov 25 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/Fall-2016-Elections.md b/content/events/2016/fall/Fall-2016-Elections.md index 8408240b..6142d56b 100644 --- a/content/events/2016/fall/Fall-2016-Elections.md +++ b/content/events/2016/fall/Fall-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2016 Elections' short: 'The Computer Science Club will be holding elections for the Fall 2016 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Mon Sep 19 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Sep 19 2016 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md b/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md index ce91098c..df8cec85 100644 --- a/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md +++ b/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md @@ -1,7 +1,7 @@ --- name: 'Feminism in STEM - a 101 Panel' short: 'An introductory feminism in STEM panel, free food.' -date: 'Tue Oct 18 2016 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Oct 18 2016 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'QNC 1507' --- diff --git a/content/events/2016/fall/General-Meeting.md b/content/events/2016/fall/General-Meeting.md index 577476db..f775e1a6 100644 --- a/content/events/2016/fall/General-Meeting.md +++ b/content/events/2016/fall/General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'General Meeting' short: 'This general meeting will be held to discuss changes to our Code of Conduct.' -date: 'Wed Nov 16 2016 21:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 16 2016 20:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'M3 1006' --- diff --git a/content/events/2016/fall/Richard-Mann-Prof-Talk.md b/content/events/2016/fall/Richard-Mann-Prof-Talk.md index 9f272cb8..8ef636c6 100644 --- a/content/events/2016/fall/Richard-Mann-Prof-Talk.md +++ b/content/events/2016/fall/Richard-Mann-Prof-Talk.md @@ -1,7 +1,7 @@ --- name: 'Richard Mann Prof Talk' short: 'Professor Richard Mann will be giving a talk, titled "Open Source Software for Sound Measurement and Analysis". He will be presenting information about his new course, CS 489, Computational Sound, which will be running in Winter 2017.' -date: 'Mon Nov 21 2016 19:15:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 21 2016 18:15:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/UNIX-101.md b/content/events/2016/fall/UNIX-101.md index f490ca1d..47124c16 100644 --- a/content/events/2016/fall/UNIX-101.md +++ b/content/events/2016/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'The CSC is having its next event, UNIX 101, on Wednesday November 9th at 6 PM in MC 3003 (the mac lab across from the CSC). UNIX 101 is a tutorial where we teach the basics of using a command-line (terminal) environment in UNIX. Knowing how to use the command-line and UNIX is an invaluable skill in CS, and helps prepare you for future projects and co-ops.' -date: 'Wed Nov 09 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 09 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2016/spring/CSC-Does-Spring-Cleaning.md b/content/events/2016/spring/CSC-Does-Spring-Cleaning.md index 832361aa..96900072 100644 --- a/content/events/2016/spring/CSC-Does-Spring-Cleaning.md +++ b/content/events/2016/spring/CSC-Does-Spring-Cleaning.md @@ -1,7 +1,7 @@ --- name: 'CSC Does Spring Cleaning' short: 'Come out and help make the office slightly less messy! We will bribe... uh, provide you with food for helping. :)' -date: 'Wed May 25 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 25 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3036 (CSC Office)' --- diff --git a/content/events/2016/spring/Code-Party-0.md b/content/events/2016/spring/Code-Party-0.md index 2dc8ffd8..7754e6d0 100644 --- a/content/events/2016/spring/Code-Party-0.md +++ b/content/events/2016/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food.' -date: 'Thu Jun 02 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 02 2016 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0010' --- diff --git a/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md b/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md index 20d70ed7..c6110489 100644 --- a/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md +++ b/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md @@ -1,7 +1,7 @@ --- name: 'Computer Science: Beyond Bits and Bytes' short: 'Gladimir Baranoski is an Associate Professor at the School of Computer Science, in the Natural Phenomena Simulation Group. He will be giving a talk on underappreciated facets of computer science and its connections to other disciplines.' -date: 'Thu Jul 14 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 14 2016 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 2034' --- diff --git a/content/events/2016/spring/Notorious-CS452.md b/content/events/2016/spring/Notorious-CS452.md index bc8b348d..5d97d8d8 100644 --- a/content/events/2016/spring/Notorious-CS452.md +++ b/content/events/2016/spring/Notorious-CS452.md @@ -1,7 +1,7 @@ --- name: 'Notorious CS452' short: 'Bill Cowan is the Director of the Computer Graphics Lab, and teaches the notorious CS452, lovingly known as the trains course by CS students. He will be giving a talk on that very course.' -date: 'Thu Jul 21 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 21 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4045' --- diff --git a/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md b/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md index 5878cc73..38a6faac 100644 --- a/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md +++ b/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md @@ -1,7 +1,7 @@ --- name: 'Richard Mann Prof Talk and EOT' short: 'Join us on Monday, July 25th at 6pm in the MC Comfy Lounge for an exciting prof talk by Richard Mann on Open Source Computer Sound Measurement. The abstract for the talk is below. We will follow this up by an EOT event with dinner and board games! Last event of the term, get hype.' -date: 'Mon Jul 25 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 25 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2016/spring/Spring-2016-Elections.md b/content/events/2016/spring/Spring-2016-Elections.md index 286a5f58..df67ccc4 100644 --- a/content/events/2016/spring/Spring-2016-Elections.md +++ b/content/events/2016/spring/Spring-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2016 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2016 for President, Vice-President, Secretary, and Treasurer. Additionally, librarian, office manager, sysadmin, and fridge regent will be appointed and ratified.' -date: 'Thu May 12 2016 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 12 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md b/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md index 6a2c03bc..cda8f1a4 100644 --- a/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md +++ b/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC Go Outside!' short: 'Join us at BMH Green for a night outdoors with fellow people in Computer Science! There will be ice cream and board games and frisbees and maybe some water guns. Bring your friends!' -date: 'Mon Jul 11 2016 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 11 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'BMH Green' --- diff --git a/content/events/2016/spring/scp-talks.md b/content/events/2016/spring/scp-talks.md index dd696781..b9f85789 100644 --- a/content/events/2016/spring/scp-talks.md +++ b/content/events/2016/spring/scp-talks.md @@ -1,7 +1,7 @@ --- name: 'scp talks' short: 'Listen to cool 15-20 lightning talks by CSC members on a variety of computer science and related topics.' -date: 'Wed Jun 08 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jun 08 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 5479' --- diff --git a/content/events/2016/winter/Code-Party.md b/content/events/2016/winter/Code-Party.md index f79929bb..b0716df2 100644 --- a/content/events/2016/winter/Code-Party.md +++ b/content/events/2016/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'The CS Club is having its termly code party! Come out and work on projects, assignments, and more. Food is provided!' -date: 'Thu Feb 04 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 04 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0010' --- diff --git a/content/events/2016/winter/Eth1-Jane-Street-Competition.md b/content/events/2016/winter/Eth1-Jane-Street-Competition.md index add43115..8d85e624 100644 --- a/content/events/2016/winter/Eth1-Jane-Street-Competition.md +++ b/content/events/2016/winter/Eth1-Jane-Street-Competition.md @@ -1,7 +1,7 @@ --- name: 'Eth1: Jane Street Competition' short: 'eth1: a day-long programming contest. Form teams and hack together a trading bot to compete against others and the markets.' -date: 'Sat Jan 23 2016 12:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Jan 23 2016 11:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'TBA' --- diff --git a/content/events/2016/winter/Git-102.md b/content/events/2016/winter/Git-102.md index f7240b90..26e6327e 100644 --- a/content/events/2016/winter/Git-102.md +++ b/content/events/2016/winter/Git-102.md @@ -1,7 +1,7 @@ --- name: 'Git 102' short: 'Git 102 : Why you learned git in the first place.' -date: 'Wed Mar 16 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 16 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC3003' --- diff --git a/content/events/2016/winter/Movie-Night-Big-Hero-6.md b/content/events/2016/winter/Movie-Night-Big-Hero-6.md index 7e043df5..ab5a7f6a 100644 --- a/content/events/2016/winter/Movie-Night-Big-Hero-6.md +++ b/content/events/2016/winter/Movie-Night-Big-Hero-6.md @@ -1,7 +1,7 @@ --- name: 'Movie Night: Big Hero 6' short: 'Movie Night! Come watch "Big Hero 6" with the CSC!' -date: 'Wed Feb 10 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 10 2016 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/On-Surrounding-a-Polygon.md b/content/events/2016/winter/On-Surrounding-a-Polygon.md index 4c511a94..8d621b0d 100644 --- a/content/events/2016/winter/On-Surrounding-a-Polygon.md +++ b/content/events/2016/winter/On-Surrounding-a-Polygon.md @@ -1,7 +1,7 @@ --- name: 'On Surrounding a Polygon' short: 'Come out to a talk on surrounding a polygon by Dr. Craig Kaplan! Also stay afterwards for our EOT and socialize :) food will be provided!' -date: 'Mon Apr 04 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Apr 04 2016 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/SASMS-Style-Talk-Night.md b/content/events/2016/winter/SASMS-Style-Talk-Night.md index f3f795d9..1e91ba57 100644 --- a/content/events/2016/winter/SASMS-Style-Talk-Night.md +++ b/content/events/2016/winter/SASMS-Style-Talk-Night.md @@ -1,7 +1,7 @@ --- name: 'SASMS Style Talk Night' short: 'The CSC is hosting the first annual member talk series! This is a chance for anyone to come and give a short talk on any relevant topic. Some talks already arranged are on topics ranging from modern Javascript, to the Linux Kernel.' -date: 'Tue Mar 29 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 29 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4021' --- diff --git a/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md b/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md index 2b4caad7..d71fca08 100644 --- a/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md +++ b/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md @@ -1,7 +1,7 @@ --- name: 'SAT and SMT Solvers for Software Engineering and Security' short: 'A talk about SAT and SMT Solvers for Software Engineering and Security by Dr. Vijay Ganesh' -date: 'Wed Mar 23 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 23 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'QNC 1502' --- diff --git a/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md b/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md index c7d62fa4..b61f0c13 100644 --- a/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md +++ b/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md @@ -1,7 +1,7 @@ --- name: 'Steve Bourque and Mike Patterson Network Infrastructure talk' short: 'Steve Bourque and Mike Patterson of IST will give a brief overview of campus network connectivity and interconnectivity.' -date: 'Wed Mar 09 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Mar 09 2016 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC4058' --- diff --git a/content/events/2016/winter/Tea-and-Study.md b/content/events/2016/winter/Tea-and-Study.md index c8e5df2b..fe4539df 100644 --- a/content/events/2016/winter/Tea-and-Study.md +++ b/content/events/2016/winter/Tea-and-Study.md @@ -1,7 +1,7 @@ --- name: 'Tea and Study' short: 'It''s midterms season, and everyone has to study. So why not come study with the CS Club? Everyone welcome, especially new members! There will be tea and delicious snacks and outlets. Plus our delightful company. See you there!' -date: 'Thu Mar 03 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 03 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/Unix-101.md b/content/events/2016/winter/Unix-101.md index 8957ad27..29636c3f 100644 --- a/content/events/2016/winter/Unix-101.md +++ b/content/events/2016/winter/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after)' -date: 'Thu Jan 28 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 28 2016 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2016/winter/Winter-2016-Elections.md b/content/events/2016/winter/Winter-2016-Elections.md index 7c2b67d0..b2659477 100644 --- a/content/events/2016/winter/Winter-2016-Elections.md +++ b/content/events/2016/winter/Winter-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2016 Elections' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after)' -date: 'Thu Jan 14 2016 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 14 2016 19:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2017/fall/Alt+Tab-Talks.md b/content/events/2017/fall/Alt+Tab-Talks.md index 19d444c5..86acd547 100644 --- a/content/events/2017/fall/Alt+Tab-Talks.md +++ b/content/events/2017/fall/Alt+Tab-Talks.md @@ -1,7 +1,7 @@ --- name: 'Alt+Tab Talks' short: 'Come watch (or give!) interesting short talks by CS Club members. Talks include "Dynamic programming as path finding", "What is a landing page", "Subsurface scattering" and "How to compute on a GPU", but more are welcome (email [tghume@csclub.uwaterloo.ca]())! Click the link to the event detail page for more info.' -date: 'Thu Nov 09 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 09 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4059' --- diff --git a/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md b/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md index 2d44c07a..e97502ce 100644 --- a/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md +++ b/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC+WiCS Fall Social and Movie Night' short: 'Join other CSC and WiCS members for a social event featuring free food, board games and a showing of Wonder Woman.' -date: 'Thu Nov 02 2017 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Nov 02 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4059 and MC 4061' --- diff --git a/content/events/2017/fall/CSC-Goes-Outside.md b/content/events/2017/fall/CSC-Goes-Outside.md index cbfb9659..1a1b0e4d 100644 --- a/content/events/2017/fall/CSC-Goes-Outside.md +++ b/content/events/2017/fall/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC members. Smores and snacks will be provided.' -date: 'Thu Oct 05 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 05 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2017/fall/CTF-Computer-Networking-Workshop.md b/content/events/2017/fall/CTF-Computer-Networking-Workshop.md index bcc67dd3..1e4e3ea1 100644 --- a/content/events/2017/fall/CTF-Computer-Networking-Workshop.md +++ b/content/events/2017/fall/CTF-Computer-Networking-Workshop.md @@ -1,7 +1,7 @@ --- name: 'CTF Computer Networking Workshop' short: 'Hosted in collaboration with the [Univerisy of Waterloo CTF Club]()' -date: 'Thu Nov 23 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 23 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0010' --- diff --git a/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md b/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md index 9e5f2254..2c2320c5 100644 --- a/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md +++ b/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md @@ -1,7 +1,7 @@ --- name: 'Capture the Flag Computing Competition' short: 'Test your programming, web, networking, and trivial skillsLearn how to reverse engineer, crack codes, and use various tools.Win prizes!' -date: 'Tue Nov 14 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Nov 14 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0020' --- diff --git a/content/events/2017/fall/Code-Party-0.md b/content/events/2017/fall/Code-Party-0.md index 14b6e140..829f77df 100644 --- a/content/events/2017/fall/Code-Party-0.md +++ b/content/events/2017/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term (Friday September 29th) from 6:30pm until late in the evening in M3 1006!Come code with us, eat some food, do some things.' -date: 'Fri Sep 29 2017 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 29 2017 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'M3 1006' --- diff --git a/content/events/2017/fall/Code-Party-1.md b/content/events/2017/fall/Code-Party-1.md index b75e9cba..599c9097 100644 --- a/content/events/2017/fall/Code-Party-1.md +++ b/content/events/2017/fall/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The CS Club is hosting our second Code Party of the term from 6:00pm until late in the evening in STC 0050!Come code with us, eat some food, do some things.' -date: 'Wed Nov 15 2017 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 15 2017 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0050' --- diff --git a/content/events/2017/fall/End-of-Term-Event.md b/content/events/2017/fall/End-of-Term-Event.md index 2234e9e2..8eee3e7e 100644 --- a/content/events/2017/fall/End-of-Term-Event.md +++ b/content/events/2017/fall/End-of-Term-Event.md @@ -1,7 +1,7 @@ --- name: 'End of Term Event' short: 'Join fellow CSC members for our end of term social. There will be food and good company. We can grab board games from Mathsoc.' -date: 'Fri Dec 01 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Dec 01 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2017/fall/Fall-2017-Elections.md b/content/events/2017/fall/Fall-2017-Elections.md index 29fd5bf7..024c045e 100644 --- a/content/events/2017/fall/Fall-2017-Elections.md +++ b/content/events/2017/fall/Fall-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2017 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and Fridge Person will be appointed.' -date: 'Fri Sep 15 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 15 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/fall/Fall-2017-Special-Elections.md b/content/events/2017/fall/Fall-2017-Special-Elections.md index 1f46dead..d80bf2a1 100644 --- a/content/events/2017/fall/Fall-2017-Special-Elections.md +++ b/content/events/2017/fall/Fall-2017-Special-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2017 Special Elections' short: 'The Computer Science Club will be holding special elections for the Spring 2017 Vice-President and Secretary. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMPAD will be appointed.' -date: 'Fri Sep 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Sep 22 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/fall/Unix-101.md b/content/events/2017/fall/Unix-101.md index c2f1075e..4637c5c9 100644 --- a/content/events/2017/fall/Unix-101.md +++ b/content/events/2017/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Snacks after)' -date: 'Thu Oct 12 2017 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 12 2017 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2017/spring/Alt-Tab-S17.md b/content/events/2017/spring/Alt-Tab-S17.md index d8ba1c4d..00cd9651 100644 --- a/content/events/2017/spring/Alt-Tab-S17.md +++ b/content/events/2017/spring/Alt-Tab-S17.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab: S17' short: 'Join us for food and interesting member talks!' -date: 'Tue Jul 18 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 18 2017 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4040' --- diff --git a/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md b/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md index 4595a6ce..d3188bd9 100644 --- a/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md +++ b/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Goes Outside' short: 'Come join Women in Computer Science and the Computer Science Club outdoors!' -date: 'Wed Jul 05 2017 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 05 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2017/spring/Code-Party-0.md b/content/events/2017/spring/Code-Party-0.md index 70421b8c..5a798eb1 100644 --- a/content/events/2017/spring/Code-Party-0.md +++ b/content/events/2017/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Join us for Code Party 0!' -date: 'Thu Jun 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 22 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0020' --- diff --git a/content/events/2017/spring/End-of-Term-Party.md b/content/events/2017/spring/End-of-Term-Party.md index c7c3e1bb..6ebfe8c7 100644 --- a/content/events/2017/spring/End-of-Term-Party.md +++ b/content/events/2017/spring/End-of-Term-Party.md @@ -1,7 +1,7 @@ --- name: 'End of Term Party' short: 'Come celebrate the end of the term with us in MC Comfy!' -date: 'Mon Jul 24 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 24 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2017/spring/Spring-2017-Elections.md b/content/events/2017/spring/Spring-2017-Elections.md index 6f0a0d26..a6641862 100644 --- a/content/events/2017/spring/Spring-2017-Elections.md +++ b/content/events/2017/spring/Spring-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2017 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Wed May 17 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed May 17 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/spring/Spring-Cleaning.md b/content/events/2017/spring/Spring-Cleaning.md index 59828cf1..19fa3049 100644 --- a/content/events/2017/spring/Spring-Cleaning.md +++ b/content/events/2017/spring/Spring-Cleaning.md @@ -1,7 +1,7 @@ --- name: 'Spring Cleaning' short: 'Join us for Spring Cleaning!' -date: 'Sat Jul 15 2017 11:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jul 15 2017 10:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'CSC Office' --- diff --git a/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md b/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md index 468dc217..219828a4 100644 --- a/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md +++ b/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md @@ -1,7 +1,7 @@ --- name: 'Understanding machine learning - a theory perspective' short: 'Professor Shai Ben-David will discuss the basic principles behind machine learning and how they relate to some of the headline-making practical tools, in addition to the major research challenges and directions that address the fast expanding scope of potential machine learning applications.' -date: 'Thu Jun 15 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 15 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC4060' --- diff --git a/content/events/2017/spring/Unix-102.md b/content/events/2017/spring/Unix-102.md index 291233b2..e7cdf3b0 100644 --- a/content/events/2017/spring/Unix-102.md +++ b/content/events/2017/spring/Unix-102.md @@ -1,7 +1,7 @@ --- name: 'Unix 102' short: 'Come gain some more in-depth knowledge or some less well-known tips and tricks for using the command line.' -date: 'Thu Jun 01 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 01 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 3003' --- diff --git a/content/events/2017/winter/Alt+Tab-Talks.md b/content/events/2017/winter/Alt+Tab-Talks.md index 4a3606bc..5552aea6 100644 --- a/content/events/2017/winter/Alt+Tab-Talks.md +++ b/content/events/2017/winter/Alt+Tab-Talks.md @@ -1,7 +1,7 @@ --- name: 'Alt+Tab Talks' short: 'Come watch (or give!) interesting short talks by CS Club members. Talks include "Stepping into math: building a step-by-step algebra solver" and "Online database migrations at scale", but more are welcome (email [tghume@csclub.uwaterloo.ca]())! Click the link to the event detail page for more info. (Note: date was moved to Thursday)' -date: 'Thu Mar 09 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Mar 09 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4042' --- diff --git a/content/events/2017/winter/Code-Party-0.md b/content/events/2017/winter/Code-Party-0.md index b8ce3cf1..59d57560 100644 --- a/content/events/2017/winter/Code-Party-0.md +++ b/content/events/2017/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there''s more time for coding!' -date: 'Wed Feb 08 2017 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 08 2017 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0020' --- diff --git a/content/events/2017/winter/Code-Party-1.md b/content/events/2017/winter/Code-Party-1.md index 6d6594df..bd19a0ac 100644 --- a/content/events/2017/winter/Code-Party-1.md +++ b/content/events/2017/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 1 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there''s more time for coding!' -date: 'Wed Apr 05 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Apr 05 2017 17:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0060' --- diff --git a/content/events/2017/winter/Unix-201.md b/content/events/2017/winter/Unix-201.md index 3962ee76..238163aa 100644 --- a/content/events/2017/winter/Unix-201.md +++ b/content/events/2017/winter/Unix-201.md @@ -1,7 +1,7 @@ --- name: 'Unix 201' short: 'A talk and demo about more advanced Unix tricks and tools than are taught in our regular Unix 101 events. Topics may include customizing your prompt, the ranger console file manager, fancy shells, htop, rsync and using terminal escape sequences in your programs.' -date: 'Wed Mar 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 22 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4045' --- diff --git a/content/events/2017/winter/Winter-2017-Elections.md b/content/events/2017/winter/Winter-2017-Elections.md index e05cc21c..b36d4bf8 100644 --- a/content/events/2017/winter/Winter-2017-Elections.md +++ b/content/events/2017/winter/Winter-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2017 Elections' short: 'The Computer Science Club will be holding elections for the Winter 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Thu Jan 12 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 12 2017 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2018/fall/Alt-Tab.md b/content/events/2018/fall/Alt-Tab.md index 4112d6e8..2c50330c 100644 --- a/content/events/2018/fall/Alt-Tab.md +++ b/content/events/2018/fall/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Alt-Tab is coming up next week on Thursday Nov. 29th 6-8pm at MC 5417. We have an amazing group of members giving short talks on topics of their choice.' -date: 'Thu Nov 29 2018 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 29 2018 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 5479' --- diff --git a/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md b/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md index 5534b1fa..5c2483b1 100644 --- a/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md +++ b/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md @@ -1,7 +1,7 @@ --- name: 'CSC & WiCS & MathSoc go outside!' short: 'We will be having a bonfire this Wednesday, Oct 3rd 7-10pm, at Columbia Lake Firepit 2 (NW of CIF), co-hosted with WiCS and MathSoc. Smores and snacks will be provided!' -date: 'Wed Oct 03 2018 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Oct 03 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Columbia Lake Firepit 2' --- diff --git a/content/events/2018/fall/CSC-EOT.md b/content/events/2018/fall/CSC-EOT.md index fccb6829..a6fb671f 100644 --- a/content/events/2018/fall/CSC-EOT.md +++ b/content/events/2018/fall/CSC-EOT.md @@ -1,7 +1,7 @@ --- name: 'CSC EOT' short: 'CSC End of term celebrations on December 3rd, at 7 PM in MC Comfy.' -date: 'Mon Dec 03 2018 08:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Dec 03 2018 07:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/fall/Code-Party-0.md b/content/events/2018/fall/Code-Party-0.md index 737c906d..ace4a25e 100644 --- a/content/events/2018/fall/Code-Party-0.md +++ b/content/events/2018/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term from 6:30pm until \~9:30pm in EV3-1408, on Thursday October 18.' -date: 'Thu Oct 18 2018 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Oct 18 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'EV3-1408' --- diff --git a/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md b/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md index 3e4b8d7a..c247b5dc 100644 --- a/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md +++ b/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md @@ -1,7 +1,7 @@ --- name: 'Data Driven UIs, Incrementally' short: 'Jane Street''s Yaron Minsky is coming to Waterloo to give a talk aimed at undergraduate students.' -date: 'Mon Oct 15 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 15 2018 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'DC 1302' --- diff --git a/content/events/2018/fall/Gloves-101.md b/content/events/2018/fall/Gloves-101.md index 158ef546..6a01a29b 100644 --- a/content/events/2018/fall/Gloves-101.md +++ b/content/events/2018/fall/Gloves-101.md @@ -1,7 +1,7 @@ --- name: 'Gloves 101' short: 'Make touchscreen gloves with the CS Club on October 29, 5:30 PM in QNC 1506.' -date: 'Mon Oct 29 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 29 2018 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'QNC-1506' --- diff --git a/content/events/2018/fall/Netplay-in-emulators.md b/content/events/2018/fall/Netplay-in-emulators.md index b562d099..23dea396 100644 --- a/content/events/2018/fall/Netplay-in-emulators.md +++ b/content/events/2018/fall/Netplay-in-emulators.md @@ -1,7 +1,7 @@ --- name: 'Netplay in emulators' short: 'Professor Gregor Richards will be talking about netplay in emulators, which allows for playing video games over the internet.' -date: 'Mon Nov 12 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 12 2018 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC-4063' --- diff --git a/content/events/2018/fall/Unix-101.md b/content/events/2018/fall/Unix-101.md index e0060389..5f34aa4a 100644 --- a/content/events/2018/fall/Unix-101.md +++ b/content/events/2018/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Learn the basics of UNIX with the CS Club on October 22, 5:30 PM in MC 3003.' -date: 'Mon Oct 22 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Oct 22 2018 17:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC-3003' --- diff --git a/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md b/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md index c3535f35..0f304d92 100644 --- a/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md +++ b/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md @@ -1,7 +1,7 @@ --- name: '[Cancelled] BBC micro:bit computer: What is it good for?' short: 'Professor Richard Mann will be talking about the BBC micro:bit, an embedded computer that is popular with hobbyists and comes with a variety of peripherals.' -date: 'Mon Nov 05 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Nov 05 2018 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC-4063' --- diff --git a/content/events/2018/spring/Alt-Tab.md b/content/events/2018/spring/Alt-Tab.md index b9fcbe8a..a4013cf3 100644 --- a/content/events/2018/spring/Alt-Tab.md +++ b/content/events/2018/spring/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Come hear 10-15 minutes talks from CSC members on a variety of topics.' -date: 'Wed Jul 04 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 04 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4058' --- diff --git a/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md b/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md index 4ff738ea..38b8ac48 100644 --- a/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md +++ b/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Go Outside' short: 'Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC and WiCS members. Smores and snacks will be provided.' -date: 'Mon Jun 04 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jun 04 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2018/spring/Capture-the-Flag.md b/content/events/2018/spring/Capture-the-Flag.md index f14289e8..5e86fa2b 100644 --- a/content/events/2018/spring/Capture-the-Flag.md +++ b/content/events/2018/spring/Capture-the-Flag.md @@ -1,7 +1,7 @@ --- name: 'Capture the Flag' short: 'Test your programming, web, networking, and trivia skills in this computer security themed contest. Learn how to reverse engineer, crack codes, find flaws in websites, and use security tools.' -date: 'Wed Jul 11 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jul 11 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0010' --- diff --git a/content/events/2018/spring/Code-Party-0.md b/content/events/2018/spring/Code-Party-0.md index e556c927..a82d70c7 100644 --- a/content/events/2018/spring/Code-Party-0.md +++ b/content/events/2018/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term from 6:30pm until \~9:30pm in STC 0020!Come code with us, eat some food, do some things.' -date: 'Mon May 28 2018 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 28 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0020' --- diff --git a/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md b/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md index 84bccc60..79a7852f 100644 --- a/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md +++ b/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md @@ -1,7 +1,7 @@ --- name: 'Sound: From microphones to speakers and everything inbetween' short: 'The CSC will be hosting a Prof Talk by Richard Mann.' -date: 'Tue Jul 17 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 17 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4041' --- diff --git a/content/events/2018/winter/Alt-Tab-W18.md b/content/events/2018/winter/Alt-Tab-W18.md index bf6cde6c..9ec832ec 100644 --- a/content/events/2018/winter/Alt-Tab-W18.md +++ b/content/events/2018/winter/Alt-Tab-W18.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab: W18' short: ' CSC will be hosting our termly Alt-Tab event, the Computer Science version of Short Attention Span Math Seminars (SASMS) hosted by that math club down the hall. It will be a night full of friendly talks. ' -date: 'Wed Mar 28 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 28 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4020' --- diff --git a/content/events/2018/winter/Code-Party-0.md b/content/events/2018/winter/Code-Party-0.md index 369c805c..3c0a8ad4 100644 --- a/content/events/2018/winter/Code-Party-0.md +++ b/content/events/2018/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Our first code party of the term! Food is sandwiches, constitution amendments are a go, and Dr. Morton will be talking there! It''ll be fun.' -date: 'Thu Jan 25 2018 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 25 2018 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0040' --- diff --git a/content/events/2018/winter/Discussion-with-maddog.md b/content/events/2018/winter/Discussion-with-maddog.md index ac7e6035..e11e31d1 100644 --- a/content/events/2018/winter/Discussion-with-maddog.md +++ b/content/events/2018/winter/Discussion-with-maddog.md @@ -1,7 +1,7 @@ --- name: 'Discussion with maddog' short: 'We''ll be having a discussion session with maddog, an out-of-town speaker from the LPI. Food will be provided, as well as good company. Come out!' -date: 'Tue Mar 13 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 13 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md b/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md index 30c83349..14d8d426 100644 --- a/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md +++ b/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md @@ -1,7 +1,7 @@ --- name: 'Prof Talk with Richard Mann' short: 'Professor Richard Mann will be giving a talk on black-box testing of audio gear. Come out to see fancy audio gear, learn more about his Advanced Topics course in Computational Sound, and eat free food! Click through for his abstract.' -date: 'Thu Mar 22 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 22 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 4059' --- diff --git a/content/events/2018/winter/Programming-for-the-22nd-Century.md b/content/events/2018/winter/Programming-for-the-22nd-Century.md index f3850bcf..55742561 100644 --- a/content/events/2018/winter/Programming-for-the-22nd-Century.md +++ b/content/events/2018/winter/Programming-for-the-22nd-Century.md @@ -1,7 +1,7 @@ --- name: 'Programming for the 22nd Century' short: 'We are bringing an out-of-town speaker, John "maddog" Hall, to come speak! Come to this event, where he will be talking about changes in programming paradigms since the invention of C, and the discussion event tomorrow.' -date: 'Mon Mar 12 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Mar 12 2018 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/winter/Technical-Interview-Prep.md b/content/events/2018/winter/Technical-Interview-Prep.md index 82e0ad46..3e44dab0 100644 --- a/content/events/2018/winter/Technical-Interview-Prep.md +++ b/content/events/2018/winter/Technical-Interview-Prep.md @@ -1,7 +1,7 @@ --- name: 'Technical Interview Prep' short: 'Our first workshop of the term! Fatema and Arshia will be heading a workshop on how to prepare for technical interviews.Got technical interviews? Come out!' -date: 'Wed Feb 07 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Feb 07 2018 17:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'QNC 1502' --- diff --git a/content/events/2018/winter/Uncode-Party-with-WiCS.md b/content/events/2018/winter/Uncode-Party-with-WiCS.md index 4fbe6c56..0115d5e8 100644 --- a/content/events/2018/winter/Uncode-Party-with-WiCS.md +++ b/content/events/2018/winter/Uncode-Party-with-WiCS.md @@ -1,7 +1,7 @@ --- name: 'Uncode Party with WiCS' short: ' We are having a joint Code Party with Women in Computer Science (WiCS). This time, it''s an Uncode Party, where you try to find the worst solutions possible to programming problems that we will provide. ' -date: 'Mon Mar 26 2018 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Mar 26 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'QNC 2502' --- diff --git a/content/events/2018/winter/Winter-2018-Elections.md b/content/events/2018/winter/Winter-2018-Elections.md index d5984099..888d2e7d 100644 --- a/content/events/2018/winter/Winter-2018-Elections.md +++ b/content/events/2018/winter/Winter-2018-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2018 Elections' short: 'The Computer Science Club will be holding elections for the Winter 2018 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMAPd (fridge and snack runs) will be appointed.' -date: 'Mon Jan 15 2018 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 15 2018 17:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Alt-Tab.md b/content/events/2019/spring/Alt-Tab.md index 8600770f..a005e129 100644 --- a/content/events/2019/spring/Alt-Tab.md +++ b/content/events/2019/spring/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Thursday, July 18th at MC 5417 at 6:00 PM.' -date: 'Thu Jul 18 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jul 18 2019 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC 5417' --- diff --git a/content/events/2019/spring/Code-Party-0.md b/content/events/2019/spring/Code-Party-0.md index e31021e5..df4f26a5 100644 --- a/content/events/2019/spring/Code-Party-0.md +++ b/content/events/2019/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The Computer Science Club will be holding Code Party 0 on Tuesday, June 18th at PHY 150 at 6:00 PM.' -date: 'Tue Jun 18 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 18 2019 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2019/spring/End-of-Term-Event.md b/content/events/2019/spring/End-of-Term-Event.md index 02ec54a6..260ef7bb 100644 --- a/content/events/2019/spring/End-of-Term-Event.md +++ b/content/events/2019/spring/End-of-Term-Event.md @@ -1,7 +1,7 @@ --- name: 'End of Term Event' short: 'The Computer Science Club will be holding a end of term event on Monday, July 29th at MC Comfy at 6:00 PM.' -date: 'Mon Jul 29 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon Jul 29 2019 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Movie-Night.md b/content/events/2019/spring/Movie-Night.md index c9fe18d2..699e1f1f 100644 --- a/content/events/2019/spring/Movie-Night.md +++ b/content/events/2019/spring/Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'Movie Night' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Tuesday, July 9th at MC Comfy at 7:00 PM.' -date: 'Tue Jul 09 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jul 09 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Spring-2019-Elections.md b/content/events/2019/spring/Spring-2019-Elections.md index 14ace040..a9a4d88b 100644 --- a/content/events/2019/spring/Spring-2019-Elections.md +++ b/content/events/2019/spring/Spring-2019-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2019 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2019 term on Thursday, May 16th in MC Comfy (MC 3001) at 7:00 PM.' -date: 'Thu May 16 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu May 16 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy (MC 3001)' --- diff --git a/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md b/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md index a85697e2..c7116bfc 100644 --- a/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md +++ b/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC Bondfire Night' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Wednesday, June 5th at MC Comfy at 7:00 PM. NOTE: the event has been moved from the Laurel Creek Firepit due to rain.' -date: 'Wed Jun 05 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Jun 05 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MOVED to MC Comfy' --- diff --git a/content/events/2019/winter/Algorithms-practice-workshop.md b/content/events/2019/winter/Algorithms-practice-workshop.md index d5ee09c7..464403ac 100644 --- a/content/events/2019/winter/Algorithms-practice-workshop.md +++ b/content/events/2019/winter/Algorithms-practice-workshop.md @@ -1,7 +1,7 @@ --- name: 'Algorithms practice workshop' short: 'Algorithms practice workshop on January 24th, 2019, at 6:30 PM in STC 0060' -date: 'Thu Jan 24 2019 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 24 2019 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0060' --- diff --git a/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md b/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md index 679220b3..f5e920c6 100644 --- a/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md +++ b/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC + WiCS Movie Night' short: 'CSC + WiCS Movie Night on March 21th, 2019, at 6 PM in MC Comfy' -date: 'Thu Mar 21 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 21 2019 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/winter/Code-Party-0.md b/content/events/2019/winter/Code-Party-0.md index 320861f3..006c586b 100644 --- a/content/events/2019/winter/Code-Party-0.md +++ b/content/events/2019/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Code Party 0 on March 13th, 2019, at 6 PM in QNC 1502' -date: 'Wed Mar 13 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 13 2019 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'QNC 1502' --- diff --git a/content/events/2019/winter/Git-101.md b/content/events/2019/winter/Git-101.md index f687c7e9..9e3540ca 100644 --- a/content/events/2019/winter/Git-101.md +++ b/content/events/2019/winter/Git-101.md @@ -1,7 +1,7 @@ --- name: 'Git 101' short: 'Git 101 workshop on March 2nd, 2019, at 12 PM in QNC 1502' -date: 'Sat Mar 02 2019 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Mar 02 2019 12:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'QNC 1502' --- diff --git a/content/events/2019/winter/Prof-talk-Animated-Tilings.md b/content/events/2019/winter/Prof-talk-Animated-Tilings.md index 3e6864b3..9913031d 100644 --- a/content/events/2019/winter/Prof-talk-Animated-Tilings.md +++ b/content/events/2019/winter/Prof-talk-Animated-Tilings.md @@ -1,7 +1,7 @@ --- name: 'Prof talk: Animated Tilings' short: 'Professor Craig Kaplan will be talking about tiling arrangements on March 20th, 2019, at 4 PM in PHY 150' -date: 'Wed Mar 20 2019 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Wed Mar 20 2019 16:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'PHY 150' --- diff --git a/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md b/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md index e405ce0f..45254c98 100644 --- a/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md +++ b/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md @@ -1,7 +1,7 @@ --- name: 'Prof talk: Making the Switch: Going from 2D to S3D' short: 'We will be having our second prof talk of the term with Lesley Istead, on April 5, 3:30 pm in STC 0020. She will be talking about the problems and algorithms used in the film industry to go from 2D to S3D. Come listen to the talk and enjoy some free food!' -date: 'Fri Apr 05 2019 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Fri Apr 05 2019 15:30:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'STC 0020' --- diff --git a/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md b/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md index 14237e60..6d9ec1a7 100644 --- a/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md +++ b/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md @@ -1,7 +1,7 @@ --- name: 'Roasting Our First Year Resumes' short: 'Upper years students will be critiquing their own resumes from first year.👉 Streamed at [twitch.tv/uwcsclub]()' -date: 'Wed Nov 25 2020 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Wed Nov 25 2020 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md b/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md index 369a32c2..3c3beab1 100644 --- a/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md +++ b/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC: Alt-Tab' short: 'CSC and WiCS are hosting Alt-Tab on November 19th, 5-7 PM EST.' -date: 'Thu Nov 19 2020 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Nov 19 2020 17:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2020/winter/Code-Party-0.md b/content/events/2020/winter/Code-Party-0.md index fb9af010..93b00324 100644 --- a/content/events/2020/winter/Code-Party-0.md +++ b/content/events/2020/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Code Party 0 on January 28th, 2020, at 6:30 PM in STC 0010' -date: 'Tue Jan 28 2020 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 28 2020 18:30:00 GMT-0500 (Eastern Standard Time)' online: false location: 'STC 0010' --- diff --git a/content/events/2020/winter/Physical-Security-Workshop.md b/content/events/2020/winter/Physical-Security-Workshop.md index 1392ef82..1cdca9b4 100644 --- a/content/events/2020/winter/Physical-Security-Workshop.md +++ b/content/events/2020/winter/Physical-Security-Workshop.md @@ -1,7 +1,7 @@ --- name: 'Physical Security Workshop' short: 'Physical Security Workshop on Tuesday, Feb 11th, at 6:00 PM in MC 4045' -date: 'Tue Feb 11 2020 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 11 2020 18:00:00 GMT-0500 (Eastern Standard Time)' online: false location: 'MC 4045' --- diff --git a/content/events/2020/winter/WiCS-x-CSC-Bondfire.md b/content/events/2020/winter/WiCS-x-CSC-Bondfire.md index c2ee605b..44caf869 100644 --- a/content/events/2020/winter/WiCS-x-CSC-Bondfire.md +++ b/content/events/2020/winter/WiCS-x-CSC-Bondfire.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC Bondfire' short: '"Bonfire" with WiCS Thursday March 12th @ 6PM in MC Comfy' -date: 'Thu Mar 12 2020 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 12 2020 18:00:00 GMT-0400 (Eastern Daylight Time)' online: false location: 'MC Comfy' --- diff --git a/content/events/2021/fall/project-program-kick-off.md b/content/events/2021/fall/project-program-kick-off.md new file mode 100644 index 00000000..aa390612 --- /dev/null +++ b/content/events/2021/fall/project-program-kick-off.md @@ -0,0 +1,22 @@ +--- +name: 'Project Program Kick-Off' +short: 'Attend to get details about Project Program, a month-long event that will have mentors support your team in creating a side-project.' +date: 'Tuesday September 23 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' +online: true +location: 'Zoom' +poster: 'images/events/2021/fall/project-program-kickoff.png' +registerLink: https://bit.ly/project-program-kick-off +--- + +📢 Project Program is back for Fall 2021, and we’re excited to see mentors support you to create a month-long project! + +DSC and CSC are collaborating again to help you create your side project by guiding your group of mentees through brainstorming project ideas, creating roadmaps with milestones and achievements, and finally presenting your project for the chance to win prizes! 🏆 + +📌 The details of the program will be discussed during this event, so if you’re interested in participating, be sure to attend! + +📅 Event Date: Thursday, September 23rd from 7:00-8:00pm EDT on [Zoom](https://us06web.zoom.us/j/89144349767?pwd=Z3BZREI0MGNRWXdFWmZMM1JRVU5CQT09). 💻 + + +👉 No need to register, but we'll send you an email alert if you do! Click the register button to sign up. Alternatively, you can also email us at exec@csclub.uwaterloo.ca to sign up as well. + +See you then! 👋 diff --git a/content/events/2021/fall/speed-friending.md b/content/events/2021/fall/speed-friending.md new file mode 100644 index 00000000..a57a9bdd --- /dev/null +++ b/content/events/2021/fall/speed-friending.md @@ -0,0 +1,25 @@ +--- +name: 'Speed Friending' +short: 'Make some new friends with CSC!' +date: 'Friday October 1 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +online: true +location: 'Zoom' +registerLink: https://forms.gle/j7knjxKND6UkfF2U7 +--- +📢 New fall term, lots of new members! Whether you’re a first year joining us for the first time, or a seasoned friend-making veteran, CSC is happy to announce that our Speed-Friending event is back! 🥰 Come hop on a Zoom call with us to get a chance to connect with others in our community. 🙌 + +Like last term’s event, you will be able to meet others in groups of 3 or 4, with around 10 minutes to talk. 🎤 An optional prompt will act as an icebreaker, but feel free to discuss anything you want! Remember to connect with the people in your groups if you’d like to stay in contact afterwards! + +Registration is optional; we’ll just be sending you a reminder on the day of, as well as a calendar invite. + +📅 Event Date: Oct.1st 2021, 8-9pm ET +💻 Zoom: +Topic: CSC Social: Speed Friending +Time: Oct 1, 2021 08:00 PM Eastern Time (US and Canada) + +Join Zoom Meeting +https://us06web.zoom.us/j/87952442346?pwd=NnRrbU93VlpacTdiK2NXR2l2WDFxQT09 + +👉 Sign up using the register button. Alternatively, you can also email us at exec@csclub.uwaterloo.ca. + +Hope to see you there! 🌸 diff --git a/content/events/2021/spring/Afterhours-Burnout.md b/content/events/2021/spring/Afterhours-Burnout.md index 4762ff17..79e2126d 100644 --- a/content/events/2021/spring/Afterhours-Burnout.md +++ b/content/events/2021/spring/Afterhours-Burnout.md @@ -1,7 +1,7 @@ --- name: 'Afterhours: Burnout' short: 'This Afterhours will be a discussion about recognizing burnout, recovering from burnout, and preventing it from occurring.' -date: 'Sat Jul 17 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Jul 17 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/CSC-BOT-&-Game-Night.md b/content/events/2021/spring/CSC-BOT-&-Game-Night.md index e548ca97..a7f4e991 100644 --- a/content/events/2021/spring/CSC-BOT-&-Game-Night.md +++ b/content/events/2021/spring/CSC-BOT-&-Game-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC BOT & Game Night' short: 'Learn about our plans for the term and play some games with us.' -date: 'Mon May 17 2021 21:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 17 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md b/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md index 92b30bfe..edfaa6e0 100644 --- a/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md +++ b/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md @@ -1,7 +1,7 @@ --- name: 'CSC x SE Soc: Interview Prep' short: 'CSC and SE Soc are hosting an Interview Prep Workshop next week! Join Kristy Gao and Bimesh De Silva as they review the interview process, from behavioural to technical interviews. They''ll finish off with live mock interviews, and the event will be held on Twitch (https://www.twitch.tv/uwcsclub).' -date: 'Mon May 24 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Mon May 24 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md index eb39d9d8..07389ac9 100644 --- a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md +++ b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md @@ -1,7 +1,7 @@ --- name: 'Drop-in Resume Critiques (Day 1)' short: 'Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required).' -date: 'Sat May 15 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat May 15 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md index fd84cd87..ddb79b35 100644 --- a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md +++ b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md @@ -1,7 +1,7 @@ --- name: 'Drop-in Resume Critiques (Day 2)' short: 'Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required).' -date: 'Sun May 16 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sun May 16 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Speed-Friending.md b/content/events/2021/spring/Speed-Friending.md index f67bbe27..18ea0e01 100644 --- a/content/events/2021/spring/Speed-Friending.md +++ b/content/events/2021/spring/Speed-Friending.md @@ -1,7 +1,7 @@ --- name: 'Speed-Friending' short: 'Come hop on a Zoom call with us to to connect with others in our community!' -date: 'Tue Jun 15 2021 21:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Jun 15 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Titus-Winters-Tech-Talk.md b/content/events/2021/spring/Titus-Winters-Tech-Talk.md index 129b733b..5311522d 100644 --- a/content/events/2021/spring/Titus-Winters-Tech-Talk.md +++ b/content/events/2021/spring/Titus-Winters-Tech-Talk.md @@ -1,7 +1,7 @@ --- name: 'Titus Winters Tech Talk' short: 'Become inspired in an upcoming talk by Titus Winters on June 10th from 7-8pm ET, who will share how good team culture can positively impact code!' -date: 'Thu Jun 10 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Jun 10 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Afterhours-Personal-Relationships.md b/content/events/2021/winter/Afterhours-Personal-Relationships.md index da65466d..35065d2c 100644 --- a/content/events/2021/winter/Afterhours-Personal-Relationships.md +++ b/content/events/2021/winter/Afterhours-Personal-Relationships.md @@ -1,7 +1,7 @@ --- name: 'Afterhours: Personal Relationships' short: 'Join CSC as we talk about personal relationships.' -date: 'Sat Mar 06 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Sat Mar 06 2021 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Alt-Tab.md b/content/events/2021/winter/Alt-Tab.md index aa9e5d7b..1f944f86 100644 --- a/content/events/2021/winter/Alt-Tab.md +++ b/content/events/2021/winter/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Join us for lightning tech talk presented by students.' -date: 'Sat Mar 27 2021 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Sat Mar 27 2021 14:30:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/CTCI136.md b/content/events/2021/winter/CTCI136.md index 716c1601..8b04acb9 100644 --- a/content/events/2021/winter/CTCI136.md +++ b/content/events/2021/winter/CTCI136.md @@ -1,7 +1,7 @@ --- name: 'CTCI136' short: 'Join us for tips and tricks on technical interviews.' -date: 'Tue Jan 26 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Jan 26 2021 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Fun-Friday.md b/content/events/2021/winter/Fun-Friday.md index f18882be..48d1e359 100644 --- a/content/events/2021/winter/Fun-Friday.md +++ b/content/events/2021/winter/Fun-Friday.md @@ -1,7 +1,7 @@ --- name: 'Fun Friday' short: 'Join CSC as we play games all night!' -date: 'Fri Feb 19 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Fri Feb 19 2021 20:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Get-involved-in-CS-Club!.md b/content/events/2021/winter/Get-involved-in-CS-Club!.md index 51c06243..00b9132d 100644 --- a/content/events/2021/winter/Get-involved-in-CS-Club!.md +++ b/content/events/2021/winter/Get-involved-in-CS-Club!.md @@ -1,7 +1,7 @@ --- name: 'Get involved in CS Club!' short: 'Learn about how you can involved with CS Club this term.' -date: 'Mon Jan 11 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Mon Jan 11 2021 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Out-of-The-Box-React.md b/content/events/2021/winter/Out-of-The-Box-React.md index d543e305..f9726135 100644 --- a/content/events/2021/winter/Out-of-The-Box-React.md +++ b/content/events/2021/winter/Out-of-The-Box-React.md @@ -1,7 +1,7 @@ --- name: 'Out of The Box: React' short: 'Learn how React works and make your own version!' -date: 'Thu Mar 25 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'Thu Mar 25 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/RES-135.md b/content/events/2021/winter/RES-135.md index 5f6270e3..63a16b78 100644 --- a/content/events/2021/winter/RES-135.md +++ b/content/events/2021/winter/RES-135.md @@ -1,7 +1,7 @@ --- name: 'RES 135' short: 'Join us for resume and WaterlooWorks tips for the upcoming coop search.' -date: 'Thu Jan 14 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 14 2021 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Recovering-From-a-Rough-Term.md b/content/events/2021/winter/Recovering-From-a-Rough-Term.md index ca3cf338..9109fc47 100644 --- a/content/events/2021/winter/Recovering-From-a-Rough-Term.md +++ b/content/events/2021/winter/Recovering-From-a-Rough-Term.md @@ -1,7 +1,7 @@ --- name: 'Recovering From a Rough Term' short: 'Join us to learn about other students have bounced back from a rough term, and how you can too.' -date: 'Thu Jan 28 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Jan 28 2021 19:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Speed-Friending.md b/content/events/2021/winter/Speed-Friending.md index 8f765168..45dd78ba 100644 --- a/content/events/2021/winter/Speed-Friending.md +++ b/content/events/2021/winter/Speed-Friending.md @@ -1,7 +1,7 @@ --- name: 'Speed-Friending' short: 'Join CSC to meet new people in a Speed-Friending event.' -date: 'Tue Mar 16 2021 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'Tue Mar 16 2021 19:30:00 GMT-0400 (Eastern Daylight Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Talk-to-CSC-Tuesday.md b/content/events/2021/winter/Talk-to-CSC-Tuesday.md index 3a6c8b7a..15fa6710 100644 --- a/content/events/2021/winter/Talk-to-CSC-Tuesday.md +++ b/content/events/2021/winter/Talk-to-CSC-Tuesday.md @@ -1,7 +1,7 @@ --- name: 'Talk to CSC Tuesday' short: 'Come meet and chill out with CSC execs.' -date: 'Tue Feb 16 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Tue Feb 16 2021 20:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Theatre-Thursday.md b/content/events/2021/winter/Theatre-Thursday.md index 6ba81a01..46cd2bbe 100644 --- a/content/events/2021/winter/Theatre-Thursday.md +++ b/content/events/2021/winter/Theatre-Thursday.md @@ -1,7 +1,7 @@ --- name: 'Theatre Thursday' short: 'Come watch a movie with CSC!' -date: 'Thu Feb 18 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'Thu Feb 18 2021 20:00:00 GMT-0500 (Eastern Standard Time)' online: true location: 'Online' --- diff --git a/content/get-involved.mdx b/content/get-involved.mdx index daf61b69..c268b505 100644 --- a/content/get-involved.mdx +++ b/content/get-involved.mdx @@ -26,7 +26,7 @@ You do not need to bring your WatCard or sign the usage agreement again. -
+
Online Term Email the CSC Systems Committee at diff --git a/content/news/2021/fall/2021-09-30-n3parikh.md b/content/news/2021/fall/2021-09-30-n3parikh.md new file mode 100644 index 00000000..861d88f3 --- /dev/null +++ b/content/news/2021/fall/2021-09-30-n3parikh.md @@ -0,0 +1,19 @@ +--- +author: 'n3parikh' +date: 'Wed Sep 29 2021 00:00:00 GMT-0400 (Eastern Daylight Time)' +--- +DSC and CSC are excited to announce that we’re bringing back the Project Program for Fall 2021! + +Project Program is a month-long experience where you can plan and create amazing side projects as we support you! 🖥️ + +For Fall 2021, we will once again be pairing mentees with mentors who will help guide the mentees. 🏆 Together, you will let your creativity flow as you brainstorm ideas and create a final project that you’re passionate about. At the end, you’ll have the chance to present your project to win prizes! + +The applications for mentees are officially open! As a mentee, you’re responsible for creating a project, collaborating with your group, and learning along the way. ✨ + +If you’re interested in being a mentee, sign up today! + + 👉 Sign up at https://bit.ly/project-program-mentee-signup + +Alternatively, you can email us at exec@csclub.uwaterloo.ca with a short description about yourself, your experience, what types of projects you’d like to build, and who you’d like to work with! + +📅 Deadline to Sign Up: October 1, 2021 diff --git a/content/resources/services/in-office-books.md b/content/resources/services/in-office-books.md index a4f18ca4..4afcca9c 100644 --- a/content/resources/services/in-office-books.md +++ b/content/resources/services/in-office-books.md @@ -3,4 +3,4 @@ title: In-Office Books index: 11 --- -The CS Club maintains an [extensive collection of Computer Science-related books](http://csclub.uwaterloo.ca/library/). Feel free to come by the office to take a look at our library. +The CS Club maintains an extensive collection of Computer Science-related books. Feel free to come by the office to take a look at our library. diff --git a/content/team/systems-committee.json b/content/team/systems-committee.json index 8f60ed5e..4d6065b7 100644 --- a/content/team/systems-committee.json +++ b/content/team/systems-committee.json @@ -12,6 +12,10 @@ "name": "Raymond Li", "role": "Member" }, + { + "name": "Rio Liu", + "role": "Member" + }, { "name": "Amin Bandali", "role": "Member" diff --git a/lib/events.ts b/lib/events.ts index a3bb6f3c..222a6b5d 100644 --- a/lib/events.ts +++ b/lib/events.ts @@ -111,6 +111,20 @@ export async function getUpcomingEvents(): Promise { }); } +export async function getAllEvents() { + const events: Event[] = []; + + for (const year of await getEventYears()) { + for (const term of await getEventTermsByYear(year)) { + for (const slug of await getEventsByTerm(year, term)) { + events.push(await getEventBySlug(year, term, slug)); + } + } + } + + return events; +} + export async function getEventsPageProps({ year, term, diff --git a/package-lock.json b/package-lock.json index ba314f56..36b5e11c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/mdx-js__react": "^1.5.3", - "@types/node": "^14.14.41", + "@types/node": "^16.9.1", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "4.28.4", "@typescript-eslint/parser": "4.28.4", @@ -32,10 +32,12 @@ "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "gray-matter": "^4.0.3", + "ical-generator": "^3.0.0", "postcss": "^8.3.0", "postcss-calc": "^8.0.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", + "ts-node": "^10.2.1", "typescript": "4.3.5" }, "engines": { @@ -547,6 +549,27 @@ "to-fast-properties": "^2.0.0" } }, + "node_modules/@cspotcode/source-map-consumer": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", + "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz", + "integrity": "sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-consumer": "0.8.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", @@ -966,6 +989,30 @@ "node": ">= 8" } }, + "node_modules/@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "dev": true + }, "node_modules/@types/hast": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz", @@ -998,9 +1045,9 @@ } }, "node_modules/@types/node": { - "version": "14.14.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", - "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" + "version": "16.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz", + "integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==" }, "node_modules/@types/parse5": { "version": "5.0.3", @@ -1329,6 +1376,15 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1390,6 +1446,12 @@ "node": ">= 8" } }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, "node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -2070,6 +2132,12 @@ "sha.js": "^2.4.8" } }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -2393,6 +2461,15 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -3856,6 +3933,58 @@ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "node_modules/ical-generator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ical-generator/-/ical-generator-3.0.0.tgz", + "integrity": "sha512-PlDOOipgTlMzbfDDy+NJixAf5bzNb46wf0JXPkhnSjNQJc50y/XTOhOnQW/cp6tD+4ITHIMhkCkQ4CrUlDKMFQ==", + "dev": true, + "dependencies": { + "uuid-random": "^1.3.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@touch4it/ical-timezones": ">=1.6.0", + "@types/luxon": ">= 1.26.0", + "@types/mocha": ">= 8.2.1", + "@types/node": ">= 15.0.0", + "dayjs": ">= 1.10.0", + "luxon": ">= 1.26.0", + "moment": ">= 2.29.0", + "moment-timezone": ">= 0.5.33", + "rrule": ">= 2.6.8" + }, + "peerDependenciesMeta": { + "@touch4it/ical-timezones": { + "optional": true + }, + "@types/luxon": { + "optional": true + }, + "@types/mocha": { + "optional": true + }, + "@types/node": { + "optional": true + }, + "dayjs": { + "optional": true + }, + "luxon": { + "optional": true + }, + "moment": { + "optional": true + }, + "moment-timezone": { + "optional": true + }, + "rrule": { + "optional": true + } + } + }, "node_modules/iconv-lite": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", @@ -4570,6 +4699,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, "node_modules/markdown-escapes": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", @@ -8516,6 +8651,62 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/ts-node": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz", + "integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "0.6.1", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node/node_modules/acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ts-pnp": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", @@ -8840,6 +9031,12 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "node_modules/uuid-random": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/uuid-random/-/uuid-random-1.3.2.tgz", + "integrity": "sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==", + "dev": true + }, "node_modules/v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", @@ -9013,6 +9210,15 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", @@ -9505,6 +9711,21 @@ "to-fast-properties": "^2.0.0" } }, + "@cspotcode/source-map-consumer": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", + "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", + "dev": true + }, + "@cspotcode/source-map-support": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz", + "integrity": "sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==", + "dev": true, + "requires": { + "@cspotcode/source-map-consumer": "0.8.0" + } + }, "@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", @@ -9822,6 +10043,30 @@ "fastq": "^1.6.0" } }, + "@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "dev": true + }, + "@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "dev": true + }, + "@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "dev": true + }, + "@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "dev": true + }, "@types/hast": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz", @@ -9854,9 +10099,9 @@ } }, "@types/node": { - "version": "14.14.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", - "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" + "version": "16.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz", + "integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==" }, "@types/parse5": { "version": "5.0.3", @@ -10066,6 +10311,12 @@ "dev": true, "requires": {} }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -10111,6 +10362,12 @@ "picomatch": "^2.0.4" } }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -10650,6 +10907,12 @@ "sha.js": "^2.4.8" } }, + "create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -10884,6 +11147,12 @@ "repeat-string": "^1.5.4" } }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true + }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -12005,6 +12274,15 @@ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "ical-generator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ical-generator/-/ical-generator-3.0.0.tgz", + "integrity": "sha512-PlDOOipgTlMzbfDDy+NJixAf5bzNb46wf0JXPkhnSjNQJc50y/XTOhOnQW/cp6tD+4ITHIMhkCkQ4CrUlDKMFQ==", + "dev": true, + "requires": { + "uuid-random": "^1.3.2" + } + }, "iconv-lite": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", @@ -12482,6 +12760,12 @@ "semver": "^6.0.0" } }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, "markdown-escapes": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", @@ -15479,6 +15763,34 @@ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" }, + "ts-node": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz", + "integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==", + "dev": true, + "requires": { + "@cspotcode/source-map-support": "0.6.1", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "yn": "3.1.1" + }, + "dependencies": { + "acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true + } + } + }, "ts-pnp": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", @@ -15717,6 +16029,12 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "uuid-random": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/uuid-random/-/uuid-random-1.3.2.tgz", + "integrity": "sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==", + "dev": true + }, "v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", @@ -15850,6 +16168,12 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + }, "yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 4c1ab6bf..c4b7964e 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,15 @@ }, "scripts": { "dev": "next dev", - "build": "next build", + "build": "npm run build:web && npm run generate:calendar", + "build:web": "next build", "start": "next start", "export": "next export", - "lint": "eslint \"{pages,components,lib,hooks}/**/*.{js,ts,tsx,jsx}\" --quiet", - "lint:fix": "eslint \"{pages,components,lib,hooks}/**/*.{js,ts,tsx,jsx}\" --quiet --fix" - }, + "lint": "eslint \"{pages,components,lib,hooks,scripts}/**/*.{js,ts,tsx,jsx}\" --quiet", + "lint:fix": "eslint \"{pages,components,lib,hooks,scripts}/**/*.{js,ts,tsx,jsx}\" --quiet --fix", + "generate:calendar": "ts-node ./scripts/generate-calendar", + "check-lockfile": "ts-node ./scripts/check-lockfile" + }, "dependencies": { "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", @@ -28,7 +31,7 @@ }, "devDependencies": { "@types/mdx-js__react": "^1.5.3", - "@types/node": "^14.14.41", + "@types/node": "^16.9.1", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "4.28.4", "@typescript-eslint/parser": "4.28.4", @@ -39,10 +42,12 @@ "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "gray-matter": "^4.0.3", + "ical-generator": "^3.0.0", "postcss": "^8.3.0", "postcss-calc": "^8.0.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", + "ts-node": "^10.2.1", "typescript": "4.3.5" } } diff --git a/pages/_document.tsx b/pages/_document.tsx new file mode 100644 index 00000000..f65df415 --- /dev/null +++ b/pages/_document.tsx @@ -0,0 +1,18 @@ +import Document, { Html, Head, Main, NextScript } from "next/document"; +import React from "react"; + +class MyDocument extends Document { + render() { + return ( + + + +
+ + + + ); + } +} + +export default MyDocument; diff --git a/public/events.ics b/public/events.ics deleted file mode 100644 index 82996c28..00000000 --- a/public/events.ics +++ /dev/null @@ -1,5707 +0,0 @@ -BEGIN:VCALENDAR -VERSION:2.0 -X-WR-CALNAME:University of Waterloo Computer Science Club -PRODID:-//Apple Computer, Inc//iCal 2.0//EN -X-WR-RELCALID:3359A191-B19E-4B53-BADC-DFC084FC51C9 -CALSCALE:GREGORIAN -METHOD:PUBLISH - -BEGIN:VEVENT -LOCATION:Twitch - Online -DTSTAMP:20060912T200708Z -UID:20210914T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210914T230000Z -DTEND:20210915T000000Z -SUMMARY:CSC BOT & Game Night -DESCRIPTION:Learn about our plans for the term and play some games with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210717T230000Z -DTEND:20210718T000000Z -SUMMARY:Afterhours: Burnout -DESCRIPTION:This Afterhours will be a discussion about recognizing burnout, recovering from burnout, and preventing it from occurring. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210616T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210616T000000Z -DTEND:20210616T010000Z -SUMMARY:Speed-Friending -DESCRIPTION:Come hop on a Zoom call with us to to connect with others in our community! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210610T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210610T230000Z -DTEND:20210611T000000Z -SUMMARY:Titus Winters Tech Talk -DESCRIPTION:Become inspired in an upcoming talk by Titus Winters on June 10th from 7-8pm ET, who will share how good team culture can positively impact code! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210524T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210524T040000Z -DTEND:20210524T050000Z -SUMMARY:CSC x SE Soc: Interview Prep -DESCRIPTION:CSC and SE Soc are hosting an Interview Prep Workshop next week! Join Kristy Gao and Bimesh De Silva as they review the interview process, from behavioural to technical interviews. They'll finish off with live mock interviews, and the event will be held on Twitch (https://www.twitch.tv/uwcsclub). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210518T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210518T000000Z -DTEND:20210518T010000Z -SUMMARY:CSC BOT & Game Night -DESCRIPTION:Learn about our plans for the term and play some games with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210516T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210516T230000Z -DTEND:20210517T000000Z -SUMMARY:Drop-in Resume Critiques (Day 2) -DESCRIPTION:Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210515T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210515T230000Z -DTEND:20210516T000000Z -SUMMARY:Drop-in Resume Critiques (Day 1) -DESCRIPTION:Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210327T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210327T183000Z -DTEND:20210327T193000Z -SUMMARY:Alt-Tab -DESCRIPTION:Join us for lightning tech talk presented by students. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210325T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210325T040000Z -DTEND:20210325T050000Z -SUMMARY:Out of The Box: React -DESCRIPTION:Learn how React works and make your own version! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210316T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210316T233000Z -DTEND:20210317T003000Z -SUMMARY:Speed-Friending -DESCRIPTION:Join CSC to meet new people in a Speed-Friending event. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210307T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210307T000000Z -DTEND:20210307T010000Z -SUMMARY:Afterhours: Personal Relationships -DESCRIPTION:Join CSC as we talk about personal relationships. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210220T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210220T010000Z -DTEND:20210220T020000Z -SUMMARY:Fun Friday -DESCRIPTION:Join CSC as we play games all night! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210219T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210219T010000Z -DTEND:20210219T020000Z -SUMMARY:Theatre Thursday -DESCRIPTION:Come watch a movie with CSC! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210217T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210217T010000Z -DTEND:20210217T020000Z -SUMMARY:Talk to CSC Tuesday -DESCRIPTION:Come meet and chill out with CSC execs. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210129T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210129T000000Z -DTEND:20210129T010000Z -SUMMARY:Recovering From a Rough Term -DESCRIPTION:Join us to learn about other students have bounced back from a rough term, and how you can too. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210127T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210127T000000Z -DTEND:20210127T010000Z -SUMMARY:CTCI136 -DESCRIPTION:Join us for tips and tricks on technical interviews. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210115T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210115T000000Z -DTEND:20210115T010000Z -SUMMARY:RES 135 -DESCRIPTION:Join us for resume and WaterlooWorks tips for the upcoming coop search. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210112T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210112T000000Z -DTEND:20210112T010000Z -SUMMARY:Get involved in CS Club! -DESCRIPTION:Learn about how you can involved with CS Club this term. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20201126T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20201126T000000Z -DTEND:20201126T010000Z -SUMMARY:Roasting Our First Year Resumes -DESCRIPTION:Upper years students will be critiquing their own resumes from first year. 👉 Streamed at twitch.tv/uwcsclub -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20201119T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20201119T220000Z -DTEND:20201119T230000Z -SUMMARY:WiCS x CSC: Alt-Tab -DESCRIPTION:CSC and WiCS are hosting Alt-Tab on November 19th, 5-7 PM EST. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20200312T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200312T220000Z -DTEND:20200312T230000Z -SUMMARY:WiCS x CSC Bondfire -DESCRIPTION:"Bonfire" with WiCS Thursday March 12th @ 6PM in MC Comfy -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20200211T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200211T230000Z -DTEND:20200212T000000Z -SUMMARY:Physical Security Workshop -DESCRIPTION:Physical Security Workshop on Tuesday, Feb 11th, at 6:00 PM in MC 4045 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20200128T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200128T233000Z -DTEND:20200129T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:Code Party 0 on January 28th, 2020, at 6:30 PM in STC 0010 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190729T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190729T220000Z -DTEND:20190729T230000Z -SUMMARY:End of Term Event -DESCRIPTION:The Computer Science Club will be holding a end of term event on Monday, July 29th at MC Comfy at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5417 -DTSTAMP:20060912T200708Z -UID:20190718T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190718T220000Z -DTEND:20190718T230000Z -SUMMARY:Alt-Tab -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Thursday, July 18th at MC 5417 at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190709T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190709T230000Z -DTEND:20190710T000000Z -SUMMARY:Movie Night -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Tuesday, July 9th at MC Comfy at 7:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20190618T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190618T220000Z -DTEND:20190618T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:The Computer Science Club will be holding Code Party 0 on Tuesday, June 18th at PHY 150 at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MOVED to MC Comfy -DTSTAMP:20060912T200708Z -UID:20190605T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190605T230000Z -DTEND:20190606T000000Z -SUMMARY:WiCS x CSC Bondfire Night -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Wednesday, June 5th at MC Comfy at 7:00 PM. NOTE: the event has been moved from the Laurel Creek Firepit due to rain. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy (MC 3001) -DTSTAMP:20060912T200708Z -UID:20190516T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190516T230000Z -DTEND:20190517T000000Z -SUMMARY:Spring 2019 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2019 term on Thursday, May 16th in MC Comfy (MC 3001) at 7:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20190405T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190405T193000Z -DTEND:20190405T203000Z -SUMMARY:Prof talk: Making the Switch: Going from 2D to S3D -DESCRIPTION:We will be having our second prof talk of the term with Lesley Istead, on April 5, 3:30 pm in STC 0020. She will be talking about the problems and algorithms used in the film industry to go from 2D to S3D. Come listen to the talk and enjoy some free food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190321T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190321T040000Z -DTEND:20190321T050000Z -SUMMARY:CSC + WiCS Movie Night -DESCRIPTION:CSC + WiCS Movie Night on March 21th, 2019, at 6 PM in MC Comfy -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20190320T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190320T040000Z -DTEND:20190320T050000Z -SUMMARY:Prof talk: Animated Tilings -DESCRIPTION:Professor Craig Kaplan will be talking about tiling arrangements on March 20th, 2019, at 4 PM in PHY 150 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20190313T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190313T040000Z -DTEND:20190313T050000Z -SUMMARY:Code Party 0 -DESCRIPTION:Code Party 0 on March 13th, 2019, at 6 PM in QNC 1502 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20190302T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190302T050000Z -DTEND:20190302T060000Z -SUMMARY:Git 101 -DESCRIPTION:Git 101 workshop on March 2nd, 2019, at 12 PM in QNC 1502 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0060 -DTSTAMP:20060912T200708Z -UID:20190124T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190124T233000Z -DTEND:20190125T003000Z -SUMMARY:Algorithms practice workshop -DESCRIPTION:Algorithms practice workshop on January 24th, 2019, at 6:30 PM in STC 0060 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20181204T020000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181204T020000Z -DTEND:20181204T030000Z -SUMMARY:CSC EOT -DESCRIPTION:CSC End of term celebrations on December 3rd, at 7 PM in MC Comfy. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5479 -DTSTAMP:20060912T200708Z -UID:20181129T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181129T230000Z -DTEND:20181130T000000Z -SUMMARY:Alt-Tab -DESCRIPTION:Alt-Tab is coming up next week on Thursday Nov. 29th 6-8pm at MC 5417. We have an amazing group of members giving short talks on topics of their choice. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-4063 -DTSTAMP:20060912T200708Z -UID:20181112T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181112T223000Z -DTEND:20181112T233000Z -SUMMARY:Netplay in emulators -DESCRIPTION:Professor Gregor Richards will be talking about netplay in emulators, which allows for playing video games over the internet. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-4063 -DTSTAMP:20060912T200708Z -UID:20181105T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181105T223000Z -DTEND:20181105T233000Z -SUMMARY:[Cancelled] BBC micro:bit computer: What is it good for? -DESCRIPTION:Professor Richard Mann will be talking about the BBC micro:bit, an embedded computer that is popular with hobbyists and comes with a variety of peripherals. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC-1506 -DTSTAMP:20060912T200708Z -UID:20181029T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181029T213000Z -DTEND:20181029T223000Z -SUMMARY:Gloves 101 -DESCRIPTION:Make touchscreen gloves with the CS Club on October 29, 5:30 PM in QNC 1506. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-3003 -DTSTAMP:20060912T200708Z -UID:20181022T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181022T213000Z -DTEND:20181022T223000Z -SUMMARY:Unix 101 -DESCRIPTION:Learn the basics of UNIX with the CS Club on October 22, 5:30 PM in MC 3003. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3-1408 -DTSTAMP:20060912T200708Z -UID:20181018T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181018T223000Z -DTEND:20181018T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term from 6:30pm until ~9:30pm in EV3-1408, on Thursday October 18. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20181015T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181015T213000Z -DTEND:20181015T223000Z -SUMMARY:Data Driven UIs, Incrementally -DESCRIPTION:Jane Street's Yaron Minsky is coming to Waterloo to give a talk aimed at undergraduate students. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake Firepit 2 -DTSTAMP:20060912T200708Z -UID:20181003T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181003T230000Z -DTEND:20181004T000000Z -SUMMARY:CSC & WiCS & MathSoc go outside! -DESCRIPTION:We will be having a bonfire this Wednesday, Oct 3rd 7-10pm, at Columbia Lake Firepit 2 (NW of CIF), co-hosted with WiCS and MathSoc. Smores and snacks will be provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20180717T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180717T220000Z -DTEND:20180717T230000Z -SUMMARY:Sound: From microphones to speakers and everything inbetween -DESCRIPTION:The CSC will be hosting a Prof Talk by Richard Mann. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20180711T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180711T220000Z -DTEND:20180711T230000Z -SUMMARY:Capture the Flag -DESCRIPTION:Test your programming, web, networking, and trivia skills in this computer security themed contest. Learn how to reverse engineer, crack codes, find flaws in websites, and use security tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20180704T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180704T220000Z -DTEND:20180704T230000Z -SUMMARY:Alt-Tab -DESCRIPTION:Come hear 10-15 minutes talks from CSC members on a variety of topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20180604T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180604T220000Z -DTEND:20180604T230000Z -SUMMARY:CSC and WiCS Go Outside -DESCRIPTION:Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC and WiCS members. Smores and snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20180528T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180528T223000Z -DTEND:20180528T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term from 6:30pm until ~9:30pm in STC 0020! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20180328T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180328T220000Z -DTEND:20180328T230000Z -SUMMARY:Alt-Tab: W18 -DESCRIPTION:CSC will be hosting our termly Alt-Tab event, the Computer Science version of Short Attention Span Math Seminars (SASMS) hosted by that math club down the hall. It will be a night full of friendly talks. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 2502 -DTSTAMP:20060912T200708Z -UID:20180326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180326T230000Z -DTEND:20180327T000000Z -SUMMARY:Uncode Party with WiCS -DESCRIPTION:We are having a joint Code Party with Women in Computer Science (WiCS). This time, it's an Uncode Party, where you try to find the worst solutions possible to programming problems that we will provide. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 -DTSTAMP:20060912T200708Z -UID:20180322T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180322T220000Z -DTEND:20180322T230000Z -SUMMARY:Prof Talk with Richard Mann -DESCRIPTION:Professor Richard Mann will be giving a talk on black-box testing of audio gear. Come out to see fancy audio gear, learn more about his Advanced Topics course in Computational Sound, and eat free food! Click through for his abstract. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180313T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180313T220000Z -DTEND:20180313T230000Z -SUMMARY:Discussion with maddog -DESCRIPTION:We'll be having a discussion session with maddog, an out-of-town speaker from the LPI. Food will be provided, as well as good company. Come out! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180312T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180312T220000Z -DTEND:20180312T230000Z -SUMMARY:Programming for the 22nd Century -DESCRIPTION:We are bringing an out-of-town speaker, John "maddog" Hall, to come speak! Come to this event, where he will be talking about changes in programming paradigms since the invention of C, and the discussion event tomorrow. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20180207T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180207T223000Z -DTEND:20180207T233000Z -SUMMARY:Technical Interview Prep -DESCRIPTION:Our first workshop of the term! Fatema and Arshia will be heading a workshop on how to prepare for technical interviews. Got technical interviews? Come out! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0040 -DTSTAMP:20060912T200708Z -UID:20180125T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180125T230000Z -DTEND:20180126T000000Z -SUMMARY:Code Party 0 -DESCRIPTION:Our first code party of the term! Food is sandwiches, constitution amendments are a go, and Dr. Morton will be talking there! It'll be fun. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180115T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180115T220000Z -DTEND:20180115T230000Z -SUMMARY:Winter 2018 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Winter 2018 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMAPd (fridge and snack runs) will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20171201T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171201T230000Z -DTEND:20171202T000000Z -SUMMARY:End of Term Event -DESCRIPTION:Join fellow CSC members for our end of term social. There will be food and good company. We can grab board games from Mathsoc. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20171123T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171123T230000Z -DTEND:20171124T000000Z -SUMMARY:CTF Computer Networking Workshop -DESCRIPTION:Hosted in collaboration with the Univerisy of Waterloo CTF Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0050 -DTSTAMP:20060912T200708Z -UID:20171115T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171115T223000Z -DTEND:20171115T233000Z -SUMMARY:Code Party 1 -DESCRIPTION:The CS Club is hosting our second Code Party of the term from 6:00pm until late in the evening in STC 0050! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20171114T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171114T230000Z -DTEND:20171115T000000Z -SUMMARY:Capture the Flag Computing Competition -DESCRIPTION:Test your programming, web, networking, and trivial skills Learn how to reverse engineer, crack codes, and use various tools. Win prizes! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 -DTSTAMP:20060912T200708Z -UID:20171109T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171109T230000Z -DTEND:20171110T000000Z -SUMMARY:Alt+Tab Talks -DESCRIPTION:Come watch (or give!) interesting short talks by CS Club members. Talks include "Dynamic programming as path finding", "What is a landing page", "Subsurface scattering" and "How to compute on a GPU", but more are welcome (email tghume@csclub.uwaterloo.ca)! Click the link to the event detail page for more info. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 and MC 4061 -DTSTAMP:20060912T200708Z -UID:20171102T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171102T040000Z -DTEND:20171102T050000Z -SUMMARY:CSC+WiCS Fall Social and Movie Night -DESCRIPTION:Join other CSC and WiCS members for a social event featuring free food, board games and a showing of Wonder Woman. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20171012T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171012T213000Z -DTEND:20171012T223000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Snacks after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20171005T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171005T220000Z -DTEND:20171005T230000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC members. Smores and snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20170929T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170929T223000Z -DTEND:20170929T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term (Friday September 29th) from 6:30pm until late in the evening in M3 1006! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170922T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170922T220000Z -DTEND:20170922T230000Z -SUMMARY:Fall 2017 Special Elections -DESCRIPTION:The Computer Science Club will be holding special elections for the Spring 2017 Vice-President and Secretary. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMPAD will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170915T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170915T220000Z -DTEND:20170915T230000Z -SUMMARY:Fall 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and Fridge Person will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20170724T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170724T220000Z -DTEND:20170724T230000Z -SUMMARY:End of Term Party -DESCRIPTION:Come celebrate the end of the term with us in MC Comfy! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20170718T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170718T210000Z -DTEND:20170718T220000Z -SUMMARY:Alt-Tab: S17 -DESCRIPTION:Join us for food and interesting member talks! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20170715T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170715T140000Z -DTEND:20170715T150000Z -SUMMARY:Spring Cleaning -DESCRIPTION:Join us for Spring Cleaning! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20170705T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170705T230000Z -DTEND:20170706T000000Z -SUMMARY:CSC and WiCS Goes Outside -DESCRIPTION:Come join Women in Computer Science and the Computer Science Club outdoors! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20170622T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170622T220000Z -DTEND:20170622T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Join us for Code Party 0! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20170615T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170615T220000Z -DTEND:20170615T230000Z -SUMMARY:Understanding machine learning - a theory perspective -DESCRIPTION:Professor Shai Ben-David will discuss the basic principles behind machine learning and how they relate to some of the headline-making practical tools, in addition to the major research challenges and directions that address the fast expanding scope of potential machine learning applications. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20170601T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170601T220000Z -DTEND:20170601T230000Z -SUMMARY:Unix 102 -DESCRIPTION:Come gain some more in-depth knowledge or some less well-known tips and tricks for using the command line. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170517T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170517T220000Z -DTEND:20170517T230000Z -SUMMARY:Spring 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0060 -DTSTAMP:20060912T200708Z -UID:20170405T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170405T210000Z -DTEND:20170405T220000Z -SUMMARY:Code Party 1 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 1 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there's more time for coding! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20170322T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170322T220000Z -DTEND:20170322T230000Z -SUMMARY:Unix 201 -DESCRIPTION:A talk and demo about more advanced Unix tricks and tools than are taught in our regular Unix 101 events. Topics may include customizing your prompt, the ranger console file manager, fancy shells, htop, rsync and using terminal escape sequences in your programs. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20170309T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170309T230000Z -DTEND:20170310T000000Z -SUMMARY:Alt+Tab Talks -DESCRIPTION:Come watch (or give!) interesting short talks by CS Club members. Talks include "Stepping into math: building a step-by-step algebra solver" and "Online database migrations at scale", but more are welcome (email tghume@csclub.uwaterloo.ca)! Click the link to the event detail page for more info. (Note: date was moved to Thursday) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20170208T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170208T220000Z -DTEND:20170208T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there's more time for coding! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170112T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170112T230000Z -DTEND:20170113T000000Z -SUMMARY:Winter 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Winter 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20161205T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161205T230000Z -DTEND:20161206T000000Z -SUMMARY:CSC/PMC EOT Party -DESCRIPTION:The CSC and the PMAMC&OC (aka pure math club) are hosting our end of term events together! We'll be taking over MC Comfy to hang out, eat lots of food (from Kismet!), and play board games. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161130T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161130T230000Z -DTEND:20161201T000000Z -SUMMARY:ALT+TAB Talks -DESCRIPTION:Various members of the CSC will be giving brief, 25 minute talks on CS-related topics. An list of the talks being delivered can be found if you follow the event page link in this description. There will be food provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161125T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161125T230000Z -DTEND:20161126T000000Z -SUMMARY:Edmund Noble Member Talk -DESCRIPTION:CSC member Edmund Noble will be giving a talk, titled "Purely Functional Programming with Freely-Generated Domain Specific Languages". The talk will focus on embedded DSLs that exist within other languages, and how they can easily be constructed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161121T231500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161121T231500Z -DTEND:20161122T001500Z -SUMMARY:Richard Mann Prof Talk -DESCRIPTION:Professor Richard Mann will be giving a talk, titled "Open Source Software for Sound Measurement and Analysis". He will be presenting information about his new course, CS 489, Computational Sound, which will be running in Winter 2017. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20161117T013000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161117T013000Z -DTEND:20161117T023000Z -SUMMARY:General Meeting -DESCRIPTION:This general meeting will be held to discuss changes to our Code of Conduct. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20161116T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161116T233000Z -DTEND:20161117T003000Z -SUMMARY:Code Party -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party and do it, with great company and great food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20161109T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161109T230000Z -DTEND:20161110T000000Z -SUMMARY:UNIX 101 -DESCRIPTION:The CSC is having its next event, UNIX 101, on Wednesday November 9th at 6 PM in MC 3003 (the mac lab across from the CSC). UNIX 101 is a tutorial where we teach the basics of using a command-line (terminal) environment in UNIX. Knowing how to use the command-line and UNIX is an invaluable skill in CS, and helps prepare you for future projects and co-ops. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1507 -DTSTAMP:20060912T200708Z -UID:20161018T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161018T213000Z -DTEND:20161018T223000Z -SUMMARY:Feminism in STEM - a 101 Panel -DESCRIPTION:An introductory feminism in STEM panel, free food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake 2 Fire Pit -DTSTAMP:20060912T200708Z -UID:20161013T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161013T220000Z -DTEND:20161013T230000Z -SUMMARY:CSC and WiCS Go Outside -DESCRIPTION:The CSC and WiCS (Women in Computer Science) are co-hosting a social event on Thursday, October 13th (the day after reading week). We will be Going Outside to the Columbia Lake 2 Fire Pit; there will be a campfire, s'mores, lots of food, frisbees, grass, etc. Bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20161006T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161006T220000Z -DTEND:20161006T230000Z -SUMMARY:Bringing OOP Best Practices to the World of Functional Programming -DESCRIPTION:The CSC will have its first talk of the term this Thursday, October 6th. UW alumna and CSC member Elana Hashman will be giving a talk on using functional programming languages (like Racket!) in industry, and how some concepts from the more common object-oriented paradigm are translated to the functional paradigm. The abstract for the talk is below. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20160919T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160919T223000Z -DTEND:20160919T233000Z -SUMMARY:Fall 2016 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Fall 2016 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20160725T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160725T220000Z -DTEND:20160725T230000Z -SUMMARY:Richard Mann Prof Talk and EOT -DESCRIPTION:Join us on Monday, July 25th at 6pm in the MC Comfy Lounge for an exciting prof talk by Richard Mann on Open Source Computer Sound Measurement. The abstract for the talk is below. We will follow this up by an EOT event with dinner and board games! Last event of the term, get hype. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20160721T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160721T220000Z -DTEND:20160721T230000Z -SUMMARY:Notorious CS452 -DESCRIPTION:Bill Cowan is the Director of the Computer Graphics Lab, and teaches the notorious CS452, lovingly known as the trains course by CS students. He will be giving a talk on that very course. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20160714T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160714T223000Z -DTEND:20160714T233000Z -SUMMARY:Computer Science: Beyond Bits and Bytes -DESCRIPTION:Gladimir Baranoski is an Associate Professor at the School of Computer Science, in the Natural Phenomena Simulation Group. He will be giving a talk on underappreciated facets of computer science and its connections to other disciplines. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - BMH Green -DTSTAMP:20060912T200708Z -UID:20160711T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160711T230000Z -DTEND:20160712T000000Z -SUMMARY:WiCS and CSC Go Outside! -DESCRIPTION:Join us at BMH Green for a night outdoors with fellow people in Computer Science! There will be ice cream and board games and frisbees and maybe some water guns. Bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5479 -DTSTAMP:20060912T200708Z -UID:20160608T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160608T220000Z -DTEND:20160608T230000Z -SUMMARY:scp talks -DESCRIPTION:Listen to cool 15-20 lightning talks by CSC members on a variety of computer science and related topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20160602T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160602T223000Z -DTEND:20160602T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3036 (CSC Office) -DTSTAMP:20060912T200708Z -UID:20160525T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160525T220000Z -DTEND:20160525T230000Z -SUMMARY:CSC Does Spring Cleaning -DESCRIPTION:Come out and help make the office slightly less messy! We will bribe... uh, provide you with food for helping. :) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20160512T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160512T230000Z -DTEND:20160513T000000Z -SUMMARY:Spring 2016 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2016 for President, Vice-President, Secretary, and Treasurer. Additionally, librarian, office manager, sysadmin, and fridge regent will be appointed and ratified. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160404T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160404T210000Z -DTEND:20160404T220000Z -SUMMARY:On Surrounding a Polygon -DESCRIPTION:Come out to a talk on surrounding a polygon by Dr. Craig Kaplan! Also stay afterwards for our EOT and socialize :) food will be provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20160329T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160329T220000Z -DTEND:20160329T230000Z -SUMMARY:SASMS Style Talk Night -DESCRIPTION:The CSC is hosting the first annual member talk series! This is a chance for anyone to come and give a short talk on any relevant topic. Some talks already arranged are on topics ranging from modern Javascript, to the Linux Kernel. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20160323T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160323T220000Z -DTEND:20160323T230000Z -SUMMARY:SAT and SMT Solvers for Software Engineering and Security -DESCRIPTION:A talk about SAT and SMT Solvers for Software Engineering and Security by Dr. Vijay Ganesh -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20160316T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160316T220000Z -DTEND:20160316T230000Z -SUMMARY:Git 102 -DESCRIPTION:Git 102 : Why you learned git in the first place. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20160309T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160309T233000Z -DTEND:20160310T003000Z -SUMMARY:Steve Bourque and Mike Patterson Network Infrastructure talk -DESCRIPTION:Steve Bourque and Mike Patterson of IST will give a brief overview of campus network connectivity and interconnectivity. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160303T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160303T230000Z -DTEND:20160304T000000Z -SUMMARY:Tea and Study -DESCRIPTION:It's midterms season, and everyone has to study. So why not come study with the CS Club? Everyone welcome, especially new members! There will be tea and delicious snacks and outlets. Plus our delightful company. See you there! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160210T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160210T233000Z -DTEND:20160211T003000Z -SUMMARY:Movie Night: Big Hero 6 -DESCRIPTION:Movie Night! Come watch "Big Hero 6" with the CSC! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20160204T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160204T230000Z -DTEND:20160205T000000Z -SUMMARY:Code Party -DESCRIPTION:The CS Club is having its termly code party! Come out and work on projects, assignments, and more. Food is provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20160128T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160128T230000Z -DTEND:20160129T000000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20160123T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160123T160000Z -DTEND:20160123T170000Z -SUMMARY:Eth1: Jane Street Competition -DESCRIPTION:eth1: a day-long programming contest. Form teams and hack together a trading bot to compete against others and the markets. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20160114T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160114T050000Z -DTEND:20160114T060000Z -SUMMARY:Winter 2016 Elections -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20151128T003000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151128T003000Z -DTEND:20151128T013000Z -SUMMARY:WiCS and CSC watch War Games! -DESCRIPTION:WiCS and CSC are watching War Games in the Comfy lounge. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20151127T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151127T000000Z -DTEND:20151127T010000Z -SUMMARY:An Introduction to Google's FOAM Framework -DESCRIPTION:An introduction to Google's FOAM framework, an open-source modeling framework written in Javascript, by Google's Kevin Greer. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20151123T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151123T230000Z -DTEND:20151124T000000Z -SUMMARY:'Static Analysis and Program Optimization Using Dataflow Analysis' -DESCRIPTION:An introduction to some basic issues with optimization of imperative programs, by Sean Harrap -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20151120T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151120T010000Z -DTEND:20151120T020000Z -SUMMARY:'Git 101' -DESCRIPTION:Learn how to use Git properly in an exciting talk by Charlie Wang! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - ML Theatre of the Arts -DTSTAMP:20060912T200708Z -UID:20151016T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151016T230000Z -DTEND:20151017T000000Z -SUMMARY:Cory Doctorow - The War on General Purpose Computing -DESCRIPTION:Between walled gardens, surveillance agencies, and political opponents, no matter who's winning the war on general purpose computing you're losing. The Computer Science Club will be hosting Cory Doctorow's talk in the Theatre of the Arts on October 16. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20151007T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151007T213000Z -DTEND:20151007T223000Z -SUMMARY:Starting an VN Indie Game Company as a UW Student -DESCRIPTION:Come out to a talk by Alfe Clemencio! Many people want to make games as signified by all the game development schools that are appearing everywhere. But how would you do it as a UW student? This talk shares the experiences of how making Sakura River Interactive was founded without any Angel/VC investment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20151002T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151002T233000Z -DTEND:20151003T003000Z -SUMMARY:'Why Am I Studying This?' -DESCRIPTION:Big-O, the Halting Problem, Finite State Machines, and more are concepts that get even more interesting in the real world. Come and hear Tom Rathborne talk about how theory hits reality (often with a bang!) at Booking.com. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1304 -DTSTAMP:20060912T200708Z -UID:20150930T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150930T210000Z -DTEND:20150930T220000Z -SUMMARY:Back to Back Talks: Culture Turnaround and Software Defined Networks -DESCRIPTION:Back to back talks from John Stix and Francisco Dominguez on turning a company's culture around and on Software Defined Networks! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 3142 -DTSTAMP:20060912T200708Z -UID:20150924T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150924T203000Z -DTEND:20150924T213000Z -SUMMARY:CSC and WiCS Career Panel -DESCRIPTION:The CSC is joining WiCS to host a career panel! Come hear from Waterloo alumni as they speak about their time at Waterloo, experience with coop, and life beyond the university. Please register at http://bit.ly/1OyJP6D -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20150922T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150922T040000Z -DTEND:20150922T050000Z -SUMMARY:Results of Fall 2015 Elections -DESCRIPTION:The Computer Science Club has elected its executive for the term, and a new Office Manager and System Administrator have been appointed. See inside for results. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20150922T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150922T040000Z -DTEND:20150922T050000Z -SUMMARY:Fall 2015 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Fall 2015 term on Tuesday, September 22nd in MC Comfy (MC 3001) at 19:00. During the meeting, the president, vice-president, treasurer and secretary will be elected, the sysadmin will be ratified, and the librarian and office manager will be appointed. See inside for nominations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20150917T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150917T040000Z -DTEND:20150917T050000Z -SUMMARY:Google Cardboard -DESCRIPTION:Come for a talk from Rob Suderman on Cardboard, Google's recent exploration in affordable, cereal box based Virtual Reality. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4064 -DTSTAMP:20060912T200708Z -UID:20150716T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150716T040000Z -DTEND:20150716T050000Z -SUMMARY:Algorithms for Shortest Paths -DESCRIPTION:Come to this exciting talk about path-finding algorithms which is being presented by Professor Anna Lubiw. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20150708T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150708T040000Z -DTEND:20150708T050000Z -SUMMARY:Infrasound is all around us -DESCRIPTION:Ambient infra sound surrounds us. Richard Mann presents his current research and equipment on measuring infra sound, and samples of recorded infra sound. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20150626T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150626T230000Z -DTEND:20150627T000000Z -SUMMARY:WiCS and CSC Go Outside -DESCRIPTION:Come hang out with the Women in Computer Science and the Computer Science Club! There will be s'mores and frozen yogurt. Also fire. And a creek. Let's enjoy the outdoors! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20150619T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150619T220000Z -DTEND:20150619T230000Z -SUMMARY:UNIX 102 -DESCRIPTION:n things SCS hasn't told you about the shell -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Coomfy) -DTSTAMP:20060912T200708Z -UID:20150522T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150522T200000Z -DTEND:20150522T210000Z -SUMMARY:By-Elections -DESCRIPTION:As there are vacancies in the executive council, there will be by-election on May 22nd. The following positions are open for election: Treasurer Secretary The executive are also looking for people who may be interested in the following positions: Systems Administrator Office Manager Librarian -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20150402T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150402T213000Z -DTEND:20150402T223000Z -SUMMARY:Describing and Synthesizing Microfluidics -DESCRIPTION:Derek Rayside presents current research on the field of microfluidics. Microfluidics are currently developed mainly by trial and error. How can this be improved? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 1015 -DTSTAMP:20060912T200708Z -UID:20150327T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150327T220000Z -DTEND:20150327T230000Z -SUMMARY:Constitutional GM and Code Party 1 -DESCRIPTION:GM for the W2015 term, two main amendments to be discussed: Requiring elections to be held within two weeks of the beginning of term and adopting a club-wide code of conduct. Code Party 1 follows, we're doing timed code golf problems, T-shirts might find themselves on people who do well on code golf. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20150310T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150310T220000Z -DTEND:20150310T230000Z -SUMMARY:Runtime Type Inference in Dynamic Languages - Day 2 -DESCRIPTION:Day 2 of Runtime Type Inference in Dynamic Languages with Kannan Vijayan -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20150309T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150309T220000Z -DTEND:20150309T230000Z -SUMMARY:Runtime Type Inference in Dynamic Languages - Day 1 -DESCRIPTION:Javascript is fast. In some cases, very close to compiled-language fast. How is this even possible? How do we know what types our variables have? How can we optimize it well? Kannan Vijayan will be talking about the historical advances in JIT-compilation of dynamically typed programs over two days. Of course, both of those talks will have free food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20150303T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150303T230000Z -DTEND:20150304T000000Z -SUMMARY:SAT and SMT solvers -DESCRIPTION:Murphy Berzish explains how to programmatically determine if a program is satisfiable, and how to find a concrete counterexample if it is unsatisfiable. At the core are SAT/SMT solvers. SAT theory deals with Boolean Satisfiability solvers, while SMT theory--Satisfiability Modulo a Theory--allows SMT to be extended to common data structures. Free food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3 1408 -DTSTAMP:20060912T200708Z -UID:20150227T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150227T230000Z -DTEND:20150228T000000Z -SUMMARY:Code Party 0 -DESCRIPTION:The first code party of Winter 2015, and we have something a litle different this time. We're running a Code Retreat (coderetreat.org) with Boltmade. The result of this is that you will be able to do a coding challenge, wherein you implement Rule 110 (like the Game of Life). Of course, if you want to work on whatever you can do that as well. Delicious free food, but RSVP! bit.ly/code-party-0 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20150205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150205T203000Z -DTEND:20150205T213000Z -SUMMARY:Making Robots Behave -DESCRIPTION:Part of the Cheriton School of CS' Distinguished Lecture Series, MIT's Leslie Kaelbling will discuss robotic AI applied to the messy real world. We make a number of approximations during planning but regain robustness and effectiveness through a continuous state estimation and replanning process. This allows us to solve problems that would otherwise be intractable to solve optimally. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20150202T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150202T230000Z -DTEND:20150203T000000Z -SUMMARY:Racket's Magical match -DESCRIPTION:Theo Belaire, a fourth-year CS student, will be talking about Racket's match' function. Bug resistant, legible, and super powerful! Especially useful for CS 241 in writing compilers, but all-round a joy to write. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2017 -DTSTAMP:20060912T200708Z -UID:20150121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150121T230000Z -DTEND:20150122T000000Z -SUMMARY:Alumni Tech Talk -DESCRIPTION:Alex Tsay from AeroFS will talk about the high availability distributed file systems they develop. The CAP Theorem outlined the fundamental limitations of a distributed system. When designing a distributed system, one has to constantly be aware of the trade-off between consistency and availability. Most distributed systems are designed with consistency in mind. However, AeroFS has decided to build a high-availability file system instead. In this tech talk, I'll be presenting an overview of AeroFS file system, advantages and challenges of a high-availability file system, and examine the inner workings of AeroFS's core syncing algorithm. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20150116T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150116T000000Z -DTEND:20150116T010000Z -SUMMARY:Winter 2015 Elections -DESCRIPTION:Elections for Winter 2015 are being held! Submit a nomination and join your fellow members in choosing this term's CSC executive. (Please note the time change to 7PM.) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20150115T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150115T230000Z -DTEND:20150116T000000Z -SUMMARY:Tech Talk: Google Fiber Internet: The Messy Bits -DESCRIPTION:Our speaker, Avery Pennarun, will share some not-very-secret secrets from the team creating GFiber's open source router firmware, including some discussion of wifi, marketing truthiness, the laws of physics, something about coaxial cables, embedded ARM processors, queuing theory, signal processing, hardware design, and kernel driver optimization. If you're lucky, he may also rant about poor garbage collector implementations. Also, there will be at least one slide containing one of those swooshy circle-and-arrow lifecycle diagrams, we promise. Please RSVP here: http://bit.ly/GoogleFiberTalk. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20141127T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141127T230000Z -DTEND:20141128T000000Z -SUMMARY:Talk: Heroic Android HTTP -DESCRIPTION:The network is unreliable. 3G networking is slow. Using WiFi drains your battery. The NSA is spying on you. Different versions of HttpURLConnection have different bugs. Jesse Wilson, a software developer at Square, will be talking about OkHttp, a library that he maintains, and how to use it to make your app's networking work even when conditions aren't ideal. He will talk about how to configure caching to improve behavior and save resources. He will talk about crypto, and he will give advice on which libraries to use to make good networking easy. Please RSVP here: https://www.ticketfi.com/event/77/heroic-android-http. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20141125T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141125T223000Z -DTEND:20141125T233000Z -SUMMARY:Talk: C++ ABI -DESCRIPTION:C++ is an interesting study because it supports a large number of powerful, abstract concepts, yet it operates very close to the hardware compared to many modern programming languages. There are also many implementations of C++ which must be made interoperable. I will discuss some aspects of the Itanium 64 Application Binary Interface (ABI) for C++, which is now the de facto standard across Unix-like platforms of all architectures. In particular, I will cover a number of aspects of the class system fundamental to C++: data layout, polymorphic types, construction and destruction, and dynamic casting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20141121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141121T230000Z -DTEND:20141122T000000Z -SUMMARY:Code Party 1/SE Hack Day #13 -DESCRIPTION:Why sleep when you could be hacking on $SIDE_PROJECT, or working on $THE_NEXT_BIG_THING with some cool CSC/SE people? Come when you want, hack on something cool, demo before you leave. If you don't have a project, don't worry - we have a list of ideas, and a lot of people will be looking for an extra helping hand on their projects. NOTE: Dinner and snacks will only be served to those working on projects during the event. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20141117T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141117T230000Z -DTEND:20141118T000000Z -SUMMARY:Talk: Why Pattern Recognition is Hard, and Why Deep Neural Networks Help -DESCRIPTION:In the last few years, there has been breakthrough progress in pattern recognition -- problems like computer vision and voice recognition. This sudden progress has come from a powerful class of models called deep neural networks. This talk will explore what it means to do pattern recognition, why it is a hard problem, and why deep neural networks are so effective. We will also look at exciting and strange recent results, such as state of the art object recognition in images, neural nets playing video games, neural nets proving theorems, and neural nets learning to run python programs! Our speaker, Christopher Olah, is a math-obsessed and Haskell-loving research intern from Google's Deep Learning group. He has a blog about his research here: http://colah.github.io/. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 1015 -DTSTAMP:20060912T200708Z -UID:20141112T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141112T223000Z -DTEND:20141112T233000Z -SUMMARY:Talk: Machine Learning at Bloomberg -DESCRIPTION:Kang, our guest speaker from Bloomberg, will illustrate some examples and difficulties associated with working on some of the most fascinating technical challenges in business and finance. He will also show some of the machine learning applications at Bloomberg that are useful in this environment. Please show up early to ensure a spot (and dinner). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 205 -DTSTAMP:20060912T200708Z -UID:20141110T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141110T050000Z -DTEND:20141110T060000Z -SUMMARY:Talk: From Zero to Kernel -DESCRIPTION:From the massive supercomputer, to your laptop, to a Raspberry Pi: all computing systems run on an operating system powered by a kernel. The kernel is the most fundamental software running on your computer, enabling developers and users to interact with its hardware at a higher level. This talk will explore the process of writing a minimal kernel from scratch, common kernel responsibilities, and explore of the challenges of kernel development. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20141108T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141108T000000Z -DTEND:20141108T010000Z -SUMMARY:'Hackers' Screening -DESCRIPTION:Women in Computer Science (WiCS) and the Computer Science Club (CSC) will meet up in the Comfy Lounge to watch a favourite cult classic: Hackers. Join us as we relive our 90s teenage hacking fantasies and stuff our faces with popcorn and junk food. Hackers of the world, unite! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20141024T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141024T210000Z -DTEND:20141024T220000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Unix, but don't know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20141024T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141024T220000Z -DTEND:20141024T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. Feel free to show up with or without personal projects to work on, we've got lots of ideas to get started with. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20141022T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141022T210000Z -DTEND:20141022T220000Z -SUMMARY:Talk: In Pursuit of the Travelling Salesman -DESCRIPTION:The Travelling Salesman Problem is easy to state: given a number of cities along with the cost of travel between each pair, find the cheapest way to visit all of the cities and return to your starting point. However, TSP is very difficult to solve. In this talk, Professor Bill Cook will discuss the history, applications, and computation of this fascinating problem. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20140918T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140918T220000Z -DTEND:20140918T230000Z -SUMMARY:Talk: Building a Mobile Platform for Android and iOS -DESCRIPTION:Come listen to a Google software engineer give a talk on building a mobile platform for Android and iOS! Wesley Tarle has been leading development at Google in Kitchener and Mountain View, and building stuff for third-party developers on Android and iOS. He's contributed to Google Play services since its inception and continues to produce APIs and SDKs focused on mobile startups. RSVP at http://goo.gl/Pwc3m4. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Fire Pit -DTSTAMP:20060912T200708Z -UID:20140725T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140725T233000Z -DTEND:20140726T003000Z -SUMMARY:CSC Goes Outside...Again! -DESCRIPTION:Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think s'mores and bonfire are a delicious combination? If so, you should join us as the CSC is going outside again! Around 7:30PM, we're going to Laurel Creek Fire Pit for some outdoor fun. Come throw frisbees, relax and eat snacks in good company - even if you aren't a fan of the outside or vitamin-D deficient! We'll also have some sort of real food - probably pizza. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20140722T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140722T220000Z -DTEND:20140722T230000Z -SUMMARY:The Most Important Parts of School (from a CS dropout) -DESCRIPTION:Learn about the real reasons you should be in school from David Wolever, CTO of akindi and a director of PyCon Canada. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003, M3 1006 -DTSTAMP:20060912T200708Z -UID:20140711T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140711T210000Z -DTEND:20140711T220000Z -SUMMARY:Unix 102, Code Party 1 -DESCRIPTION:Learn how to host a website and spend the night hacking! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2035 -DTSTAMP:20060912T200708Z -UID:20140625T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140625T220000Z -DTEND:20140625T230000Z -SUMMARY:Battle Decks -DESCRIPTION:Five slides. Five minutes. Pure fun. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4064 -DTSTAMP:20060912T200708Z -UID:20140619T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140619T213000Z -DTEND:20140619T223000Z -SUMMARY:Bloomberg Technical Talk -DESCRIPTION:Learn how functional programming is used in the real world, while enjoying free dinner, and free swag. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Fire Pit -DTSTAMP:20060912T200708Z -UID:20140613T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140613T233000Z -DTEND:20140614T003000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Come throw a frisbee, hang around a bonfire, and roast marshmellows! This is a social event just for fun, so come relax and eat snacks in good company! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003, Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140530T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140530T213000Z -DTEND:20140530T223000Z -SUMMARY:Unix 101/Code Party 0 -DESCRIPTION:Interested in Unix, but don't know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more. Afterwards we will be moving over to the MC Comfy Lounge for a fun night of hacking! The sysadmin position will also be ratified during a general meeting of the membership at this time. Come join us for an evening of fun, learning, and food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140515T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140515T220000Z -DTEND:20140515T230000Z -SUMMARY:Spring 2014 Elections -DESCRIPTION:The Computer Science Club will soon be holding elections for this term's executive. The president, vice president, treasurer, and secretary for the spring 2014 term will be elected. The system administrator, office manager, and librarian are also typically appointed here. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CPH 1346 -DTSTAMP:20060912T200708Z -UID:20140328T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140328T230000Z -DTEND:20140329T000000Z -SUMMARY:HackWaterloo -DESCRIPTION:Work on a software project for 24 hours in teams of up to 4 members. Swag will be provided by Facebook and Google. A Microsoft Surface Tablet will be awarded to the winning team. Register and find out more at http://hack-waterloo.com. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20140318T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140318T230000Z -DTEND:20140319T000000Z -SUMMARY:Battle Decks -DESCRIPTION:Create a 5-slide PowerPoint presentation about a specific topic. Bring it with you to the event (on a flash drive). Submit it into the lottery. Select a random PowerPoint presentation from the lottery and talk about it on the spot. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140314T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140314T230000Z -DTEND:20140315T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:We will be having our 2nd code party this term. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20140213T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140213T223000Z -DTEND:20140213T233000Z -SUMMARY:UNIX 101 -DESCRIPTION:Learn the basics of using tools found commonly on UNIX-like operating systems. For students new to this topic, knowledge gained from UNIX 101 would be useful in coursework. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140213T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140213T233000Z -DTEND:20140214T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20140204T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140204T223000Z -DTEND:20140204T233000Z -SUMMARY:Bloomberg Talk -DESCRIPTION:Bloomberg's Alex Scotti will be presenting a talk this Tuesday on concurrency control implementations in relational databases. Free swag and dinner will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140116T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140116T223000Z -DTEND:20140116T233000Z -SUMMARY:Winter 2014 Elections -DESCRIPTION:Elections for Winter 2014 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto, ON -DTSTAMP:20060912T200708Z -UID:20131123T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131123T050000Z -DTEND:20131123T060000Z -SUMMARY:CSC Goes to Toronto Erlang Factory Lite 2013 -DESCRIPTION:The CSC has been invited to attend this Erlang conference in Toronto. If you are interested in attending, please sign up on our web form. We have submitted a MEF proposal to cover the transportation fees of up to 25 math undergraduates. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20131122T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131122T233000Z -DTEND:20131123T003000Z -SUMMARY:Hackathon-Code Party!! -DESCRIPTION:Join us for a night of code, food, and caffeine! There will be plenty of edibles and hacking for your enjoyment. If you are interested in getting involved in Open Source, there will be mentors on hand to get you started. Hope to see you there—bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20131126T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131126T220000Z -DTEND:20131126T230000Z -SUMMARY:Disk Encryption -DESCRIPTION:The last lecture of our security and privacy series. By MMath alumnus Zak Blacher. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20131112T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131112T220000Z -DTEND:20131112T230000Z -SUMMARY:Trust in ISPs -DESCRIPTION:This is the fifth lecture of six in the Security and Privacy Lecture Series. By founding member of the Canadian Cybersecurity Institute and employee of local ISP Sentex Sean Howard. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20131105T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131105T230000Z -DTEND:20131106T000000Z -SUMMARY:Hands On Seminar on Public Key Cryptography -DESCRIPTION:The fourth event in our security and privacy series. By undergraduate students Murphy Berzish and Nick Guenther. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20131024T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131024T223000Z -DTEND:20131024T233000Z -SUMMARY:Practical Tor Usage -DESCRIPTION:The third lecture of our security and privacy series. By undergraduate student Simon Gladstone. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20131015T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131015T210000Z -DTEND:20131015T220000Z -SUMMARY:Tunnels and Censorship -DESCRIPTION:The second lecture of our security and privacy series. By undergraduate student Eric Dong. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20131008T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131008T210000Z -DTEND:20131008T220000Z -SUMMARY:Why Should You Care About Security and Privacy -DESCRIPTION:The first lecture of our security and privacy series. By PhD student Sarah Harvey. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131003T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131003T223000Z -DTEND:20131003T233000Z -SUMMARY:C++ GoingNative Lectures -DESCRIPTION:We will be showing GoingNative lectures from some of the top individuals working on C++ approximately biweekly on Thursdays at 6:30PM in the PHY 150 theatre. Every lecture will be accompanied with free pizza and drinks! Dates are Oct. 3, 17, 31 and Nov. 7 and 21. Please view this event in detail for more information. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131017T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131017T223000Z -DTEND:20131017T233000Z -SUMMARY:C++ Night 0x02 - Don't Help The Compiler -DESCRIPTION:The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131031T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131031T223000Z -DTEND:20131031T233000Z -SUMMARY:C++ Night 0x03 - An Effective C++11/14 Sampler -DESCRIPTION:The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131107T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131107T233000Z -DTEND:20131108T003000Z -SUMMARY:C++ Night 0x04 - Writing Quick Code in C++, Quickly -DESCRIPTION:The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131121T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131121T233000Z -DTEND:20131122T003000Z -SUMMARY:C++ Night 0x05 - C++ Seasoning -DESCRIPTION:The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Bingemans -DTSTAMP:20060912T200708Z -UID:20131030T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131030T220000Z -DTEND:20131030T230000Z -SUMMARY:CSC Goes Bowling -DESCRIPTION:All CSC members and their guests are invited for a night of free bowling at Bingemans! Transportation will be provided. If you are interested in attending, please RSVP using the online form by Oct. 18. You can find it by viewing this event in detail. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130917T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130917T203000Z -DTEND:20130917T213000Z -SUMMARY:Fall 2013 Elections -DESCRIPTION:Elections for Fall 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130726T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130726T230000Z -DTEND:20130727T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:Come out to the Code Party happening in the Comfy Lounge on July 26 at 7:00 PM! Why sleep when you could be hacking on $your_favourite_project or doing $something_classy in great company? Join us for a night of coding, snacks, and camaraderie! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20130722T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130722T210000Z -DTEND:20130722T220000Z -SUMMARY:The Future of 3D Graphics is in Software! -DESCRIPTION:Convergence between CPU and GPU approaches to processing sets the stage for an exciting transition to 3D rendering that takes place entirely in software. TransGaming's Nicolas Capens and Gavriel State will speak about this convergence and how it will influence the future of graphics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3 Fire Pit -DTSTAMP:20060912T200708Z -UID:20130719T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130719T230000Z -DTEND:20130720T000000Z -SUMMARY:CSC Goes Outside! -DESCRIPTION:Do you love the combination of s'mores, burgers, and fire? Are you brave enough to face the newly-grown geese? Do you want to play some Frisbee while listening to some chill tunes? If so, come hang out with the CSC at the EV3 Fire Pit this Friday! All are welcome for some outdoor food, games, and music. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20130718T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130718T210000Z -DTEND:20130718T220000Z -SUMMARY:Path Tracing -DESCRIPTION:As a follow on to last term's tutorial on building a ray-tracer from scratch, this talk will be presenting the basic mechanics of how a bidirectional path-tracer creates a globally illuminated scene, advantages and limitations of this approach over other offline global illumination techniques along with a simple example path-tracer written in C++, and opportunities for hardware acceleration on GPUs, time permitting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20130711T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130711T210000Z -DTEND:20130711T220000Z -SUMMARY:3D Movies and Computer Science -DESCRIPTION:While humans started making 3D motion pictures in the 1800's, several technical and artistic challenges prevented widespread interest in the medium. By investing heavily in a computerized production pipeline, James Cameron's 2009 release of Avatar ushered in an era of mainstream interest in 3D film. However, many technical and artistic problems still find their way into otherwise-modern 3D movies. The talk explores some of these problems while introducing the fundamentals of 3D film-making from a CS perspective. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130607T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130607T220000Z -DTEND:20130607T230000Z -SUMMARY:Unix 101/ Code Party 0 -DESCRIPTION:We are offering a Unix tutorial on Friday, June 7th, 2013! Following the tutorial a code party will take place. Bring your laptops and chargers for an awesome night of coding, hacking and learning. All are welcome to join in the comfy lounge! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130515T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130515T220000Z -DTEND:20130515T230000Z -SUMMARY:Spring 2013 Elections -DESCRIPTION:Elections for Spring 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130401T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130401T230000Z -DTEND:20130402T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is running the second code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20130401T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130401T220000Z -DTEND:20130401T230000Z -SUMMARY:Unix 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a tutorial on using Unix this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20130321T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130321T203000Z -DTEND:20130321T213000Z -SUMMARY:Using Computers to Find Evidence in Litigation -DESCRIPTION:Professor Gordon Cormack will be presenting a talk on using machine-learning based spam filters to accurately locate relevent electronic documents - a process which has typically been very manual, and very expensive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20130228T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130228T213000Z -DTEND:20130228T223000Z -SUMMARY:Machine Architecture, Performance, and Scalability: Things Your Programming Language Never Told You -DESCRIPTION:"Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles [and] has served for a decade as chair of the ISO C++ standards committee." - http://herbsutter.com/about -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130116T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130116T210000Z -DTEND:20130116T220000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Winter 2013 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20121123T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121123T050000Z -DTEND:20121123T060000Z -SUMMARY:Code Party 3 -DESCRIPTION:The Computer Science Club is running our third, and last, code party of the term! Whether you're a hacking guru or a newbie to computer science, you're welcome to attend; there will be activities for all. Syed Albiz will be presenting a tutorial on implementing a ray-tracer in C and Scheme. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5136B -DTSTAMP:20060912T200708Z -UID:20121121T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121121T213000Z -DTEND:20121121T223000Z -SUMMARY:SASMS -DESCRIPTION:by PMC.The Pure Mathematics, Applied Mathematics, Combinatorics & Optimization Club is hosting the Fall 2012 Short Attention Span Math Seminars (SASMS). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20121119T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121119T203000Z -DTEND:20121119T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20121116T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121116T000000Z -DTEND:20121116T010000Z -SUMMARY:KW Perlmongers Talk -DESCRIPTION:by Justin Wheeler.In his own words, this talk will cover the virtues of Perl: CPAN, Moose, CPAN, Catalyst, CPAN, DBIx::Class, CPAN, TMTOWTDI, and did I mention CPAN? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20121026T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121026T230000Z -DTEND:20121027T000000Z -SUMMARY:CSC Code Party 2 -DESCRIPTION:We will be holding our second code party of the term. Watch for further details, as we plan on working with some robots and Scala, git, and Haskell. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20121018T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121018T200000Z -DTEND:20121018T210000Z -SUMMARY:The Cryptographic and Game-Theoretical Fundamentals behind Bitcoin -DESCRIPTION:by Vitalik Buterin. In this talk, we will cover the cryptographic and game-theory principles behind the currency, including how the issues of double-spending, the "51% attack," and "mining" are addressed, the game-theory incentives to use Bitcoins honestly, and other issues being faced today in practice, such as implementation, attacks, and future scalability. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20120928T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120928T230000Z -DTEND:20120929T000000Z -SUMMARY:Tron Screening: Frosh-A-Tron -DESCRIPTION:ehashman's lousy frosh event naming scheme continues as we prepare for this week's movie night---a screening of the original TRON in PHY 150. Come watch the groundbreaking film that defined the role of computer graphics and the quality of special effects in modern cinema. And bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120914T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120914T040000Z -DTEND:20120914T050000Z -SUMMARY:Code Party 1: FROSH-A-THON -DESCRIPTION:The Computer Science Club is running our first "welcome back" code party of the term! Whether you're a hacking guru or a newbie to computer science, you're welcome to attend; there will be activities for all! Our party is loosely themed as a Linux installfest, where we will have a team of members dedicated to helping individuals install and learn to use one of many flavours of Linux. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120918T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120918T200000Z -DTEND:20120918T210000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Fall 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Math 3 Atrium -DTSTAMP:20060912T200708Z -UID:20120906T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120906T040000Z -DTEND:20120906T050000Z -SUMMARY:SCS First-year Welcome Dinner -DESCRIPTION:The School of Computer Science is hosting a dinner event for incoming first-year students. You'll get to meet us, some of the faculty, and other new undergraduates. Food will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120608T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120608T040000Z -DTEND:20120608T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120510T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120510T203000Z -DTEND:20120510T213000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Spring 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20120507T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120507T220000Z -DTEND:20120507T230000Z -SUMMARY:mmap and the Mortgage Crisis -DESCRIPTION:Palantir is a Palo Alto-based intelligence analysis software company that has partnered with the CSC to put on a tech talk and social. There will be free food, free drinks, and for one lucky winner, a free iPad, so why not come on out? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20120322T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120322T203000Z -DTEND:20120322T213000Z -SUMMARY:Multi-processor Real-time Systems -DESCRIPTION:by Bill Cowan. Programming systems that obey hard real-time constraints is difficult. So is programming multiple CPUs that interact to solve a single problem. This talk will describe the nature of computation typical of real-time systems, architectural solutions currently employed in CS 452, and possible architectures for multi-CPU systems. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20120308T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120308T223000Z -DTEND:20120308T233000Z -SUMMARY:UNIX 102 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club will be running the second installment of our introductory UNIX tutorials for the term. We will be covering topics intended to show off the development-friendliness of the UNIX computing environment: "real" document editors, development tools, bash scripting, and version control. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120303T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120303T000000Z -DTEND:20120303T010000Z -SUMMARY:OpenCL Code Party -DESCRIPTION:by Calum T. Dalek. The University of Waterloo Computer Science Club and AMD's OpenCL programming competition comes to a close, as the contest ends at midnight and prizes are awarded! Open submissions will be judged, so make sure to come out and watch. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20120307T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120307T223000Z -DTEND:20120307T233000Z -SUMMARY:Feynman Messenger Lecture Series -DESCRIPTION:by Calum T. Dalek. Join the Computer Science Club and PhysClub every Wednesday evening for the rest of the term for our five screenings of the classic 1964 Messenger Lecture Series by Richard Feynman in PHY 150. Dinner provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120217T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120217T000000Z -DTEND:20120217T010000Z -SUMMARY:OpenCL Introduction -DESCRIPTION:by Calum T. Dalek. The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you're interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20120209T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120209T220000Z -DTEND:20120209T230000Z -SUMMARY:UNIX 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You'll have to learn this stuff in CS 246 anyways, so why not get a head start! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20120207T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120207T230000Z -DTEND:20120208T000000Z -SUMMARY:Algorithms Talk -DESCRIPTION:by Victor Fan. Join Victor Fan for his talk, intended for all second-year math students with a solid first-year background. Even if you are a first-year or a seasoned veteran, you will probably still take home something new, so please come out to enjoy the talk! Refreshments will be served. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Math CnD -DTSTAMP:20060912T200708Z -UID:20120127T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120127T233000Z -DTEND:20120128T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120112T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120112T213000Z -DTEND:20120112T223000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Winter 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20111119T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111119T000000Z -DTEND:20111119T010000Z -SUMMARY:CSC Open Data Code Party -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is teaming up with the UW Open Data Initiative to bring you our third code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Davis Centre -DTSTAMP:20060912T200708Z -UID:20111112T123000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111112T123000Z -DTEND:20111112T133000Z -SUMMARY:CSC goes to Design Our Tomorrow -DESCRIPTION:by Calum T. Dalek. The Computer Science Club has a limited number of tickets available for the Design Our Tomorrow Conference at the University of Toronto on Saturday, November 12, 10:00 - 16:30. See event information for ticket details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20111024T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111024T203000Z -DTEND:20111024T213000Z -SUMMARY:UNIX 102: Tools in the UNIX Environment -DESCRIPTION:by Calum T. Dalek. The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20111021T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111021T040000Z -DTEND:20111021T050000Z -SUMMARY:Code Party 2 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is having our second code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20111013T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111013T223000Z -DTEND:20111013T233000Z -SUMMARY:How Browsers Work -DESCRIPTION:by Ehsan Akhgari. Veteran Mozilla engineer Ehsan Akhgari will present a talk on the internals of web browsers. The material will range from the fundamentals of content rendering to the latest innovations in browser design. Click on the talk title for a full abstract. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110930T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110930T040000Z -DTEND:20110930T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is having our first code party of the term! The theme for this code party will be collaborative development. We'll present several ideas of small projects to work on for the unexperienced. Everyone is welcome; please bring your friends! There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3004 -DTSTAMP:20060912T200708Z -UID:20110929T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110929T200000Z -DTEND:20110929T213000Z -SUMMARY:UNIX 101: An Introduction to the Shell -DESCRIPTION:by Calum T. Dalek. New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110919T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110919T203000Z -DTEND:20110919T213000Z -SUMMARY:Elections -DESCRIPTION:Club elections. See related news items for details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - home of askhader, see abstract -DTSTAMP:20060912T200708Z -UID:20110729T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110729T040000Z -DTEND:20110729T050000Z -SUMMARY:CTRL-D -DESCRIPTION:The end of another term is here, and so we're having our End-of-Term dinner. Everybody's welcome to come to CTRL-D. We are running this like a potluck, so bringing food is suggested. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110722T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110722T040000Z -DTEND:20110722T050000Z -SUMMARY:Code Party 3 -DESCRIPTION:The final Code Party of the term is here! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you're welcome with neither. Snacks will be provided. Everyone is welcome. Please note this date is postponed from the originally scheduled date due to conflicts with Kitchener Ribfest & Craft Beer Show -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20110720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110720T203000Z -DTEND:20110720T213000Z -SUMMARY:An Introduction to Steganography -DESCRIPTION:As part of the CSC member talks series, Yomna Nasser will be presenting an introduction to steganography. Steganography is the act of hiding information such that it can only be found by its intended recipient. It has been practiced since ancient Greece, and is still in use today. This talk will include an introduction to the area, history, and some basic techniques for hiding information and detecting hidden data. There will be an overview of some of the mathematics involved, but nothing too rigorous. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake Firepit -DTSTAMP:20060912T200708Z -UID:20110709T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110709T040000Z -DTEND:20110709T050000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think marshmallows, hotdogs, and fire are a delicious combination? If so, you should join us as the CSC is going outside! Around 4PM, we're going to Columbia Lake for some outdoor fun. We'll have Frisbees, kites, snacks, and some drinks. We'll be sticking around until dusk, when we're going to have a campfire with marshmallows and hotdogs. We plan to be there until 10PM, but of course you're welcome to come for any subinterval. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5158 -DTSTAMP:20060912T200708Z -UID:20110704T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110704T173000Z -DTEND:20110704T183000Z -SUMMARY:Our Troubles with Linux and Why You Should Care -DESCRIPTION:A joint work between Professors Tim Brecht, Ashif Harji, and Peter Buhr, this talk describes experiences using the Linux kernel as a platform for conducting performance evaluations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110624T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110624T040000Z -DTEND:20110624T050000Z -SUMMARY:Code Party 2 -DESCRIPTION:The second Code Party of the term takes place this Friday! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you're welcome with neither. Snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2054 -DTSTAMP:20060912T200708Z -UID:20110614T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110614T203000Z -DTEND:20110614T213000Z -SUMMARY:Taming Software Bloat with AdaptableGIMP -DESCRIPTION:Ever use software with 100s or 1000s of commands? Ever have a hard time finding the right commands to perform your task? In this talk, we'll present AdaptableGIMP, a new version of GIMP developed at Waterloo to help simplify complex user interfaces. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2054 -DTSTAMP:20060912T200708Z -UID:20110609T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110609T203000Z -DTEND:20110609T213000Z -SUMMARY:General Purpose Computing on Graphics Cards -DESCRIPTION:In the first of our member talks for the term, Katie Hyatt will give a short introduction to General Purpose Graphics Processing Unit computing. This expanding field has many applications. The primary focus of this talk will be nVidia's CUDA architecture. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110603T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110603T040000Z -DTEND:20110603T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is having our first code party of the term. The theme for this week's code party is personal projects. Come show us what you've been working on! Of course, everybody is welcome, even if you don't have a project. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110509T213100Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110509T213100Z -DTEND:20110509T223100Z -SUMMARY:Elections Nominees List -DESCRIPTION:CSC Elections, final list of nominations for Spring 2011 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110509T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110509T213000Z -DTEND:20110509T223000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Spring 2011 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2034 -DTSTAMP:20060912T200708Z -UID:20110317T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110317T203000Z -DTEND:20110317T213000Z -SUMMARY:Software Patents -DESCRIPTION:by Stanley Khaing. What are the requirements for obtaining a patent? Should software be patentable? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2017 -DTSTAMP:20060912T200708Z -UID:20110218T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110218T000000Z -DTEND:20110218T010000Z -SUMMARY:A Smorgasbord of Perl Talks -DESCRIPTION:by KW Perl Mongers. These talks are intended for programmers who are curious about the Swiss Army Chainsaw of languages, Perl. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110209T213000Z -DTEND:20110209T223000Z -SUMMARY:UNIX 103: Version Control Systems -DESCRIPTION:by Calum T. Dalek. In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110205T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110205T000000Z -DTEND:20110205T010000Z -SUMMARY:Code Party -DESCRIPTION:by Calum T. Dalek. Come one, come all to the Code Party happening in the Comfy Lounge this Friday. The event starts at 7:00PM and will run through the night. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110202T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110202T213000Z -DTEND:20110202T223000Z -SUMMARY:UNIX 102: Documents and Editing in the Unix environment -DESCRIPTION:by Calum T. Dalek. The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110126T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110126T213000Z -DTEND:20110126T223000Z -SUMMARY:UNIX 101: An Introduction to the Shell -DESCRIPTION:by Calum T. Dalek. New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20101117T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101117T213000Z -DTEND:20101117T223000Z -SUMMARY:Mathematics and aesthetics in maze design -DESCRIPTION:by Dr. Craig S. Kaplan. In this talk, I discuss the role of the computer in the process of designing mazes. I present some well known algorithms for maze construction, and more recent research that attempts to novel mazes with non-trivial mathematical or aesthetic properties. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Outside DC -DTSTAMP:20060912T200708Z -UID:20101113T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101113T170000Z -DTEND:20101113T180000Z -SUMMARY:CSC Invades Toronto -DESCRIPTION:The CSC is going to Toronto to visit UofT's CSSU, see what they do, and have beer with them. If you would like to come along, please come by the office and sign up. The cost for the trip is $2 per member. The bus will be leaving from the Davis Center (DC) Saturday Nov. 13 at NOON (some people may have been told 1pm, this is an error). Please show up a few minutes early so we may board. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CnD Lounge (MC3002) -DTSTAMP:20060912T200708Z -UID:20101105T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101105T230000Z -DTEND:20101106T000000Z -SUMMARY:Hackathon -DESCRIPTION:Come join the CSC for a night of code, music with only 8 bits, and comradarie. We will be in the C&D Lounge from 7pm until 7am working on personal projects, open source projects, and whatever else comes to mind. If you're interested in getting involved in free/open source development, some members will be on hand to guide you through the process. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20101026T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101026T203000Z -DTEND:20101026T213000Z -SUMMARY:Analysis of randomized algorithms via the probabilistic method -DESCRIPTION:In this talk, we will give a few examples that illustrate the basic method and show how it can be used to prove the existence of objects with desirable combinatorial properties as well as produce them in expected polynomial time via randomized algorithms. Our main goal will be to present a very slick proof from 1995 due to Spencer on the performance of a randomized greedy algorithm for a set-packing problem. Spencer, for seemingly no reason, introduces a time variable into his greedy algorithm and treats set-packing as a Poisson process. Then, like magic, he is able to show that his greedy algorithm is very likely to produce a good result using basic properties of expected value. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 306 -DTSTAMP:20060912T200708Z -UID:20101019T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101019T203000Z -DTEND:20101019T213000Z -SUMMARY:Machine learning vs human learning - will scientists become obsolete? -DESCRIPTION:by Dr. Shai Ben-David. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20101013T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101013T203000Z -DTEND:20101013T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:This installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20101006T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101006T203000Z -DTEND:20101006T213000Z -SUMMARY:UNIX 103 -DESCRIPTION:Unix 103 will cover version control systems and how to use them to manage your projects. Unix 101 would be helpful, but all that is needed is basic knowledge of the Unix command line (how to enter commands). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20101012T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101012T203000Z -DTEND:20101012T213000Z -SUMMARY:How to build a brain: From single neurons to cognition -DESCRIPTION:By Dr. Chris Eliasmith. Theoretical neuroscience is a new discipline focused on constructing mathematical models of brain function. It has made significant headway in understanding aspects of the neural code. However, past work has largely focused on small numbers of neurons, and so the underlying representations are often simple. In this talk I demonstrate how the ideas underlying these simple forms of representation can underwrite a representational hierarchy that scales to support sophisticated, structure-sensitive representations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4021 -DTSTAMP:20060912T200708Z -UID:20101004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101004T203000Z -DTEND:20101004T213000Z -SUMMARY:BareMetal OS -DESCRIPTION:By Ian Seyler, Return to Infinity. BareMetal is a new 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly, while applications can be written in Assembly or C/C++. High Performance Computing is the main target application. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20100928T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100928T203000Z -DTEND:20100928T213000Z -SUMMARY:A Brief Introduction to Video Encoding -DESCRIPTION:By Peter Barfuss. In this talk, I will go over the concepts used in video encoding (such as motion estimation/compensation, inter- and intra- frame prediction, quantization and entropy encoding), and then demonstrate these concepts and algorithms in use in the MPEG-2 and the H.264 video codecs. In addition, some clever optimization tricks using SIMD/vectorization will be covered, assuming sufficient time to cover these topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 (The Fishbowl) -DTSTAMP:20060912T200708Z -UID:20100923T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100923T203000Z -DTEND:20100923T213000Z -SUMMARY:Calling all CS Frosh -DESCRIPTION:Come meet and greet your professors, advisors, and the heads of the school. Talk to the CSC executive and other upper year students about CS at Waterloo. Free food and beverages will also be available, so there is really no excuse to miss this. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20100929T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100929T203000Z -DTEND:20100929T213000Z -SUMMARY:Unix 101 -DESCRIPTION:Need to use the Unix environment for a course, want to overcome your fears of the command line, or just curious? Attend the first installment in the CSC's popular series of Unix tutorials to learn the basics of the shell and how to navigate the unix environment. By the end of the hands on workshop you will be able to work efficiently from the command line and power-use circles around your friends. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4045 -DTSTAMP:20060912T200708Z -UID:20100922T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100922T220000Z -DTEND:20100922T230000Z -SUMMARY:Cooking for Geeks -DESCRIPTION:The CSC is happy to be hosting Jeff Potter, author of "Cooking for Geeks" for a presentation on the finer arts of food science. Jeff's book has been featured on NPR, BBC and his presentations have wowed audiences of hackers & foodies alike. We're happy to have Jeff joining us for a hands on demonstration. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20100921T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100921T203000Z -DTEND:20100921T213000Z -SUMMARY:In the Beginning -DESCRIPTION:by Dr. Prabhakar Ragde, Cheriton School of Computer Science. I'll be workshopping some lecture ideas involving representations of numbers, specification of computation in functional terms, reasoning about such specifications, and comparing the strengths and weaknesses of different approaches. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100914T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100914T203000Z -DTEND:20100914T213000Z -SUMMARY:Elections -DESCRIPTION:Fall term executive elections and general meeting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100720T203000Z -DTEND:20100720T213000Z -SUMMARY:The Incompressibility Method -DESCRIPTION:In this talk, we shall explore the incompressibility method---an interesting and extremely powerful framework for determining the average-case runtime of algorithms. Within the right background knowledge, the heapsort question can be answered with an elegant 3-line proof. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100713T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100713T203000Z -DTEND:20100713T213000Z -SUMMARY:Halftoning and Digital Art -DESCRIPTION:Edgar Bering will be giving a talk titled: Halftoning and Digital Art -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20100709T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100709T230000Z -DTEND:20100710T000000Z -SUMMARY:Code Party -DESCRIPTION:There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2054 -DTSTAMP:20060912T200708Z -UID:20100706T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100706T203000Z -DTEND:20100706T213000Z -SUMMARY:Dataflow Analysis -DESCRIPTION:Nomair Naeem, a P.H.D. Student at Waterloo, will be giving a talk about Dataflow Analysis -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100622T203000Z -DTEND:20100622T213000Z -SUMMARY:Compiling To Combinators -DESCRIPTION:Professor Ragde will be giving the first of our Professor talks for the Spring 2010 term. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100525T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100525T210000Z -DTEND:20100525T220000Z -SUMMARY:Gerald Sussman -DESCRIPTION:Why Programming is a Good Medium for Expressing Poorly Understood and Sloppily Formulated Ideas -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136 -DTSTAMP:20060912T200708Z -UID:20100526T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100526T193000Z -DTEND:20100526T203000Z -SUMMARY:Gerald Sussman -DESCRIPTION:Public Reception -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100526T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100526T210000Z -DTEND:20100526T220000Z -SUMMARY:Gerald Sussman -DESCRIPTION:The Art of the Propagator -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100511T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100511T213000Z -DTEND:20100511T223000Z -SUMMARY:Elections -DESCRIPTION:Spring term executive elections and general meeting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100406T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100406T203000Z -DTEND:20100406T213000Z -SUMMARY:Brush-Based Constructive Solid Geometry -DESCRIPTION:The last talk in the CS10 series will be presented by Jordan Saunders, in which he will discuss methods for processing brush-based constructive solid geometry. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20100407T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100407T170000Z -DTEND:20100407T180000Z -SUMMARY:Windows Azure Lab -DESCRIPTION:Get the opportunity to learn about Microsoft's Cloud Services Platform, Windows Azure. Attend this Hands-on-lab session sponsored by Microsoft. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20100401T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100401T223000Z -DTEND:20100401T233000Z -SUMMARY:CTRL-D -DESCRIPTION:Once again the CSC will be holding its traditional end of term dinner. It will be at the Vice President's house. If you don't know how to get there meet at the club office at 6:30 PM, a group will be leaving from the MC then. The dinner will be potluck style so bring a dish for 4-6 people, or some plates or pop or something. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100330T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100330T203000Z -DTEND:20100330T213000Z -SUMMARY:NUI: The future of robotics and automated systems -DESCRIPTION:Member Sam Pasupalak will present some of his ongoing work in Natural User Interfaces and Robotics in this sixth installment of CS10. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC7001 -DTSTAMP:20060912T200708Z -UID:20100326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100326T230000Z -DTEND:20100327T000000Z -SUMMARY:A Final Party of Code -DESCRIPTION:There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on open source projects, doing some computational math, and other general classiness. There will be free energy drinks for everyone's enjoyment. This is the last of the term so don't miss out. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100323T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100323T203000Z -DTEND:20100323T213000Z -SUMMARY:Memory-Corruption Security Holes: How to exploit, patch and prevent them. -DESCRIPTION:Despite it being 2010, code is still being exploited due to stack overflows, a 40+ year old class of security vulnerabilities. In this talk, I will go over several common methods of program exploitation, both on the stack and on the heap, as well as going over some of the current mitigation techniques (i.e. stack canaries, ASLR, etc.) for these holes, and similarly, how some of these can be bypassed as well. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100319T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100319T230000Z -DTEND:20100320T000000Z -SUMMARY:Another Party of Code -DESCRIPTION:There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classiness. There will be free energy drinks for everyone's enjoyment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100316T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100316T203000Z -DTEND:20100316T213000Z -SUMMARY:Approximation Hardness and the Unique Games Conjecture -DESCRIPTION:The fifth installment in CS10: Undergraduate Seminars in CS, features CSC member Elyot Grant introducing the theory of approximation algorithms. Fun times and a lack of gruesome math are promised. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100313T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100313T000000Z -DTEND:20100313T010000Z -SUMMARY:A Party of Code -DESCRIPTION:A fevered night of code, friends, fun, energy drinks, and the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100309T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100309T213000Z -DTEND:20100309T223000Z -SUMMARY:Software Transactional Memory and Using STM in Haskell -DESCRIPTION:The fourth Undergraduate Seminar in Computer Science will be presented by Brennan Taylor, a club member. He will be discussing various concurrent computing problems, and introducing Software Transactional Memory as a solution to them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Waterloo Bowling Lanes -DTSTAMP:20060912T200708Z -UID:20100306T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100306T220000Z -DTEND:20100306T230000Z -SUMMARY:Bowling -DESCRIPTION:The CSC is going bowling. $9.75 for shoes and two games. The bowling alley serves fried food and beer. Join us for some or all of the above -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100302T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100302T213000Z -DTEND:20100302T223000Z -SUMMARY:QIP=PSPACE -DESCRIPTION:Dr. John Watrous of the IQC will present his recent result "QIP=PSPACE". The talk will not assume any familiarity with quantum computing or complexity theory, and light refreshments will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CnD Lounge -DTSTAMP:20060912T200708Z -UID:20100227T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100227T000000Z -DTEND:20100227T010000Z -SUMMARY:Contest Closing -DESCRIPTION:The contest is coming to a close tomorrow, so to finish it in style we will be having ice cream and code friday night. It would be a shame if Waterloo lost (we're not on top of the leaderboard right now) so come out and hack for the home team. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20100225T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100225T213000Z -DTEND:20100225T223000Z -SUMMARY:CSCF Town Hall -DESCRIPTION:Come to a town hall style meeting with the managers of CSCF to discuss how to improve the undergraduate (student.cs) computing environment. Have gripes? Suggestions? Requests? Now is the time to voice them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136B -DTSTAMP:20060912T200708Z -UID:20100223T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100223T213000Z -DTEND:20100223T223000Z -SUMMARY:The Best Algorithms are Randomized Algorithms -DESCRIPTION:In this talk Nicholas Harvey discusses the prevalence of randomized algorithms and their application to solving optimization problems on graphs; with startling results compared to deterministic algorithms. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100209T213000Z -DTEND:20100209T223000Z -SUMMARY:An Introduction to Vector Graphics Libraries with Cairo -DESCRIPTION:Cairo is an open source, cross platform, vector graphics library with the ability to output to many kinds of surfaces, including PDF, SVG and PNG surfaces, as well as X-Window, Win32 and Quartz 2D backends. Unlike the raster graphics used with programmes and libraries such as The Gimp and ImageMagick, vector graphics are not defined by grids of pixels, but rather by a collection of drawing operations. These operations detail how to draw lines, fill shapes, and even set text to create the desired image. This has the advantages of being infinitely scalable, smaller in file size, and simpler to express within a computer programme. This talk will be an introduction to the concepts and metaphors used by vector graphics libraries in general and Cairo in particular. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3005 -DTSTAMP:20060912T200708Z -UID:20100211T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100211T213000Z -DTEND:20100211T223000Z -SUMMARY:UNIX 101 Encore -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! The popular tutorial returns for a second session, in case you missed the first one. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20100210T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100210T213000Z -DTEND:20100210T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100118T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100118T203000Z -DTEND:20100118T213000Z -SUMMARY:Wilderness Programming -DESCRIPTION:Paul Lutus describes his early Apple II software development days, conducted from the far end of a 1200-foot power cord, in a tiny Oregon cabin. Paul describes how he wrote a best-seller (Apple Writer) in assembly language, while dealing with power outages, lightning storms and the occasional curious bear. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20100126T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100126T220000Z -DTEND:20100126T230000Z -SUMMARY:Deep learning with multiplicative interactions -DESCRIPTION:Geoffrey Hinton, from the University of Toronto and the Canadian Institute for Advanced Research, will discuss some of his latest work in learning networks and artificial intelligence. The talk will be accessable, so don't hesitate to come out. More information about Dr. Hinton's research can be found on his website. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20091205T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091205T233000Z -DTEND:20091206T045500Z -SUMMARY:The Club That Really Likes Dinner -DESCRIPTION:Come on out to the club's termly end of term dinner, details in the abstract -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20091128T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091128T000000Z -DTEND:20091128T120000Z -SUMMARY:Code Party!!11!! -DESCRIPTION:A fevered night of code, friends, fun, energy drinks, and the CSC. Facebook will be around to bring some food and hang out. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20091105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091105T213000Z -DTEND:20091105T223000Z -SUMMARY:In the Beginning -DESCRIPTION:To most CS students an OS kernel is pretty low level. But there is something even lower, the instructions that must be executed to get the CPU ready to accept a kernel. That is, if you look at any processor's reference manual there is a page or two describing the state of the CPU when it powered on. This talk describes what needs to happen next, up to the point where the first kernel instruction executes. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20091020T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091020T203000Z -DTEND:20091020T213000Z -SUMMARY:CSC Goes To Dooly's -DESCRIPTION:We're going to Dooly's to play pool. What more do you want from us? Come to the Club office and we'll all bus there together. We've got discount tables for club members so be sure to be there. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20091016T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091016T230000Z -DTEND:20091017T000000Z -SUMMARY:Code Party and Contest Finale -DESCRIPTION:Come on out for a night of code, contests, and energy drinks. Join the Computer Scinece Club for the finale of the Google AI Challenge and an all night code party. Finish up your entry, or start it (its not too late). Not interested in the contest? Come out anyway for a night of coding and comradarie with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20091008T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091008T203000Z -DTEND:20091008T213000Z -SUMMARY:UNIX 103 -DESCRIPTION:In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20091014T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091014T183000Z -DTEND:20091014T193000Z -SUMMARY:UofT Graduate School Information Session -DESCRIPTION:"Is Graduate School for You?" Get the answers to your grad school questions - and have a bite to eat, our treat -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 FishBowl -DTSTAMP:20060912T200708Z -UID:20091003T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091003T140000Z -DTEND:20091003T193000Z -SUMMARY:Linux Install Fest -DESCRIPTION:Interested in trying Linux but don't know where to start? Come to the Linux install fest to demo Linux, get help installing it on your computer, either stand alone or a dual boot, and help setting up your fresh install. Have lunch and hang around if you like, or just come in for a CD. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20091001T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091001T203000Z -DTEND:20091001T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090928T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090928T203000Z -DTEND:20091009T040000Z -SUMMARY:AI Programming Contest sponsored by Google -DESCRIPTION:Come learn how to write an intelligent game-playing program. No past experience necessary. Submit your program using the online web interface to watch it battle against other people's programs. Beginners and experts welcome! Prizes provided by google, including the delivery of your resume to google recruiters. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090924T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090924T203000Z -DTEND:20090924T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090915T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090915T210000Z -DTEND:20090915T220000Z -SUMMARY:Elections -DESCRIPTION:Nominations are open now, either place your name on the nominees board or e-mail the CRO to nominate someone for a position. Come to the Comfy Lounge to elect your fall term executive. Contact the CRO if you have questions. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20090723T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090723T203000Z -DTEND:20090723T220000Z -SUMMARY:Unix 103 -DESCRIPTION:In this long-awaited third installment of the popular Unix Tutorials the dark mages of the CSC will train you in the not-so-arcane magick of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20090717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090717T230000Z -DTEND:20090718T080000Z -SUMMARY:Code Party -DESCRIPTION:Have an assignment or project you need to work on? We will be coding from 7:00pm until 4:00am starting on Friday, July 17th in the Comfy lounge. Join us! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20090707T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090707T190000Z -DTEND:20090707T210000Z -SUMMARY:History of CS Curriculum at UW -DESCRIPTION:This talk provides a personal overview of the evolution of the undergraduate computer science curriculum at UW over the past forty years, concluding with an audience discussion of possible future developments. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20090622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090622T203000Z -DTEND:20090622T223000Z -SUMMARY:Paper Club -DESCRIPTION:Come and drink tea and read an academic CS paper with the Paper Club. We will be meeting from 4:30pm until 6:30pm on Monday, June 22th on the 4th floor of the MC (exact room number TBA). See http://csclub.uwaterloo.ca/~paper -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Dooly's -DTSTAMP:20060912T200708Z -UID:20090619T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090619T213000Z -DTEND:20090619T223000Z -SUMMARY:Dooly's Night -DESCRIPTION:The CSC will be playing pool at Dooly's. Join us for only a few dollars. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20090605T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090605T230000Z -DTEND:20090606T080000Z -SUMMARY:Code Party -DESCRIPTION:Have an assignment or project you need to work on? We will be coding from 7:00pm until 7:00am starting on Friday, June 5th in the Comfy lounge. Join us! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20090602T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090602T203000Z -DTEND:20090602T213000Z -SUMMARY:Unix 101 -DESCRIPTION:Need to use the UNIX environment for a course, want to overcome your fears of the command line, or just curious? Come and learn the arcane secrets of the UNIX command line interface from CSC mages. After this tutorial you will be comfortable with the essentials of navigating, manipulating and viewing files, and processing data at the UNIX shell prompt. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20090512T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090512T160000Z -DTEND:20090512T170000Z -SUMMARY:PHP on Windows -DESCRIPTION:PHP Programming Contest Info Session -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20090402T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090402T203000Z -DTEND:20090402T213000Z -SUMMARY:Rapid prototyping and mathematical art -DESCRIPTION:A talk by Craig S. Kaplan. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20090403T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090403T220000Z -DTEND:20090404T100000Z -SUMMARY:CTRL-D -DESCRIPTION:Join the Club That Really Likes Dinner for the End Of Term party! Inquire closer to the date for details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge (MC) -DTSTAMP:20060912T200708Z -UID:20090327T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090327T220000Z -DTEND:20090328T160000Z -SUMMARY:Code Party -DESCRIPTION:CSC Code Party! Same as always - no sleep, lots of caffeine, and really nerdy entertainment. Bonus: Free Cake! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2061 -DTSTAMP:20060912T200708Z -UID:20090319T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090319T203000Z -DTEND:20090328T160000Z -SUMMARY:Artificial Intelligence Contest -DESCRIPTION:Come out and try your hand at writing a computer program that plays Minesweeper Flags, a two-player variant of the classic computer game, Minesweeper. Once you're done, your program will compete head-to-head against the other entries in a fierce Minesweeper Flags tournament. There will be a contest kick-off session on Thursday March 19 at 4:30 PM in room MC3036. Submissions will be accepted until Saturday March 28. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090305T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090305T213000Z -DTEND:20090305T233000Z -SUMMARY:SIGGRAPH Night -DESCRIPTION:Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. . -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto Hilton -DTSTAMP:20060912T200708Z -UID:20090312T120000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090312T120000Z -DTEND:20090314T010000Z -SUMMARY:Canadian Undergraduate Technology Conference -DESCRIPTION:See cutc.ca for more details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20090309T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090309T190000Z -DTEND:20090309T200000Z -SUMMARY:Prabhakar Ragde -DESCRIPTION:Functional Lexing and Parsing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RAC2009 -DTSTAMP:20060912T200708Z -UID:20090312T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090312T210000Z -DTEND:20090312T230000Z -SUMMARY:IQC - Programming Quantum Computers -DESCRIPTION:A brief intro to Quantum Computing and why it matters, followed by a talk on programming quantum computers. Meet at the CSC at 4:00PM for a guided walk to the RAC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office: MC3036 -DTSTAMP:20060912T200708Z -UID:20090227T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090227T220000Z -DTEND:20090228T000000Z -SUMMARY:Dooly's Night -DESCRIPTION:Come join the CSC as we head to Dooly's. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2062 and MC2063 -DTSTAMP:20060912T200708Z -UID:20090205T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090205T223000Z -DTEND:20090205T233000Z -SUMMARY:UNIX 101 and 102 -DESCRIPTION:Continuing the popular Unix Tutorials with a rerun of 101 and the debut of 102. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090203T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090203T223000Z -DTEND:20090203T233000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090207T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090207T000000Z -DTEND:20090207T010000Z -SUMMARY:Code Party! -DESCRIPTION:There is a CSC Code Party starting at 7:00PM (19:00). Come out and enjoy some good old programming and meet others interested in writing code! Free energy drinks and snacks for all. Plus, we have lots of things that need to be done if you're looking for a project to work on! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090117T003000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090117T003000Z -DTEND:20090117T013000Z -SUMMARY:Code party !!11!!1!! -DESCRIPTION:There is a CSC Code Party Tonight starting at 7:30PM (1930) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classyness. If we manage to swing it, there will be delicious energy drinks for your consumption! Alternatively, if we don't we will have each other as well as some delicious tea and coffee. Perhaps a crumpet -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Modern Languages Theatre -DTSTAMP:20060912T200708Z -UID:20090129T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090129T233000Z -DTEND:20090130T003000Z -SUMMARY:Richard M. Stallman -DESCRIPTION:The Free Software Movement and the GNU/Linux Operating System -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136 -DTSTAMP:20060912T200708Z -UID:20090122T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090122T170000Z -DTEND:20090122T180000Z -SUMMARY:Joel Spolsky -DESCRIPTION:Joel Spolsky, of Joel on Software will be giving a talk entitled "Computer Science Education and the Software Industry". -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090113T212000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090113T212000Z -DTEND:20090113T222000Z -SUMMARY:Term Elections -DESCRIPTION:Winter Elections -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto -DTSTAMP:20060912T200708Z -UID:20081115T113000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081115T113000Z -DTEND:20081115T123000Z -SUMMARY:Changing the World Conference -DESCRIPTION:Organized by Queen's students, Changing the World aims to bring together the world's greatest visionaries to inspire people to innovate and better our world. Among these speakers include Nobel Peace Prize winner, Eric Chivian. He was a recipient for his work on stopping nuclear war. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - SLC Multipurpose Room -DTSTAMP:20060912T200708Z -UID:20081106T150000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081106T150000Z -DTEND:20081106T160000Z -SUMMARY:Linux Install Fest -DESCRIPTION:Come join the CSC in celebrating the new releases of Ubuntu Linux, Free BSD and Open BSD, and get a hand installing one of them on your own system. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20081110T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081110T213000Z -DTEND:20081110T223000Z -SUMMARY:Functional Programming -DESCRIPTION:This talk will survey concepts, techniques, and languages for functional programming from both historical and contemporary perspectives, with reference to Lisp, Scheme, ML, Haskell, and Erlang. No prior background is assumed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20081024T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081024T220000Z -DTEND:20081024T230000Z -SUMMARY:Code Party -DESCRIPTION:A fevered night of code, friends, fun, free energy drinks, and the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20081016T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081016T203000Z -DTEND:20081016T213000Z -SUMMARY:SIGGRAPH Night -DESCRIPTION:Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080912T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080912T203000Z -DTEND:20080912T213000Z -SUMMARY:Meet the CSC -DESCRIPTION:Come out and meet other CSC members, find out about the CSC, meet the executive nominees, and join if you like what you see. Nominees should plan on attending. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080916T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080916T203000Z -DTEND:20080916T213000Z -SUMMARY:CSClub Elections -DESCRIPTION:Elections are scheduled for Tues, Sep 16 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Sep 15 @ 4:30 pm. Nominations may be sent to cro@csclub.uwaterloo.ca. Candidates should not engage in campaigning after the nomination period has closed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20080925T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080925T203000Z -DTEND:20080925T213000Z -SUMMARY:Unix 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20081007T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081007T203000Z -DTEND:20081007T213000Z -SUMMARY:Unix 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20081009T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081009T203000Z -DTEND:20081009T213000Z -SUMMARY:Unix 102 -DESCRIPTION:Want more from Unix? No problem, we'll teach you to create and quickly edit high quality documents. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20081003T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081003T203000Z -DTEND:20081003T213000Z -SUMMARY:Game Sketching -DESCRIPTION:Juancho Buchanan, CTO Relic Entertainment -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4021 -DTSTAMP:20060912T200708Z -UID:20081002T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081002T203000Z -DTEND:20081002T213000Z -SUMMARY:General Meeting 2 -DESCRIPTION:The second official general meeting of the term. Items on the adgenda are CSC Merch, upcoming talks, and other possible planned events, as well as the announcement of a librarian and planning of an office cleanout and a library organization day. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20080208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080208T213000Z -DTEND:20080208T223000Z -SUMMARY:A Brief History of Blackberry and the Wireless Data Telecom Industry -DESCRIPTION:Tyler Lessard -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - BFG2125 -DTSTAMP:20060912T200708Z -UID:20080229T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080229T220000Z -DTEND:20080229T230000Z -SUMMARY:Quantum Information Processing -DESCRIPTION:Raymond Laflamme -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2061 -DTSTAMP:20060912T200708Z -UID:20080214T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080214T210000Z -DTEND:20080214T220000Z -SUMMARY:CSC Programming Contest 1 -DESCRIPTION:Yes, we know this is Valentine's Day. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20080123T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080123T220000Z -DTEND:20080123T230000Z -SUMMARY:Creating Distributed Applications with TIPC -DESCRIPTION:Elmer Horvath -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080115T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080115T213000Z -DTEND:20080115T223000Z -SUMMARY:CSClub Elections -DESCRIPTION:Elections are scheduled for Tues, Jan 15 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Jan 14 @ 4:30 pm. Candidates should not engage in campaigning after the nomination period has closed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20071019T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071019T210000Z -DTEND:20071019T220000Z -SUMMARY:General Meeting -DESCRIPTION:There is a general meeting scheduled for Friday, October 19, 2007 at 17:00. This is a chance to bring out any ideas and concerns about CSC happenings into the open, as well as a chance to make sure all CSC staff is up to speed on current CSC doings. The current agenda can be found at http://wiki.csclub.uwaterloo.ca/wiki/Friday_19_October_2007. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20070925T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070925T173000Z -DTEND:20070925T183000Z -SUMMARY:Virtual Reality, Real Law: The regulation of Property in Video Games -DESCRIPTION:Susan Abramovitch -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20071002T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071002T203000Z -DTEND:20071002T213000Z -SUMMARY:Putting the fun into Functional Languages and Useful Programming with OCaml/F# -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20071009T204500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071009T204500Z -DTEND:20071009T214500Z -SUMMARY:Join-Calculus with JoCaml. Concurrent programming that doesn't fry your brain -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20071015T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071015T203000Z -DTEND:20071015T213000Z -SUMMARY:Off-the-Record Messaging: Useful Security and Privacy for IM -DESCRIPTION:Ian Goldberg -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20071120T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071120T213000Z -DTEND:20071120T223000Z -SUMMARY:Why you should care about functional programming with Haskell *New-er Date* -DESCRIPTION:Andrei Barbu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20071122T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071122T213000Z -DTEND:20071122T223000Z -SUMMARY:More Haskell functional programming fun! -DESCRIPTION:Andrei Barbu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20071129T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071129T213000Z -DTEND:20071129T223000Z -SUMMARY:Concurrent / Distributed programming with JoCaml -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071204T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071204T213000Z -DTEND:20071204T223000Z -SUMMARY:PE Executable Translation: A solution for legacy games on linux (Postponed) -DESCRIPTION:David Tenty -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20071201T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071201T183000Z -DTEND:20071201T193000Z -SUMMARY:Programming Contest -DESCRIPTION:Win Prizes! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071202T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071202T193000Z -DTEND:20071202T203000Z -SUMMARY:Multi-Player Linux games for Linux awarness week -DESCRIPTION:Multi-Player Gaming with Linux [Possibly Pizza!] -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071004T203000Z -DTEND:20071004T213000Z -SUMMARY:Distributed Programming with Erlang -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20071205T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071205T213000Z -DTEND:20071205T223000Z -SUMMARY:Google Summer of Code, a look back on 2007 -DESCRIPTION:Holden Karau -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - AL 116 -DTSTAMP:20060912T200708Z -UID:20070717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070717T230000Z -DTEND:20070718T000000Z -SUMMARY:C++0x - An Overview -DESCRIPTION:Bjarne Stroustrup -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - AL 116 -DTSTAMP:20060912T200708Z -UID:20070706T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070706T203000Z -DTEND:20070706T213000Z -SUMMARY:Copyright vs Community in the Age of Computer Networks -DESCRIPTION:Richard Stallman -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20070627T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070627T203000Z -DTEND:20070627T213000Z -SUMMARY:Usability in the wild -DESCRIPTION:A talk by Michael Terry -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20070622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070622T203000Z -DTEND:20070622T213000Z -SUMMARY:Email encryption for the masses -DESCRIPTION:Ken Ho -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 4040 -DTSTAMP:20060912T200708Z -UID:20070618T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070618T203000Z -DTEND:20070618T213000Z -SUMMARY:Fedspulse.ca, Web 3.0, Portals and the Metaverse -DESCRIPTION:Peter Macdonald -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Hagey Hall -DTSTAMP:20060912T200708Z -UID:20070411T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070411T193000Z -DTEND:20070411T203000Z -SUMMARY:The Free Software Movement and the GNU/Linux Operating System -DESCRIPTION:A talk by Richard M. Stallman (RMS) [CANCELLED] -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070408T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070408T203000Z -DTEND:20070408T213000Z -SUMMARY:Loop Optimizations -DESCRIPTION:A talk by Simina Branzei -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3036 -DTSTAMP:20060912T200708Z -UID:20070401T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070401T203000Z -DTEND:20070401T213000Z -SUMMARY:Surprise Bill Gates Visit -DESCRIPTION:Bill Gates is coming to visit the CSClub -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070328T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070328T213000Z -DTEND:20070328T223000Z -SUMMARY:Computational Physics Simulations -DESCRIPTION:A talk by David Tenty and Alex Parent -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070329T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070329T203000Z -DTEND:20070329T213000Z -SUMMARY:All The Code -DESCRIPTION:A demo/introduction to a new source code search engine. A talk by Holden Karau -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070404T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070404T200000Z -DTEND:20070404T210000Z -SUMMARY:Data Analysis with Kernels: [an introduction] -DESCRIPTION:A talk by Michael Biggs. This talk is RESCHEDULED due to unexpected circumstances -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1350 -DTSTAMP:20060912T200708Z -UID:20070226T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070226T213000Z -DTEND:20070226T223000Z -SUMMARY:ReactOS: An Open Source OS Platform for Learning -DESCRIPTION:A talk by Alex Ionescu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20070215T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070215T213000Z -DTEND:20070215T223000Z -SUMMARY:An Introduction to Recognizing Regular Expressions in Haskell -DESCRIPTION:A talk by James deBoer -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070209T213000Z -DTEND:20070209T223000Z -SUMMARY:Introduction to 3-d Graphics -DESCRIPTION:A talk by Chris "The Prof" Evensen -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1351 -DTSTAMP:20060912T200708Z -UID:20070210T013000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070210T013000Z -DTEND:20070210T023000Z -SUMMARY:Writing World Class Software -DESCRIPTION:A talk by James Simpson -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20070208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070208T213000Z -DTEND:20070208T223000Z -SUMMARY:UW Software Start-ups: What Worked and What Did Not -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070207T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070207T213000Z -DTEND:20070207T223000Z -SUMMARY:Riding The Multi-core Revolution -DESCRIPTION:How a Waterloo software company is changing the way people program computers. A talk by Stefanus Du Toit -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070131T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070131T210000Z -DTEND:20070131T220000Z -SUMMARY:Network Security -- Intrusion Detection -DESCRIPTION:A talk by Reg Quinton -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - East Side Mario -DTSTAMP:20060912T200708Z -UID:20060729T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060729T230000Z -DTEND:20060730T000000Z -SUMMARY:CTRL D -DESCRIPTION:Come out for the Club that Really Likes Dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20060726T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060726T193000Z -DTEND:20060726T203000Z -SUMMARY:Lemmings Day -DESCRIPTION:Come out for some retro Amiga-style Lemmings gaming action! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC Fishbowk -DTSTAMP:20060912T200708Z -UID:20060725T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060725T170000Z -DTEND:20060725T180000Z -SUMMARY:Linux Installfest! -DESCRIPTION:A part of Linux Awareness Week -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20060724T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060724T203000Z -DTEND:20060724T213000Z -SUMMARY:Software development gets on the Cluetrain -DESCRIPTION:or How communities of interest drive modern software development. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20060721T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060721T213000Z -DTEND:20060721T223000Z -SUMMARY:March of the Penguins -DESCRIPTION:The Computer Science Club will be showing March of the Penguins -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20060720T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060720T213000Z -DTEND:20060720T223000Z -SUMMARY:Cool Stuff to do With Python -DESCRIPTION:Albert O'Connor will be introducing the joys of programming in python -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20060720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060720T203000Z -DTEND:20060720T213000Z -SUMMARY:Simulating multi-tasking on an embedded architecture -DESCRIPTION:Alex Tsay will look at the common hack used to simulate multi-processing in a real time embedded environment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20060719T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060719T203000Z -DTEND:20060719T213000Z -SUMMARY:Semacode: Image recognition on mobile camera phones -DESCRIPTION:Simon Woodside, founder of Semacode, comes to discuss image what it is like to start a business and how imaging code works -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20060718T035900Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060718T035900Z -DTEND:20060718T045900Z -SUMMARY:Midnight Madness, Alpha Edition -DESCRIPTION:Come out to discuss current & future plans/projects for the Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20060621T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060621T203000Z -DTEND:20060621T213000Z -SUMMARY:CSC General Meeting -DESCRIPTION:Come out to discuss current & future plans/projects for the Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20060525T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060525T200000Z -DTEND:20060525T210000Z -SUMMARY:Eighteen Years in the Software Tools Business -DESCRIPTION:Eighteen Years in the Software Tools Business at Microsoft, a talk by Rico Mariani, (BMath CS/EEE 1988) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC -DTSTAMP:20060912T200708Z -UID:20060514T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060514T170000Z -DTEND:20060514T180000Z -SUMMARY:Unix 101 and 102 Recording -DESCRIPTION:Unix 101 and 102 recording -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC -DTSTAMP:20060912T200708Z -UID:20060513T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060513T170000Z -DTEND:20060513T180000Z -SUMMARY:Video 4 Linux Day -DESCRIPTION:We don't know enough about V4L -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20060508T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060508T203000Z -DTEND:20060508T213000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Spring 2006 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Physics 145 -DTSTAMP:20060912T200708Z -UID:20060306T214500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060306T214500Z -DTEND:20060306T224500Z -SUMMARY:Creating Killer Applications -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Bombshelter Pub -DTSTAMP:20060912T200708Z -UID:20060209T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060209T223000Z -DTEND:20060209T233000Z -SUMMARY:Pints With Profs -DESCRIPTION:Come out and meet your professors. Free food provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20051129T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051129T223000Z -DTEND:20051129T233000Z -SUMMARY:Programming Contest -DESCRIPTION:Come out, program, and win shiny things! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Fishbowl -DTSTAMP:20060912T200708Z -UID:20051017T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051017T213000Z -DTEND:20051017T223000Z -SUMMARY:Party with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20051011T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051011T203000Z -DTEND:20051011T213000Z -SUMMARY:UNIX 103: Scripting Unix -DESCRIPTION:You Too Can Be a Unix Taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3D 2037 -DTSTAMP:20060912T200708Z -UID:20051006T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051006T203000Z -DTEND:20051006T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20051004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051004T203000Z -DTEND:20051004T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20050602T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050602T193000Z -DTEND:20050602T203000Z -SUMMARY:Programming and Verifying the Interactive Web -DESCRIPTION:Shriram Krishnamurthi will be talking about continuations in Web Programming -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20050607T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050607T200000Z -DTEND:20050607T210000Z -SUMMARY:UW's CS curriculum: past, present, and future -DESCRIPTION:Come out to here Prabhakar Ragde talk about our UW's CS curriculum -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20050315T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050315T213000Z -DTEND:20050315T223000Z -SUMMARY:Oh No! More Lemmings Day! -DESCRIPTION:Come out for some retro Amiga-style Lemmings gaming action! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20050201T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050201T213000Z -DTEND:20050201T223000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20050125T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050125T213000Z -DTEND:20050125T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20050113T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050113T213000Z -DTEND:20050113T223000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Winter 2005 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Mongolian Grill -DTSTAMP:20060912T200708Z -UID:20041208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041208T213000Z -DTEND:20041208T223000Z -SUMMARY:CTRL-D -DESCRIPTION:This semesters CTRL-D (or the club that really likes dinner) is going to be at Mongolian grill. Be there or be square -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20041201T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041201T193000Z -DTEND:20041201T203000Z -SUMMARY:Knitting needles, hairpins and other tangled objects -DESCRIPTION:In this talk, I'll study linkages (objects built from sticks that are connected with flexible joints), and explain some interesting examples that can or cannot be straightened out -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20041124T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041124T213000Z -DTEND:20041124T223000Z -SUMMARY:Eclipse -DESCRIPTION:How I Stopped Worrying and Learned to Love the IDE -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20041118T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041118T220000Z -DTEND:20041118T230000Z -SUMMARY:GracefulTavi -DESCRIPTION:Wiki software in PHP+MySQL -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20041112T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041112T193000Z -DTEND:20041112T203000Z -SUMMARY:Lemmings Day! -DESCRIPTION:Everyone else is doing it! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041024T030000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041024T030000Z -DTEND:20041024T040000Z -SUMMARY:CSC Programming Contest -DESCRIPTION:CSC Programming Contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041018T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041018T203000Z -DTEND:20041018T213000Z -SUMMARY:UNIX 103: Scripting Unix -DESCRIPTION:You Too Can Be a Unix Taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041004T203000Z -DTEND:20041004T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20040927T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040927T203000Z -DTEND:20040927T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20040917T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040917T200000Z -DTEND:20040917T210000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Fall 2004 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20040727T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040727T203000Z -DTEND:20040727T213000Z -SUMMARY:Game Complexity Theorists Ponder, by Jonathan Buss -DESCRIPTION:Attention AI buffs: Game Complexity presentation -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 308 -DTSTAMP:20060912T200708Z -UID:20040717T153000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040717T153000Z -DTEND:20040717T163000Z -SUMMARY:Case Modding Workshop! -DESCRIPTION:Come and learn how to make your computer 1337! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20040617T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040617T200000Z -DTEND:20040617T210000Z -SUMMARY:``Optical Snow'': Motion parallax and heading computation in densely cluttered scenes. -or- Why Computer Vision needs the Fourier Transform! -DESCRIPTION:A talk by Richard Mann; School of Computer Science -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1350 -DTSTAMP:20060912T200708Z -UID:20040526T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040526T213000Z -DTEND:20040526T223000Z -SUMMARY:Computing's Next Great Empires: The True Future of Software -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20040512T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040512T203000Z -DTEND:20040512T213000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Spring 2004 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20040329T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040329T230000Z -DTEND:20040330T000000Z -SUMMARY:LaTeXing your work report -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Grad House -DTSTAMP:20060912T200708Z -UID:20040330T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040330T223000Z -DTEND:20040330T233000Z -SUMMARY:Pints with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20040323T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040323T230000Z -DTEND:20040324T000000Z -SUMMARY:Extending LaTeX with packages -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20040316T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040316T230000Z -DTEND:20040317T000000Z -SUMMARY:Distributed programming for CS and Engineering students -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20040315T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040315T223000Z -DTEND:20040315T233000Z -SUMMARY:SPARC Architecture -DESCRIPTION:A talk by James Morrison -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4062 -DTSTAMP:20060912T200708Z -UID:20040309T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040309T230000Z -DTEND:20040310T000000Z -SUMMARY:Managing your home directory using CVS -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20040302T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040302T230000Z -DTEND:20040303T000000Z -SUMMARY:Graphing webs-of-trust -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC2305 -DTSTAMP:20060912T200708Z -UID:20040219T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040219T000000Z -DTEND:20040219T010000Z -SUMMARY:KW Perl Mongers -DESCRIPTION:Perl Modules: A look under the hood -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20040205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040205T203000Z -DTEND:20040205T213000Z -SUMMARY:Constitutional Change -DESCRIPTION:Vote to change the CSC Constitution -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 -DTSTAMP:20060912T200708Z -UID:20040112T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040112T200000Z -DTEND:20040112T210000Z -SUMMARY:InstallFest -DESCRIPTION:See http://uw-dig.uwaterloo.ca/installfest/ -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 101 -DTSTAMP:20060912T200708Z -UID:20031202T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031202T000000Z -DTEND:20031202T010000Z -SUMMARY:Jon 'maddog' Hall: Free and Open Source: Its uses in Business and Education -DESCRIPTION:Free and Open Source software has been around for a long time, even longer then shrink-wrapped code. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Grad House Pub (Green Room) -DTSTAMP:20060912T200708Z -UID:20031105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031105T213000Z -DTEND:20031105T223000Z -SUMMARY:CS Pints With Profs -DESCRIPTION:Come have a pint with your favourite CS profs! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20031021T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031021T203000Z -DTEND:20031021T213000Z -SUMMARY:.NET & Linux: When Worlds Collide -DESCRIPTION:A talk by James Perry -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20031022T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031022T203000Z -DTEND:20031022T213000Z -SUMMARY:Real-Time Graphics Compilers -DESCRIPTION:Sh is a GPU metaprogramming language developed at the UW Computer Graphics Lab -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20031017T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031017T190000Z -DTEND:20031017T200000Z -SUMMARY:Poster Team Meeting -DESCRIPTION:More free pizza from the Poster Team -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20031016T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031016T200000Z -DTEND:20031016T210000Z -SUMMARY:UNIX 103: Development Tools -DESCRIPTION:GCC, GDB, Make -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20031002T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031002T200000Z -DTEND:20031002T210000Z -SUMMARY:UNIX 101: Text Editors -DESCRIPTION:vi vs. emacs: The Ultimate Showdown -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20031006T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031006T200000Z -DTEND:20031006T210000Z -SUMMARY:Poster Team Meeting -DESCRIPTION:Join the Poster Team and get Free Pizza! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20030917T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030917T203000Z -DTEND:20030917T213000Z -SUMMARY:CSC Elections -DESCRIPTION:CSC Fall 2003 Elections -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4064 -DTSTAMP:20060912T200708Z -UID:20030731T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030731T203000Z -DTEND:20030731T213000Z -SUMMARY:LaTeX and Work Reports -DESCRIPTION:Writing beautiful work reports -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030724T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030724T203000Z -DTEND:20030724T213000Z -SUMMARY:vi: the visual editor -DESCRIPTION:It's not 6. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20030724T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030724T190000Z -DTEND:20030724T200000Z -SUMMARY:July Exec Meeting -DESCRIPTION:See Abstract for minutes -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20030627T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030627T183000Z -DTEND:20030627T193000Z -SUMMARY:Friday Flicks -DESCRIPTION:SIGGRAPH Electronic Theatre Showing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030708T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030708T200000Z -DTEND:20030708T210000Z -SUMMARY:Mainframes and Linux -DESCRIPTION:A talk by Jim Elliott. Jim is responsible for IBM's in Open Source activities and IBM's mainframe operating systems for Canada and the Carribbean. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - University of Guelph -DTSTAMP:20060912T200708Z -UID:20030704T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030704T193000Z -DTEND:20030704T203000Z -SUMMARY:Guelph Trip -DESCRIPTION:Come Visit the University of Guelph's Computer Science Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4064 -DTSTAMP:20060912T200708Z -UID:20030717T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030717T203000Z -DTEND:20030717T213000Z -SUMMARY:Sh -DESCRIPTION:Metaprogramming your way to stunning effects. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030619T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030619T203000Z -DTEND:20030619T213000Z -SUMMARY:vi: the visual editor -DESCRIPTION:It's not 6. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 CSC Office -DTSTAMP:20060912T200708Z -UID:20030612T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030612T193000Z -DTEND:20030612T203000Z -SUMMARY:June 12 Exec Meeting -DESCRIPTION:Have an issue that should be brought up? We'd love to hear it! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20030610T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030610T203000Z -DTEND:20030610T213000Z -SUMMARY:A Brief History of Computer Science -DESCRIPTION:War, insanity, espionage, beauty, domination, sacrifice, and tragic death... not what one might associate with the history of computer science. In this talk I will focus on the origin of our discipline in the fields of engineering, mathematics, and science, and on the complicated personalities that shaped its evolution. No advanced technical knowledge is required. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Grad House -DTSTAMP:20060912T200708Z -UID:20030610T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030610T010000Z -DTEND:20030610T020000Z -SUMMARY:Pints with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030529T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030529T203000Z -DTEND:20030529T213000Z -SUMMARY:Unix 101: First Steps With Unix -DESCRIPTION:Learn Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030605T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030605T203000Z -DTEND:20030605T213000Z -SUMMARY:Unix 102: Fun With Unix -DESCRIPTION:Talking to your Unix can be fun and profitable -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030612T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030612T203000Z -DTEND:20030612T213000Z -SUMMARY:Unix 103: Scripting Unix -DESCRIPTION:You too can be a Unix taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 CSC Office -DTSTAMP:20060912T200708Z -UID:20030522T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030522T203000Z -DTEND:20030522T213000Z -SUMMARY:May 22 Exec Meeting -DESCRIPTION:The execs discuss what needs discussion -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20030514T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030514T203000Z -DTEND:20030514T213000Z -SUMMARY:Spring 2003 Elections -DESCRIPTION:Come on out and vote for your exec! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030204T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030204T213000Z -DTEND:20030204T223000Z -SUMMARY:Unix 101 Tutorial -DESCRIPTION:Learn Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030211T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030211T213000Z -DTEND:20030211T223000Z -SUMMARY:Unix 102 Tutorial -DESCRIPTION:Learn more Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030218T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030218T213000Z -DTEND:20030218T223000Z -SUMMARY:Unix 103 Tutorial -DESCRIPTION:Learn more Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 -DTSTAMP:20060912T200708Z -UID:20030113T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030113T230000Z -DTEND:20030114T000000Z -SUMMARY:W03 Elections -DESCRIPTION:Come out and vote for the new exec! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030123T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030123T233000Z -DTEND:20030124T003000Z -SUMMARY:Regular Expressions -DESCRIPTION:Find your perfect match -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030130T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030130T233000Z -DTEND:20030131T003000Z -SUMMARY:sed & awk -DESCRIPTION:Unix text editing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030206T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030206T233000Z -DTEND:20030207T003000Z -SUMMARY:LaTeX: A Document Processor -DESCRIPTION:Typesetting beautiful text -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030213T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030213T233000Z -DTEND:20030214T003000Z -SUMMARY:LaTeX: Reports -DESCRIPTION:Writing reports that look good. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030220T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030220T233000Z -DTEND:20030221T003000Z -SUMMARY:LaTeX: Beautiful Mathematics -DESCRIPTION:LaTeX => fun -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030227T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030227T230000Z -DTEND:20030228T000000Z -SUMMARY:The BSD License Family -DESCRIPTION:Free for all -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030227T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030227T233000Z -DTEND:20030228T003000Z -SUMMARY:The GNU General Public License -DESCRIPTION:The teeth of Free Software -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030313T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030313T233000Z -DTEND:20030314T003000Z -SUMMARY:XML -DESCRIPTION:Give your documents more markup -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030320T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030320T233000Z -DTEND:20030321T003000Z -SUMMARY:XSLT -DESCRIPTION:Transforming your documents -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Humanities Theatre, Hagey Hall -DTSTAMP:20060912T200708Z -UID:20030325T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030325T010000Z -DTEND:20030325T020000Z -SUMMARY:Judy, or What Is It Like To Be A Robot? -DESCRIPTION:Held in co-operation with the UW Cognitive Science Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030325T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030325T213000Z -DTEND:20030325T223000Z -SUMMARY:Stream Processing -DESCRIPTION:A talk by Assistant Professor Michael McCool -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030326T230000Z -DTEND:20030327T000000Z -SUMMARY:Abusing the C++ Compiler -DESCRIPTION:Abusing template metaprogramming in C++ -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030327T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030327T233000Z -DTEND:20030328T003000Z -SUMMARY:SSH and Networks -DESCRIPTION:Once more into the breach -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Princess Cinema -DTSTAMP:20060912T200708Z -UID:19940914T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940914T010000Z -DTEND:19940914T020000Z -SUMMARY:Movie Outing: Brainstorm -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:19940916T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940916T203000Z -DTEND:19940916T213000Z -SUMMARY:CSC Elections -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940919T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940919T203000Z -DTEND:19940919T213000Z -SUMMARY:UNIX I Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:19940921T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940921T223000Z -DTEND:19940921T233000Z -SUMMARY:SIGGRAPH Video Night -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940922T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940922T203000Z -DTEND:19940922T213000Z -SUMMARY:UNIX I Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940926T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940926T203000Z -DTEND:19940926T213000Z -SUMMARY:UNIX II Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:19941013T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941013T210000Z -DTEND:19941013T220000Z -SUMMARY:Prograph: Picture the Future -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19941015T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941015T140000Z -DTEND:19941015T150000Z -SUMMARY:ACM-Style Programming Contest -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3009 -DTSTAMP:20060912T200708Z -UID:19941020T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941020T203000Z -DTEND:19941020T213000Z -SUMMARY:Exploring the Internet -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:19941102T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941102T213000Z -DTEND:19941102T223000Z -SUMMARY:Game Theory -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:19991018T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991018T183000Z -DTEND:19991018T193000Z -SUMMARY:Living Laboratories: The Future Computing Environments at Georgia Tech -DESCRIPTION:By Blair MacIntyre and Elizabeth Mynatt -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:19991019T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991019T203000Z -DTEND:19991019T213000Z -SUMMARY:GDB, Purify Tutorial -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:19991201T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991201T213000Z -DTEND:19991201T223000Z -SUMMARY:Homebrew Processors and Integrated Systems in FPGAs -DESCRIPTION:By Jan Gray -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Golf's Steakhouse -DTSTAMP:20060912T200708Z -UID:19991202T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991202T000000Z -DTEND:19991202T010000Z -SUMMARY:Ctrl-D -DESCRIPTION:End-of-term dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:19991202T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991202T183000Z -DTEND:19991202T193000Z -SUMMARY:Calculational Mathematics -DESCRIPTION:By Edgar Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Siegfried Hall, St Jerome's -DTSTAMP:20060912T200708Z -UID:19991203T150000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991203T150000Z -DTEND:19991203T160000Z -SUMMARY:Proofs and Programs -DESCRIPTION:By Edsger Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1351 -DTSTAMP:20060912T200708Z -UID:19991203T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991203T200000Z -DTEND:19991203T210000Z -SUMMARY:Open Q&A session -DESCRIPTION:By Edsger Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20000324T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000324T213000Z -DTEND:20000324T223000Z -SUMMARY:Enterprise Java APIs and Implementing a Web Portal -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20000330T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000330T213000Z -DTEND:20000330T223000Z -SUMMARY:Enterprise Java APIs and Implementing a Web Portal (1) -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Ali Babas Steak House, 130 King Street S, Waterloo -DTSTAMP:20060912T200708Z -UID:20000720T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000720T230000Z -DTEND:20000721T000000Z -SUMMARY:Ctrl-D -DESCRIPTION:End-of-term dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000914T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000914T220000Z -DTEND:20000914T230000Z -SUMMARY:CSC Elections -DESCRIPTION:Fall 2000 Elections for the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000914T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000914T230000Z -DTEND:20000915T000000Z -SUMMARY:SIGGraph Video Night -DESCRIPTION:SIGGraph Video Night Featuring some truly awesome computer animations from Siggraph '99. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000925T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000925T183000Z -DTEND:20000925T193000Z -SUMMARY:Realising the Next Generation Internet -DESCRIPTION:By Frank Clegg of Microsoft Canada -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010115T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010115T213000Z -DTEND:20010115T223000Z -SUMMARY:Executive elections -DESCRIPTION:Winter 2001 CSC Elections. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010122T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010122T203000Z -DTEND:20010122T213000Z -SUMMARY:Meeting #2 -DESCRIPTION:Second CSC meeting for Winter 2001. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20010127T153000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010127T153000Z -DTEND:20010127T163000Z -SUMMARY:ACM-Style programming contest -DESCRIPTION:Practice for the ACM international programming contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010129T193900Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010129T193900Z -DTEND:20010129T203900Z -SUMMARY:Meeting #3 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010205T203000Z -DTEND:20010205T213000Z -SUMMARY:Meeting #4 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010212T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010212T203000Z -DTEND:20010212T213000Z -SUMMARY:Meeting #5 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20010602T143000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010602T143000Z -DTEND:20010602T153000Z -SUMMARY:ACM-Style programming contest -DESCRIPTION:Practice for the ACM international programming contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge MC3001 -DTSTAMP:20060912T200708Z -UID:20020126T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020126T190000Z -DTEND:20020126T200000Z -SUMMARY:An Introduction to GNU Hurd -DESCRIPTION:Bored of GNU/Linux? Try this experimental operating system! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge MC3001 -DTSTAMP:20060912T200708Z -UID:20020126T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020126T193000Z -DTEND:20020126T203000Z -SUMMARY:GnuPG/PGP Keysigning Party -DESCRIPTION:Get more signatures on your key! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20020131T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020131T230000Z -DTEND:20020201T000000Z -SUMMARY:UNIX 101: First Steps With UNIX -DESCRIPTION:This is the first in a series of seminars that cover the use of the UNIX Operating System. UNIX is used in a variety of applications, both in academia and industry. We will be covering the basics of the UNIX environment, as well as the use of PINE, an electronic mail and news reader. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20020213T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020213T210000Z -DTEND:20020213T220000Z -SUMMARY:DVD-Video Under Linux -DESCRIPTION:Billy Biggs will be holding a talk on DVD technology (in particular, CSS and playback issues) under Linux, giving some technical details as well as an overview of the current status of Free Software efforts. All are welcome. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20020207T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020207T230000Z -DTEND:20020208T000000Z -SUMMARY:Unix 102: Fun With UNIX -DESCRIPTION:This the second in a series of UNIX tutorials. Simon Law and James Perry will be presenting some more advanced UNIX techniques. All are welcome. Accounts will be provided for those needing them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20020301T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020301T220000Z -DTEND:20020301T230000Z -SUMMARY:Computer Go, The Ultimate -DESCRIPTION:Thomas Wolf from Brock University will be holding a talk on the Asian game of Go. All are welcome. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20020511T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020511T230000Z -DTEND:20020512T000000Z -SUMMARY:S02 elections -DESCRIPTION:Come and vote for this term's exec -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy lounge -DTSTAMP:20060912T200708Z -UID:20020916T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020916T213000Z -DTEND:20020916T223000Z -SUMMARY:F02 elections -DESCRIPTION:Come and vote for this term's exec -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy lounge, MC3001 -DTSTAMP:20060912T200708Z -UID:20020930T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020930T223000Z -DTEND:20020930T233000Z -SUMMARY:Business Meeting -DESCRIPTION:Vote on a constitutional change. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20020926T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020926T213000Z -DTEND:20020926T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:First Steps with UNIX -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Bomber -DTSTAMP:20060912T200708Z -UID:20021001T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021001T223000Z -DTEND:20021001T233000Z -SUMMARY:Pints with the Profs -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20021003T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021003T213000Z -DTEND:20021003T223000Z -SUMMARY:UNIX 102 -DESCRIPTION:Talking to your UNIX can be fun and profitable. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4045 -DTSTAMP:20060912T200708Z -UID:20021008T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021008T203000Z -DTEND:20021008T213000Z -SUMMARY:Video cards, Linux display drivers and the Kernel Graphics Interface (KGI) -DESCRIPTION:A talk by Filip Spacek, KGI developer -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20021010T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021010T213000Z -DTEND:20021010T223000Z -SUMMARY:UNIX 103 -DESCRIPTION:No abstract available yet. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20021105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021105T213000Z -DTEND:20021105T223000Z -SUMMARY:The Evil Side of C++ -DESCRIPTION:Abusing template metaprogramming in C++; aka. writing a Mandelbrot generator that runs at compile time -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3002 (Math Coffee and Donut Store) -DTSTAMP:20060912T200708Z -UID:20021102T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021102T160000Z -DTEND:20021102T170000Z -SUMMARY:GNU/Linux InstallFest with KW-LUG and UW-DIG -DESCRIPTION:Bring over your computer and we'll help you install GNU/Linux -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4063 -DTSTAMP:20060912T200708Z -UID:20021107T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021107T223000Z -DTEND:20021107T233000Z -SUMMARY:The GNU General Public License -DESCRIPTION:The teeth of Free Software -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20021119T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021119T213000Z -DTEND:20021119T223000Z -SUMMARY:Metaprogramming GPUs -DESCRIPTION:A talk by Michael McCool of the Computer Graphics Lab. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - York University -DTSTAMP:20060912T200708Z -UID:20021116T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021116T183000Z -DTEND:20021116T193000Z -SUMMARY:Trip to York University -DESCRIPTION:Going to visit the York University Computer Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021121T230000Z -DTEND:20021122T000000Z -SUMMARY:Perl 6 -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021121T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021121T213000Z -DTEND:20021121T223000Z -SUMMARY:Samba and You -DESCRIPTION:A talk by Dan Brovkovich, Mathsoc's Computing Director -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T173000Z -DTEND:20021026T183000Z -SUMMARY:GNU/Linux on HPPA -DESCRIPTION:Carlos O'Donnell talks about "the last of the legacy processors to fall before the barbarian horde" -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T190000Z -DTEND:20021026T200000Z -SUMMARY:The Hurd Interfaces -DESCRIPTION:Marcus Brinkmann, a GNU Hurd developer, talks about the Hurd server interfaces, at the heart of a GNU/Hurd system -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T203000Z -DTEND:20021026T213000Z -SUMMARY:A GNU Approach to Virtual Memory Management in a Multiserver Operating System -DESCRIPTION:Neal Walfield, a GNU Hurd developer, talks about a possible Virtual Memory Management subsystem for the GNU Hurd -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20021017T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021017T213000Z -DTEND:20021017T223000Z -SUMMARY:Debian in the Enterprise -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20021112T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021112T213000Z -DTEND:20021112T223000Z -SUMMARY:Automatic Memory Management and Garbage Collection -DESCRIPTION:A talk by James A. Morrison -END:VEVENT - -END:VCALENDAR diff --git a/public/images/events/2021/fall/project-program-kickoff.png b/public/images/events/2021/fall/project-program-kickoff.png new file mode 100644 index 00000000..93da1a21 Binary files /dev/null and b/public/images/events/2021/fall/project-program-kickoff.png differ diff --git a/public/images/team/RioLiu.jpg b/public/images/team/RioLiu.jpg new file mode 100644 index 00000000..ad934b2f Binary files /dev/null and b/public/images/team/RioLiu.jpg differ diff --git a/check-lockfile.js b/scripts/check-lockfile.ts similarity index 56% rename from check-lockfile.js rename to scripts/check-lockfile.ts index 5215c499..a3e009d3 100644 --- a/check-lockfile.js +++ b/scripts/check-lockfile.ts @@ -1,10 +1,12 @@ -const lockfile = require('./package-lock.json') +import lockfile from "../package-lock.json"; if (lockfile.lockfileVersion !== 2) { - console.error(` + console.error( + ` Please upgrade to npm v7 and revert changes to the lockfile. - \`npm i -g npm\` to upgrade. -`.trim()) - process.exit(1) -} \ No newline at end of file +`.trim() + ); + process.exit(1); +} diff --git a/scripts/generate-calendar.ts b/scripts/generate-calendar.ts new file mode 100644 index 00000000..f99c9092 --- /dev/null +++ b/scripts/generate-calendar.ts @@ -0,0 +1,46 @@ +import { writeFile } from "fs/promises"; +import path from "path"; + +import { addHours } from "date-fns"; +import ical, { ICalCalendarMethod } from "ical-generator"; + +import { getAllEvents } from "../lib/events"; + +export async function generateCalendar() { + const events = await getAllEvents(); + const link = (link: string) => + `https://${path.join( + "csclub.uwaterloo.ca", + process.env.NEXT_PUBLIC_BASE_PATH ?? "", + link + )}`; + + const calendar = ical({ + name: "University of Waterloo Computer Science Club", + method: ICalCalendarMethod.PUBLISH, + scale: "GREGORIAN", + x: { "X-WR-RELCALID": "3359A191-B19E-4B53-BADC-DFC084FC51C9" }, + events: events.reverse().map(({ metadata }) => ({ + id: `${new Date(metadata.date) + .toISOString() + .replaceAll("-", "") + .replaceAll(":", "") + .replaceAll(".", "")}@csclub.uwaterloo.ca`, + summary: metadata.name, + description: `${metadata.short} --- Learn more at ${link( + metadata.permaLink + )}`, + start: new Date(metadata.date), + end: addHours(new Date(metadata.date), 1), + location: metadata.online + ? metadata.location + : `University of Waterloo - ${metadata.location}`, + organizer: "exec@csclub.uwaterloo.ca", + url: link(metadata.permaLink), + })), + }); + + await writeFile("public/events.ics", calendar.toString()); +} + +void generateCalendar(); diff --git a/tsconfig.json b/tsconfig.json index ea06f1e2..079a3ab6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "baseUrl": ".", - "target": "es5", + "target": "ES2020", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, @@ -9,7 +9,7 @@ "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, - "module": "esnext", + "module": "CommonJS", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true,