---
layout: default
title: arcanis' projects
comment: false
share: true
back: 1
groups:
- title: Linux daemons
short: daemons
projects:
- title: git-etc
short: git-etc
description: git-etc
is a simple daemon that automatically creates git repository in the given directory and creates commit at the specified time interval. It is written on Bash
. It is also has a simple Graphical user interface written on Python2
(pyqt4
) for work with the created repository.
links:
- Homepage
- GitHub repo
- Archlinux AUR package
- title: queued
short: queued
description: queued
is daemon for starting jobs to queue of calculations. It was written on Bash
created as proof-of-concept.
links:
- Homepage
- GitHub repo
- title: KDE widgets
short: widgets
projects:
- title: DeadLine widget
short: deadline
description: DeadLine widget
is a Plasmoid script written on Python2
. It is able to create jobs, and add reminders to them. Now this project has a pre-alpha stage. Someday maybe I will complete it.
links:
- GitHub repo
- title: Oblikue strategies
short: oblikuestrategies
description: oblikue-strategies
is a plasmoid written on CPP
that displays a random draw from Brian Eno and Peter Schmidt's Oblique Strategies. It is GNOME applet fork with some of special features.
links:
- Homepage
- GitHub repo
- Page on kde-look.org
- Archlinux AUR package
- title: Open on desktop
short: openondesktop
description: Open on desktop
is a dropbox menu for Dolhpin. It creates a group in the context menu, which opens a file to the specified desktop when clicked. It has an install script written on Bash
.
links:
- GitHub repo
- title: py-text-monitor
short: pytextmonitor
description: py-text-monitor
is a minimalistic Plasmoid script written on Python2
. It looks like widgets in Awesome WM. My plasmoid is highly and easily configurable and does not clutter your KDE system. Also this packages has an additional DataEngine written on CPP
(old version was written on Python2
).
links:
- Homepage
- GitHub repo
- Plasmoid page on kde-look.org
- DataEngine page on kde-look.org
- Archlinux AUR package
- title: Kit system monitor
short: sysmon
description: Kit System Monitor
is a system information and hardware monitor based on EG Sysmon. It is written on HTML-like language for SuperKaramba and has simple install script written on Python2
. It is my first Open Source Project.
links:
- GitHub repo
- Page on kde-look.org
- title: Scientific programs
short: science
projects:
- title: Molecular dynamic
short: moldyn
description: They are represented by a single repository. It contains some programs for analysis of molecular dynamic trajectories using statistical mechanics and some of maths methods (e.g. graph theory). Usualy backend programs are written on C
, but sometimes on Python2
. Some of these have a Graphical user interface written on CPP
.
links:
- Homepage
- GitHub repo
- title: Utilities
short: utilities
projects:
- title: extract_pkglist
short: extpkg
description: extract_pkglist
a simple script written on Python2
for creating list of installed packages in ArchLinux.
links:
- GitHub repo
- title: Food GUI
short: foodgui
description: Food GUI
is a simple program-calculator that uses own database and written on Python2
. It calculates proteins, fats, carbohydrates, food energy and glycemic index of eaten food. It is my first project with GUI and was made just-for-fun (and for my ex-girlfriend). It also has a binary version for Win64.
links:
- GitHub repo
- Archlinux AUR package
- title: julius-actions
short: julius-actions
description: julius-actions
is a script written on Python2
for work with julius. It was made just-for-fun too in my spare time. Works normally, but I don't use it.
links:
- GitHub repo
- title: Netctl GUI
short: netctl-gui
description: Netctl GUI
graphical interface for netctl
(several scripts for work with network connection in Archlinux). It is written on CPP
using Qt4
library. Now it may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE.
links:
- Homepage
- GitHub repo
- Archlinux AUR package
---
The list of some of my projects
{% for group in page.groups %}
{{ group.title }}
{% endfor %}
{{ project.description }}