This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To generate Track_pb2.py: | |
# * get app/src/main/java/mobi/maptrek/io/Track.proto from the Trekarta repo | |
# * run `protoc --python_out=. Track.proto` | |
from datetime import datetime | |
import Track_pb2 | |
import sys | |
track = Track_pb2.Track() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"KAUPB/*ER": "Conner", | |
"KAUPB/-D": "conned", | |
"KAUPB/-FPS": "conches", | |
"KAUPB/-RBS": "conscious", | |
"KAUPB/AO*E": "Connie", | |
"KAUPB/EBGS/*EUPB": "connexin", | |
"KAUPB/EBGS/O*PB": "connexon", | |
"KAUPB/ED": "Con Ed", | |
"KAUPB/ED/SO*PB": "Con Edison", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KOPB/KA*EUF -> 'concave' (KAUPB/KA*EUF -> undefined, KAUPB + KA*EUF -> 'concave' ✔) | |
KOPB/KAT/TPHAEUGS -> 'concatenation' (KAUPB/KAT/TPHAEUGS -> 'concatenation' ✔) | |
KOPB/KAT/TPHAEUT -> 'concatenate' (KAUPB/KAT/TPHAEUT -> 'concatenate' ✔) | |
KOPB/KER -> 'conquer' (KAUPB/KER -> 'conquer' ✔) | |
KOPB/KHRAOUD -> 'conclude' (KAUPB/KHRAOUD -> 'conclude' ✔) | |
KOPB/KHRAOUDZ -> 'concludes' (KAUPB/KHRAOUDZ -> 'concludes' ✔) | |
KOPB/KHRAOUGS -> 'conclusion' (KAUPB/KHRAOUGS -> 'conclusion' ✔) | |
KOPB/KHRAOUS/*EUF -> 'conclusive' (KAUPB/KHRAOUS/*EUF -> 'conclusive' ✔) | |
KOPB/KOBGT -> 'concoct' (KAUPB/KOBGT -> 'concoct' ✔) | |
KOPB/KOPL/TAPBT -> 'concomitant' (KAUPB/KOPL/TAPBT -> 'concomitant' ✔) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KOPB/*ER -> 'Conner' (KAUPB/*ER -> undefined, KAUPB + *ER -> 'con{^er}' ✘) | |
KOPB/-D -> 'conned' (KAUPB/-D -> undefined, KAUPB + -D -> 'con{^ed}' ✘) | |
KOPB/-FPS -> 'conches' (KAUPB/-FPS -> undefined, KAUPB + -FPS -> 'con{^s}{.}' ✘) | |
KOPB/-RBS -> 'conscious' (KAUPB/-RBS -> undefined, KAUPB + -RBS -> 'con{,}' ✘) | |
KOPB/AO*E -> 'Connie' (KAUPB/AO*E -> undefined, KAUPB + AO*E -> 'con{^ie}' ✘) | |
KOPB/EBGS/*EUPB -> 'connexin' (KAUPB/EBGS/*EUPB -> undefined, KAUPB + EBGS/*EUPB -> undefined ✘) | |
KOPB/EBGS/O*PB -> 'connexon' (KAUPB/EBGS/O*PB -> undefined, KAUPB + EBGS/O*PB -> 'conExxon' ✘) | |
KOPB/ED -> 'Con Ed' (KAUPB/ED -> undefined, KAUPB + ED -> 'conEd' ✘) | |
KOPB/ED/SO*PB -> 'Con Edison' (KAUPB/ED/SO*PB -> undefined, KAUPB + ED/SO*PB -> 'conEdison' ✘) | |
KOPB/ED/SOPB -> 'Con Edison' (KAUPB/ED/SOPB -> undefined, KAUPB + ED/SOPB -> undefined ✘) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main.asm :13 (0x000017): 18 80 jr .label | |
main.asm :14 (0x000019): .fill 128, 0x00 | |
main.asm :16 (0x000099): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% This package provides the Oxygen color scheme for LaTeX. | |
% See also https://techbase.kde.org/Projects/Oxygen/Style#Color_Usage | |
% The Oxygen color palette and this package are released under the Creative | |
% Commons Attribution-NonCommercial-NoDerivs 2.5 License. | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{oxygencolors}[2015/01/23 Oxygen colors for LaTeX] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language SYSTEM "language.dtd"> | |
<language name="z80 Assembler" section="Assembler" extensions="*.asm;*.z80" casesensitive="0" author="Willem Sonke (willem@wimiso.nl)" license="LGPL"> | |
<general> | |
<comments> | |
<comment name="singleLine" start=";" /> | |
</comments> | |
</general> | |