Skip to content
View Owenll66's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Owenll66

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

Hi there 👋

  • 🔭 I am currently working on .Net C# primarily.
  • 🌱 Love to learning everything about C# and software architecture design.
  • ⚡ Wanted to be a chef but ended up doing software engineering!

Pinned Loading

  1. Decision Stump Decision Stump
    1
    #tree stump
    2
    class Stump:
    3
        def __init__(self, weighted_error, split, dimension, sign):
    4
            self.weighted_error = weighted_error
    5
            self.split = split
  2. dotnet/docs dotnet/docs Public

    This repository contains .NET Documentation.

    4.4k 6k

  3. NSwagCodeGen NSwagCodeGen Public

    A demo project uses NSwag to generate api client

    C# 1