- #18: 57 likes - NewsBlur
- #17: 64 likes - Sensor networks for news
- #16: 71 likes - None
- #15: 81 likes - A toolkit for real-time investigative reporting from site analytics
- #14: 83 likes - DifferentFeather
- #13: 89 likes - Knight News Challenge on Networks opens: Your shot at a share of $5 million
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' | |
'DESCRIPTION: This script will clean up any files that have a last modified | |
' date greater than or equal to the number specified. | |
'CREATED BY: Brian Plexico - microISV.com | |
'MODIFIED BY: Gina Trapani ([email protected]) | |
'CREATE DATE: 07/19/2005 | |
'UPDATED: 08/10/2007 | |
' | |
'INSTRUCTIONS: 1. Enter the path to the directory you'd like to clean on line 28. | |
' Make sure to only change the text that currently reads: |
<?php | |
header( 'Location: http://localhost/thinkup/plugins/twitter/auth.php?oauth_token='.$_GET['oauth_token'] ) ; | |
// Assumes http://localhost/thinkup is the URL to access ThinkUp on your local server. | |
?> | |
/** | |
* LICENSE: | |
* | |
* This file is part of ThinkUp. | |
* | |
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public | |
* License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any | |
* later version. | |
* | |
* ThinkUp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
CREATE TABLE tu_posts_tmp ( post_id bigint(11) NOT NULL ); | |
INSERT INTO tu_posts_tmp | |
SELECT p.post_id FROM tu_posts p | |
INNER JOIN tu_posts p1 ON p.in_reply_to_post_id = p1.post_id | |
WHERE p.network = 'facebook' AND p1.network='facebook page'; | |
UPDATE tu_posts, tu_posts_tmp | |
SET network = 'facebook page' |
2010-11-16 15:24:33 | 3.27 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:Errors to tolerate: 10 | |
2010-11-16 15:24:36 | 3.91 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:API request: https://api.twitter.com/1/account/rate_limit_status.xml | |
2010-11-16 15:24:36 | 3.91 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:Parsing XML data from https://api.twitter.com/1/account/rate_limit_status.xml | |
2010-11-16 15:24:36 | 3.91 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:45 of 350 API calls left this hour; 7 for crawler until 15:43:11 | |
2010-11-16 15:24:36 | 3.91 MB | ginatrapani | TwitterCrawler:***in fetchInstanceUserTweets | |
2010-11-16 15:24:37 | 3.91 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:API request: https://api.twitter.com/1/users/show/ginatrapani.xml | |
2010-11-16 15:24:37 | 3.91 MB | ginatrapani | CrawlerTwitterAPIAccessorOAuth:44 of 350 API calls left this hour; 6 for crawler until 15:43:11 | |
2010-11-16 15:24:37 | 3.97 MB | ginatrapani | UserMySQLDAO:User ginatrapani updated in system. | |
2010-11-1 |
#!/bin/bash | |
COLOR_CONTEXT=$GREEN | |
COLOR_PROJECT=$RED | |
COLOR_DATE=$LIGHT_GREEN | |
# Force gawk to behave posixly. Comment out if you get an error about | |
# no such option -W. | |
# AWK_OPTIONS="-W posix" | |
if [ "$TODOTXT_PLAIN" -eq "0" ]; then | |
awk $AWK_OPTIONS " | |
{ color = \"$DEFAULT\" } |
#!/bin/bash | |
export COLOR_CONTEXT=$GREEN | |
export COLOR_PROJECT=$RED | |
export COLOR_DATE=$LIGHT_GREEN | |
# Force gawk to behave posixly. Comment out if you get an error about | |
# no such option -W. | |
# AWK_OPTIONS="-W posix" | |
if [ "$TODOTXT_PLAIN" -eq "0" ]; then | |
awk $AWK_OPTIONS ' | |
function highlight(colorVar, color) { |
language: php | |
php: | |
- 5.3 | |
- 5.4 | |
before_script: | |
- sudo apt-get install apache2 | |
- sudo a2enmod actions | |
- sudo a2enmod rewrite |
I'm writing in response to events that have recently come to light involving a sexual assault at a tech conference. Background information can be found [here][1], [here][2], and [here][3] as well as on twitter and google.
I've been watching this from the sidelines, and I've been wrestling with several questions that I can't seem to shake and that I really don't have answers to.
I wear many hats, both in the tech community and others. I'm a coder, a speaker, a user group organizer, a conference organizer, and even a boss. Each of those roles colors how I see this, but there's one role that is overpowering in my reaction.
See, I'm a Dad. A dad of two beautiful and innocent girls who are 3 and 2. They have their whole lives in front of them and so the questions I'm struggling with are: