Skip to content
View zHaytam's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report zHaytam

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
zHaytam/README.md

Pinned

  1. Blazor-Diagrams/Blazor.Diagrams Blazor-Diagrams/Blazor.Diagrams Public

    A fully customizable and extensible all-purpose diagrams library for Blazor

    C# 847 165

  2. SmartBreadcrumbs SmartBreadcrumbs Public

    A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.

    C# 157 76

  3. DynamicExpressions DynamicExpressions Public

    A dynamic expression builder that can be used to dynamically sort and/or filter LINQ/EF queries

    C# 48 11

  4. EasyLocalization EasyLocalization Public

    A simple library that makes WPF Localization easier

    C# 22 5

  5. RealtimeSentimentAnalysis RealtimeSentimentAnalysis Public

    A real-time sentiment analysis of Youtube comments using Python, Spark and Kafka

    Python 11 4

  6. A Socks5 implementation in .NET Core... A Socks5 implementation in .NET Core (C# 8)
    1
    using System;
    2
    using System.Globalization;
    3
    using System.Net;
    4
    using System.Net.Sockets;
    5
    using System.Text;