Warning: The magic method SFML_Singleton::__wakeup() must have public visibility in /home/public/wp-content/plugins/sf-move-login/inc/classes/class-sfml-singleton.php on line 72
open source – Thoughts, etc.

Thoughts, etc.

Tracking the occasional random walk

open source

MMSI parsing library: mmsi.js

2020-02-11 / Leave a Comment

A Maritime Mobile Service Identity is a nine-digit number that can be broadcast by a ship or other vessel to provide some information about itself and its current location, to anyone within radio range. I recently published on NPM a small JavaScript library for validating MMSIs and parsing them to extract details about the country … [Read more…]

Posted in: open source Tagged: javascript, library\, mmsi, parser

Measuring distances on Leaflet maps in Vue applications

2019-04-25 / 2 Comments

Vue2LeafletĀ is a great library that provides a very straightforward approach to using Leaflet maps in Vue applications. Leaflet.PolylineMeasure is a great Leaflet plugin that adds a tool to allow the user to measure distances along (poly)lines by drawing them on top of the map. Today I released the initial version of a Vue2Leaflet plugin to … [Read more…]

Posted in: open source Tagged: leaflet, vue

Ember pagination links

2018-01-16 / Leave a Comment

An Ember project I’m working on needed a simple set of links to move through a paginated JSON API. There are a few pagination-related addons out there, but they tend to want to deal with your data and model collections, as well as the display of pagination links. I was looking for something that would … [Read more…]

Posted in: open source Tagged: ember, ember-addon, ember-pagination-links