Rapier space fighter
Home
Home
Karneevor
Karneevor
Diary
Diary
Hardware
Hardware
Software
Software
Contact me
Contact
Pictures
Pictures
Vision
Vision
Documentation
Documentation
Project management
Project
management
Tools
Tools
Project page
Project page

Tools

I just love to write programs. Here's some of my programs. Use them as you see fit. Please email me if you need any features or improvements.


Latex tools

C++

Since I use Latex for my documentation, I sometimes need a small utility to create illustrations. For this project I need to create a unity circle and a sinus wave in latex code. The result was 2 utilities written in C++ in Kdevelop3.

Download unity circle.

Download sinus wave.


rapierproject

Bash script

To handle all the files in my project, I've written a program to take care of those routine and boring tasks. Projecthandling helps with the following:

  • Update all the schematics saved as png and convert them into EPS (for latex) and thumbnails on this homepage.
  • Collect partlists from the schematics and put them in the latex documentation directory.
  • Compile the Latex document and convert the DVI to PDF.
  • Upload the documentation to sourceforge.net over ssh.
  • Upload the homepage to sourceforge.net over ssh.

Download rapierproject.


itctool

Bash script

My little tool box for working on servers. Keep in mind that it was originally writen when I was using Gentoo on all my computers,and that is why there's support for kompiling kernels. itctools helps with the following:

  • Create a tar file of a directory og file.
  • Dumps a database into a sql file.
  • Dumps all databases into individual sql files.
  • Setup RSA keys and enable easy and password-less ssh connectioning to other hosts.
  • Distribute it self to other hosts. You will have to edit the list to match your network.
  • Collect backup files from other hosts. You will have to edit the list to match your network.
  • Making a stage 4 archive for easy distribution og backup.
  • Keeps track of kernel configs and backs up kernels on a Gentoo server.

Download itctools.


Second Degree Calculator

Qt / C++

A project from school. It's my very first example of writing Qt programs using Qt-designer. It does not yet support complex root. Thanks to Mads Bondo Dydensborg, from a SSLUG mailing list, for his patience and help.

Download sdc.

SourceForge.net Logo Valid HTML 4.0!