Skip to content
View AsadNoman's full-sized avatar
πŸ‘Ύ
Working from deep space
πŸ‘Ύ
Working from deep space
  • Pakistan

Block or report AsadNoman

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

πŸ’« About Me:

Network systems engineer specializing in high-performance packet processing with C/C++. Team lead experienced in XDP, DPDK, and kernel-level programming. Passionate about optimizing network throughput and mentoring developers in systems programming. My repositories showcase efficient networking solutions and best practices for performance-critical applications.

🌐 Socials:

LinkedIn email

πŸ’» Tech Stack:

C C# C++ Go .Net MySQL

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies


Pinned Loading

  1. scrapwiki scrapwiki Public

    create pdf files of wikipedia articles

    Python 14 2

  2. monte_carlo_simulations monte_carlo_simulations Public

    A few examples that simulate a problem using monte carlo method to estimate a solution.

    Python

  3. visbit visbit Public

    A simple 2D simulation library written in plain C++

    C++

  4. x86-bare-metal-examples x86-bare-metal-examples Public

    Forked from cirosantilli/x86-bare-metal-examples

    Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-modu…

    Assembly

  5. shuffling love statements shuffling love statements
    1
    from tkinter import Tk, BOTH
    2
    from tkinter.ttk import Frame, Button, Style, Label
    3
    from random import choice
    4
    
                  
    5
    exps = ["You complete me", "I'm yours", "you are captivating", "I yearn for you", "you have bewitched me", \
  6. ann ann Public

    Just another python implementation of Artificial Neural Network.

    Python