Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Generates CSV file for Apple-ID-AppleScript
# https://github.com/aaronfreimark/Apple-ID-AppleScript
#
# Dariusz Pawlak <pawlakdp@gmail.com>
# 2014.09.15
#
# According to http://stackoverflow.com/questions/10748453/replace-comma-with-newline-in-sed
@pwldp
pwldp / calc_distance.py
Last active August 29, 2015 14:02
calculate distance between two points on earth, result in meters
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# calculate distance between two points on earth, result in meters
#
# based on: http://stackoverflow.com/questions/4716017/django-how-can-i-find-the-distance-between-two-locations
# check distance at: http://www.distancefromto.net/
#
# Dariusz Pawlak <pawlakdp@gmail.com>
# 2014.06.12