Coding projects (by me)

GetNewWallpapers

A small WinForms program to download wallpapers from Reddit, and preview them on all monitors.

Read More →

Power Info

A GUI tool displaying Windows' power info, such as battery status etc.

Read More →

Fossil skins

My collection of Fossil skins (and ticket page) configurations.

Read More →

Preview HTML

"Preview HTML" is a plug-in for Notepad++ which allows previewing a HTML page inside Notepad++ while editing it. (No longer maintained, source available).

Read More →

HTMLTag

HTMLTag plug-in for the Notepad++ editor. (No longer maintained, source available).

Read More →

Notification sender

Small .net core console program to pick a quote, and send it out using Pushbullet.

Read More →

Fossil Rss Aggregator

(No description available)

Read More →

Slides

WinForms program to index images in one or more folders (and their subfolders) and show a shuffled slide show of them (while indexing more images).

Read More →

Toggl Tools

One or more convenience tools around the Toggl API.

Read More →

ZAAP

ZTreeWin Assistant Applications

Read More →

Mail Janitor

(No description available)

Read More →

Tempus Fugit

Tempus Fugit is a small Windows program that shows visually how many hours you still have to work.

Read More →

Stylemys

A graphical user interface for the Fossil SCM software, like the Tortoise* programs.

Read More →

Miscellaneous Command-line Tools

This project hosts a few command-line tools I've written: FinalPathName, IsWorkstationLocked, and ConvertCharset.

Read More →

Common code files

Shared code library. Lots of drop-in modules, units, functions and procedures.

Read More →

speedtest-graph

A small program to create an SVG chart of my internet connection speed.

Read More →

Fossil SCM provider for VSCode

Fossil SCM integrated Source Control for Visual Studio Code.

Read More →

Tekening

Simple drawing software. Initially written for my 3-year-old kids.

Read More →

Folder Watcher

(No description available)

Read More →

Olam

My (many) attempts at coming up with complete, thorough and usable time-tracking software.

Read More →

RAD Studio VCS Info

A plugin for Embarcadero RAD studio to show summary information on the current project's repository state.

Read More →

IIS Log Parser

Reads one or more IIS log files, and compiles that data into an SQLite database.

Read More →

FreePascal-tools

A collection of scripts for use with `instantfpc` (FreePascal's scripting engine).

Read More →

Wallpaper Cycler

Multi-monitor wallpaper generator

Read More →

Pascal Playground

A small Windows program that uses the Delphi compiler to run a bit of Delphi code, and shows the result. Nice for playing around to see how code performs.

Read More →

Simple Date Screen Saver

A simple screen saver, showing the current date and time.

Read More →

Heks

A simple Hex viewer.

Read More →

WMS Client

Test project to explore using WMS services.

Read More →

HTML Editor

HTML Editor (using the CKEditor WYSIWYG editor).

Read More →

Line Filter

Line Filter is a plug-in for Notepad++, which allows filtering a text file according to various parameters.

Read More →
Search
About this site

This page lists a few pieces of software I've written, or am writing. Most of them were written to scratch an itch I had. I’m releasing them here as open source in the hopes of it being useful to someone.

Recent ticket activity

Autorefresh doesn't work
Still doesn't autorefresh after entering: [Autorefresh] Interval=500 into the settings.ini file.
When using iframe in IE11 the text is not displayed from target frame
As an example the main window will not display data from other target sources: Following is index.htm <!DOCTYPE html> <html> <body> <h2>CrowdStrike Project Updates</h2> <iframe src="servers.htm" height="200" width="300" title="Servers"></iframe> <iframe src="workstations.htm" height="200" width="300" title="Workstations"></iframe> <iframe src="mobile.htm" height="200" width="300" title="Mobile"></iframe> </body> </html> Eg: servers.htm <!DOCTYPE html> <html> <body> <h2>Server Schedule</h2> </html>
Re: Notepad++ crashes after calling of Decode JS functionality
Can confirm. HTMLTag plugin 1.1 (64-bit) Windows 10 64b Notepad++ version: 7.8.2 (64-bit) Same behaviour as above: Sample text: S\u00f8rskagvegen Click on "Decode JS", RAM is used up and Notepad becomes unresponsive and quits.
Re: HTMLTag Plugin Crash - 100%
Duplicate of [c3c733e21f].
Re: HTMLTag Plugin Crash - 100%
Looks to be the same issue as c3c733e21f. Even used the same example I provided.