Search Results

Search: Posts Made By: decent
1,844
Posted By Akshay Hegde
I think Scrutinizer , RudiC and decent, this is...
I think Scrutinizer , RudiC and decent, this is expected o/p

$ var="QSB SBD SDN SGJ SJP SKB SKD SLP SML SNB SRE SRG STP TAJ UMP UNO VKS VND VNS WAH ZRR"

$ awk 'gsub(/ |$/,"*.sql&")' <<<$var...
Forum: Programming 03-29-2014
1,898
Posted By jim mcnamara
The actual function code has to precede the...
The actual function code has to precede the function that calls it. So if main() is below all of the functions that main() calls, your idea will work. Functions can be coded (placed) anywhere...
Forum: Programming 04-22-2013
1,183
Posted By hanson44
Iin general, if the cgi app does a lot of...
Iin general, if the cgi app does a lot of processing, then the start time does not really matter. If the cgi app does just a little, and is called very frequently, then it's worth looking into...
Forum: Programming 09-16-2012
2,717
Posted By Corona688
The larger the project, the more work must be...
The larger the project, the more work must be done when you end up ripping out all the IDE garbage to re-import into a newer or different IDE.

It doesn't help as much as you think, either, if you...
Forum: Programming 05-05-2011
3,454
Posted By jim mcnamara
Loic has a good idea - message queues, shared...
Loic has a good idea -
message queues, shared memory, sockets: all work well on the same box.

Download Advanced Linux Programming (http://www.advancedlinuxprogramming.com/alp-folder)

Download...
Forum: Programming 01-27-2011
26,683
Posted By Corona688
You usually don't include ".c" files. That just...
You usually don't include ".c" files. That just adds the contents of that file to yours raw, so you might as well have just copy-pasted it in the first place.

If you use header files and link...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 05:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy