From 4c795ad1e31775c2a845a7bd0da4ccf4eeae4a92 Mon Sep 17 00:00:00 2001 From: Michael Biggs Date: Fri, 12 Mar 2004 15:15:59 +0000 Subject: [PATCH] Added some talks. --- events.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/events.xml b/events.xml index 6982b7f..a1c7929 100755 --- a/events.xml +++ b/events.xml @@ -1,9 +1,102 @@ + + A talk by Simon Law + +

+ LaTeX is a document processing system. What this means is you describe + the structure of your document, and LaTeX typesets it appealingly. + However, LaTeX was developed in the late-80s and is now showing its age. +

+ +

+ How does it compete against modern systems? By being easily extensible, + of course. This talk will describe the fundamentals of typesetting in + LaTeX, and will then show you how to extend it with freely available + packages. You will learn how to teach yourself LaTeX and how to find + extensions that do what you want. +

+ +

+ As well, there will be a short introduction on creating your own + packages, for your own personal use. +

+
+
+ + + A talk by Simon Law + +

+ If you've ever worked with other group members, you know how difficult + it is to code simultaneously. You might be working on one part of your + assignment, and you need to send your source code to everyone else. Or + you might be fixing a bug in someone else's part, and need to merge in + the change. What a mess! +

+ +

+ This talk will explain some Best Practices for developing code in a + distributed fashion. Whether you're working side-by-side in the lab, or + developing from home, these methods can apply to your team. You will + learn how to apply these techniques in the Unix environment using GNU + Make, CVS, GNU diff and patch. +

+
+
+ + + A talk by James Morrison + +

+ Making a compiler? Bored? Think CISC sucks and RISC rules? +

+ +

+ This talk will run through the SPARC v8, IEEE-P1754, architecture. + Including all the fun that can be had with register windows and the + SPARC instruction set including the basic instructions, floating + point instructions, and vector instructions. +

+
+
+ + + A talk by Simon Law + +

+ If you have used Unix for a while, you know that you've created + configuration files, or dotfiles. Each program seems to want its own + particular settings, and you want to customize your environment. In a + power-user's directory, you could have hundreds of these files. +

+ +

+ Isn't it annoying to migrate your configuration if you login to another + machine? What if you build a new computer? Or perhaps you made a + mistake to one of your configuration files, and want to undo it? +

+ +

+ In this talk, I will show you how to manage your home directory using + CVS, the Concurrent Versions System. You can manage your files, revert + to old versions in the past, and even send them over the network to + another machine. I'll also discuss how to keep your configuration files + portable, so they'll work even on different Unices, with different + software installed. +

+
+
+ - A talk by Simon Law + A talk by Simon Law

In today's world, people have hundreds of connexions. And you can