Skip to content
View mhrstmnn's full-sized avatar

Organizations

@Horstmann-Development
Block or Report

Block or report mhrstmnn

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
mhrstmnn/README.md

Hi there πŸ‘‹πŸ»

Welcome to my GitHub profile!

GitHub Profile Details

My name is Michael and …

Pinned

  1. Awesome Awesome Public

    A list of awesome things

    2

  2. Apple_Health_Export Apple_Health_Export Public

    Parse and convert health data after exporting it from Apple's Health app

    Python

  3. Arguments-Parser Arguments-Parser Public

    A parser for command line arguments

    Nim

  4. Wochentagsberechnung Wochentagsberechnung Public

    Zu einem beliebigen Datum den Wochentag ermitteln

    Nim

  5. Find duplicate files recursively in ... Find duplicate files recursively in all subdirectories starting in the directory passed as an argument (or in the current working directory) using checksums (SHA-256)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import sys
    4
    import os
    5
    import hashlib
  6. Task queue developed to run with Deno Task queue developed to run with Deno
    1
    import { TaskQueue } from './task_queue.ts'
    2
    
                  
    3
    const queue = new TaskQueue({
    4
      rateLimiter: {
    5
        interval: 'second',