Request help with C/C++, Perl, PHP, Python, Ruby, Bash Scripts, or other Linux programming/scripting related issues
Hello to all, i have been trying to do a shell script to perform a task that seems to be simple, but it is making me pull my hair out lol as i cant...
I have just installed ksh93 from http://www.research.att.com/sw/download/. It took me a while to figure out how to do it with the source packages. I...
I've just recently started GTK Programming in Linux and the one problem I have come across so far is that if I wanted to insert an image in my...
Using a bash scipt How would you get the number of files in a directory. Then run a for loop for each of the files in the directory, such that you...
Hi all , i wrote a win32 application under windows , and i want to convert it on linux . i want to get window handler and name and it's...
Hi all, I'm doing performance characterization of my application. I want to plot a graph of the response of my application against the...
I am calling sem_* functions in my test proram. It compiles well, but the linker complains undefined reference to `sem_init'. It should be in libc...
Alrighty, well, two things before I ask my actual question: First off, this is going to sound like a homework question. However, it is not. I am...
>>> # Fibonacci series: ... # the sum of two elements defines the next ... a, b = 0, 1 >>> while b < 10: ... print b ... a, b = b,...
Hi there, I want to write a GUI in GTK, which means i need several of the buttons to perform certain functions. However, i can't figure out how...
Hi all, The following piece of code found in a Linux user space program and it makes me confused: void *wordAlign(void *p) { ...
The script : The script output : The desired output: The Konsole gets it right (egrep '(function|procedure)' *.p | gawk '{print $1}' ),...
I am asking anyone who is willing to help to do 4 simple shell scripts for me because im not good at shell scripting... please help me out?? :( ...
Can it be done? If it can I would be more than happy to cross over to the wonderful world of linux. I just want to know because I use that to develop...
I'm no great programmer, but I like to think of myself as a hacker and tinkerer, and am pretty good at picking up on technical stuff if I find the...
Hey I've been doing C for a while, and use the Linux man pages all the time for references (man stdio.h, man fopen, etc), but when I try that for...
How integrate C code in a project in Kdevolop3
I've been having some royal threading problems and I THINK I might have an idea on how to solve my problem. Really quickly, I'm developing an app...
hi everyone!! I have this question bothering me for a couple of days now: I have a table(gtk object) filled with buttons(gtk objects) in my GTK...
Was wondering what the symbol ~0UL>>1 really means in regards to kernel-level programming ? I know that the ~ does bitwise inversion and the >>1...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules