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

Highlights

  • Pro

Block or report qsdrqs

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

Hi there 👋

I'm a PhD student in the Department of Computer Science at the University of Illinois at Urbana-Champaign. My research interests include software and system security, program analysis, and I know a little about machine learning. I am currently working on developing techniques to detect and mitigate security vulnerabilities in software systems.

I am a big fan of open-source software and I love to contribute to projects that I use.

mystreak

Pinned Loading

  1. caps2esc_autoinstall caps2esc_autoinstall Public

    auto install and configuration of @oblitum's caps2esc

    Shell 6

  2. Make your CapsLock as Esc when only ... Make your CapsLock as Esc when only press it without other keys and make your CapsLock as LCtrl when press it with other combination keys.
    1
    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    2
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    3
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    4
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
    5
    
                  
  3. dotfiles dotfiles Public

    my own dotfiles

    Lua 2