fsteeg.wordpress.com
UML class diagrams with Graphviz | Geschreibsel
https://fsteeg.wordpress.com/2006/11/17/uml-class-diagrams-with-graphviz
Fabian Steeg's scribblings on coding, Eclipse, and stuff. UML class diagrams with Graphviz. Class diagrams can be created with Graphviz quite nicely: hierachical structure, reversed arrows, empty arrowtails and records as node shapes, pretty compliant. Code follows, rendered result above. 2[label = "{AbstractSuffixTree text n root .}"]. 3[label = "{SimpleSuffixTree . constructTree() l.}"]. 4[label = "{CompactSuffixTree . compactNodes() l.}"]. 5[label = "{SuffixTreeNode . addSuffix(.) l.}"]. Notify me of ...
manu.sporny.org
JSON-LD and Why I Hate the Semantic Web | The Beautiful, Tormented Machine
http://manu.sporny.org/2014/json-ld-origins-2
The Beautiful, Tormented Machine. Art, technology and leaving the world better off than we found it. JSON-LD and Why I Hate the Semantic Web. On January 21, 2014. JSON-LD became an official Web Standard. Last week. This is after exactly 100 teleconferences. Typically lasting an hour and a half, fully transparent with text minutes and recorded audio for every call. There were 218 issues. Addressed, 2,000 source code commits. And 3,102 emails. And Microsoft. There is a quickly growing list. TL;DR: The desi...
newcodeontheblock.wordpress.com
About | New Code on the Block
https://newcodeontheblock.wordpress.com/about
New Code on the Block. Java and Eclipse RCP – Learning by doing. Welcome. This is my humble attempt to document my advances in learning how to develop software in a scientific research context. In primary school, some of my friends had a Commodore C64. To read at home. Once I found a BASIC. Script in one of the issues (CHIP or other, this was the time when a lot of a magazine’s page extent would be taken up by code listings) which would create an infinite loop displaying asterisks randomly on the s...
fsteeg.wordpress.com
Cloudio: SWT-based tag cloud visualization for Zest | Geschreibsel
https://fsteeg.wordpress.com/2011/09/07/cloudio-swt-based-tag-cloud-visualization-for-zest
Fabian Steeg's scribblings on coding, Eclipse, and stuff. Cloudio: SWT-based tag cloud visualization for Zest. Thanks to a contribution. The Eclipse GEF Zest. Toolkit now contains an SWT-based tag cloud visualization component. Using SWT widgets and JFace viewers, you can create tag clouds like this one:. Cloudio is part of the Zest Git repository. Its help content (like the other Zest documentation) is generated from the Eclipse wiki. Builds and p2 repos are available from the nightly. 8230;] wurde nebe...
fsteeg.wordpress.com
One issue with JSON-LD that seems not so pragmatic | Geschreibsel
https://fsteeg.wordpress.com/2014/01/28/one-issue-with-json-ld-that-seems-not-so-pragmatic
Fabian Steeg's scribblings on coding, Eclipse, and stuff. One issue with JSON-LD that seems not so pragmatic. I originally posted this to my tumblr a few days ago, but decided the format fits better here. For context:. I love and share the pragmatic spirit, have one issue with JSON-LD that seems to go against that though: http:/ t.co/TMLkFwYSxR. Mdash; Fabian Steeg (@fsteeg) January 22, 2014. But there’s one thing that really seems wrong to me. First, here’s some JSON-LD at its best:. Why at its best?
fsteeg.wordpress.com
Metadata processing with Metafacture and Eclipse | Geschreibsel
https://fsteeg.wordpress.com/2013/04/28/metadata-processing-with-metafacture-and-eclipse
Fabian Steeg's scribblings on coding, Eclipse, and stuff. Metadata processing with Metafacture and Eclipse. A lot has happened job-wise for me since my last post: in the summer I quit my little trip into the startup world (where I used Clojure and was not just the only Eclipse user on the team, but actually the only IDE user) and joined hbz, the Library Service Center of the German state of North Rhine-Westphalia. The. I go with my kids to get library books every week. They think its retro. Metafacture i...
fsteeg.wordpress.com
UML activity diagrams with Graphviz | Geschreibsel
https://fsteeg.wordpress.com/2006/11/16/uml-activity-diagrams-with-graphviz
Fabian Steeg's scribblings on coding, Eclipse, and stuff. UML activity diagrams with Graphviz. Activity diagrams are somewhat doable with Graphviz, they just don’t look very nice, some straight edges would be great. And especially, only new versions of Graphviz support that tailport thing… code and rendered result above. Start[shape=circle, label=" , style=filled]. End[shape=doublecircle, label=" , style=filled]. Action1[shape=box,style=rounded, label="action"]. If1 - action2[label="condition" tailport=w].
SOCIAL ENGAGEMENT