Re: [Ilugc] Linux scripting: need some idea

2010-10-31 Thread Zico
On Mon, Nov 1, 2010 at 9:31 AM, Mehul Ved wrote: > > Does this help you? > > $ touch bv_001.3gp > > $ basename bv_001.3gp .3gp | cut -d "_" -f 2 > 001 > > $ FOO=`basename bv_001.3gp .3gp | cut -d "_" -f 2` > > $ echo $FOO > 001 > > $ echo `expr $FOO + 1` > 2 > > [ ... ] Thanks a lot for the help

Re: [Ilugc] Linux scripting: need some idea

2010-10-31 Thread Arun Kumar
On Mon, Nov 1, 2010 at 11:31 AM, Mehul Ved wrote: > On Mon, Nov 1, 2010 at 3:57 AM, Zico wrote: >> rename my file; is there any command of "mv" which can rename my file which >> starts with "bv_001.3gp"? Here, I just need to change the "number", but >> every other words "bv" and ".3gp" will be sa

Re: [Ilugc] generating dynamic images

2010-10-31 Thread Manokaran K
> On Sun, Oct 31, 2010 at 12:11 PM, Varrun Ramani >wrote: > > > Hi > > > > I wish to generate certificates on the fly, with a base certificate > > image(jpeg) and writing the names dynamically(reading from a data > > source). I need to write a script for this. Which language/library > > will best

Re: [Ilugc] submission

2010-10-31 Thread Arun Kumar
On Mon, Nov 1, 2010 at 1:43 PM, Britto Christy wrote: > -- > what does that mean? it's merely an empty post. ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] submission

2010-10-31 Thread Britto Christy
-- Regards Britto Christy ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] generating dynamic images

2010-10-31 Thread Arun Venkataswamy
On Mon, Nov 1, 2010 at 10:08 AM, Akilan R wrote: > It is possible to script this in GIMP using Script-fu. [Lua scripting is > also possible using plugins.] Or you could simply use batch mode if your > requirements are simple. > > GIMP is the pinnacle of open source image processing tools, and I

[Ilugc] Wikipedia Meetup in Chennai on Nov 14, 2010

2010-10-31 Thread Shrinivasan T
The Wikipedia Chennai meetup is a regular get-together of wikipedians (contributors and users) to meet up, discuss, share experiences, reach out and advocate for wikipedia and wikimedia. Date: : Sunday, 14-Novemeber-2010 10:00 AM - 5:30 PM IST Venue: ThoughtWorks Technologies (India) Pvt Ltd. vie

Re: [Ilugc] generating dynamic images

2010-10-31 Thread Akilan R
On Sun, Oct 31, 2010 at 12:11 PM, Varrun Ramani wrote: > Hi > > I wish to generate certificates on the fly, with a base certificate > image(jpeg) and writing the names dynamically(reading from a data > source). I need to write a script for this. Which language/library > will best suit my purpose?

Re: [Ilugc] Re: doubt in editor

2010-10-31 Thread manoj kumar
>Eclipse might have an overall better score, but nothing to beat Netbeans's > >GUI designer. It makes Java desktop application development as easy as VB. > >Netbeans also seems more practical with things like automatic distribution > >folder creation etc. > > +1 -- < A.ManojKumar > http://getch

Re: [Ilugc] Re: doubt in editor

2010-10-31 Thread Arun Venkataswamy
On Mon, Nov 1, 2010 at 7:45 AM, Ravi Jaya wrote: > > > > Hi .. > > > > For java programming best is ECLIPSE. > > > +1 > > > I have used both Eclipse and Netbeans. Eclipse might have an overall better score, but nothing to beat Netbeans's GUI designer. It makes Java desktop application development

Re: [Ilugc] Linux scripting: need some idea

2010-10-31 Thread Mehul Ved
On Mon, Nov 1, 2010 at 3:57 AM, Zico wrote: > rename my file; is there any command of "mv" which can rename my file which > starts with "bv_001.3gp"? Here, I just need to change the "number", but > every other words "bv" and ".3gp" will be same? Are there any "mv" command > to do so?? Does this h

Re: [Ilugc] Re: doubt in editor

2010-10-31 Thread Ravi Jaya
> > Hi .. > > For java programming best is ECLIPSE. > +1 -- Ravi Jaya Mobile: +91 97909 16181 ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Linux scripting: need some idea

2010-10-31 Thread Zico
On Mon, Oct 18, 2010 at 2:10 AM, Siddhesh Poyarekar <> wrote: > > You're basically looking to replace the oldest file at all times, > kinda like log rotation, so you can simply follow the logic: > > n=$(ls -1|wc -l) > lf n < 5 then > create the n+1th file > else > replace the file you get with

[Ilugc] Minutes of Meet with Prabhu

2010-10-31 Thread Shrinivasan T
Friends. Yesterday, we had a nice meeting with Prof. Prabhu Ramachandran. He started with little intro to python. He explained the powers of ipython shell. Then, explored the python powered mathematical software sage [ http://www.sagemath.org ] It is awesome to realiase the features of sage's web

Re: [Ilugc] generating dynamic images

2010-10-31 Thread Arun Venkataswamy
On Sun, Oct 31, 2010 at 12:11 PM, Varrun Ramani wrote: > Hi > > I wish to generate certificates on the fly, with a base certificate > image(jpeg) and writing the names dynamically(reading from a data > source). I need to write a script for this. Which language/library > will best suit my purpose?