Category Archives: Programming

Fandro 2 (Winforms)

Back in 2014, I mentioned briefly that I had started on the .Net version of Fandro (see: http://www.hoogervorst.ca/arthur/?p=2743): No timelines as of yet, though, but technically, the main algorithm was finished a couple of days ago. Time permitting, I expect … Continue reading

Posted in Programming | Tagged , , | Comments Off on Fandro 2 (Winforms)

Fandro2

You heard it here first: I’ve started working on a successor to Fandro (at xsamplex), mainly because, firstly, I love diving into these kind of algorithms. Secondly, Fandro’s popularity (for an app written in the Windows XP age) surprised me. … Continue reading

Posted in Ordinateurs, Programming | Tagged , , | Comments Off on Fandro2

Treeview and storage

I‘ve not written a while about programming, let alone anything about that mailing program, RoundAbout. Today’s subject is the Windows TreeView control and its data section, the TreeNodes. As you probably know, a TreeView shows data in an hierarchical way, … Continue reading

Posted in Programming, RoundAbout | Tagged , | Comments Off on Treeview and storage

A slight return to Postgres

Years ago, I used to set up postgres on Debian servers. For a couple of test, I had to install Postgres somewhere: Installing on Windows is generally a breeze, but not needing the third-party tools, I decided to go back … Continue reading

Posted in Ordinateurs, Programming | Tagged , , | Comments Off on A slight return to Postgres

Convendro, Soliendro

So, the last couple of weeks, I’ve finally decided to push for a 1.0 release of Convendro (Google Code downloads, Github code): the reason being that I thought it was getting obnoxious that it was still in ‘beta-ish’ mode. After … Continue reading

Posted in Ordinateurs, Programming | Tagged | Comments Off on Convendro, Soliendro

The devil is in the SerialPort

I‘m surprised how many people look here for help on the .Net 2.0 SerialPort component (reference, which leads to this posting). I have plenty of example code, but I haven’t had time to re-test the project or even try com0com … Continue reading

Posted in Ordinateurs, Programming | Tagged , , , | Comments Off on The devil is in the SerialPort

Find, you

Last weekend, I decided to pick up my Delphi compiler and work a bit on Fandro: in real life, I found out that I wanted to be able to launch Fandro from Explorer’s context-sensitive menu and henceforth, I worked on … Continue reading

Posted in Programming | Tagged , , | Comments Off on Find, you

A circular thing

I‘m extremely impressed with the Google Chrome download indicator: for some kind of reason, a circular progress meter makes a lot more sense than a linear one. Maybe it’s because of Pi. Since I was so impressed and because it … Continue reading

Posted in Programming | Tagged , , | Comments Off on A circular thing

FFMPEG

I saw that ffmpeg 0.5 was released the other day (I don’t have any link here) and since my Msys/MingW environment was already ready to go I decided to compile my own ffmpeg executable. I expected it to be ‘an … Continue reading

Posted in Programming | Tagged , , , | Comments Off on FFMPEG

Ice, Ice, Maybe

Everytime a Wix script (Windows Installer XML) fails to compile, it logs ICE errors. For some kind of reason, whenever these errors or warnings pop up, I keep humming the tune of Vanilla Ice’s “Ice Ice Baby” (Youtube, if you’re … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

FFMPeg III

Note to self: the source version of ffmpeg comes with h264 presets. Earlier, I mentioned where to get the ffmpeg binary from (note, as far as I can see, the last build was done in 2008), so there may (indeed) … Continue reading

Posted in Programming | Tagged | Comments Off on FFMPeg III

FFMpeg II

I have been making small progress on my own front-end for FFMPeg (earlier on xsamplex). Earlier I was rounding up the serializers (data persistence, data schmersistence): the threading code was finished months ago. I just have to connect the last … Continue reading

Posted in Programming | Tagged , , | Comments Off on FFMpeg II

In Reverse

I thought this article (‘Learning the iTunesDB file format’) was an excellent background on the principles of reverse-engineering existing binary file-formats. I’ve done some ‘clean room’ reverse-engineering too and at the end of the project, I was able to extract … Continue reading

Posted in Hyperlinks, Ordinateurs, Programming | Tagged | Comments Off on In Reverse