My Softwares

In my leisure, I work on several open source project. Those mostly to ease my work, but not directly related to my job. Here are few of them.

MkBiB: BiBTeX Manager

mkbib mkBiB is a bibtex file manager written with Python-3 and GTK3 library for UI. It creates bibtex either from manual input or searching sources like google scholar or CrossRef or doi. Please see the README for complete description.

The latest version will always be available from GitHub. For installation and usage, please see the official website.

This package is under GPLv3 license. Users are free to use the program.

Periodic Table: Periodic Table and Extra

ptbl ptbl is a cross-platform Periodic Table package. It is build solely with Python3 with Gtk3 UI. Beside showing important properties of elements, it calculates Vegard's Law for binary alloys and other things.

The latest version will always be available from GitHub. For installation and usage, please see the official website.

This package is under GPLv3 license. Users are free to use the program.

Properties of elements are taken form http://www.periodictable.com

Shadow: Icon theme for Gnome Desktop

shadow

This is a gnome icon theme. This is in a circular base with long shadow.

within 6 months of its release, its among the top 30 highest rated icon theme at gnome-look.org

This work is available for free. Download it from gnome-look or directly from github.

vimf90: Change vim to a fortran IDE

vimf90

This is a fortran90+ IDE for vim. It, among others, includes features like:

  • An IDE like environment for fortran 90+
  • Increases development speed considerably.
  • Easy to add new subprograms
  • Auto completion of program blocks, like if-endif etc.
  • Popup menu for standard and user defined modules and subroutines.
  • Support for menu mode.
  • Support for gnu-autotools (configure, make)