Yandex.Market YML
It takes the definition of products for sale, associated categories, and accepted payment currencies.
The class generates a XML file with the product definition in the Yandex market format.
It takes the definition of products for sale, associated categories, and accepted payment currencies.
The class generates a XML file with the product definition in the Yandex market format.
The main class can connect to an IRC server, send commands and retrieve responses from the server.
It can also detect several types of events and dispatch external plug-in classes that were previously registered to handle those events.
It takes a XML file with proxy definitions and generates Javascript for a proxy auto-configuration file that instructs the user browser to access the Internet using one or more listed proxy servers.
Are you looking for advertisers and sponsors for your website or blog? Another affiliate network has been added to the Affiliate Programs: Free Sponsors and Advertisers page. Affiliate networks allow you to get sponsors and advertisers for your website from a multitude of different companies. The latest entry has companies from a large number of industries, so it's likely that you can find relevant advertisers for your website from their system. Signing up is free, of course, since affiliate programs are supposed to pay you, not the other way around.
For the last couple weeks I’ve been working pretty heavily with Hbase. It decidedly has different usage patterns then Mysql, but since I don’t often get to use anything relational in Mysql because of performance reasons it hasn’t been to hard to wrap my head around. Of course having an Hbase committer a couple desks over has helped the process a lot.
So far the biggest issue has been getting access in PHP, we use thrift for that but the raw API leaves a lot to be desired. Luckily it wasn’t too big of a job to wrap things. Now I get joys of schema-less tables, atomic counters, great performance, and reliability. Now i just need to figure out how to get a small cluster for my own projects in a cost effective way.
There is one class that can retrieve the RSS feed of a given Twitter user.
Another class can access in the IndyaRocks.com Web services API to send SMS messages with the latest Twitter status to a given mobile device of India.
It takes the URL of an Internet radio and generates HTML embed tags with the necessary parameters to play the music of the given Internet radio.
The class predefines the necessary embedded parameters but the parameters values can be changed or new parameters may be added.
It traverses a given directory recursively and checks the files with names that have one or more possible file name extensions.
The class returns the total number of lines of the matching files.
It accesses a given MySQL database and retrieves the list of all tables and text fields.
The class can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values.
It displays the value of the first table field of all records that were found as result of the search query.
It can parse a query string to locate % marks that define where parameter values should be inserted.
It uses the printf function format parameter syntax, so the characters following the % marks define the types of the parameters.
The class can also execute the query by replacing the marks by properly escaping the query parameter values depending on their types.