Skip to content
View alessaba's full-sized avatar

Highlights

  • Pro

Block or report alessaba

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. productdevbook/port-killer productdevbook/port-killer Public

    A powerful cross-platform port management tool for developers. Monitor ports, manage Kubernetes port forwards, integrate Cloudflare Tunnels, and kill processes with one click.

    Swift 3k 103

  2. ForceTouchpadPlayground ForceTouchpadPlayground Public

    SwiftUI app to test the capabilities of MacBook ForceTouch trackpads

    Swift

  3. macOSUSB macOSUSB Public

    Simple personal project to make macOS Install USB Drives

    Swift

  4. ModifiedChange ModifiedChange Public

    Small Utility to change modified date on a file

    Swift

  5. Interacts with the DCSD Alex Cable's... Interacts with the DCSD Alex Cable's Status LEDs. This can be adapted to any use case you want.
    1
    #!/usr/bin/python3
    2
    try:
    3
    	import pylibftdi
    4
    except ImportError:
    5
    	import os
  6. Read the angle of the lid sensors on... Read the angle of the lid sensors on MacBooks (2019 and newer)
    1
    #include <IOKit/hid/IOHIDManager.h>
    2
    #include <CoreFoundation/CoreFoundation.h>
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5