<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"><channel><title>wjzhu</title><link>http://www.aypwip.org/webnote/wjzhu</link><description>Webnote RSS feed</description><lastBuildDate>Fri, 16 Mar 2007 13:28:29 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Ipod: really about hte distribution of content  than any tec</title><description>Ipod: really about hte distribution of content  than any techno aspect.
Any business is more about distribution channel than item.

IPod to distribute e-magazine: photo based.  Mag biz.</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note100</guid></item><item><title>Unix FAQ:</title><description>Unix FAQ:
uname -a  : to find out if a machine is 32/64 bit</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note99</guid></item><item><title>Perl</title><description>Perl
backtick: stores STDOUT.  (STDERR shown on regular screen, not stored)
exec() returns nothing.  (lose both STDOUT and STDERR to screen)
system() returns exit status (lose STDOUT)
open() or open2() will capture all details.

STDOUT and STDERR redirects in tcsh and bash:
http://homepage.mac.com/jafingerhut/files/redirecting-in-bash-tcsh.html

TCSH 
history search of current chars: Meta-p Meta-n
subshell cmd:  ( cmd )
</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note98</guid></item><item><title>services:   </title><description>services:   
example of "totorial", "tour guide",  chinese dvd with commentary, just like Music prof.  You can have all the text book you want, but hte prof's commentary, of what aspect is difficult, what to do in the tricky parts, etc, are the essential. Text book is the accessory.

Let Care-and-Share be the WordPress version, with tags to differentiate my personal blogs.
</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note97</guid></item><item><title>UTC 195044</title><description>UTC 195044
EST 145044
     or 155044 (daylight savings)

setenv JPDA_PORT 17291
</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note59</guid></item><item><title>NetBeans QuickKeys</title><description>NetBeans QuickKeys
Alt-Shift-O   Edit-&gt;GotoClass
Ctrl-G goto line

TCShell: 
   foreach f (*)
    cmd
   end
My addition: range a b script:  foreach f (`range a b`)

Language keywords:

Java: if..else if
  continue;  break;

Perl: if.. elsif
  next;  last;

Shell: if.. elif ..

/attach fsdt1.nyc:6667
/join news
/join data

Java:
constructor in constructor:
this()
super()

Java RegEx:
- use \ \
- java-pattern = *perl-pattern*

tar -xzf file_to_unpack.tar.gz

tar -czf packed_files.tgz file_to_pack1 file_to_pack2 ...

Fast transfer of files between 2 machines:
on machine 1:
tar -czf - $fromDir | ssh $machine2.com tar -xzf - -C $absolutePathOnMachine2

dd bs=1 skip=12345 if=infile of=outfile.txt

Locate perlmodule A::B
locate B.pm

find . -name fills.gz -exec rm {} \;
find . -regex './reuters.*'
</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note54</guid></item><item><title>Q: This is rather cool.  Where can I get the software?</title><description>Q: This is rather cool.  Where can I get the software?
A: Just go to the URL http://www.aypwip.org/webnote.</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note4</guid></item><item><title>A  test site where anyone can post something.  The authors c</title><description>A  test site where anyone can post something.  The authors can modify their own post-it at any future time.

Good place to keep track of tidbits, drafts, etc.
Currently to track forgetful programming syntax.</description><guid isPermaLink="true">http://www.aypwip.org/webnote/wjzhu#note2</guid></item></channel></rss>
