# h1 Heading 8-)
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
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
import org.eclipse.emf.ecore.EObject; | |
import org.eclipse.jface.text.Document; | |
import org.eclipse.sirius.business.api.session.Session; | |
public class DocumentWithSession extends Document { | |
private Session session; | |
private EObject eObject; |
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
for file in $1*.jar; do | |
if [[ ${file} != *"source_"* ]];then | |
if ( unzip -c "$file" | grep -q "org.eclipse.help.toc"); then | |
echo "$file" | |
fi | |
fi | |
done |
I hereby claim:
- I am cbrun on github.
- I am cbr (https://keybase.io/cbr) on keybase.
- I have a public key whose fingerprint is EA54 7305 A063 139B CF25 4537 3292 2081 4063 705D
To claim this, I am signing this object:
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
package org.gemoc.arduino.operationalsemantics | |
import fr.inria.diverse.k3.al.annotationprocessor.Aspect | |
import fr.inria.diverse.k3.al.annotationprocessor.InitializeModel | |
import fr.inria.diverse.k3.al.annotationprocessor.Main | |
import fr.inria.diverse.k3.al.annotationprocessor.OverrideAspectMethod | |
import fr.inria.diverse.k3.al.annotationprocessor.Step | |
import fr.obeo.dsl.arduino.ArduinoUtils | |
import fr.obeo.dsl.arduino.BinaryBooleanExpression | |
import fr.obeo.dsl.arduino.BinaryIntegerExpression |
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"?> | |
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<name>Export Embedded C code from UML model</name> | |
<groupId>org.eclipse.acceleo.examples</groupId> | |
<artifactId>org.eclipse.acceleo.examples.equinox.launcher.aird | |
</artifactId> | |
<version>1.0.0-SNAPSHOT</version> | |
<packaging>pom</packaging> |
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
conversion.put("<%false%>",""); //194 occurrences | |
conversion.put("<%eContainer(\"Interaction\")%>",""); //180 occurrences | |
conversion.put("<%name%>",""); //133 occurrences | |
conversion.put("<%if ($startingEndPredecessor){%><%$startingEndPredecessor.semanticEnd%><%}%>",""); //132 occurrences | |
conversion.put("<%eContents.filter(\"EClass\")%>",""); //119 occurrences | |
conversion.put("send_<%message.name%>",""); //108 occurrences | |
conversion.put("m<%eContainer(\"Interaction\").messages.nSize %>",""); //99 occurrences | |
conversion.put("receive_<%message.name%>",""); //93 occurrences | |
conversion.put("<%if ($finishingEndPredecessor){%><%$finishingEndPredecessor.semanticEnd%><%}%>",""); //90 occurrences | |
conversion.put("<%eType%>",""); //84 occurrences |
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
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>org.eclipse.ecoretools</groupId> | |
<artifactId>rcpttTests</artifactId> | |
<version>0.0.1-SNAPSHOT</version> | |
<packaging>rcpttTest</packaging> | |
<properties> | |
<ci4rcptt-maven-version>1.5.6-SNAPSHOT</ci4rcptt-maven-version> |
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
package org.eclipse.emf.compare.example.webdev; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.util.Map; | |
import org.eclipse.emf.common.util.URI; | |
import org.eclipse.emf.ecore.InternalEObject; | |
import org.jsoup.Jsoup; | |
import org.jsoup.nodes.Document; |
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"?> | |
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<name>Eclipse SimRel Aggregation</name> | |
<groupId>org.eclipse.simrel</groupId> | |
<artifactId>org.eclipse.simrel.aggregate</artifactId> | |
<version>1.0.0-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<properties> |
NewerOlder