Skip to content
View fabio-stein's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report fabio-stein

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
fabio-stein/README.md
  • 👋 Hi, I’m @fabio-stein
  • 👀 I’m interested in C# / ASP.NET Core, Docker, Angular, Arduino
  • 📫 How to reach me: Ping me on LinkedIn

profile for FabioLux at Stack Overflow, Q&A for professional and enthusiast programmers

Pinned Loading

  1. PacManConsole PacManConsole Public

    C# 21 5

  2. MeshFx MeshFx Public

    Rust 1

  3. Create a simple file system example ... Create a simple file system example with simple commands to manage the content. It simulates FS blocks with header metadata
    1
    using System.Text.Json;
    2
    
    
    3
    //File.Delete("data.txt");
    4
    var stream = File.Open("data.txt", FileMode.OpenOrCreate, FileAccess.ReadWrite);
    5
    var fs = new FileSystem(stream);
  4. Imagify Imagify Public

    Convert text/characters into RGB color/image

    C#

  5. angular-sync-queue-execution angular-sync-queue-execution Public

    TypeScript

  6. radioconnecticut radioconnecticut Public

    Projeto da Rádio Connecticut

    PHP