Skip to content
View suglasp's full-sized avatar
Block or Report

Block or report suglasp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suglasp/README.md

Suglasp's public github

Sharing some code or code samples I use in daily work, but also projects I realise in my spare time.

In the past (end 90's - beginning of the 2000's), I used to create small games based on OpenGL/FMODex and Delphi.
Later on, learend to program in Assembly, Shell, Basic, VB.NET, Java, C#, Bash and Go lang.
But today my interests point more towards scripting, system utilities and automation.
I like utilities that are compact or self-contained.
Therefore, I like diving into reversing code or file formats, operating system internals, backend services and game dev related stuff.

I've compiled a list of blogs, tools, other's ppl source code and references that I like or that inspired me over the years.

Pinned

  1. fallout4_fallout76_sfx_conversionkit fallout4_fallout76_sfx_conversionkit Public

    Fallout 4 and Fallout 76 sound (sfx) and music conversion kit in Powershell. Extract your favorite soundsamples in bulk and convert them to WAV (wave) or MP3. Fallout archive file (*.ba2) are nativ…

    PowerShell 9 1

  2. pwsh_multithreaded_webserver pwsh_multithreaded_webserver Public

    Scalable webserver in Powershell. Uses Nginx for loadbalancing and Powershell as backend webserver that supports modules and basic inline html Powershell scripting.

    PowerShell 1 1

  3. ROTTWadReader ROTTWadReader Public

    ROTT WAD Reader (Rott = Rise Of The Triad 1994 version). The tool supports all ROTT texture types (even the transparent glass wall textures), Creative VOC files and MIDI files. All native in C#, no…

    C# 3 1

  4. pwsh_epub_optimizer pwsh_epub_optimizer Public

    experimental epub EBook optimizer (to make the epub file smaller)

    PowerShell

  5. go_smtpmail go_smtpmail Public

    Simple SMTP mail cli client in Go

    Go

  6. pwsh_font_installer pwsh_font_installer Public

    Automation script to (un-)install Windows TrueType fonts (.tff). The script processes native the binary .tff files (it reads the files in Big-Endian) to fetch the name and register the name in regi…

    PowerShell 2