Hi: Does anybody know how to make animated gif in GIMP ? What needs to be done is this - the image has letter Z which should be shown in red, then blue, then...
... Hi folks: finally could solve the problem. This was an accidental discovery. The localhost interface must be defined as KDE depends on it. /sbin/ifconfig...
Hi all: Recent experience with KDE crash made me readup more about KDE. Found this interesting link on KDE which talks about performance. Here are some things...
Hello Sumit, I dont know whether ur problem got solved or not? but i think i have a solution for u. I guess u have shell script on remote unix machine, which...
Hi, Thanks to Abrar for helping to setup a linux network at our work place. ... Thx Saifi for offering help, Thx also to others who offered to help me in...
Hello friends can somebody explain me the difference between signal and software interrupt ? a program registers for signal usage with signa(signo,handler). ...
Dear Friends, Here is an exciting POLL question this week. 'Which ISP do you use ?' To participate in the poll, please visit http://www.twincling.org/ Your...
... What is observed is that all IPC is blocked out. After the application has come up, on clicking 'Save As', the dialog box again takes 8-10 minutes to...
Hello friends want to find .c and .cpp files under /home/asheth directory. My command find /home/asheth -name "*.[c][cpp]" is not working. Please help me. ...
Dear Friends, You can now use your cellphone to catch up with whats happening at TWINCLING Society. In association with twitter.com the website features - ...
Use locate instead of find. $locate /home/asheth/*.c [or] $locate /home/asheth/*.cpp If you are using locate for the first time, some distributions need to...
Ashish Sheth wrote: Hello friends want to find .c and .cpp files under /home/asheth directory. My command find /home/asheth -name "*.[c][cpp]" is not working. ...
Hi, Try this find /home/asheth \( -name "*.c" -or -name "*.cpp" \) -print man 1 find -- ~Regards Srinivas...
srinivas raj
bseenu@...
Jun 6, 2007 8:18 am
2648
Dear Friends, The next TSM is scheduled to be held on Saturday, 9th June 2007 We have a very interesting and current topic - R I A (Rich Internet Applications)...
Dear Friends, The next TSM is scheduled to be held on Saturday, 9th June 2007 We have a very interesting and current topic - R I A (Rich Internet Applications)...
Hi all: Perl monks meditation on TMTOWTDIness at http://www.perlmonks.org/?node_id=615737 makes a very insightful & interesting read. What do the Scripting...
Hi all: Continuing the theme on Rich Internet Applications (RIA) that we discussed in the last TSM on 9th June, here is some more news. Adobe has released beta...
Hi all: An IRC session on Lua programming language is scheduled on Tuesday 12th June at 2130 hrs IST (UCT+05:30) for about one hour. Those of us who are...
... I keep telling people. Reg Exps are vrey useful tool in a programmer's hand. But, you should know when to use a hammer and when to use a screwdriver. There...
It sould be a pattern instead of regular expression. The following command will list out all .c,.h,.cpp, and .hpp files. $ find /home/celunite/test/ \( -iname...
Hi all: Does anybody know what is ext2 Execute in Place (XIP) feature ? How does it work ? Is it specially designed for Flash disks or would this work on IDE...
Hi all: Pre compiled Lua binaries can be downloaded from http://luabinaries.luaforge.net/download.html Lua should work fine on Windows XP, 2000, 2003. thanks ...
... Hi Sumit: Since you are on Windows you can install the windows binaries. They would work for WinXP, Win2000 and Win2003. The build system is sort of...
... Take a look at; http://www.mjmwired.net/kernel/Documentation/filesystems/xip.txt Not looked at this feature closely, but from what is on this link, I ...