Skip to content
View michaelfmnk's full-sized avatar
Block or Report

Block or report michaelfmnk

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. spring-undo spring-undo Public

    Spring-Undo - provides a way to easily implement undo functionality in your Spring Boot application.

    Java 1 1

  2. send-to-kindle-telegram-bot send-to-kindle-telegram-bot Public

    SendToKindle is a self-hosted telegram bot that converts and sends documents to your kindle. It uses calibre for conversion.

    Go 7

  3. OpenVPN/terraform-provider-openvpn-cloud OpenVPN/terraform-provider-openvpn-cloud Public archive

    Terraform OpenVPN Cloud provider

    Go 24 14

  4. httpstatusdogs httpstatusdogs Public

    Spring starter that provides a perfect description for your server's responses

    Java 2

  5. AppleHealth2GoogleFit AppleHealth2GoogleFit Public

    CLI tool that transfers weight data from Apple Health to Google Fitness using Google's API.

    Go 1

  6. core.clj core.clj
    1
    (ns clj-one.core
    2
      (:import (java.awt.event KeyEvent ActionListener KeyListener)
    3
               (java.awt Color Dimension)
    4
               (javax.swing JPanel JOptionPane JFrame Timer)))
    5