Skip to content

Instantly share code, notes, and snippets.

View mateoclarke's full-sized avatar

Mateo Salinas Clarke mateoclarke

View GitHub Profile

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@mateoclarke
mateoclarke / google-font-email
Last active August 29, 2015 14:12
Google Fonts in email
<!-- Import Google font as normal -->
<style>
@import url(http://fonts.googleapis.com/css?family=Raleway);
</style>
<!-- Put following code after your normal </style>. It will be a whole new style tag set: -->
<!--[if mso]>
<style>
@mateoclarke
mateoclarke / hide-blackbaud-logo-emails
Last active August 29, 2015 14:13
Hide "Powered by Blackbaud" Logo in emails
/* This doesn't work in Gmail or Yahoo but it's the best we can do. */
#cv-poweredBy {
display:none !important;
width:0px !important;
height:0px !important;
overflow:hidden !important;
}
@mateoclarke
mateoclarke / common-teamraiser-urls
Last active August 29, 2015 14:13
Common Teamraiser URLs
<a href="http://[[S29:DOMAIN]]/site/TRC?fr_id=[[S42:0:fr-id]]&pg=center&autologin=true">
Participant Center Link
</a>
<a href="http://[[S29:DOMAIN]]/site/TR?fr_id=[[S42:0:fr-id]]&pg=entry&autologin=true">
TeamRaiser Event Entry/Splash page
<a href="http://[[S29:DOMAIN]]/site/TRR?pg=tfind&fr_id=[[S42:0:fr-id]]&autologin=true">
Register
@mateoclarke
mateoclarke / current-year-vs-footer-year
Created January 13, 2015 18:11
Compare Copyright year in a footer with real year

#GeoRodeo Resources Talk

Data Sources

  • Natural Earth Shapefile downloads for cultural and physical data sets for the entire earth.
  • US Census Shapefiles and KML files for US shapes.
@mateoclarke
mateoclarke / style.css
Created June 5, 2015 08:05
Taco Social CSS
#map{
height: 600px;
}
body {
background-color: #D9D9D9;
}
.title {
font-weight: 700;
@mateoclarke
mateoclarke / budget_party.rb
Last active June 14, 2017 07:04
Sum each CoA Department line items from General Fund
require 'httparty'
require 'active_support'
include ActiveSupport::NumberHelper
LIMIT = 7000
DEPARTMENTS = [
"Municipal Court",
"Animal Services",
"Fire",
"Austin Public Library",
@mateoclarke
mateoclarke / atd_dev_job.md
Last active April 24, 2018 22:13
Austin Transportation Dept Job

24 APR 2018

Application Developer (Temporary) City of Austin Transportation Department

Job Duties

  • Serve as a core contributor on a technology team to improve Austin Transportation digital services.
  • Work with team members to establish new standards and practices for front-end web development with modern languages and frameworks
  • Assist in scoping and prototyping activities for future design and development projects
  • Work with stakeholders to assess legacy systems and identify opportunities for improved performance and the sustainability of future systems

Notes for GeoRodeo Presentations

Best Practice for Serving COG Imagery using MapServer/GDAL on AWS

Mark Korver, Geospatial Lead, Technical Vision and Business Development, Amazon Web Services

  • Cloud Optimized Geotiffs
  • Earth on AWS