I hereby claim:
- I am hiltmon on github.
- I am hiltmon (https://keybase.io/hiltmon) on keybase.
- I have a public key whose fingerprint is C0C0 320F E54A 5C4D 4EB6 0CDB 52FE 7EEA D16C 89D4
To claim this, I am signing this object:
OLD: | |
define('ga_email','[email protected]'); | |
define('ga_password','i_aint_sayin'); | |
define('which_profile',0); // The first profile | |
define('days_to_report', 7); // No of days excluding today! | |
define('ga_title','Hiltmon.com Stats'); | |
require 'gapi.class.php'; | |
date_default_timezone_set('America/New_York'); | |
$ga = new gapi(ga_email,ga_password); |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby -E utf-8 | |
# merge_asana_into_omnifocus.rb | |
# Hilton Lipschitz | |
# http://www.hiltmon.com | |
# Use and modify freely, attribution appreciated | |
# Script to import Asana projects and their tasks into | |
# OmniFocus and keep them up to date from Asana. |
#!/usr/bin/env ruby | |
# merge_asana_into_omnifocus.rb | |
# Hilton Lipschitz | |
# http://www.hiltmon.com | |
# Use and modify freely, attribution appreciated | |
# Script to import Asana projects and their tasks into | |
# OmniFocus and keep them up to date from Asana. |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# merge_asana_into_omnifocus.rb | |
# Hilton Lipschitz | |
# http://www.hiltmon.com | |
# Use and modify freely, attribution appreciated | |
# Script to import Asana projects and their tasks into | |
# OmniFocus and keep them up to date from Asana. |
#!/usr/bin/env ruby | |
# merge_asana_into_omnifocus.rb | |
# Hilton Lipschitz | |
# http://www.hiltmon.com | |
# Use and modify freely, attribution appreciated | |
# Script to import Asana projects and their tasks into | |
# OmniFocus and keep them up to date from Asana. |
body { | |
-webkit-font-smoothing:antialiased; | |
font:normal .8764em/1.5em HelveticaNeue-Light,Helvetica,Arial,sans-serif; | |
margin:0; | |
} | |
html > body { | |
font-size:1em; | |
padding:1em; | |
} |
<?php | |
define('ga_email','[email protected]'); | |
define('ga_password','i_aint_saying'); | |
define('which_profile',0); // The first profile | |
define('days_to_report', 0); // No of days excluding today! | |
define('hours_to_report', 3); | |
define('ga_title','Top Pages 3 Hours'); | |
require 'gapi.class.php'; |