-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 31 Oct 2003 23:46:12 -0800 Mohamed Alkanhal <[EMAIL PROTECTED]> wrote: >WA Alikum Assalam, > > I think an important step in Linux localization is to have >the Hijri >date as an option with the Gregorian one. Yousuf Alharthi has done >some good >work to bring UmAlqura calendar to Linux. He has created a Qt Hijri >library >that we hope it can be included in the new versions of Qt. You can >check the >ITL project on Arabeyes. By having this library, we think all KDE >applications (especially, the KCalendar and the Kmail) can have >the Hijri >date. He has also tried to modify the calendar applet on the KDE >desktop but >he couldn't complete this work due to the dependency of the applet >on the QT
Very nice work, Did you submit the Hijri code to KDE bugzilla ? give us the bug ID so we can vote for it >He has some good ideas that he wants others to share with him. I hope if Fayez can join us at arabeyes and he can continue the calendar applet > > Regarding the Quran project, What fonts you are using? KACST >can help >on the fonts as we have a font designer. Also, one of our latest >font >releases has a nice font that can be used for AlQuran Alkareem. no the problem is not in the fonts, we need someone can provide Us the quran in html/.doc/xml please read http://lists.arabeyes.org/archives/general/2003/October/msg00181.html to know what is the problem > >Regards, > > - Mohamed > > >>-----Original Message----- >>From: Ahmad Twaijry [mailto:[EMAIL PROTECTED] >>Sent: Friday, October 31, 2003 2:38 AM >>To: Fayez Alhargan >>Cc: 'Mohamed Alkanhal'; [EMAIL PROTECTED] >>Subject: RE: [Saudi Linux] Prayer time >> >> >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Al Salam Alycom >> >> >>Thank you brother for this great code >> >>I have just cvs it to cvs.arabeyes.org >>(http://cvs.arabeyes.org/viewcvs/projects/itl/) >>, we will use it insh'a Allah in any program that request Hijry >& Prayer >>code. >> >>I hope if you release any new version to send it to me (or to anyone >>in arabeyes.org). >> >>Right now I will insh'a Allah start making a GUI program base on >you >>code but I have a small question , how can I change the algorithm >from >>OmAlqrah to "Rabitat Al Alm Al Islamy" ? Do I have just to change >only >>the fajer and isha angle as in >>http://www.islamicfinder.org/HelpPrayCalArabic.html >>? >> >>I am asking this question because I want to support all the prayer >>algorithms >>in the program. >> >>BTW: Can KACST provide any help in Quran Project ? please read >>http://lists.arabeyes.org/archives/general/2003/October/msg00181.html >>http://www.arabeyes.org/~nadim/tmp/qc.html >>http://www.arabeyes.org/project.php?proj=Quran >> >>Pictures : >>http://mhdyousif.hypermart.net/quran/qtquran-0.09.jpg >>http://home.wanadoo.nl/m.ben.moussa/Arabeyes/quran.jpg >>http://mhdyousif.hypermart.net/quran/qtquran-0.08.jpg >> >> >> >>On Thu, 30 Oct 2003 02:02:12 -0800 Fayez Alhargan <[EMAIL PROTECTED]> >>wrote: >>>Aslam Alukam >>>Setting the >>>longtud=45;latud=25; >>>you must convert the degrees,minutes,seconds to decimal format >>>e.g. 24 30 N becomes 24+30/60= 24.5 in decimal >>>then from decimal you convert it to radians 24.5*pi/180, then >you >>>pass >>>the values to the subroutins. >>>In drvr1.cpp param[1]= longtud*DToR >>>Follow the example drvr1.cpp that should explain most of the code. >>>Attached are the location for 13 cities in S.A. >>>Other location can be found in www.islamicfinder.org >>><http://www.islamicfinder.org/> >>> >>>Regards >>>Fayez Alhargan >>> >>> >>>-----Original Message----- >>>From: Ahmad Twaijry [mailto:[EMAIL PROTECTED] >>>Sent: 29/Oct/2003 12:00 AM >>>To: Mohamed Alkanhal >>>Cc: Fayez Alhargan; [EMAIL PROTECTED] >>>Subject: RE: [Saudi Linux] Prayer time >>> >>>-----BEGIN PGP SIGNED MESSAGE----- >>>Hash: SHA1 >>> >>>Al Salam Alycom >>> >>>Jazak Allah Kayer >>> >>>Very nice code, I have just make it work in linux and I will insh'a >>>Allah >>>CVS it to cvs.arabeyes.org and start working in a GUI prayer time >>> >>>but I have a small problem I hope you can help me >>> >>>my problem is how can I set the Latitude & Longitude in the code >>>: >>> >>> longtud=45;latud=25; >>> >>>for example let say I want to get the prayer time in Madinah (24 >>>30 N >>> 39 35 E) >>> >>>how can I put that in longtud=45;latud=25; ? >>> >>>my other question is where can I get a list of Latitude & Longitude >>>for >>>all cities (at less ,Saudi Arabia cities) >>> >>>Thank you again for this great code >>> >>> >>> >>> >>> >>>On Tue, 28 Oct 2003 01:28:50 -0800 Mohamed Alkanhal >>><[EMAIL PROTECTED]> >>>wrote: >>>>Ahmed, >>>> >>>> UlAqurra prayer time is written under DOS. For this reason, >> >>>you >>>>might >>>>need to do few changes to port this program from DOS to linux. >>>If >>>>you want >>>>the console to work you need to replace conio with ncurses. However, >> >> >>>> >>> >>>> since >>>>you are only concerned about the main engine and you will build >>>>your own >>>>GUI, you only need the prayer time caculation engine and no changes >>>>will be >>>>needed. >>>> >>>> - Mohamed >>>> >>>>>-----Original Message----- >>>>>From: Fayez Alhargan [mailto:[EMAIL PROTECTED] >>>>>Sent: Tuesday, October 28, 2003 10:26 AM >>>>>To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >>>>>Subject: FW: [Saudi Linux] Prayer time >>>>> >>>>> >>>>> >>>>> >>>>>-----Original Message----- >>>>>From: Ahmad Twaijry [mailto:[EMAIL PROTECTED] >>>>>Sent: 27/Oct/2003 12:00 AM >>>>>To: Fayez Alhargan >>>>>Subject: RE: [Saudi Linux] Prayer time >>>>> >>>>>-----BEGIN PGP SIGNED MESSAGE----- >>>>>Hash: SHA1 >>>>> >>>>> >>>>>Jazak Allah Kayer >>>>> >>>>>I can't compile alqrah.cpp >>>>> >>>>>$ g++ -o alqrah alqrah.cpp >>>>>alqrah.cpp:31:17: conio.h: No such file or directory >>>>> >>>>>Any help ? >>>>> >>>>>BTW did you try http://www.4-sms.com/u/03/10/msx-ITimer21.tar.gz >>>>> >>>>>this code is very simple and display the prayer time for any >city >>>>(just >>>>>paste the city info. in the command line) >>>>> >>>>> >>>>> >>>>>On Mon, 27 Oct 2003 02:26:58 -0800 Fayez Alhargan >>>>><[EMAIL PROTECTED]> >>>>>wrote: >>>>>> >>>>>>Code attached >>>>>>See also: www.islamicfinder.com >>>>>> >>>>>>-----Original Message----- >>>>>>From: Mohamed Alkanhal [mailto:[EMAIL PROTECTED] >>>>>>Sent: 25/Oct/2003 12:00 AM >>>>>>To: [EMAIL PROTECTED] >>>>>>Cc: Yousof Aali Alharthi; Dr. Fyez Alhargan >>>>>>Subject: RE: [Saudi Linux] Prayer time >>>>>> >>>>>>Assalam Alikum Ahmed, >>>>>> >>>>>> It's good to see you again working on another Linux >project. >>>>>>We >>>>>>at KACST have the source code of UmAlqura prayer time. It was >>>>developed >>>>>>by Dr Fayez Alhargan ([EMAIL PROTECTED]) to whom this email >>>>>>is cc'd. >>>>>>I'm sure he will be pleased to provide you with the source >code. >>>>>> >>>>>> >>>>>>Regards, >>>>>> >>>>>> - Mohamed >>>>>> >>>>>> >>>>>> -----Original Message----- >>>>>>From: Ahmad Twaijry [mailto:[EMAIL PROTECTED] >>>>>>Sent: Friday, October 24, 2003 4:20 PM >>>>>>To: General Arabization Discussion >>>>>>Cc: Saudi Linux Group >>>>>>Subject: [Saudi Linux] Prayer time >>>>>>-----BEGIN PGP SIGNED MESSAGE----- >>>>>>Hash: SHA1 >>>>>> >>>>>>Al Salam Alycom >>>>>> >>>>>>I am planning to create a GUI prayer program for Linux >>>>>> >>>>>>if anyone want/can help with anything (Codes,Graphic or links) >>>>please >>>>>>email me >>>>>> >>>>>>- -------------------- >>>>>>http://eShop.4-SMS.Com >>>>>>http://Mozilla.4-SMS.Com >>>>>>- -*- If Linux doesn't have the solution, you have the wrong >>>problem >>>>>>-*- >>>>>>-----BEGIN PGP SIGNATURE----- >>>>>>Note: This signature can be verified at >>>>>https://www.hushtools.com/verify >>>>>>Version: Hush 2.3 >>>>>> >>>>>>wkYEARECAAYFAj+ZJu4ACgkQIIFs5Sdd9ZhGlQCfQSA+ww0Mwr+1wV/MaNifUipvvXkA >>>>>>n1ZpRVun2Ojdltwoe74TisP722NR >>>>>>=RHiC >>>>>>-----END PGP SIGNATURE----- >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>Yahoo! Groups Sponsor >>>>>> >>>>>> >>>>>>ADVERTISEMENT >>>>>> >>>>>><http://rd.yahoo.com/M=194081.4074964.5287182.1261774/D=egroupweb/S=1 >>>70 >>>>>5 >>>>>>135712:HM/A=1706996/R=0/SIG=11p5b9ris/*http:/www.ediets.com/start.cfm >>>?c >>>>>o >>>>>>de=30509&media=atkins> click here >>>>>> >>>>>> >>>>>><http://us.adserver.yahoo.com/l?M=194081.4074964.5287182.1261774/D=eg >>>ro >>>>>u >>>>>>pmail/S=:HM/A=1706996/rand=238202865> >>>>>> >>>>>>====================================== >>>>>> >>>>>>��� �������� ���� ����� ����� ��� ���� >>>>>>���� �� ����� ���� ���� �������� >>>>>> >>>>>>====================================== >>>>>> >>>>>>Your use of Yahoo! Groups is subject to the Yahoo! >>>>>><http://docs.yahoo.com/info/terms/> Terms of Service. >>>>>> >>>>>- -------------------- >>>>>http://eShop.4-SMS.Com >>>>>http://Mozilla.4-SMS.Com >>>>>- -*- If Linux doesn't have the solution, you have the wrong >problem >>>>-*- >>>>>-----BEGIN PGP SIGNATURE----- >>>>>Note: This signature can be verified at >>>https://www.hushtools.com/verify >>>>>Version: Hush 2.3 >>>>> >>>>>wkYEARECAAYFAj+dHWwACgkQIIFs5Sdd9ZinTgCgpQm6+zHQ7JHyHbNV0P7u6eS8uZsA >>>>>oLKfjAoZrF9hemUn1ALeG6kMfbcZ >>>>>=59Ai >>>>>-----END PGP SIGNATURE----- >>>>> >>>>> >>>> >>>> >>>> >>>> >>>- -------------------- >>>http://eShop.4-SMS.Com >>>http://Mozilla.4-SMS.Com >>>- -*- If Linux doesn't have the solution, you have the wrong problem >>>-*- >>>-----BEGIN PGP SIGNATURE----- >>>Note: This signature can be verified at https://www.hushtools.com/verify >>>Version: Hush 2.3 >>> >>>wkYEARECAAYFAj+f/vYACgkQIIFs5Sdd9Zjd0QCfTul8O+ZuIqIYUe0rXFeUhXVLwEwA >>>njm99YbptZtIqfu3/4sbDvsasRgt >>>=YVWZ >>>-----END PGP SIGNATURE----- >>> >>- -------------------- >>http://eShop.4-SMS.Com >>http://Mozilla.4-SMS.Com >>- -*- If Linux doesn't have the solution, you have the wrong problem >-*- >>-----BEGIN PGP SIGNATURE----- >>Note: This signature can be verified at https://www.hushtools.com/verify >>Version: Hush 2.3 >> >>wkYEARECAAYFAj+hoNMACgkQIIFs5Sdd9ZiapgCghLdnXcAcfo8VaEgeVZK7E5q7TQIA >>n11n0k71AO9wmbQKloh4i/wA50oy >>=yOfV >>-----END PGP SIGNATURE----- >> >> > > > > - -------------------- http://eShop.4-SMS.Com http://Mozilla.4-SMS.Com - -*- If Linux doesn't have the solution, you have the wrong problem -*- -----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.3 wkYEARECAAYFAj+lga4ACgkQIIFs5Sdd9ZjtswCeIuNimuJYqB91Ffx/GBn4lhZhu4gA nRUfGKhznZQ6bSOl/NETOsC0FHi8 =QK03 -----END PGP SIGNATURE----- _______________________________________________ General mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/general

