Skip to content
View Mazyod's full-sized avatar
🔬
R&D
🔬
R&D

Sponsoring

@sqlalchemy
@linuxserver
@encode

Organizations

@pocoproject @GDGKuwait @asm-products @CodeForKuwait @SwiftKitz @level3io
Block or Report

Block or report Mazyod

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. PhoenixSharp PhoenixSharp Public

    C# Phoenix Channels client. Unity Compatible.

    C# 160 26

  2. SwiftKitz/Datez SwiftKitz/Datez Public

    📆 Breeze through Date, DateComponents, and TimeInterval with Swift!

    Swift 261 12

  3. SwiftKitz/Storez SwiftKitz/Storez Public

    💾 Safe, statically-typed, store-agnostic key-value storage written in Swift!

    Swift 67 8

  4. homebrew-truck homebrew-truck Public

    Homebrew formula for Truck

    Python 3

  5. ethogram ethogram Public archive

    Telegram bot for ethOS!

    Python 6 2

  6. Directory/files watchdog in Python Directory/files watchdog in Python
    1
    
                  
    2
    import os
    3
    import logging
    4
    from queue import Queue, Empty as EmptyQueue
    5
    from time import sleep