1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Rizwan Kassim - *Insert title here*</title>
6 <meta name="ICBM" content="34.49856, -117.27522">
7 <meta name="DC.title" content="Rizwan Kassim - This American Life">
8 <!-- Rizwan Kassim's Public Log, Code Resources, and plenty more -->
9 <META NAME="Title" CONTENT="Rizwan Kassim's Public Log at Geekymedia">
10 <META NAME="Description" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
11 <META NAME="author" CONTENT="Rizwan Kassim">
12 <META NAME="distribution" CONTENT="Global">
13 <META NAME="revisit-after" CONTENT="1 days">
14 <META NAME="copyright" CONTENT="Rizwan Kassim">
15 <META NAME="robots" CONTENT="FOLLOW,INDEX">
16 <META NAME="keywords" CONTENT="Personal site of Rizwan Kassim, fan of Magic the Gathering MTG, UCLA, Mike and Ben, Comedyworld, backpacking, Broadcast Engineering">
17 <link rel="stylesheet" href="styles-site.css" type="text/css" />
18 </head>
19 <!--
20 <h1> Rizwan Kassim's Site. Rizwan Kassim. Rizwan Feroze Kassim. Kassim. Rizwan. Magic. </h1> -->
21
22 rizwank 1.1 <body>
23
24 <h1>Rizwan Kassim's INSERT TITLE HERE</h1>
|
25 rizwank 1.5 <h3>Work that I've Done, Guides I have written, Stuff I found, A Bit about Me</h3>
|
26 rizwank 1.1 <div class="intro">
27 Hi. I'm Rizwan Kassim. INSERT BLURB HERE.<br>
28 <!-- Content = { }<br>
29 Geekymedia.com evolution : HTML/Frames until 2003 => Moveable Type until 2005 => HTML/CSS<br> -->
30 I was going to do this site with a <a href="http://www.twiki.org">Wiki</a> or <a href="http://www.drupal.org">Drupal</a> until a conversation with <a href="http://www.kegel.com">Dan Kegel</a> convinced me of the beauty of simplicty.<br>
31 He describes his own site as a "over-grown bunch of notes" and I've found it extremely easy to navigate.<br>
|
32 rizwank 1.2 Four compromises : Using <a href="http://www.nedit.org">nedit</a> & vi instead of just vi; Using <a href="http://www.csszengarden.com">CSS</a>; Using some sort of code syntax hilighting; Using <a href="http://www.kegel.com/cvs.html">CVS</a> to <a href="http://www.geekymedia.com/viewcvs/cgi/viewcvs.cgi/geekymedia_web/">manage</a> the site<br>
|
33 rizwank 1.1 </div>
34 <div class="quote">
35 "What they call talent is nothing but the capacity for doing continuous hard work
36 in the right way." -- Winslow Homer
37 </div>
38
39
40 <h3>Projects</h3>
41 <ul>
42 <li><a href="/wine">Software Engineering With Wine</a> - CS 130 UCLA
43 <ul>
44 <li><a href="/wine/Group3">My group's work on cabinet.dll tests</a>
45 <li><a href="/wine/AddingMakefile">Adding your code to the configure script</a> - Turn your Makefile.in to a Makefile!
46 <li><a href="/wine/FixingLibungif">Wine Configure Bug 1730 / 2437</a> - Current workspace to fix gif_lib.h / DGifOpen compiler error.
47 </ul>
48 <li><a href="http://search.cpan.org/~rizwank/">Comprehensive Perl Archive Network</a> - My submission (soon) of Email:
|
49 rizwank 1.3 <li>Projects to do/in internal progress:
|
50 rizwank 1.4 <li>UCLA - Assoc. for Computing Machinery's most recent <a href="http://calypso.cs.ucla.edu/?q=node/view/59">Programming Competition</a>.<br>Update 02/13 - Cracked Java Encryption, working on part two.
|
51 rizwank 1.3 <ul>
52 <li>Converting <a href="http://home.tiscali.de/emilio.lopes/screen/screen.html">GNU Screen Cygwin</a> port to standard Cygwin <a href="http://www.cygwin.com/setup.html#package_contents">package</a>
53 <br>I'm actually pretty peeved about this. I had really intended to start the port from scratch and actually _make_ the port, but it seems its already been done.
54 <li>Figuring out what went wrong with my <a href="http://pyre.third-bit.com/blog/archives/000174.html">Google Interview</a>.
55 <li>Making a regex/<a href="http://pegasus.rutgers.edu/~elflord/unix/sed.html">sed</a> 'cheatsheet' so I can finally use it daily without regoogling for info each time.
56 <li><strike>Removing plaintext email links from my <a href="/archives/2003/02/">blog archives</a></strike> -- Turns out I was smarter in 2003 than I thought, they are written to the page with a <a href="/email.js">js</a>.
57 <br>I just had to sed out my email address from the php code (now exposed as html).
58 <br><b>[rizwank@GEEKYMEDIA ~/..dia_web/archives]$</b><i>find . -type f -iname 'index*.html' | xargs sed --in-place -e "s/******/rizwan-removespam-k-AT-geeky~media.com/g"</i>
59 <br>Wow this shell stuff is fun!.
60 <li>Moving site maintainance from CVS to Subversion --- once I decide if i like Subversion.
|
61 rizwank 1.4 <li>"Only until someone makes a software program that lets me control what to do with my typos" --- sounds like a <a href="http://slate.com/Default.aspx?id=2113397&">request</a> to me!
|
62 rizwank 1.5 <li>Taking more advantage of the <a href="http://durak.org/cvswebsites/howto-cvs/index.html">CVS management </a> powers that this site has...
|
63 rizwank 1.1 </ul>
64
65 <h3>Mini-Guides</h3>
66 <ul>
67 <li>Development Oriented
68 <ul>
69 <li><a href="/wine/InstallViewCVS">Installing ViewCVS</a> - Step by step instructions for performing a ViewCVS install with CVSGraph and Enscript
70
71 </ul>
72 <li>Security Oriented
73 <ul>
74 <li><a href="/wine/SetupCVSvisSSH">Setting up CVS via SSH with only one account</a> - Using OpenSSH keys and CVS to provide a 'CVS' only shell connection.
75 </ul>
76
77 <li>UCLA-Specific</b>
78 <ul>
79 <li>
80 </ul>
81
82 </ul>
83
84 rizwank 1.1 <h3>Completed Programs</h3>
85 <ul>
86 <li><a href="pathabbr.html">Pathabbr 0.3</a> - Pathabbr abbreviates paths to given length using ellipsis. Updated for Cygwin.
87 </ul>
88
89
90 <h3>About me</h3>
91 <ul>
92 <li>Resume
93 <li><a href="mypictures.output/">My Photo Gallery</a> - Todo. Add 2003, Flickr or other album
94 <li>photocritique.net link
95 <li>Amazon Wishlists (<a href="http://www.amazon.com/gp/registry/registry.html/104-0376844-6094364?%5Fencoding=UTF8&id=Y2XOY9AMZWZ2">primary</a> <a href="http://www.amazon.com/gp/registry/registry.html/104-0376844-6094364?%5Fencoding=UTF8&id=2RRFNP7KO3PFD">secondary</a>) - Someday I'll merge these
96 </ul>
97
98 <h3>News/Press Mentions</h3>
99 <ul>
100 <li><A href="media/westwing.asx">The West Wing : Commercial "Raves"</A>
101 <li><A href="newsweek.htm">Newsweek on Napster</A>
102 <ul><li><A href="http://www.gppsd.ab.ca/~rgilson/courses/comp10/internet/napster_and_copyright.htm">Napster Quiz</A>
103 </ul>
104 <li><A href="latimes.htm">Los Angeles Times</A>
105 rizwank 1.1 <li><a href="http://www.dailybruin.ucla.edu/">UCLA Daily Bruin</a>
106 <ul>
107 <li><A href="http://www.dailybruin.ucla.edu/DB/issues/99/05.21/news.movies.html">The Phantom Classmates</A>
108 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.mikeandben.html">Let there be television (Mike and Ben)</A>
109 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.uclatv.html">Let there be television</A>
110 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/02.24/news.uclatv.html">Student TV program faces restrictions</A>
111 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/04.17/ae.mainline.html">Stay tuned</A>
112 </ul>
113 <li><a href="http://web.archive.org/web/20021027092344/http://www.nab.org/conventions/nab2002/nabxstream.asp">My Seminar at NAB</a><br>
114 </ul>
115
116 <h3>Older Content</h3>
117 <ul>
118 <li>Blog Archives
119 <ul>
120 <li>2003 :
121 <a href="archives/2003/02/index.html">Feb</a>
122 <a href="archives/2003/03/index.html">Mar</a>
123 <a href="archives/2003/04/index.html">Apr</a>
124 <a href="archives/2003/05/index.html">May</a>
125 <a href="archives/2003/06/index.html">Jun</a>
126 rizwank 1.1 <a href="archives/2003/07/index.html">Jul</a>
127 <a href="archives/2003/08/index.html">Aug</a>
128 <a href="archives/2003/09/index.html">Sep</a>
129 <a href="archives/2003/10/index.html">Oct</a>
130 <a href="archives/2003/11/index.html">Nov</a>
131 <a href="archives/2003/12/index.html">Dec</a>
132 <li>2004 :
133 <a href="archives/2004/01/index.html">Jan</a>
134 <a href="archives/2004/02/index.html">Feb</a>
135 <a href="archives/2004/03/index.html">Mar</a>
136 <a href="archives/2004/04/index.html">Apr</a>
137 <a href="archives/2004/05/index.html">May</a>
138 <a href="archives/2004/06/index.html">Jun</a>
139 <a href="archives/2004/09/index.html">Sep</a>
140 </ul>
141 <li><A href="oldcontent/faq.html">FAQ about Riz (circa 1999)</a>
142 <li>Friends Images (1999)
143 <ul>
144 <li><A href="oldcontent/friends_ucla.htm">UCLA Friends</A>
145 <li><A href="oldcontent/friends_vv.htm">Friends before UCLA</A>
146 <li><A href="oldcontent/peoplerock.htm">People That Rock</A>
147 rizwank 1.1 </ul>
148 <li>Random Pics (1999)
149 <ul>
150 <li><A href="oldcontent/random_pictures_1.htm">Random Pictures - Page 1<BR></A>
151 <li><A href="oldcontent/random_pictures_2.htm">Random Pictures - Page 2</A>
152 <li><A href="oldcontent/random_pictures_3.htm">Random Pictures - Page 3</A>
153 <li><A href="oldcontent/random_pictures_4.htm">Random Pictures - Page 4</A>
154 </ul>
155 </ul>
156
157 Site upgrade thoughts:<br>
158 Move main structure to nested JS lists : http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html <br>
159 Link to my <a href="http://del.icio.us/rizwank">Delicious</a> Links.<br>
160 RSS Feeds from fav sites?<br>
161
162 <hr>
163 <div id="footer">
164 <a href="http://creativecommons.org/licenses/by-nd-nc/1.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights" /></a>
165 <br>This site is licensed under <br>a <a href="http://creativecommons.org/licenses/by-nd-nc/1.0/">Creative Commons License</a>.
166 <br><img src='http://counter.dreamhost.com/cgi-bin/Count.cgi?df=geekymedia-index.dat&pad=F&ft=0&dd=katt035&istrip=T'><br>
167 <a href="http://validator.w3.org/check/referer" title="Check the validity of this site’s XHTML">xhtml</a>
168 rizwank 1.1 <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Check the validity of this site’s CSS">css</a>
169 <a href="http://creativecommons.org/licenses/by-nc-sa/1.0/" title="View details of the license of this site, courtesy of Creative Commons.">cc</a>
170
171 <a href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http://www.geekymedia.com&output=Submit&gl=sec508&test=" title="Check the accessibility of this site according to U.S. Section 508">508</a>
172 <a href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http://www.geekymedia.com&output=Submit&gl=wcagi-aaa" title="Check the accessibility of this site according to WAI Content Accessibility Guidelines 1">aaa</a>
173 </div>
174 <i>Copyright 1998-2005 Rizwan Kassim</i>
175 </body>
176 </html>
|