Skip to content
View MichaelHolley's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report MichaelHolley

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

Pinned

  1. michaelholley.de michaelholley.de Public

    My personal website with SvelteKit and Tailwindcss

    Svelte 1 1

  2. OnTrack OnTrack Public

    Track activities, todos and expenses

    TypeScript

  3. Vid2JPG Vid2JPG Public

    Select and convert a video to jpg-images in a simple GUI.

    Python 4 1

  4. p5.js_SortingAlgorithmVisualization p5.js_SortingAlgorithmVisualization Public

    A collection of Sorting-Algorithms visualized in JavaScript using p5.js-Library

    JavaScript 2

  5. DVD-Screensaver DVD-Screensaver Public

    This is a simple app which copies the style of the well-known and memed DVD-Screensaver logo/video.

    Java 5 2

  6. git-hook to include the ticket-numbe... git-hook to include the ticket-number in the commit-message for feature- and fix-branches. Requiring the syntax of "feature/187-my-branch".
    1
    #!/usr/bin/env python
    2
    import sys
    3
    import re
    4
    from subprocess import check_output
    5