exectuable to code

2006-01-07 Thread S Khadar
hi all i have a perl executable - now i want to edit the program... any help S K

Fwd: checking gzip files

2005-12-30 Thread S Khadar
Hi all, I have a 15 thousand directories - each of them contain say 10 files (all *.gzip) out of this 10 *.gz files - I want to check whether a file named foo.gz contain any content or not - since my files are gzipped even the blank file occupies some size. have a look at my code

Re: Plotting a 2D chart

2005-12-30 Thread S Khadar
hi aditi - there are around 50 sample plots - including codes available at GD::Graph ! you can use this - I am working on a linux platform and i strongly recomends u to use the same. To install GD::Graph u have to install gd-lib and GD, I can guide you installation matter - if ur using a linux mach

Re: graf-code

2005-12-29 Thread S Khadar
Hi all, :) I have done atlast - i used Image::Magick to generate my static - data set - including curve and a small PERL script will do the reading and plotting of the points. But, still the annotation is not working on my server and pc :( #29/12/2005 # [EMAIL PROTECTED] #!/usr/bin/perl use Imag

Image::Magick Annotate

2005-12-28 Thread S Khadar
Hi all, I am using IM as a part of my work. I have one strange - yet simple problem - I used these code in my program $ima->Annotate(fill=>'red', font=>'Generic.ttf', primitive=>'string',x =>"35", y => "30", pointsize=>'40', text=>"FU FU ~ FU F server"); but the option Annotate is not workin

GD::Help + Image::Magick+Linear fit

2005-12-26 Thread S Khadar
TED]> wrote: > > On Sun, 25 Dec 2005 16:21:10 +0530, [EMAIL PROTECTED] (S Khadar) wrote: > > >Dear all, > > > >I am using GD::Graph for developing an online graph - What I need is a > >(GD::Graphpoints) - Graph - I have already done this and works fine, Now > I

GD::Help

2005-12-25 Thread S Khadar
Dear all, I am using GD::Graph for developing an online graph - What I need is a (GD::Graphpoints) - Graph - I have already done this and works fine, Now I want to draw a line (best fit straight line / trends line (linear) ) through maximum number of points in this graph and I want to circle them

GD::Help !

2005-12-25 Thread S Khadar
Dear all, I am using GD::Graph for developing an online graph - What I need is a (GD::Graphpoints) - Graph - I have already done this and works fine, Now I want to draw a line (best fit straight line / trends line (linear) ) through maximum number of points in this graph and I want to circle them