Skip to content
View d-khalid's full-sized avatar
  • Pakistan

Highlights

  • Pro

Organizations

@SE-15A

Block or report d-khalid

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
d-khalid/README.md

Hello there, it's good to see you :D

I'm a 2nd year software engineering student, I've been programming for about 4 years in total at this point. I have way too many interests for my own good. My primary objective with making software is to make things which are useful and valuable for other people (or are just really interesting). I also like and am an advocate of free and open-source software, a huge amount of modern software exploits users in some significant way which I find very scummy.

My Languages

  • C#, usually my go-to for projects for ease-of-use and reliability reasons, I most often use Avalonia and ASP.NET Core MVC.
  • C++, for the fast low-level thingies.
  • Java, I know it fairly well though it feels like a more annoying version of C# 90% of the time.
  • Rust, currently in the middle of learning it, I've only used it for small projects.
  • HTML/CSS/JS, for web development work (I find it kind of annoying but its necessary).

There's some minor ones such as bash and ones I've only used a couple times (Ruby, Vala)

Some Public Repositories

  • IRis: A cross-platform AI-powered circuit simulator, it can make logic circuits from prompts and circuit images (work in progress)

  • TAnalyzer: Just an AI wrapper that can make transcripts out of therapy recordings, this was a mockup for a hackathon I participated in.

  • bfrs-jit: An interpreter for the brainfuck programming language, adding JIT capabilities was a little too hard for me at the time so this is still incomplete

Thanks for reading, have a good day!

Popular repositories Loading

  1. IRis IRis Public

    A circuit simulation software made with Avalonia and C#.

    C# 6

  2. TAnalyzer TAnalyzer Public

    A demo cross-platform C# Avalonia app. Just an AI wrapper that makes transcripts/reports out of therapy recordings.

    2

  3. 4-bit-Shift-Register 4-bit-Shift-Register Public

    A 4 bit Shift Register made with D-flip flops in Verilog.

    Verilog 2

  4. Algorithms Algorithms Public

    Forked from deutranium/Algorithms

    Short explanations and implementations of different algorithms in multiple languages

    C++ 1 1

  5. bfrs-jit bfrs-jit Public

    A work-in-progess JIT compiler for the Brainfuck programming language

    Rust 1

  6. Sharpie Sharpie Public

    A cross-platform drawing app for the desktop. Currently WIP.

    C#