2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil | 8/18 Hi again, new freebsd guy here again, in bash I was able to go
LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
I managed to do this in tcsh by using setenv in a shell script
that setenv's the lib path and then executes $1, just wondering
if there was a way to do it in 1 line from the cmd line as in bash?
Thanks, btw %2c or %3c worked. Freebsd, tcsh and vi forever!
...
|
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low | 7/24 Is dos2unix available somewhere? Someone added all those Ctrl-M's to
motd.public.
\_ %s/^V^M//g in vim. What has your editor done for you today?
\_ that works great in vi actually... in vim :set filetype=unix
...
|
2008/12/2-7 [Computer/SW/Editors/Vi] UID:52143 Activity:nil | 12/2 Article 1, Section 6
No Senator or Representative shall, during the Time for which he was
elected, be appointed to any civil Office under the Authority of the
United States, which shall have been created, or the Emoluments whereof
shall have been encreased during such time
\_ Stop stomping my changes.
...
|
2008/9/22-24 [Science/Electric, Computer/Companies/Google, Computer/SW/Editors/Vi] UID:51263 Activity:kinda low | 9/22 Gmail's "conversation feature" drives me nuts! Is there a way to
disable that and make Gmail act like every other e-mail client on the
planet? WTF thought this was a nice thing to have on by default?
\_ Umm, why don't you just use another email service then...
\_ Umm, I do, which is how I have something to compare to. I get
mail in at least 4 places only one of which is Gmail. I
...
|
2008/6/12-13 [Computer/SW/Editors/Emacs, Computer/SW/Editors/Vi, Computer/SW/Unix] UID:50233 Activity:nil | 6/12 Does emacs or vi include a column paste? I sometimes have a block
text I want to insert horizntally next to another block/column. This
is common for data plotting etc. In Microsoft Word has this, I need
it in a Unix text editor.
\_ Does M-x picture-mode in emacs work for you?
\_ Yes, with the commands below, thanks.
...
|
2008/2/21-25 [Academia/Berkeley/CSUA/Motd, Computer/SW/Editors/Vi] UID:49207 Activity:nil | 2/21 Why don't people respect the lock on the motd put on by vi or
emacs? Are they that paranoid about kchang's motd watching program?
Is anyone still using motdedit?
\_ hey I still use it. Some people don't though. some sneaky folks
edit a copy of the motd offline and put it in place, not caring how
much they stomp on others' changes that might have happened in the
...
|
2007/11/13-21 [Computer/Networking] UID:48628 Activity:low | 11/13 If I have a application on machine foo sending data really fast to
an application on machine bar via TCP, and the bar applications job
is write that to disk as fast as possible, what happens if the
network stream is faster than the disk writes?
\_ Look up the differences between TCP/IP flow control and
congestion control. The answer is in front of you.
...
|
2012/3/15-6/1 [Computer/SW/Languages, Computer/SW/OS/Windows] UID:54340 Activity:nil | 3/15 Why does MS put double-quotes around the '8' in Windows Server 8, like
the following?
- Windows 8
- Windows Server "8"
\_ Because when they didn't do it, code didn't see the '\0'
and went over? Looks better than '8','\0' *shrug*
...
|
2011/3/7-4/20 [Computer/SW/Languages/C_Cplusplus] UID:54056 Activity:nil | 3/7 I have a C question. I have the following source code in two identical
files t.c and t.cpp:
#include <stdlib.h>
int main(int argc, char *argv[]) {
const char * const * p1;
const char * * p2;
...
|
2009/10/29-11/3 [Computer/SW/Database, Industry/Jobs] UID:53480 Activity:nil | 10/28 I live in the Los Angeles area and a lot of jobs near me hire
people who are 1) Front End developer 2) ASP .NET Developer and/or
3) MS SQL DBA. Are these things common in Silicon Valley? I don't
remember seeing so much M$ requirements when I lived in the
Bay Area several years ago.
\_ tons for it and enterprise apps. more rarely for cool startups
...
|
2009/7/28-8/6 [Computer/SW/Database] UID:53213 Activity:nil | 7/27 I have an actual technical question here. My MySQL DBA tells me
that I can't expect a MySQL port to be able to run effectively
on more than a two CPU box, he says that the extra CPUs will
sit there unused. Is this true? I have a bunch of new quad core
servers that I would like to use as Database machines. -ausman
\_ It's not that simple. If you stress test your new fancy multi core
...
|
|