Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Santhosh Thottingal
On Mon, 22 Nov 2010 23:18:17 -0800 Vinodh Rajan wrote >> >> But it returns out put as : The string input: தமிள் and its length:5 >> Now I want to have the out put as 3 but not as 5, how to achieve that? >You have to some logical manipulation, to count the syllables instead of >Unic

Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Ma Sivakumar
2010/11/23 రహ్మానుద్దీన్ షేక్ : > I have this code in php to read the length of a string in utf-8, > >  header("Content-Type: text/html; charset=utf-8"); >  $a = "தமிள்"; >  $c = strlen(utf8_decode($a)); >  echo "The string input: ".$a." and its length:".$c; > ?> > > But it returns out put as : Th

Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Vinodh Rajan
> > But it returns out put as : The string input: தமிள் and its length:5 > Now I want to have the out put as 3 but not as 5, how to achieve that? > தமிள் [sic] is made up of 5 Unicode code points. Tamil Letter TA, Tamil Letter MA, Tamil Vowel Sign i, Tamil Letter LA, Tamil Sign Virama. So the o

[Ilugc] Anybody help, Grub resuce> problem

2010-11-22 Thread Elango Rangan
I am using Ubuntu 10.4. Lucid Linux. When i update ubuntu in update manager, it asked to install some grub installation,  i gave yes, after updation i restarted the pc, i wont get ubuntu, it comes command prompt mode and it says - error no such device Grub rescue> I am not able to enter any oper

Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Arun Venkataswamy
2010/11/23 రహ్మానుద్దీన్ షేక్ > I have this code in php to read the length of a string in utf-8, > > header("Content-Type: text/html; charset=utf-8"); > $a = "தமிள்"; > $c = strlen(utf8_decode($a)); > echo "The string input: ".$a." and its length:".$c; > ?> > > But it returns out put as : Th

Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Kenneth Gonsalves
On Tue, 2010-11-23 at 12:33 +0530, రహ్మానుద్దీన్ షేక్ wrote: > But it returns out put as : The string input: தமிள் and its length:5 length *is* 5 (and it is தமிழ்) -- regards KG http://lawgon.livejournal.com ___ ILUGC Mailing List: http://www.ae.iitm.ac

[Ilugc] php problem reading utf characters.

2010-11-22 Thread రహ్మానుద్దీన్ షేక్
I have this code in php to read the length of a string in utf-8, But it returns out put as : The string input: தமிள் and its length:5 Now I want to have the out put as 3 but not as 5, how to achieve that? Thanks & Regards Rahimanuddin Shaik నాని ___ I

[Ilugc] drupal calander

2010-11-22 Thread Saravanan Selvamani
hi i got the following error when i install the calander module in drupal . i tried so much by googling. But i could not find any solution for that . - warning: file_get_contents(themes/zeropoint/js/ jquery.jcarousel.min.js ): failed to open stream: No such file or directory in

Re: [Ilugc] [Help] can any one give contact number of ilug in coimbattore ?

2010-11-22 Thread பாலாஜி நாராயணன்
On 23 November 2010 10:52, jaya kumar wrote: > hi to all > > can any one give contact number of ilug in coimbattore ? > > one of my friend in coimbattore he asking to participate there itself ilug > coimbattore > > so it will be very helpful and useful to get any contact number of ilugc > coimbatt

[Ilugc] [Help] can any one give contact number of ilug in coimbattore ?

2010-11-22 Thread jaya kumar
hi to all can any one give contact number of ilug in coimbattore ? one of my friend in coimbattore he asking to participate there itself ilug coimbattore so it will be very helpful and useful to get any contact number of ilugc coimbattore . to stay touch with there ,,i hoope this help will

Re: [Ilugc] Re: [Tip] Fun with Terminal

2010-11-22 Thread Tha.Suresh
>> >> $ echo SUxVR0MgUm9ja3MgOy0pDQo= | base64 -d -- Regards, Tha.Suresh My experiences with Linux are here, http://thasulinux.wordpress.com ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Re: [Commercial] ELPA is here ! My Company and My Vision #nsisodiya

2010-11-22 Thread Mohan R
On Thursday 18 November 2010 10:32 PM, Narendra Sisodiya wrote: PS: I am already associate with many non-profit work, like l...@iitd, SchoolOS& Its community development, Project Eduvid , fossjobs.in and many other things. These will not be affected as I will be working on these project too. I a

[Ilugc] Re: [Tip] Fun with Terminal

2010-11-22 Thread Mohan R
On Wednesday 17 November 2010 09:45 PM, Tha.Suresh wrote: $ echo SSBMb3ZlIFlvdQo= | base64 -d $ echo VXNlIHNvbWUgb3RoZXIgc2VudGVuY2UgbWF0ZSA6KQo= | base64 -d :) Cheers, Mohan R ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] How to install slax os in cd ? as bootable ?

