Jumlin Blog

The coding hell of Dennis V and the daily IT of Niklas Jumlin

January 4th, 2012

Recently and prolonged I’ve been really bad at keeping this website updated with new content. This is mainly due to my job occupation.

I hope you can help me with suggestions of what you would like me to write about. My participation and interest is extensively and primarily Batch files and MS-DOS related tags, specifically prodigious scripts. I have some stuff, predominantly snippets of larger batch scripts that I know would help some people.

Read the rest of this entry »

February 24th, 2011

I couldn’t find any unpacker that would extract and delete archives for a torrent after a certain period of time or after a certain seed ratio had been reached. I’ve noticed quite alot of people complain about this on, for example, uTorrent’s official forums.

So I wrote this script that will wait for a set amount of hours when a torrent finishes before extracting, deleting archives, moving files into its right location, scraping with EMM or EMM-R (command-line) AND notify XBMC of your new download and update its library.

This script will NOT stop your torrents.
Read the rest of this entry »

October 26th, 2010

A colleague asked me if I could write a script that would move files within a folder or its subfolders that were older than one year into a new location but still keep the directory structure.
I figured it would be quite a challenge so I decided to do it for him; kind as I am =)

As I haven’t been providing this blog with something new in a long time I figured I could make it useful to more people if I added a few things, like different date formats and other various settings.

So here it goes:
Read the rest of this entry »

March 7th, 2010

So in my desperate need to make some application shortcut look pretty in linux, i needed to extract the icon from a windows exe.

The icoutils package provides some very nice tools, one of them being wrestool which i used.
Read the rest of this entry »

June 7th, 2009

So while i was optimizing the graphics for a current project, i fell over this amazing tool… PngOptimizer

It really do what it promises, and so far i have found no problems with the results it produces..

June 7th, 2009

Finally, after been talking about starting a blog for a few years…

This blog is mainly gonna cover what i run into while developing code in PHP, TCL, JavaScript aswell as playing with MySQL, HTML/CSS and what else i need to use.

The blog is mainly targetted at myself, as a archiving tool for different snippets and such.