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.7 Four compromises : Using <a href="http://www.nedit.org">nedit</a>; 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 <h3>Projects</h3>
40 <ul>
41 <li><a href="/wine">Software Engineering With Wine</a> - CS 130 UCLA
42 <ul>
43 <li><a href="/wine/Group3">My group's work on cabinet.dll tests</a>
44 <li><a href="/wine/AddingMakefile">Adding your code to the configure script</a> - Turn your Makefile.in to a Makefile!
45 <li><a href="/wine/FixingLibungif">Wine Configure Bug 1730 / 2437</a> - Current workspace to fix gif_lib.h / DGifOpen compiler error.
46 </ul>
|
47 rizwank 1.10 <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.
48 <br> Update 02/17 - Working solution, but I want to spruce it up some.
49 <br> Update 02/20 - Done, and submission done. Will reveal <A href="http://www.geekymedia.com/viewcvs/cgi/viewcvs.cgi/acm/">CVS</a> of development after deadline.
|
50 rizwank 1.1 <li><a href="http://search.cpan.org/~rizwank/">Comprehensive Perl Archive Network</a> - My submission (soon) of Email:
|
51 rizwank 1.3 <li>Projects to do/in internal progress:
52 <ul>
|
53 rizwank 1.7 <li>Make some upgrades to <a href="pathabbr.html"> and try to get it used a bit more.
|
54 rizwank 1.3 <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>
55 <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.
|
56 rizwank 1.9 <li>Adding (VERY) basic Drag-Drop support to Cygwin/X - I just want to be able to drag files onto Nedit
|
57 rizwank 1.7 <li>Packaging <a href="http://bitchx.org/">BitchX IRC Client</a> into Cygwin Install.
58 <br>It would be interesting to note what other things I could help with at Cygwin --- do they need conformance tests for libraries like wine does?
|
59 rizwank 1.3 <li>Figuring out what went wrong with my <a href="http://pyre.third-bit.com/blog/archives/000174.html">Google Interview</a>.
60 <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.
61 <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>.
62 <br>I just had to sed out my email address from the php code (now exposed as html).
|
63 rizwank 1.7 <br><b>[rizwank ~/..dia_web/archives]$</b><i>find . -type f -iname 'index*.html' | xargs sed --in-place -e "s/email/obfuscated/g"</i>
|
64 rizwank 1.3 <br>Wow this shell stuff is fun!.
65 <li>Moving site maintainance from CVS to Subversion --- once I decide if i like Subversion.
|
66 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!
|
67 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...
|
68 rizwank 1.1 </ul>
69
70 <h3>Mini-Guides</h3>
71 <ul>
72 <li>Development Oriented
73 <ul>
74 <li><a href="/wine/InstallViewCVS">Installing ViewCVS</a> - Step by step instructions for performing a ViewCVS install with CVSGraph and Enscript
75
76 </ul>
77 <li>Security Oriented
78 <ul>
79 <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.
80 </ul>
81
|
82 rizwank 1.8 <li>UCLA-Specific
|
83 rizwank 1.1 <ul>
84 <li>
85 </ul>
|
86 rizwank 1.8
87 <li>Fixing Random Problems
88 <ul>
89 <li><a href="nedit_cygwin_error.html">Nedit compile errors under Cygwin</a>
90 </ul>
|
91 rizwank 1.1 </ul>
92
93 <h3>Completed Programs</h3>
94 <ul>
95 <li><a href="pathabbr.html">Pathabbr 0.3</a> - Pathabbr abbreviates paths to given length using ellipsis. Updated for Cygwin.
96 </ul>
97
98
99 <h3>About me</h3>
100 <ul>
|
101 rizwank 1.7 <li>Conversations I've been involved with on mailing lists for <a href="http://search.gmane.org/search.php?query=rizwan+kassim++&email=&sort=date">Wine, Cygwin, VLC</a>, <a href="http://www.slashcam.de/cgibin/search/search.pl?Terms=rizwan">DV-L@dvdigest</a>, <a href="http://groups-beta.google.com/groups?q=%22rizwan+kassim%22&qt_s=Search+Groups">All of Usenet</a>.
|
102 rizwank 1.1 <li>Resume
103 <li><a href="mypictures.output/">My Photo Gallery</a> - Todo. Add 2003, Flickr or other album
|
104 rizwank 1.10 <li><a href="http://www.photocritique.net/g/phtg?RIZWAN+KASSIM">Rizwan Kassim on photocritique.net</a>
|
105 rizwank 1.1 <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
106 </ul>
107
108 <h3>News/Press Mentions</h3>
109 <ul>
110 <li><A href="media/westwing.asx">The West Wing : Commercial "Raves"</A>
|
111 rizwank 1.8 <li><A href="newsweek.html">Newsweek on Napster</A>
|
112 rizwank 1.1 <ul><li><A href="http://www.gppsd.ab.ca/~rgilson/courses/comp10/internet/napster_and_copyright.htm">Napster Quiz</A>
113 </ul>
|
114 rizwank 1.8 <li><A href="latimes.html">Los Angeles Times</A>
|
115 rizwank 1.1 <li><a href="http://www.dailybruin.ucla.edu/">UCLA Daily Bruin</a>
116 <ul>
117 <li><A href="http://www.dailybruin.ucla.edu/DB/issues/99/05.21/news.movies.html">The Phantom Classmates</A>
118 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.mikeandben.html">Let there be television (Mike and Ben)</A>
119 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/01.24/ae.uclatv.html">Let there be television</A>
120 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/02.24/news.uclatv.html">Student TV program faces restrictions</A>
121 <li><A href="http://www.dailybruin.ucla.edu/db/issues/00/04.17/ae.mainline.html">Stay tuned</A>
122 </ul>
123 <li><a href="http://web.archive.org/web/20021027092344/http://www.nab.org/conventions/nab2002/nabxstream.asp">My Seminar at NAB</a><br>
124 </ul>
125
126 <h3>Older Content</h3>
127 <ul>
128 <li>Blog Archives
129 <ul>
130 <li>2003 :
131 <a href="archives/2003/02/index.html">Feb</a>
132 <a href="archives/2003/03/index.html">Mar</a>
133 <a href="archives/2003/04/index.html">Apr</a>
134 <a href="archives/2003/05/index.html">May</a>
135 <a href="archives/2003/06/index.html">Jun</a>
136 rizwank 1.1 <a href="archives/2003/07/index.html">Jul</a>
137 <a href="archives/2003/08/index.html">Aug</a>
138 <a href="archives/2003/09/index.html">Sep</a>
139 <a href="archives/2003/10/index.html">Oct</a>
140 <a href="archives/2003/11/index.html">Nov</a>
141 <a href="archives/2003/12/index.html">Dec</a>
142 <li>2004 :
143 <a href="archives/2004/01/index.html">Jan</a>
144 <a href="archives/2004/02/index.html">Feb</a>
145 <a href="archives/2004/03/index.html">Mar</a>
146 <a href="archives/2004/04/index.html">Apr</a>
147 <a href="archives/2004/05/index.html">May</a>
148 <a href="archives/2004/06/index.html">Jun</a>
149 <a href="archives/2004/09/index.html">Sep</a>
150 </ul>
151 <li><A href="oldcontent/faq.html">FAQ about Riz (circa 1999)</a>
152 <li>Friends Images (1999)
153 <ul>
154 <li><A href="oldcontent/friends_ucla.htm">UCLA Friends</A>
155 <li><A href="oldcontent/friends_vv.htm">Friends before UCLA</A>
156 <li><A href="oldcontent/peoplerock.htm">People That Rock</A>
157 rizwank 1.1 </ul>
158 <li>Random Pics (1999)
159 <ul>
160 <li><A href="oldcontent/random_pictures_1.htm">Random Pictures - Page 1<BR></A>
161 <li><A href="oldcontent/random_pictures_2.htm">Random Pictures - Page 2</A>
162 <li><A href="oldcontent/random_pictures_3.htm">Random Pictures - Page 3</A>
163 <li><A href="oldcontent/random_pictures_4.htm">Random Pictures - Page 4</A>
164 </ul>
165 </ul>
166
167 Site upgrade thoughts:<br>
168 Move main structure to nested JS lists : http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html <br>
169 Link to my <a href="http://del.icio.us/rizwank">Delicious</a> Links.<br>
170 RSS Feeds from fav sites?<br>
171
172 <hr>
173 <div id="footer">
174 <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>
175 <br>This site is licensed under <br>a <a href="http://creativecommons.org/licenses/by-nd-nc/1.0/">Creative Commons License</a>.
176 <br><img src='http://counter.dreamhost.com/cgi-bin/Count.cgi?df=geekymedia-index.dat&pad=F&ft=0&dd=katt035&istrip=T'><br>
177 <a href="http://validator.w3.org/check/referer" title="Check the validity of this site’s XHTML">xhtml</a>
178 rizwank 1.1 <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Check the validity of this site’s CSS">css</a>
179 <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>
180
181 <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>
182 <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>
183 </div>
184 <i>Copyright 1998-2005 Rizwan Kassim</i>
185 </body>
186 </html>
|