xplanetFX renders high quality wallpapers of mother earth on your desktop. An extensive GUI (GTK) provides a lot of features and settings. Various templates place the planet inside different scenes and make shure your desktop never gets boring again. With realtime light, shadows and clouds!

traGtor is a graphical user interface for the awesome conversion tool ffmpeg. With multi streams, presets, multi language and a lot of other features traGtor is a handy tool for converting all audio and video formats through ffmpeg. traGtor is based on GTK and Python.

Calf studiogear is an extensive and high quality plugin pack for professional audio production under Linux. It provides a lot of synthesizers, effects and signal processing for the use with LV2 audio production suites (like Ardour) or as stand-alone through JACK.

Calf with all of its new features and processors isn't officially released by now so you have to grab the GIT-repository from sourceforge.net until we are ready for a stable release.

» calf.sourceforge.net

guess is a tool to launch (and kill) different setups of programs. It was invented to startup all needed synthesizers, audio suites, MIDI sequencers and stuff with the correct source files on the right desktop for a single audio production with just one click.

xplanetFX - series: Mit xplanetFX ganze Bilderserien erstellen

oRainge Theme: GTK-, GDM-, Metacity-, Icons-Theme

oRainge gDesklets: Sprechende Uhren, Kalender, System-Widgets (manual)

photogen:c SVG-Icons: Diverse High-Quality-Icons im SVG-Format

traffick: Serverumgebungen testen. Durch skalierbares Threading erzeugt traffick Unmengen an Suchanfragen und Webseitenaufrufen, um ein hohes Maß an Vorratsdaten Netzwerkauslastung zu simulieren.

GIMP Plug-In “Moderated Blur” for Tilt Shift and Depth-Of-Field Effects

stuff (de) guess calf traGtor xplanetFX

Archiv der Kategorie ‘Notizblog‘

tragtor 0.9.3: New Language Russian!

Montag, den 19. November 2018

* New language: Russian! - Thanks a lot to Confignix! https://github.com/confignix

Jack-Keyboard: New Website

Samstag, den 23. Juni 2018

The website of jack-keyboard got an overhaul:

http://jack-keyboard.sourceforge.net/

Guitarix: New Texturized Themes

Freitag, den 27. Mai 2016

Guitarix got some colorful updates, thanks to these people:

http://webtreatsetc.deviantart.com/art/Grungy-Summer-Sun-Patterns-157594864
http://webtreatsetc.deviantart.com/art/Seamless-Peacock-Blues-Pattern-141966850
http://webtreatsetc.deviantart.com/art/Seamless-Olive-Green-Patterns-178714899
https://www.behance.net/gallery/Seamless-flowers-pattern/4396659

Additionally the Aluminium theme got an update and I crushed most of the PNG images to reduce the package size.

 
HippieGrungy SunPsycedelicGrungy Sun DarkGrandmaAluminium

MOD: New Graphics

Freitag, den 26. Juni 2015

MOD Graphics with BackgroundAs a new member of the MOD crew my first steps were – surprise, surprise – creating some new graphics for the UI.

Calf Studio Gear: Style Selection

Freitag, den 26. Juni 2015

Calf got a function in preferences to select its style. As a first use case I backported the 0.0.19 style so everyone unhappy with the fresh design can choose to look at ancient times again.

* New: selectable styles
    * 2 initial styles: default (new) and 0.0.19 (old)
    * Default style with slightly changed graphics
    * Lots of style depending values configurable in gtkrc
    * Image_factory generating style-depending pixbufs
    * Real transparency, gtkrc border-radius and bevel for:
      ComboBox, LineGraph, PhaseGraph, LevelMeter, Button,
      ToggleButton, RadioButton
    * Faders images as sprites
    * Lots of bug fixes, layout quirks and rendering improvements
    
    * Missing: color of line graph vector drawings (background is custom colored though)

traGtor 0.8.83: New Icons with Auto Color

Freitag, den 13. Februar 2015

traGtor_new_icons_dark

Version 0.8.83:
* New icons
* Icons automatically coloured
in opposite of the background * FFmpeg/avconv and traGor
informations on settings tab * Cleanup

Nein! Doch. Oooh!

Freitag, den 12. Juli 2013

First

Second

Tux + Minion = Miniux

Dienstag, den 2. Juli 2013

miniuxMore or less just a proof of concept.

Raspberry pi – Black Wallpaper

Sonntag, den 14. April 2013

raspberry-piI had my approximately 32th birthday lately and my circle of friends decided to gift me a raspberry pi – and you guys know what happened first.. I created a wallpaper m(

MySQL Databases with Countries, Borders and Cities

Mittwoch, den 30. Januar 2013

Actually I’m coding some web apps for my new employer and I needed a couple of geo information to build on. Since it took some time to create the database from different sources I would like to share them with the rest of the world. (Click on the header for download)

Database: countries

ID | name | code_2 | code_3 | code_num | area | population | region | subregion | latitude | longitude

  • „code_2“ is a two char country code
  • „code_3“ is a three char country code
  • „code_num“ is the numerical UN code
  • „area“ is the expanse of the country
  • „population“ is from 2005
  • „region“ is the UN region code – mainly the continent
  • „subregion“ is the UN subregion code

Table: cities

ID | latitude | longitude | name | country

  • „country“ is the ID of the corresponding country
There may be some „minor“ cities in this database because of my special scope.

Table: coords

ID | country | coords | coords2

  • „country“ is the ID of the corresponding country
  • „coords“ is a comma and whitespace separated list of lat/lon for generating polygons (e.g. to create imagemaps in HTML) with up to 16 digits
  • „coords2“ is like coords but with reduced accuracy with only 3 digits max

The sources are mainly „free4all“ except the border coordinates, they’re from thematicmapping.com which means that the table „coords“ is released under CC-SA. Everything else is released under the DO WHAT THE FUCK YOU WANT TO LICENSE