Skip to content

Instantly share code, notes, and snippets.

View dkcreatto's full-sized avatar

Dhaval Shah dkcreatto

  • Mindmantra Digital
  • Ahmedabad, India
View GitHub Profile
@dkcreatto
dkcreatto / r-debug.php
Created October 30, 2016 20:52 — forked from Rarst/r-debug.php
R Debug (set of dump helpers for debug)
<?php
/*
Plugin Name: R Debug
Description: Set of dump helpers for debug.
Author: Andrey "Rarst" Savchenko
Author URI: http://www.rarst.net/
License: MIT
*/
/**
@dkcreatto
dkcreatto / BBM_CSV_2_XML.php
Created February 25, 2012 19:27
Convertes Blackberry Messenger CSV files to XML, which can be imported to excel or any other software which supports it.
<?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.
*