π
This file contains hidden or 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
label = "Duality" | |
about = [[ | |
Applies point-line duality to line segments and marks. | |
]] | |
function dualize(model,num) | |
local t = { label = label, | |
pno = model.pno, | |
vno = model.vno, |
This file contains hidden or 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
label = "Increment" | |
about = [[ | |
Increment the first numerical value in selected text objects. | |
]] | |
function foo(model,num) | |
local f | |
if num == 1 then | |
f = function (v) return v+1 end |
This file contains hidden or 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
label = "Measure" | |
about = [[ | |
Measures areas of polygons | |
]] | |
function measure(model, num) | |
local p = model.doc[model.pno] | |
if p:primarySelection() == nil then |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 ([email protected])" license="LGPL"> | |
<general> | |
<comments> | |
<comment name="singleLine" start=";" /> | |
</comments> | |
</general> | |