Skip to content

Instantly share code, notes, and snippets.

View Bodobolero's full-sized avatar

Peter Bendel Bodobolero

  • github.com/neondatabase
View GitHub Profile
@Bodobolero
Bodobolero / PythonistaShowWhereIWas.py
Last active May 16, 2023 08:44
Pyhonista is an iOS App to develop python scripts. This is a pythonista script that: creates a map from the Exif location metadata in your foto library for a time range. The map is saved as .png file in your scripts folder. In addition a .gpx file is created with the track points from the EXIF locations.
import photos
import dialogs
import location
import canvas
import clipboard
from math import *
### If you like this script you can pay me a coffee here
### https://www.paypal.com/donate/?hosted_button_id=JBFJMV35LX5AY
@s-leroux
s-leroux / fixtures_dishes.js
Last active April 2, 2016 21:25
"Introduction to Server-side Development" course by Jogesh Muppala on Coursera -- test files for week 3
/* test/fixtures/fixtures_dishes.js */
module.exports = [
{
"_id" : "000000000000000000001100",
"updatedAt" : "2016-03-21T23:14:53.548Z",
"createdAt" : "2016-03-21T23:14:53.548Z",
"name" : "Uthapizza",
"image" : "images/pizza.png",