|
Perl Problem
2009-01-24 05:42:00 In perl, why does the compilation take place from source code to a virtual machine code?What are the advantages of such a procedure when the virtual machine code is only for a virtual machine and cannot run on any existing machine and why is it considered so advanced?
munpack ? decode base64 MIME multi-part email attachments
2009-01-03 14:46:00 How to decode multi-part MIME encoded email attachments on Linux? Examples with munpack, php, GNU base64, C based b64, perl and mimedecode.
By: Linux Blog
Perl problem
2009-01-01 09:30:00 I have Strawberry Perl installed on my PC(Win98 OS).How do I get the command window for writing and executing the programs?
Panic a new Coda
2008-11-12 19:08:00 Here at digitalrendezvous we love the software of the Panic guys, better yet we love them too. One of our favorite software is Coda with it’s slick clean interface and it’s dope Mac user experience, it’s one of the best editors out there. Shall we say: Coda has a posse? With Coda every evolutionary step ...
Perl Medic: Transforming Legacy Code
2008-07-08 01:40:00 Today's Perl developers spend 60-80% of their time working with existing Perl code. Now, there's a start-to-finish guide to understanding that code, maintaining it, updating it, and refactoring it for maximum performance and reliability. Peter J. Scott, lead author of Perl Debugged, has written the first systematic guide to Perl software engineering. Through extensive examples, he shows how to bring powerful discipline, consistency, and structure to any Perl program-new or old. You'll discover how to:Scale existing Perl code to serve larger network, Web, enterprise, or e-commerce applicationsRewrite, restructure, and upgrade any Perl program for improved performanceBring standards and best practices to your entire library of Perl softwareOrganize Perl code into modules and components that are easier to reuseUpgrade code written for earlier versions of PerlWrite and execute better tests for your software...or anyone else'sUse Perl in team-based, methodology-driven environmentsDoc...
FTP Using a One-Liner and Perl Script
2008-06-30 11:29:00 A colleague of mine, Mahlon Anderson, wanted to revisit the FTP Using a Shell Script post. Here is what he had to say... Here is a creative way to put an FTP command on a single line. Why one line? The short story is I needed to do an ftp in a crontab without calling another script. Three things to note: 1) I have only tested this with Solaris 8. 2) This works in the one true shell, Bourne shell. 3) If you have a "$" in your password, it might cause you problems. echo ?quote user quote pass cd bin lcd put ? | ftp ?n Use this in a Perl script. (I didn?t have access to the CPAN FTP module) # vi myftp.pl #!/usr/bin/perl $USER = ?esoft?; $PASSWORD=?myftp125?; $REMOTE=?esoft?; $DIR=?/jpg_dir; $FILE=?esoft.jpg?; $echo = ?echo ?quote user ? . $USER. ? quote pass ? . $PASSWORD .? bin lcd ? . $DIR . ? mput $FILE ??; @status = ?$echo| ftp ?nv $REMOTE?; print @status; :wq! The FTP module is for doing FTP directly with Perl...basically system calls to the C library dire...
By: My SysAd Blog
Using Perl To Handle Mass Mailing In Linux Or Unix
2008-06-07 05:26:00 Simple Perl Script To Do Mass Emailing From Lists Running Any Mail Agent On Linux Or Unix.
By: Server Tales
Using Perl To Handle Mass Mailing In Linux Or Unix
2008-06-07 05:26:00 Simple Perl Script To Do Mass Emailing From Lists Running Any Mail Agent On Linux Or Unix.
By: Server Tales
Perl by Example (3rd Edition) (Prentice Hall Ptr Open Source Technology Ser
2008-06-05 06:06:00 Perl by Example (3rd Edition) (Prentice uranologist Ptr Open Source Technology Series) (Paperback)By Ellie Quigley Buy new: $34.3043 utilised and new from $4.98 Customer Rating: First tagged “linux” by Prussian7 “prussian7″ Customer ...
Simple Perl Script To Demonstrate DNS Name Lookups In Linux
2008-05-24 15:32:00 This article approaches the opposite of a double-reverse-lookup (The double-reverse-lookup being IP to Name to IP mapping, with this being Name to IP to Name mapping). Some sites use Double Reverse Lookups as a security measure.
By: Server Tales
Hot Scripts - ??? PHP, CGI, Perl, Java ? ASP ?????
2008-05-20 03:57:00 Hot Scipts ??????????????????????? PHP, CGI, ASP, Perl, Java Scripts ??? AJAX, C & C++, Ruby On Rails(RoR), Python ????????????????????????????PHP-???????????????????????? ???????? Hot Scripts ???????????????????????????????-???????Hot Scripts ??????????????????????????? ??????? (???) ??????????????????????????? Visit ???????????????????????????????-??????????? Hot Scripts ????? ??????http://www.hotscripts.com-/ ???? Hyperphp.com - 350MB/15GB/PHP/MySQL MyHosting247 - 5GB/20GB ???????PHP??? Picamatic - ??????????????????? PHPJunkyard - ??PHP???PHP?????? Free-PHP.net…
[IT_Group:5608] Fw: Excellent Opportunity in PERL-Developer!!
2008-04-25 09:11:00 Warm Regards,Rakesh Parekh09724308765 09328452739 rparekh81@yahoo.co.in rprekh81@gmail.com ----- Forwarded Message ----From: "priti@menergy.in" <priti@menergy.in>To:...- [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
By: IT Group
Ein Stück Österreichischer Automobilgeschichte: PERL
2008-04-12 12:45:00 in ebay bin ich über folgenden Ventildeckel gefallenquelle:ebayer gehört zu einem Fahrzeug der Automarke PERL Wien-Liesing.sie bauten von 1920 bis 1925 cyclecars und nutzfahrzeuge. der deckel selber gehört zu einem 900ccm motorich habe 2 links (leider) über die marke gefundendieser hier beschreibt ganz kurz die geschichte:http://www.gtue-oldt-imerservice.de/074,0001,01546,0-00,00000.html?PHPSESSID=2433cf9-b13b5a15513466defa0cc78d3und bei diesem hier zeigt ein Schienenfahrzeug im Stubaithal der marke Perl:http://members.fortunecity-.com/reisenge/TIROL/verkehr/stu-bai/stubai1.htmund hier gehts zu ebay zum ventildeckel:http://cgi.ebay.de-/ws/eBayISAPI.dll?ViewItem&rd=1-&item=140222444075&ssPageName=S-TRK:MEWA:IT&ih=004wer mehr infos und evtl. auch ein bild von einem auto hat...soll mir das doch mal schicken!
History meme, in Perl!
2008-04-12 00:00:00 So I submitted a post to perlmonks RE: all the 'history meme' brouhaha. I provided two one liners in Perl (Below) and asked for people to improve/shorten/spice up the 'history meme' via Perl. We'll see how that goes :). So, here's what I gave them to start with: history | perl -le 'while($l = ) {$n=${[split(/s+/,$l)]}[2];$h{$-n}++;} $i=0;foreach $k (reverse sort {$h{$a}$h{$b}} keys %h) {last if $i > 9; print "$h{$k} $k"; $i++;}' history | perl -le 'while($l = ) ; {$n=${[split(/s+/,$l)]}[2];$h{$-n}++;} $i=0;@a=reverse sort {$h{$a}$h{$b}} keys %h; print "$h{$a[$_]} $a[$_]" for (0..9)'
By: Just-Another.Net
Using Perl?s Net::SMTP module
2008-03-10 16:23:00 Perl comes with a ready-made module for talking to mailservers, making it very easy to get your scripts to send out email alerts and other messages. This tutorial explains how to use the Net::SMTP module, and gives some examples of it in action
By: Server Tales
Why I still use Perl..
2008-03-05 00:00:00 I have a sizable nagios log file that I needed to parse somewhat quickly to return the most recent iteration of a particular message. I thought about implementing something in python, but I whipped up the below Perl script in about few minutes that does just what I need... #!/usr/bin/perl -w use strict; use Tie::File; use Fcntl; # Log file to parse. my $logfile = '/var/log/nagios/syslog-nagios'-; my @msgs = (); # Get the logfile in a data structure quietly tie @m...Read More..
By: Just-Another.Net
Developing RESTful Web Services in Perl
2008-02-19 19:10:00 REST has become a widely used alternative to protocols such as SOAP, providing a simpler way to tell your server what you want to do without all that messy WSDL stuff. In this article, you’ll see how to create a RESTful web service, using Perl.
rmnl ? remove new line characters with tr, awk, perl, sed or C/C++
2008-01-15 17:12:00 How to remove new line characters: example shell one-liners using tr, awk, perl and sed. C and C++ source code examples are also provided.
By: Linux Blog
rmnl ? remove new line characters with tr, awk, perl, sed or C/C++
2008-01-15 17:12:00 How to remove new line characters: example shell one-liners using tr, awk, perl, sed, haskell, ghc, xargs, sam, ssam, bash and python. C and C++ source code examples are also provided.
By: Linux Blog
Parse XML Records with Perl Script
2008-01-12 11:42:00 A colleague, Mahlon Anderson, and I were thinking of ways of splitting up a fairly large XML file, which had approximately 27K records in it. I wanted to split this file into smaller ones, each having about 250-300 records, because my former web host service kept complaining about constant CPU quota overloads during uploads.With the service, I had plenty disk space and plenty bandwidth but limited CPU usage. Apparently, I didn?t notice that sticky point in the fine print while signing up for the service. At any rate, here is Mahlon's "quick and dirty" XML Perl parser. By the way, a different and more extensive parsing implementation was later used as the permanent solution.# vi parser.pl#!/usr/bin/perl$file = @ARGV[0];open(_FH, "$count = 0; $files_counter=1;$max_records = 300; while (_FH){ if($count == 0) { $filename = $file . "_part_" . $files_counter; open(FH2, "> $filename") or die "Unable to open file: $filename "; $count++; } ...
By: My SysAd Blog
Split XML Records with Perl Script
2008-01-12 11:42:00 A colleague, Mahlon Anderson, and I were thinking of ways of splitting up a fairly large XML file, which had approximately 27K records in it. I wanted to split this file into smaller ones, each having about 250-300 records, because my former web host service kept complaining about constant CPU quota overloads during uploads. A Perl splitter quickly came to mind.With the web host service, I had plenty disk space and plenty bandwidth but limited CPU usage. Apparently, I didn?t notice that sticky point in the fine print while signing up for the service.A different splitting implementation was later used as the permanent solution, but here is Mahlon's "quick and dirty" XML Perl splitter-- printed with his permission of course.# vi split.pl#!/usr/bin/perl$file = @ARGV[0];open(_FH, "$count = 0;$files_counter=1;$max_records- = 300; while (_FH){if($count == 0){$filename = $file . "_part_" . $files_counter;open(FH2, "> $filename") or die "Unable to open file: $filename ";$count++;}if (grep ...
By: My SysAd Blog
Wicked Cool Perl Scripts: Useful Perl Scripts That Solve Difficult Problems
2008-01-07 03:01:00 Wicked Cool Perl Scripts: Useful Perl Scripts That Solve Difficult Problems (Paperback)By Steve Oualline Buy new: $29.95$21.8647 utilised and new from $4.42 Customer Rating: First tagged “linux” by Jure Kodžoman “Yure” Customer ...
Perl by Example (4th Edition) (By Example) (Paperback)
2008-01-05 03:01:00 Perl by Example (4th Edition) (By Example) (Paperback)By Ellie Quigley Buy new: $31.4932 utilised and new from $27.93 Customer Rating: First tagged “linux” by M. Seidel Customer tags: perl, open source, best ...
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PH
2008-01-01 10:56:00 Book DescriptionThis handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including: Supported metacharacters for each langu...
Class Serialization in Perl
2007-12-28 02:15:00 Serialization in Perl is the process of saving a class with multiple data types to a scalar (string of bytes). This can be used to save objects to a file or to transmit objects across the Internet. For this article I am going to describe the basics of creating a class in Perl and serialize it using the following packages: Data::Dumper, FreezeThaw, PHP::Serialization, and XML::Dumper. Data types in Perl Before we serialize anything we first need to learn a bit about the data types in Perl. There are only three data types in Perl, these are scalars, arrays and hash tables. Below is an example of each. $myScalar = 'This is a Scalar';read more
By: OhmPie
Llega Perl 5.10, primera actualización en cinco años
2007-12-27 15:29:00 La Fundación Perl acaba de lanzar Perl 5.10, la primera nueva versión de este lenguaje de programación en cinco años, para hacerlo más sencillo y útil a los programadores. Leer más... (http://www.entrebits.cl/webmas-ters/temas-generales/llega-perl--5-10-primera-actualizaci-n-en--cinco-a-os.html)
By: entrebits
Additional OMA DRM?s Permission
2007-12-20 14:13:00 The perl library in this article — “Perl Module to encapsulate OMA DRM format for a media type” only supports the following permissions: o-dd:display o-dd:play As some readers asked me to include additional permission, and I’ve included the following permissions: o-dd:print o-dd:execute You can download the package at Net-OmaDrm-0.10.tar.gz.
By: Art Of Mobile
Happy 20th birthday Perl
2007-12-19 03:47:00 According to perlbuzz.com and Wired News , December 18th 2007 marks the 20th anniversary of release 1.0 of Perl, my favorite programming language. These days Perl is most often thought of as the first “web programming” language. Back in 1994 or so when public access to the ...
Web Scrape by mjs1
2007-12-04 09:11:00 Status: Open Budget: $30-100 Created: 12/03/2007 at 21:45 EST Bidding Ends: 12/08/2007 at 21:45 EST Project Creator: Description: I would like a script to pull data from a website. I will need all data from site in a database or excel. MS Access preferred. Job Type: Data ProcessingMarket ResearchPerl/CGIScript InstallationVisual Basic Database: (None) Operating system: (None) Bid count: 5 Average bid: $ 74 Signup here!
By: GetAFreelancer
Hop Site by xout
2007-12-04 09:06:00 Status: Open Budget: $100-300 Created: 12/03/2007 at 18:09 EST Bidding Ends: 12/08/2007 at 18:09 EST Project Creator: Description: I currently have a Hip-Hop site but it looks more like a Rumor site. I currently use Joomla and I think thats what I want but I need my site tolook similiar to my competitors Allhiphop.com, SOHH.com, HipHopdx.com and such websites. The site has only been up 1 month and is already in Top 100 for Alexa so we are getting visitors. However its about time we move from Rumor style site to great looking displayed site like Allhiphop.com, Sohh.com, and Hiphopdx.com?I am currently looking at something that can be done before Jan. 1st and be a great website with great looks. I also need better security. I have tight security as of now but I need another full time webmaster so that we can keep it safe and also have a great looking site. If you are intersted please contact me asap because we need to get started soon ...
By: GetAFreelancer
Emergency Perl Alarm Clock
2007-12-03 12:14:00 I was up at 3am last nigh-t without an Internet conne-ction and an alarm clock - plus cron was not workin-g so I had to come up wi-th a way to build an alar-m clock as fast as possible to make sure I- can wake up ontime to go- to work! I chose to do it in Perl for some reason and use the Debian XMMS music player to play a good song to wake me up. Here is the resulting code in case you ever need a quick and dirty alarm clock written in Perl! Save this code to a text file called alarm.pl…
Onpage UPS Shipping Calculator by andresh99
2007-12-03 06:21:00 Status: Closed Budget: $30-100 Created: 12/02/2007 at 18:38 EST Bidding Ends: 12/03/2007 at 18:38 EST Project Creator: Description: Hello, We would like to implement an instant UPS shipping calculator on each of our product pages. This calculator will NOT be integrated with our current shopping cart, it will be a stand-alone, quick calculator, just for our customers to quickly see how much shipping will roughly be. Here is how I assume it would work: -There is a mysql database that has all the products and the weights associated with them. -The onpage calculator will need to know what product page it is currently on, so it can grab the proper product from the database and use its weight to calculate with UPS. -UPS returns the data and it is displayed on our page. All of our product pages are static, if that helps. Thanks Job Type: Data ProcessingJavascriptPerl/CGIPHP-XML Database: MySQL Ope...
By: GetAFreelancer
Craigslist Software by danwguys
2007-12-02 06:39:00 Status: Open Budget: $100-300 Created: 12/01/2007 at 18:31 EST Bidding Ends: 12/07/2007 at 18:31 EST (5 days left) Project Creator: Description: I need a web based software to post ads into craigslist, this is for a client, the script shoudl support html templates or plain text and support more than 100 postings in 48 hours. If you have a demo that would be greatAdditional information submitted: 12/01/2007 at 18:34 EST: the interface is simple, select city and post it. It should support IP masking when posting Job Type: .NETPerl/CGIPHPXML Database: MySQL Operating system: (None) Bid count: 0 Average bid: - Signup here!
By: GetAFreelancer
How to bypass php upload using php and perl
2007-11-26 02:51:00 If you are familiar with shared web hosting and using php - then this post for you. So many times you might face file upload fails error due to php file upload restrictions on shared servers. How to bypass php file upload limit then ? using our old camel - Perl i am going to ...
Free Web Hosting for Perl / CGI (CGI-BIN) Access
2007-11-15 07:04:00 As I mentioned in some few postings, there are some pro and cons by using the free web hosting. But if you are in some critical part of trying to host your web sites before buying your very own web server, you could try these few numbers of free web hosting provider.But, in this post, I just emphasized on Perl web hosting. Some of my friends did ask me on it. I don't know why they simply faced some trouble to find the Perl web hosting provider. So, I did some study and found some useful list on it. So, here are the listings :1. http://hostrea.info/This free web host provides you with 300 MB of disk space, 8 GB of data bandwidth, the ability to host up to 5 domains, 5 subdomains, FTP access, 1 POP3 email account with SMTP, MySQL, PHP, Perl, etc.2. http://www.100webspace.com/web_-hosting/free_plan.html This site provides you with 100 MB of data storage, 3 GB of data transfer, 3 POP3 email addresses, 3 email addresses, 1 MySQL database with 5 MB storage, CGI-BIN Perl, PHP, FrontPage ex...
Backup or copy a MySQL Database Using Perl
2007-11-14 11:20:00 Duplicate / Backup / Copy A MyS-QL Database using a Perl script- on a linux box… Save the code below to a file, for example mysql_copy.pl
Proper Shell Scripting on Windows Servers with Perl
2007-11-13 21:43:00 Fact: Shell scripting is a must for any serious IT admin managing a server. From automating backups to checking logs and keeping server performance and load in check, scripting is a must. Fact: Shell scripting on Windows sucks. Monad (Microsoft Power Shell) attempts to fix that, but so far the results are mixed. Fact: Shell scripting on Linux and other *nix operating systems is powerful, well-documented, and quite straight-forward. Most people take a look at these three facts, and instantly come to a conclusion.. the wrong conclusion: you can’t properly manage a Windows server because it’s inherently lacking in the shell scripting department. But that’s not true… Because here’s another fact for you: Perl scripts are a drop-in replacement for 99%1 of all shell scripting needs. And another fact: Perl (unlike PHP) runs great (awesome, in fact) on Windows. Now with these two facts in mind, you can now make a proper conclusion: Shell scripting on Windows ...
EMI UCP protocol
2007-11-10 10:51:00 External Machine Interface (EMI), an extension to Universal Computer Protocol (UCP) is a SMSC VAS protocol created by CMG. As one of the major SMSC vendor, EMI and SMPP are two of the widely used SMSC VAS protocol. Even after the merger of Logica and CMG, both protocols are still widely used. One of the free ...
By: Art Of Mobile
PHP/Perl Software Engineer
2007-10-26 06:00:00 DoubleClick is a provider of digital marketing technology and services. The world's top marketers, publishers and agencies utilize DoubleClick's expertise in ad serving, rich media, video, search and affiliate marketing to help them make the most of the digital medium. From its position at the nerve center of digital marketing, DoubleClick provides superior insights and insider knowledge to its customers. Headquartered in New York, and with 17 offices and development hubs and 15 data centers worldwide, the company employs more than 1,300 people and delivers billions of digital communications every day. SEE website for more information about this.
Convert audio files in Linux with Perl Audio Converter
2007-10-14 04:07:00 Perl Audio Converter (PAC) is a tool for converting multiple audio types from one format to another. It supports MP2, MP3, Ogg Vorbis, FLAC, Shorten, Monkey Audio, FAAC (AAC/M4A/MP4), Musepack (MPC), Wavpack (WV), OptimFrog (OFR/OFS), TTA, LPAC, Kexis (KXS), AIFF, AC3, Lossless Audio (LA), AU, SND, RAW, VOC, SMP, RealAudio (RA/RAM), WAV, and WMA.It can also convert audio from the following video formats/extensions: RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, QT, VCD, VOB, and WMV.A CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/writing, and extensions for Konqueror and amaroK is also provided.What's New in 3.3.2 Stable Release:Added: MP4::Info dependency IO::String to pacpl-installUpdated: License GPLv3Bug Fix: Directory conversions. pacpl was claiming the directory was empty and prompting to use the --recursive option...Thanks to John Meyer for the report.You can download it here for ...
Automatizando el Reto de Informatica64
2007-10-06 20:18:00 Hola bueno pues hace ya unas semanas encontre en el blog Un Informatico en el lado del mal un reto sobre Blind Sql Inyection. despues de resolverlo se me ocurrio hacer este script en Perl como practica ya que aun no domino el perl y despues de unas horas pude hacerlo dejo aqui el code por ...
By: FireXtrike
Syntel Recruits Developer - Unix, Perl. Sybase
2007-09-18 08:06:00 Designation : Developer - Unix, Perl, Sybase. Job Description: Work on codingEnsure coding is in compliance with defined set of standards followed by project/client.Adherence to quality processes and quality standards defined for project/client/Organization.To- work on daily/weekly/monthly reports on different stages of the activities/tasks, if leading any team.To report activity progress to immediate reporting lead/reporting manager.Involve in requirement gathering, analysis, design and effort estimation in consultation with reporting lead/reporting manager for the assigned area. To plan and allocate tasks to different members of the team, if leading any team.To guide team at different stages and when team members faces any Technical or Business problems.To review task assigned to members and ensuring it's meeting quality standards.Interpersonal skills.Desired Profile : Position : Developer - Unix, perl, sybaseGood project understanding skillsExperience : 3 - 5 yrsJob location...
Perl Module to check OMA DRA support for a mobile device
2007-09-03 00:52:00 Last Month in one of articles, I covered a topic on how to get the screen size of a mobile device, someone is wondering about how to check the Open Mobile Alliance (OMA) Digital Rights Management (DRM) support. To check Forward-Lock, you need to ensure that the following content-type is accepted by the device: application/vnd.oma.drm.message- To check Combined ...
By: Art Of Mobile
Perl Module to check OMA DRA support for a mobile device
2007-09-03 00:52:00 Last Month in one of articles, I covered a topic on how to get the screen size of a mobile device, someone is wondering about how to check the Open Mobile Alliance (OMA) Digital Rights Management (DRM) support. To check Forward-Lock, you need to ensure that the following content-type is accepted by the device: application/vnd.oma.drm.message- To check Combined ...
By: Art Of Mobile
Day Of Year convert to Date
2007-08-10 16:07:00 So I've been struggling with this little gem for 3 days. I get a log of files that get downloaded from a bunch of different locations. In the filename, there's a number in a fixed position (like 218) that corresponds to the day of the year. 29 for example would be the 29th of January. I need to convert this number to an ISO date format (like 2007-09-30). I have been racking my brains, scouring the internet, trying all sorts of different Perl modules with no luck. Then it suddenly hit me, right between the eyes. read more &raqu-o;
Perl Servey 2007
2007-08-03 05:37:00 Perl Servey 2007 is taking place. Please take time to take part in it if you have any relation with Perl. The servey form is very short, wont take much of your time. Funny thing is, they listed Bangladesh and Bengali in the coutry and spoken-language fields. That is really interesting, because I am the only ...
By: My half-life2
Perl Module to get the Screen Size of a mobile device
2007-07-31 19:50:00 As mobile devices are created differently, there are a lot of different Screen size available in the market. Due to the small screen size, mobile application developers had always find it hard to optimize the WAP portal for different devices. Keeping a record of the screen size is also difficult as there isn’t a standard ...
By: Art Of Mobile
Perl Module to get the Screen Size of a mobile device
2007-07-31 19:50:00 As mobile devices are created differently, there are a lot of different Screen size available in the market. Due to the small screen size, mobile application developers had always find it hard to optimize the WAP portal for different devices. Keeping a record of the screen size is also difficult as there isn’t a standard ...
By: Art Of Mobile
The widow of daniel perl sues al Qaeda over husband's killing
2007-07-18 20:16:00 From Reuters: NEW YORK (Reuters) - The widow of slain Wall Street Journal reporter Daniel Pearl filed a lawsuit on Wednesday against al Qaeda, other radical groups and Pakistan-based Habib Bank Ltd over the 2002 abduction, torture and murder of her husband. Mariane Pearl, whose story is told in the recently released movie "A Mighty Heart" starring Angelina Jolie, filed the suit at U.S. District Court for the Eastern District of New York, according to her lawyers. "Plaintiffs seek to hold responsible those terrorists, terrorist organizations and the supporting charitable and banking organizations for the senseless kidnapping, torture and murder of Daniel Pearl," the suit said. It seeks an unspecified amount of money, whatever the court "deems appropriate", to prevent the defendants from committing similar acts.
By: Current Affairs
Perl Module to encapsulate OMA DRM format for a media type
2007-07-05 15:27:00 Open Mobile Alliance (OMA) is a standards body founded by telecommunication companies which develops open standards for the mobile phone industry. In order to ensure interoperability across all implementations for Digital Rights Management (DRM), the OMA provides DRM specifications so that content providers, operators and mobile phone manufacturers can easily integrate the DRM solution as ...
By: Art Of Mobile
|



