This file contains 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 | |
$arrMap = array(1=>17, 34=>98); | |
$strBody = ' | |
Nina Gerling said On Thu, Dec 30. 2010 | |
I\'d recomment using the headline like I recommended in ticket #326: | |
my comment on this, also watch out on #34, but do not convert @#6 but | |
#1 should be'; |
This file contains 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
// ==UserScript== | |
// @name CO-OP Timer Growl Reminder | |
// @namespace http://coopapp.com | |
// @description Displays Growl notifications at a user defined interval, reminding you to track your time. | |
// @include * | |
// @author Andreas Schempp | |
// @author Mike Green | |
// @version 0.1.1 | |
// ==/UserScript== |