#MuesliDev (logo)
I recently found my logo stickers. They were delivered in 2007. Anyway, I still have a few left.
Maybe it's time to bring them back.
#MuesliDev (old website)
Back in the day, I also had a working website where people could download my software.
When I have a bit more time, I really want to work on bringing it back.
#MuesliDev (logo)
I recently found my logo stickers. They were delivered in 2007. Anyway, I still have a few left.
Maybe it's time to bring them back.
About the Bot:
From time to time, I work on integrating my old chat bot "Consola" from 2006 into the fediverse.
I haven't had much time to work on it yet. So far, I've rewritten 150 lines of code, which is still quite manageable compared to the original 1680 lines. (I must have been really bored back then)
A lot of it I either can't or don't want to reuse, so I have to rewrite many of the actions.
By the way, @consola has been online for a few days already, but at the moment, it can barely do anything. Honestly, I'm still lacking a clear purpose for it.
Maybe someone has an idea?
Consola is now designed to remain passive, responding only to mentions or specific commands, so that it doesn't annoy anyone.
Here is another old program of mine:
'Sound Buttons'
You could click on one of the 120 buttons to play the file linked to it.
As a gag, I have simply integrated the XP 'WindowsMediaPlayer'.
All video and audio formats common at the time were compatible.
It was also possible to create several files to assign to the buttons.
It was one of the few programs for which I have created a help file.
#programming #softwaredevelopment #VB6 #VisualBasic #WindowsMediaPlayer
Here is a rather small program of mine:
The 'Logfile Filter' (2007)
It is designed to create new log files from various applications using specific search parameters.
It does not overload the computer so that you can continue to work on it while several GB large log files are searched.
I also wanted to show a code snippet like @[email protected]
This is the simplest thing I can show.
Can be saved and executed under Windows as *.vbs file.
#VBScript #VisualBasic #vbs #dice
Randomize
Do
Loop While MsgBox("The die says: " & Int(6 * Rnd + 1), 5, "Dr.Muesli's incredibly ingenious dice! lol") = 4
Here is my game ISOLA from 2006. It is a small strategy game where you have to try to isolate the opponent that he can no longer take a move. Each player can move in any direction and can then push a other field away before it is the turn of the opponent.
I had taken over the game idea from a real old board game: (fixed link)
https://en.m.wikipedia.org/wiki/Isolation_(board_game)
#Isola #StrategyGame #VB6 #VisualBasic #BoardGame #programming
I rummaged again in my old programs and came across a folder in which I have programmed special clocks. One of them is the "Tix Clock". You can quickly find out how to read it.
#programming #VisualBasic #softwaredevelopment #clocks
(Post 2023-01-21):
A little insight into my software development. I have not learned this and only started as a hobby with 12 years. 2014 I have stopped with it. I don't know they run on current operating systems.
This program I created can convert different color codes.
#coding #programming