Package:
Summary:
Convert numbers between different numeric bases
Groups:
Author:
Description:
This class can be used to convert numbers between different numeric bases.
It can take a number represented in a numeric base and convert it to the representation in a different base.
Currently it supports numeric bases between 2 and 72.
Package:
Summary:
Read and validate shell command line arguments
Groups:
Author:
Description:
This class can can be used to read and validate shell command line arguments.
It can parse the values of arguments passed to a PHP script started from a command line shell to validate them according to rules defined by the current script.
It supports mandatory arguments, optional arguments, switch arguments, multiple alternatives to an option switches, and a special argument that makes show a nicely formatted help usage message.
The class extract the argument values into an array if the argument rules are validated.
Do you want to save data to a CD or DVD, create your own audio CD, or even copy a CD or DVD? Check out the latest addition to the
Free CD and DVD Burners and Copying Software
page. This new computer program can also record an ISO file to a CD or DVD. Even if you don't fancy this particular program, there are now
13 free DVD / CD mastering software listed
on that page that you can choose from, some with a huge plethora of features.
Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn’t for you? Either way, the new release — v2.6 — will knock your socks off. Why? A bunch of reasons:
- Video. Record, upload, attach, and play videos within the app. Yay for being able to catch your friends’ and co-workers’ most
embarrassing shenanigans creative moments with iPhone video and publish them immediately for all the world to see on your WordPress site.
- A total rewrite of the way local drafts are handled, to prevent the unintentional loss of your pending posts.
- Autosave/post revisions. Bam! One of the “oh, thank goodness” features of the web app makes it into the iOS version.
- Easier setup. Faster and easier process for adding your sites to the app.
- Media Library. We’re gradually getting closer to the media management you’re used to in the web app.
There are also numerous bugfixes and performance enhancements in this release, so if you haven’t been using the app lately, you should consider giving it another try. I’m personally pretty excited to start using the iPhone version more often now that there are all these fixes and new features. Especially the video upload. You know, for those creative moments that make life fun.
You can read the full 2.6 release post on the WordPress for iOS blog, and can download v2.6 from iTunes/the app store. Happy mobile blogging!
* * *
Not an iPhone user? We’ve still got your on-the-go back! Check out the WordPress apps for Android, Blackberry, and Nokia (beta). They’re all 100% GPL, of course, and we’re always looking for contributors to the development projects, so check the blogs if you have mobile dev skills and want to get involved.
Package:
Summary:
Translate text using Google Traslate API
Groups:
Author:
Description:
This class can be used to translate text using Google Translate API.
It can take a text and send an HTTP request to Google Translate API Web servers to translate the text between two given idioms.
Currently it supports the following idioms: Arabic, Bulgarian, Simplified Chinese, Traditional Chinese, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish and Swedish.
Package:
Summary:
Store and retrieve newsletter e-mails from MySQL
Groups:
Author:
Description:
This class can be used to store and retrieve newsletter subscriber e-mail addresses from a MySQL database.
It can create a MySQL database table for storing subscriber addresses, add an e-mail address, remove an e-mail address and retrieve the whole list of subscriber addresses.