This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: R Debug | |
| Description: Set of dump helpers for debug. | |
| Author: Andrey "Rarst" Savchenko | |
| Author URI: http://www.rarst.net/ | |
| License: MIT | |
| */ | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| *BBM to XML version 1.0 | |
| * | |
| * This script will take CSV file generated by | |
| * Blackberry Messenger and convert it to well | |
| * formatted xml document which can be imported | |
| * into any spreadsheet program such as MS Excel, | |
| * OpenOffice Calc etc. | |
| * |