Skip to content
View michaelspiss's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report michaelspiss

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

    IMAP (version 4rev1) implementation for dart

    Dart 21 7

  2. fluttercommunity/font_awesome_flutter fluttercommunity/font_awesome_flutter Public

    The Font Awesome Icon pack available as Flutter Icons

    Dart 824 228

  3. berry-sethi-tutor berry-sethi-tutor Public

    TypeScript

  4. dart-utf7 dart-utf7 Public

    Provides methods to encode/decode strings to/from the utf7 format as defined in rfc 2152

    Dart 1 2

  5. translation translation Public

    A file based translation component without dependencies.

    PHP

  6. Connect (multiple) EasySMX controlle... Connect (multiple) EasySMX controller(s) on linux
    1
    #! /bin/bash
    2
    
                  
    3
    IFS=: read -r busnum devnum <<< "$1"
    4
    
                  
    5
    busnum=$(printf "%03i" $busnum)