Skip to content
View mhrstmnn's full-sized avatar

Highlights

  • Pro

Organizations

@Horstmann-Development

Block or report mhrstmnn

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 Apple_Health_Export Public

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

    Python

  2. Awesome Awesome Public

    A list of awesome things

    4

  3. Arguments-Parser Arguments-Parser Public

    A parser for command line arguments

    Nim 1

  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',