Skip to content

Instantly share code, notes, and snippets.

View samuelteixeiras's full-sized avatar

Samuel Teixeira samuelteixeiras

View GitHub Profile
@samuelteixeiras
samuelteixeiras / postal-codes.json
Created January 16, 2023 15:11 — forked from matthewbednarski/postal-codes.json
Global postal codes regex formats
[{ "Note": "The first two digits (ranging from 10–43) correspond to the province, while the last two digits correspond either to the city/delivery zone (range 01–50) or to the district/delivery zone (range 51–99). Afghanistan Postal code lookup", "Country": "Afghanistan", "ISO": "AF", "Format": "NNNN", "Regex": "^\\d{4}$"}, { "Note": "With Finland, first two numbers are 22.", "Country": "Åland Islands", "ISO": "AX", "Format": "NNNNN", "Regex": "^\\d{5}$"}, { "Note": "Introduced in 2006, gradually implemented throughout 2007.", "Country": "Albania", "ISO": "AL", "Format": "NNNN", "Regex": "^\\d{4}$"}, { "Note": "First two as in ISO 3166-2:DZ", "Country": "Algeria", "ISO": "DZ", "Format": "NNNNN", "Regex": "^\\d{5}$"}, { "Note": "U.S. ZIP codes (range 96799)", "Country": "American Samoa", "ISO": "AS", "Format": "NNNNN (optionally NNNNN-NNNN or NNNNN-NNNNNN)", "Regex": "^\\d{5}(-{1}\\d{4,6})$"}, { "Note":
@samuelteixeiras
samuelteixeiras / gameengines.md
Created May 19, 2011 05:23 — forked from bebraw/gameengines.md
List of JS game engines. You can find a wikified version at https://github.com/bebraw/jswiki/wiki/Game-Engines. Feel free to modify that. I sync it here every once in a while.

HTML5 / Javascript Game Engines

Name Latest Release Size (KB) License Type Unit Tests Docs Repository Notes
Akihabara 1.3 GPL2/MIT Classic Repro github Intended for making classic arcade-style games in JS+HTML5
Aves Commercial Obsolete. Company bought by Zynga. E3 2010 Aves Engine Prototype "Suburban World"
bdge github Badly Design Game Engine, an HTML5 Javascript game engine Demo.
Canvex FPS An experimental browser-based FPS game engine in the HTML tag. Created in 2006
[Cl