LieberLieber AMUSE a first Video Tutorial

We have a first Tutorial Video on AMUSE: You can Download the Video or watch it online. If you want to see a short video with AMUSE in Action look at our previous Post. [mediaplayer src=’/wp-content/uploads/AMUSE_HowTo.wmv’ autoLoad=1 autoPlay=1] We are...

LieberLieber AMUSE how the name was born

When in search for a project title, we were inspired by the fun we have when building it. Basically AMUSE doesn’t stand for anything real – but below I try to give an explanation: Advanced Modeling in UML with Simulation and Execution If somebody ends up with a better...

LieberLieber on Twitter

In a preparation for our AMUSE launch we decided that we also need a Twitter channel so we have an easy way to share and collect information from our growing community. Simply follow us on: http://twitter.com/LL_LieberLieber

LieberLieber AMUSE – will be released soon…

We are currently working around the clock to be able to release our AMUSE Package for Enterprise Architect 7.5 Ultimate still this Month. It will be presented on the SparxSystems Best Practise Workshop next week in Munich. We will also be providing Trial Versions for...

Disk Space Fan

lifehacker.com posted an interesting disk visualization tool. http://www.diskspacefan.com/ it’s one of those things, where you think,… “yeah funny,.. eyecandy,…” but it often helps you localize your biggest harddrive waste. If not it’s still darn pretty eyecandy...

SQL Server: Update Cursor

How to use an Update Cursor on MS SQL Server. Requirements: If the update-table does not have a Primary Key, the cursor is read-only. So I advise to create at least a temporary Primary Key, and delete it afterwards. Usage: DECLARE curs as CURSOR FOR SELECT * FROM...

Customize your Windows 7 Logon Screen

Good news: In former times you had to disable System Restore, exchange some dlls n’stuff. Today Windows 7 allows you to change the background of the Logon Screen pretty easy: It’s only the the following 2 steps: 1) set the value of the registry key from 0...

Unrecognized configuration settings UserSettings.

Today I run into a strange error: In an .NET Windows Form I’m referencing a ConnectionString from Application Settings. At 12:00 it worked. Changed a line of code; recompiled; started over at 12:01. The app came up with an error: “Unrecognized...