2010-11-22 Thread Kenneth Gonsalves
On Tue, 2010-11-23 at 06:20 +0530, Girish Venkatachalam wrote: > USB booting is easy if you get your feet wet. > > My stuff is very good actually. ;) > > http://liveusb-openbsd.sf.net > > do not top post -- regards KG http://lawgon.livejournal.com

Re: [Ilugc] How to install slax os in cd ? as bootable ?

2010-11-22 Thread Girish Venkatachalam
USB booting is easy if you get your feet wet. My stuff is very good actually. ;) http://liveusb-openbsd.sf.net -Girish On Mon, Nov 22, 2010 at 12:19 PM, Shrinivasan T wrote: > Hi, > > You have to download "download Slax for CD" from > http://www.slax.org/get_slax.php > > I hope it is not possi

[Ilugc] [Tip] Fun with Terminal-1

2010-11-22 Thread Tha.Suresh
If you want some fun and utilise your time with terminal, The "randtype" 'll helps for you. $ randtype /etc/passwd will slowly type out the file. or you can able to read any text file. Like "Matrix" movie effect. ;-) $ randtype a.txt For more info see the man page. :-) Ex: th...@ubuntu:~$

Re: [Ilugc] FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread Baskar Selvaraj
> What are the topics you are going to take in the FDP. > If possible I may able to help you to get some volunteers from CBE region > > Introduction to FOSS MySQL PHP Python PERL Refer Anna University, Coimbatore syllabus for CSE, page 15 and 21 http://www.annauniv.ac.in/syllab_curriculam_pdf/200

Re: [Ilugc] FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread Baskar Selvaraj
> > How will you define a qualified trainer ?? >> >> > As FDP is all about training faculties, I am looking for trainers who is > good in technical as well in presentation. (I received few mails offlist, > saying that the person has been using Linux for past 6 months/1 year and > interested in doin

Re: [Ilugc] FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread JAGANADH G
On Mon, Nov 22, 2010 at 9:01 PM, Baskar Selvaraj wrote: > > > > > How will you define a qualified trainer ?? > > > > > As FDP is all about training faculties, I am looking for trainers who is > good in technical as well in presentation. (I received few mails offlist, > saying that the person has b

Re: [Ilugc] FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread Baskar Selvaraj
> > How will you define a qualified trainer ?? > > As FDP is all about training faculties, I am looking for trainers who is good in technical as well in presentation. (I received few mails offlist, saying that the person has been using Linux for past 6 months/1 year and interested in doing FDP in

Re: [Ilugc] FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread JAGANADH G
> Now, 6 engg. colleges have requested for Faculty Development Programme on > FOSS in the month of December (all at the same time). I am really finding > it > difficult to get qualified trainers for successfully conducting these FDPs. > > How will you define a qualified trainer ?? --

Re: [Ilugc] [Commercial] ELPA is here ! My Company and My Vision #nsisodiya

2010-11-22 Thread aditya foryou........forever.............
On Sun, Nov 21, 2010 at 1:45 PM, Arun Venkataswamy wrote: > On Sat, Nov 20, 2010 at 7:50 AM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > > > PS: Think like MAC, a hardware and a software, which just work... > > > > Good Idea. That will be great. > > > > > PS1: Also, the customer/

[Ilugc] grub rescue> problem

2010-11-22 Thread Elango Rangan
I am using Ubuntu 10.4. Lucid Linux. When i update ubuntu in update manager, it asked to install some grub installation,  i gave yes, after updation i restarted the pc, i wont get ubuntu, it comes command prompt mode and it says - error no such device Grub rescue> I am not able to enter any oper

[Ilugc] Re: FOSS Lab Setup in Vellalar College of Engineering and Technology, Thindal, Erode District

2010-11-22 Thread Baskar Selvaraj
Dear all, > > Today, myself and Mr. Balamurugan setup a 25 seat FOSS lab for Vellalar > College of Engineering and Technology, Thindal, Erode District, ( > http://www.vellalar.com/Engg/index.htm) for the department of MCA using > Fedora-13. > > For any feedback, pl. contact Prof. L.M.Palanivelu /

Re: [Ilugc] queries: setting up svn access via apache/ssl

2010-11-22 Thread Shrinivasan T
Hi, The required module for apace is not "modsvn" It is libapache2-svn Install this module. Here is a great article that explains everything in detail. http://www.howtoforge.com/debian_subversion_websvn Wishes. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.co

[Ilugc] I want to enroll

2010-11-22 Thread Prethesh Bhalotia
hi -- Regards, Bhalotia ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc