The Marine Design Forum discontinued

15 January 2013

Due to Tribon (M1, M2, M3) software retirement, the Tribon related marine design forum support has been discontinued.


|
2013/01/15 18:55

Milko Minchev – Professional resume

MBM Project = Milko Belchev Minchev Project , mbmproject.com is registered on 23.04.2003


Dear Reader, 

My name is Milko Minchev and I am the owner and developer of this web site. 

I am passionate about Information Technology Infrastructure architecture and support, Software development C# and .NET Framework.

My complete professional resume available here Milko_Minchev_CV.PDF 


|
2011/10/28 19:15

MBM Project - Tribon utilities download

Important!

When you download, copy, run or use by any other way, any of the applications listed above, you automatically agree to the following terms and conditions
Check also what to expect when the time limited license expire.


| |
2011/10/16 21:25

Create multiple outfitting modules using Vitesse script

Setting up a new Tribon project for the outfitting applications involves the creation of new outfitting modules. Boring job that has to be done. The usual way is to use "Tribon design manager" - an interactive application where the outfitting modules can be created one by one. Imagine that the number of these modules is 50 or 100 or more?

Here is one simple Vitesse script, that will help you create all outfitting modules at once. It uses an external text file for input.

import sys


| |
2011/10/16 21:15

Python modules, how do they work?

1. Introduction

As we start writing larger Python programs, the amount of names of our variables, functions, classes, etc. grows so, that it becomes necessary to organise them into some categories or subsets, commonly called namespaces. The following language structures offer such facilities:

  • classes,
  • modules,
  • packages.

In this article we will not talk about classes, as they deserve a separate discussion.


| |
2011/10/16 21:15