Skip to content
View cyplesma's full-sized avatar

Block or report cyplesma

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
cyplesma/README.md

Hi there 👋

Building practical tools for media organization, automation, and lab environments.

👋 I'm Mike

I build practical tools across desktop apps, media organization, and hardware projects. Most of my work comes from solving real-world problems—then turning those solutions into reusable tools.


🚀 Featured Projects

🎬 Media Organization Tools

Tools designed to automate and simplify managing local media libraries (especially for Jellyfin users).


🧑‍💻 Developer Tools

  • CreateClassFromDatabaseTable Generate C# classes directly from SQL Server tables—great for rapid development and working with legacy databases.

  • Custom-Progress-Bar A customizable progress bar control with enhanced visuals beyond the default WinForms control.


🧪 Lab & Utility Tools

  • ThisPC Displays machine name, IPv4 address, and a unique identifier—useful for multi-PC/KVM environments.

  • Count-Down-Timer Simple desktop countdown timer for tracking events or long-running tasks.


🔌 Hardware / Electronics


🛠️ Technologies I Work With

  • C# / WinForms
  • SQL Server (T-SQL)
  • Android (Java)
  • Arduino / Embedded Systems
  • Desktop utilities & tooling

💡 What I Focus On

  • Automating repetitive workflows
  • Building practical, usable tools
  • Bridging software and hardware
  • Creating solutions I can reuse across projects

📌 Notes

Most of these projects were built to solve real problems in my own workflow. If they help you too, that’s even better.


🤝 Contributions & Feedback

Feel free to open issues, suggest improvements, or fork anything you find useful.


Popular repositories Loading

  1. Arduino---StopStepFullTwoDirections Arduino---StopStepFullTwoDirections Public

    This Arduino program is just some coded up logic that currently turns on a couple of LEDs based on which of 5 buttons have been pushed.

    C++

  2. gerber-for-Sparkfun-ATX-24-Pin-Veritical-Connector gerber-for-Sparkfun-ATX-24-Pin-Veritical-Connector Public

  3. ThisPC ThisPC Public

    Just a tiny VS 2017 program to show the PC name and IPV4 address in a small window that sits fixed at the top of the screen. There is also a string of random 32 characters displayed and updated eve…

    C#

  4. Create-C-VB.Net-Class-and-MS-SQL-Stored-Proc-Generator-from-MS-SQL-Database Create-C-VB.Net-Class-and-MS-SQL-Stored-Proc-Generator-from-MS-SQL-Database Public

    This program will generate a C# or VB.net class and or a MS SQL stored proc

  5. Custom-Progress-Bar Custom-Progress-Bar Public

    This customer user control is a progress bar that I added some basic features to that I thought would have been part of the progress bar.

    C#

  6. Count-Down-Timer Count-Down-Timer Public

    This program is a single count down timer. You enter the number of hours, click start. Then the display will start counting down with the number of days, hours, minutes, and seconds. It will also d…