Tuesday, 2 November 2010

Eclipse Client Platform

The Eclipse client platform looks really inteesting. Here is a tutorial how to install and use it.

Saturday, 30 October 2010

Friday, 29 October 2010

Monday, 12 July 2010

Copy table from word to excel ...

I just had to convert a word table (nicely formatted with bullet list, etc.) into an excel table.

The native approach with Copy and Paste does not work as each bullet in the list results in an own cell in excel.

Approach:

1) Select the table in word
2) Replace '^p' with ';'
3) Replace '^l' with ';'
4) Format bullet list to no bullet list
5) Replace ';;' with ';' ...

Copy - Paste

Sunday, 11 July 2010

Learning to program excel with c#

After some time I figured out how to set ranges with row and column numbers.


            range = xlWorkSheet.get_Range(xlWorkSheet.Cells[r1, c1], xlWorkSheet.Cells[r2, c2]);

where r1, r2, c1, c2 are all integers
and xlWorkSheet is the worksheet under work

Saturday, 10 July 2010

Developing Sparx EA AddIn with Visual Studio 2010

After switching from VS 2008 to VS 2010 I had the problem that the debugger didn't break in the newly compiled addin. After trying around I came to the following solution:
- compile the add in
- start EA
- attach the debugger to EA
This picks a compatible version of the debugger (the default is the latest debugger).

Saturday, 15 May 2010

And another one on EA and OAW

Here is a link to a blog from Nirval with a few further details.

OAW and Enterprise Architect

components4oaw provides basic integration between Enterprise Architect from Sprax and Eclipse based OpenArchitectureWare.

Wednesday, 12 May 2010

Software Visualiation

Just cam accross this site which is all about the topic of software visualization.

Sunday, 11 April 2010

Thursday, 8 April 2010

Java based stuff

Here is another list of network analysis and visualization tools, all in Java.

Wednesday, 7 April 2010

Visualization of data

I just came across this side which also contains some material for pajek

Tuesday, 6 April 2010

HP DesignJet 500 - Avoid running out of memory

Some time ago I did buy a large scal printer on Ebay. The only problem so far was that actually very large prints ended with an out of memory error on the printer. Now I found this nice little option under Service - Truble Shoot Software problems which allows to move the image processing to the PC (Send as Bitmap). Now everything works just great ...

Monday, 5 April 2010

NetWiki - Data Formats

Nice reference can be found here ...

GraphViz for UML

A nice article is here ... also good as an example for GraphViz.

Architecture Analysis (Step 1)

A small add-in for Sparx Enterprise Architect allows me to export taxonomies in a form GraphViz can read. I'm also interested to use Pajek for architectural analysis.

Sunday, 4 April 2010

Various links on Model and Graph Analysis

JGraLab Related:
ReDSeeDS (Requirement Driven Software Development System)


Mola (Model transformation Language)