Skip to content
View bilalnaeemcs's full-sized avatar
πŸ“•
πŸ“•

Highlights

  • Pro

Block or report bilalnaeemcs

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

Hello, I'm Bilal Naeem! πŸ‘¨β€πŸ’»

Welcome to my GitHub profile! I'm a Computer Science enthusiast with a Master's from Purdue University and a Bachelor's from LUMS. My passion lies in finding efficient and effective solutions to complex and interesting problems. Here, you'll find the projects I've poured my heart and soul into, ranging from virtualization innovations to developing secure, efficient software systems.

πŸ’‘ Projects

Below are some highlights of my work. Feel free to dive in and explore!

  • HyperODF: Reduces VM clone time by 98%, making cloud computing much more efficient. It includes changes to the Linux Kernel, QEMU/KVM, and Kata Containers.
  • kvmhost-fork: Implements a VM fork mechanism similar to HyperODF, but tailored for KVMHost, a simpler hypervisor. This project is ideal for testing, prototyping, and playing with virtualization technology.
  • Recollect: This innovative system boosts AFLGo's efficiency by 9-200x, making software debugging a breeze.

πŸ“Š My GitHub Stats

Top Languages

These stats are skewed due to some large C and C++ codebases I worked on.

🌟 Random Interesting stuff

Here's a sneak peek into some projects that are a mix of brain teasers, productivity hacks, and my digital playground:

  • LLVM Examples: Ever wonder what goes on under the hood of your C++ code? Me too!
  • TwoX OneDrive: This Chrome extension based on a simple hack is for 2x-ing my way through lectures. Because who has the time to watch videos at normal speed?
  • DHT Peer-to-Peer Content Sharing: This project is my take on a DHT-based peer-to-peer content sharing application.
  • bilalnaeemcs.github.io: Checkout my personal blog, where I seldom share interesting tips, tricks, and some random opinions.

πŸ“« Get in Touch

Check out more details at my site.

Thank you for stopping by! Feel free to explore my repositories and reach out if you have any questions or collaboration ideas. Let's innovate together!

Popular repositories Loading

  1. AndroidAdvertismentAnalysis AndroidAdvertismentAnalysis Public

    This is repository that will contain all the scripts created during our child advertisment analysis on Android project.

    Python 2

  2. multiplayer-snake-game multiplayer-snake-game Public

    This is a multiplayer snake game which was made for Network Centring Computing (Fall 2018)

    Python 1

  3. browser-hackathon-init browser-hackathon-init Public

    A minimal browser implementation inspired by Andreas Kling's hackathon. Built with C++ and SFML, showcasing basic HTML parsing and rendering

    C++ 1

  4. NetCenScrape NetCenScrape Public

    Web Crawler written for Network Centring Computing@LUMS in Fall 2018, taught by Dr. Fareed Zaffar.

    HTML

  5. Road_to_ML Road_to_ML Public

    Contains the resources, courses I used to learn ML

  6. DHT DHT Public

    It is an implementatioin of content sharing network implented using a Circular Distributed Hash Table

    Python