Skip to content
View mhrstmnn's full-sized avatar

Organizations

@Horstmann-Development

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 Loading

  1. Apple_Health_Export Public

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

    Python

  2. Awesome Public

    A list of awesome things

    4

  3. Arguments-Parser Public

    A parser for command line arguments

    Nim 1

  4. Wochentagsberechnung Public

    Zu einem beliebigen Datum den Wochentag ermitteln

    Nim

  5. Find duplicate files recursively in ...
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import sys
    4
    import os
    5
    import hashlib
  6. 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',