Skip to content

Instantly share code, notes, and snippets.

self.anonymous.enabled = NO;
// Copyright (c) 2013 Josh Symonds. All rights reserved.
users = users.uniq
f = File.open('users.csv', 'w+') do |f|
users.each do |u|
next if u.nil?
f.puts "#{u.email},#{u.real_name}"
end
end
<!Doctype HTML>
<html>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!Doctype HTML>
<html>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script type="text/javascript">
var smtId = "798auwehl";
var smtDefaultStyles = true; // set to false to use your own css
var smtRedirect = true;
var smtProt = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + smtProt + "cdn01.smartling.com/ls/"+ smtId +".js' type='text/javascript'%3E%3C/script%3E"));
#
# This file configures the New Relic Agent. New Relic monitors
# Ruby, Java, .NET, PHP, and Python applications with deep visibility and low overhead.
# For more information, visit www.newrelic.com.
#
# Generated August 22, 2012
#
# This configuration file is custom generated for Josh Symonds
# Here are the settings that are common to all environments:
puts "\n## Commiting: Site updated at #{Time.now.utc}"
//
// AppDelegate.m