2010/9/13-30 [Computer/SW/WWW/Browsers] UID:53956 Activity:nil | 9/13 Blah blah android blah, ok other than the bootjack stomp of the
phone marketing crap of this, does anyone know where to find the old
Android TCL scripting framework that was used for automating
and controlling desktop apps (like mozilla for example). Thx.
...
|
2010/8/8-9/7 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Web] UID:53914 Activity:nil | 8/8 Trying to make a list of interesting features languages have
touted as this whole PL field comes around, trying to see if they
have basis in the culture of the time: feel free to add some/dispute
1970 C, "portability"
1980 C++, classes, oop, iterators, streams, functors, templates
expert systems
...
|
2010/2/25-3/30 [Computer/SW/Database] UID:53725 Activity:nil | 2/25 iTunes has two job openings for production support engineers. It's
mostly chasing production issues so that the engineers don't have to.
Lots of SQL, some scripting, no actual coding. Pager required. Sorry
if I'm not selling it. Check the website or email me if you're
interested. -abe
\_ can we do this remotely?
...
|
2009/5/6-14 [Computer/SW/Languages/Perl, Computer/SW/Languages/Web] UID:52961 Activity:kinda low | 5/6 I'm sure you've seen web sites that distribute software by making
a user fill out a form and then e-mailing the user a randomly
generate link to the software that works just once. What software
is used to do this? I'd like to distribute software in such a way.
\_ "Software"? What web server/web application environment
are you using?
...
|
2009/1/20-26 [Computer/SW/Unix] UID:52420 Activity:low | 1/20 I have a rather common shell-scripting problem, but I am not sure
how to do it in csh/tcsh. I want to check the ctime (last
modified time) of a file. If it is older than, let say, 1
hours, do something, older than 3 hours, then do something +
something else. Any hints on how to do this? do i need to
convert it to epoch to perform such manipulation? thanks
...
|
2009/1/20-26 [Computer/SW/Languages/Java, Computer/SW/Languages/Misc] UID:52425 Activity:nil | 1/20 I've been using tcsh as shell program tool (i know, bad shell to
do scripting). One thing I've noticed when I extract xml file
is that the variable type automatically change from
integer/string to... almost an array-like data structure when
the output of the xml key/value is more than one (it's more
like a string separated by space, but I was very impressed as
...
|
2008/7/14-16 [Computer/SW/Languages/Perl, Computer/SW/Unix] UID:50557 Activity:moderate | 7/14 Shell Programming question: I want to call a script with 1 arg
and have it figure out whether $1 is a MAC address or an IP address
and then do call the appropriate function. What is the best way
to do this, given that sh/bash/ksh do not have something like
the =~ in perl. Check for exit status of grep, or is there a
a better way? For the moment, let's just say the two tests are:
...
|
|