Berkeley CSUA MOTD:Entry 13690
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

1998/2/18 [Computer/SW/Languages/Web] UID:13690 Activity:high
2/17    VB rules too much.  I am never going back to C++ programming
        again.  Fuck Java also.
        \_ VB sucks so horribly if you have to go beyond what little
                it provides
           \_ "VB rules" "VB sucks" mmm... intelligent arguing.
                \_ Play nice, children.
        \_ And it looked so much like you'd be fully recovered after that
           massive, traumatic brain injury.  A shame.
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2005/1/16-17 [Computer/SW/Languages/Perl, Computer/SW/Languages/Web] UID:35734 Activity:high
1/15    What's the easiest/best thing to use to quickly create small GUI
        tools/apps for Windows? (cross-platform ok too) Like the equivalent
        of a perl script with a Windows GUI. Only for myself right now but
        I need to decide what to invest my time learning. So it might as well
        be cross platform if there's no big downside. I have hardly any
        experience with GUIs. Thanks.
	...
2004/3/24 [Computer/SW/Languages/Web] UID:12831 Activity:nil
3/24    I'm being asked convert a simple ASP script from IIS to Apache.
        The script is written in VB and all it does is echo back the cookies and
        query string params of the HTTP request, along with a hardcoded body.
        What's the easiest way to write something to do the same thing using
        Apache.  Ideas or pointers to sample code is appreciated.
        \_ I think you'll need a scriptng language along with Apache.
	...
2003/4/14-15 [Computer/SW/OS/Windows, Computer/SW/Languages/Misc] UID:28114 Activity:high
4/14    I need to write a script to run under DOS (yes, I know it sucks)
        and I need it to stop a program that can only be terminated by
        hitting Control-C. How can I give that to the script as a
        command? Thanks.
        \_ try installing cygwin (cygwin.com ?) and use their "ps" and
           "kill" functions?
	...
2002/10/18 [Computer/SW/Unix] UID:26243 Activity:high
10.17   anyone have a good unix primer (online) for college freshman? my
        little brother knows ls, pine, pico, who, and talk, but that's about
        it. something that can introduce him to the concept of jobs, processes,
        pipes, but also, simpler stuff, like... i dont know, the stuff that
        the average unix user takes for granted.
        \_ Unix for the Impatient
	...
2001/6/27-28 [Computer/SW/Languages/Misc] UID:21649 Activity:high
6/27    Anyone know how to read Shift-JIS encoded email in Lotus Notes 4.x?
        \_ download njstar communicator for windows. - keithyw
        \_ you can try to import into  notes - it will probably give you
           some username and password BS or unrecognized database format
             so the answer is probably NO you can't read it- but you can try
           Why is it that all these companies think the database is the
	...
2000/8/9-10 [Academia/Berkeley/Classes, Computer/SW/Languages/C_Cplusplus] UID:18929 Activity:high
8/8     How well do UCB EECS and CS newgrads know C/C++? (in general)
        \_ If it makes you feel any better, Stanford undergrads start out
           take 3 quarters of "Introductory Programming" in C instead of
           SICP.
        \_ on average, better than other schools' new grads, with a
           lot more upside
	...
2000/7/16-17 [Computer/SW/Languages/C_Cplusplus] UID:18689 Activity:high
7/16    Back from Microsoft PDC in Orlando.  I feel so dirty.  Giant
        hype machine; .Net strategy an entirely unimplemented joke.  C#
        combines the worst parts of C++ and Java; MS showing definite signs
        of embracing VB as their primary development language.  Thousands
        of clueless and lazy ("fear change!") developers.  Don't let this
        happen to you.
	...
2000/5/9-10 [Computer/SW/Languages/Web, Computer/SW/Unix] UID:18219 Activity:nil
5/8     Is there a Visual Basic equivalent to the UNIX system() function?
        \_ ShellExecute or CreateProcess - chiapet
        \_ Shell (command, windowmode)
          \_ Thanks.  Shell seems decent.  Is there any way for Shell
             to return the output to VB?
             \_ Redirect the output to a file and then have VB code read the
	...