Skip to content

Instantly share code, notes, and snippets.

View lwrage's full-sized avatar
🏠
Working from home

Lutz Wrage lwrage

🏠
Working from home
View GitHub Profile
@lwrage
lwrage / monorepo-checklist.md
Last active May 4, 2018 21:19
Checklist for OSATE repository merge

create lwrage/repo1, 2, 3 on github

create readme files

add issue to all repos, reference commmit in repo3

set up waffle for repos

create branch in repo1 for repo3/issue1

@lwrage
lwrage / highlighting-kate.html
Created January 27, 2017 19:11
highlighting-kate vs. skylighting
<head><title>highlighttest.aadl</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="generator" content="highlight-kate"><style type="text/css">div.sourceCode { overflow-x: auto; }
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
margin: 0; padding: 0; vertical-align: baseline; border: none; }
table.sourceCode { width: 100%; line-height: 100%; }
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
td.sourceCode { padding-left: 5px; }
code > span.kw { color: #007020; font-weight: bold; } /* Keyword */
code > span.dt { color: #902000; } /* DataType */
code > span.dv { color: #40a070; } /* DecVal */
code > span.bn { color: #40a070; } /* BaseN */
@lwrage
lwrage / highlighttest.aadl
Created January 27, 2017 19:05
AADL highlighting test
package P
public
system S
features
error: in data port;
end S;
system implementation S.i
subcomponents
component: system;
@lwrage
lwrage / aadl.xml
Last active August 24, 2020 19:15
Kate highlighting configuration for AADL
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<!--
Kate syntax highlighing for AADL.
Copyright 2016-2020 Lutz Wrage <lutz.wrage@gmail.com>
This program, including associated files, is free software. You may
distribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either Version 2 of
@lwrage
lwrage / gist:5465d9cd3e2b1f28a437
Created December 11, 2014 13:19
Thread dump from OSATE graphical editor deadlock
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /ag/aadl/osate-tutorial-workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.5.0.20140606-0033.xml
org.eclipse.m2e.logback.configuration: Initializing logback
java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String
at org.eclipse.m2e.logback.configuration.LogHelper.logJavaProperties(LogHelper.java:26)
at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:189)
at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144)
at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107)
at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62)
at java.util.TimerThread.mainLoop(Time