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
...
|
2000/5/9 [Computer/SW/Languages/Perl, Computer/SW/Unix] UID:18206 Activity:very high | 5/8 Is there a Visual Basic equivalent to the UNIX system() function?
I need to write a VB program to run a bunch of dos commands
and report the results to the user. If I had a choice, I would
use perl, python, tcl, bash, or something like that, but I need
to create a program that will run a standard windows system. Thanks.
\_ Yes.
...
|
|