HeVoSol

HeVoSol - Hermitian vorticity solver

HeVoSol - is a 2D vorticity solver developed in collaboration with D.U. The main reference on a method is going to be published in nearest future (come and check for updates on this website).

To get fully functional version of a solver one should run following commands in a UNIX shell:

git clone https://github.com/vitos555/hevosol.git
cd hevosol
./configure
make
sudo make install

This will install utility named 'solver'. To get help on command line arguments, just type in

solver -h

To get additional help, contact me here.

 

ProCMS

ProCMS - Professional CMS

ProCMS - is a content management system developed in collaboration with Oleg Serbin.

Main features of the system:

  • Fully object oriented PHP implementation of MVC (Model-View-Controller)
  • Multiple database support (through ADODB)
  • Multiple domains support
  • Internationalization support

To install ProCMS request credentials for git from me and type in:

git clone git@git.procms.org:projects/procms.git

And then redirect you web server to the HTML folder.