Skip to content

Instantly share code, notes, and snippets.

View holmesal's full-sized avatar
:bowtie:
reactin'

Alonso Holmes holmesal

:bowtie:
reactin'
View GitHub Profile
@holmesal
holmesal / NY2022Food.md
Created May 17, 2022 20:44 — forked from vahaknp/NY2022Food.md
NY 2022 March to May Food Adventures

⭐️ Standouts this trip:

🐟 Cervo's Cute, cool, classy. Every dish was an absolute hit. Primarily seafood, but non-seafood dishes are on par. Hard to get into with anything more than 2 people.

🇹🇭 Thai Diner A revelation. Somehow has a ton of fun while keeping the food top notch. The breakfast sandwich is great, but fair warning: you'll be eyeing the dinner dishes.

❤️ Other favorites:

🍲 Wu's Wonton King

@holmesal
holmesal / pull-request-template.md
Last active December 12, 2016 23:02 — forked from Lordnibbler/pull-request-template.md
Sample Pull Request Template

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch | PR

module.exports = function (grunt) {
// show elapsed time at the end
require('time-grunt')(grunt);
// load all grunt tasks
require('load-grunt-tasks')(grunt);
//MODIFIED: add require for connect-modewrite
var modRewrite = require('connect-modrewrite');
grunt.initConfig({
import base64
from django.utils import simplejson
import urllib
from google.appengine.api import urlfetch
def track(event, properties=None):
"""
A simple function for asynchronously logging to the mixpanel.com API on App Engine
(Python) using RPC URL Fetch object.
@param event: The overall event/category you would like to log this data under