Skip to content

Instantly share code, notes, and snippets.

View peterkinnaird's full-sized avatar

Peter Kinnaird peterkinnaird

  • San Francisco, CA
View GitHub Profile
How & Where to Todos Santos
================================
### Get the best food
- Alma y Manny's (authentic mexican. best salsa verde and chips)
- Bahia Pescaderia (authentic mexican. best grande shrimp cocktails. Salsa too hot to eat)
- L'esquina (http://www.cuatrovientosbaja.com/ Check the bulletin board for fun hippie stuff)
- Que Rico (https://www.facebook.com/QueRicoFoods/ fancy non-mexican food. goat cheese. homemade sausages and sauces)

How & Where to be Seen in Berlin

Be seen in a lake, chasing a duck

<?php
/* Eligible API url*/
$url = 'https://gds.eligibleapi.com/v1.1/coverage/all.json';
// Assign parameter values here
$service_type_code = '';
$api_key = '';
$payer_name = '';
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
javascript:(function(){var subtotal=parseInt($('%23subtotal').text().replace(/\$/g,''));var fee=parseInt($('%23service_fee').text().replace(/\$/g,''));var guests=parseInt($('%23number_of_guests').val());var total=subtotal+fee;var total_per_guest=total / guests;var total_per_couple=total_per_guest*2;$('%23show_more_subtotal_info').html("Total: $"+total+"<br>Per Guest/Couple: $"+total_per_guest+" / $"+total_per_couple);})();
javascript:(function(){var subtotal=parseInt($('%23subtotal').text().replace(/\$/g,''));var fee=parseInt($('%23service_fee').text().replace(/\$/g,''));var guests=parseInt($('%23number_of_guests').val());var total=subtotal+fee;var total_per_guest=total / guests;var total_per_couple=total_per_guest*2;$('%23show_more_subtotal_info').html("Total: $"+total+"<br>Per Guest/Couple: $"+total_per_guest+" / $"+total_per_couple);})();