Tagged Questions

0
votes
2answers
37 views

Finding the preferred application for a given file extension via unix shell commands

Hi, this may not be strictly about programming, but if I find no ready-made solution it may become a programming task: On UNIX, what is a command-line method for determining the user-preferred …
5
votes
6answers
223 views

How to scale a TCP listener on modern multicore/multisocket machines…

I have a daemon to write in C, that will need to handle 20-150K TCP connections simultaneously. They are long running connections, and rarely ever tear down. They have a very small amount of data …
0
votes
6answers
245 views

How to resolve /var/www copy/write permission denied?

I am a newbie in php, mysql. I have written a hello.php script, which I am trying to copy into /var/www directory (and will later want to open it through web browser). The problem with the same is …
0
votes
2answers
43 views

Darwin: how to kill parent process without killing child?

On OS X 10.4/5/6: I have a parent process which spawns a child. I want to kill the parent without killing the child. Is it possible? I can modify source on either app.
0
votes
4answers
148 views

syntax error in C

Hi, I am trying to build a block where I am getting this error message pprbc_CONTENT_icverification_act.c", line 99.2: 1506-018 (S) Operand of indirection operator must be a pointer expression Can …
37
votes
38answers
5k views

Fastest way to get value of pi

Solutions welcome in any language. :-) I'm looking for the fastest way to obtain the value of pi, as a personal challenge. More specifically I'm using ways that don't involve using #defined constants …
0
votes
2answers
33 views

ICL, OS X.4/5 and Unix compliance ($UNIX2003)

Hi all, I'm trying to compile a Mac version of our lib for a customer that wants to include it in a Photoshop plugin, and he is having trouble linking our lib into his app. More detailed info: His …
13
votes
6answers
342 views

Is the Unix Philosophy falling out of favor in the Ruby community?

David Korn, a proponent of the Unix philosophy, chided Perl programmers a few years ago in a Slashdot interview for writing monolithic Perl scripts without making use of the Unix toolkit through …
1
vote
2answers
46 views

Adding something to ruby loads path

I want to add a folder ~/Projects/Scripts so I can use require script where script is a ruby file in this directory. How does the require ruby method works? Does it load from a enviornment variable …
3
votes
6answers
108 views

What’s the difference between using > and >> in shell?

I've seen somewhere that we can use >> in shell. What's the difference between using > and >> in shell?
0
votes
2answers
36 views

Passing variable from shell script to sql statement

I was trying to make cat1.txt as a variable ($2) so that it will be inserted in sql select statement. Is there a way to do this? my cat1.txt 1111 2334 2234 3333 4444 .... .... etc. my SQL …
0
votes
2answers
21 views

how to create a database btable from unix shell?

how to create a database btable from unix shell? and how to access the contents of the data table or to add to the table. can i create a table in ms-acces and use it throug shell? or please …
0
votes
3answers
56 views

Dreaded Could not reserve enough space for object heap

Im trying to get Solr up and running, at first I had the JDK.1.6 working fine, then tomcat running fine too. All of a sudden when trying to run Solr for the first time however I get the error message: …
0
votes
1answer
86 views

debugging a makefile

I have a makefile which has statements like below: TOPICS = dmic SRV_MODE = ifeq "$(SRV_FLAG)" "ON" SRV_MODE = 2 endif vpath d%_srv.h $(CNT_PATH) USER_PRE_TARGETS := $(foreach …
2
votes
2answers
39 views

query on unix executables

This might be a basic question but i wanted to ask since i am not aware about it. if i have a binary file which was was created on HP-UX and suddenly i take this binary file on linux or let's say in …

1 2 3 4 5 110 next
15 30 50 per page