Skip to content

Instantly share code, notes, and snippets.

View anssiko's full-sized avatar

Anssi Kostiainen anssiko

View GitHub Profile
@joemccann
joemccann / javascript_will_listen.md
Created October 1, 2011 08:54
JavaScript Will Listen - By Bella Morningstar

I wouldn't be so alone

If my Github followers lived in my home

Alex Russell would send a pull request

But I'd be too busy

Return to San Francisco by nine

@terotil
terotil / nda2csv.rb
Created January 10, 2013 21:03
Processor for Nordea machine readable bank statements (NDA format). Functionally minimal, just enough to outline a friendly interface and be able to export main transaction records to CSV, which is further processable to OFX using https://github.com/terotil/ofxify
require 'date'
module Nordea
module NDA
class Record
def self.parse(str)
self.new(str).normalized
end
def initialize(str)
@marcoscaceres
marcoscaceres / gist:5055717
Last active December 14, 2015 08:09
Firefox OS i18n Model

Internationalization model of Firefox OS

This document lists a set of localization scenarios and describes how Firefox OS handles these different use cases. The document makes some recommendations about how particular use cases could be better addressed.

To simplify the discussion, this document assumes the runtime is running in locale "en-US".

CASE 1 - No localisation information.

Use case: The author does not wish to explicitly localize any content.