Skip to content
View jaffreyjoy's full-sized avatar
👁️
Staring at progress bars...
👁️
Staring at progress bars...

Organizations

@acm-dbit
Block or Report

Block or report jaffreyjoy

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

Pinned

  1. dlql dlql Public

    🈂️ A DSL for querying the ACM Digital Library

    Racket

  2. terminal_file_explorer terminal_file_explorer Public

    📂 UNIX terminal file explorer

    C++

  3. tinker-pixel tinker-pixel Public

    📷✨ Scintillate your images with tinker-pixel

    JavaScript 1

  4. portunus portunus Public

    🧠 ∿ 🔓 A file-storage application with ultra-mega-secure authentication using brain biometrics.

    Vue 8 2

  5. pirate-rush pirate-rush Public

    🎮⛵ An enticing and engaging game for DBIT's online techfest Teknack'18. Ahoy mates. Welcome aboard!!

    JavaScript 4 2

  6. Raw Implementation of deque in cpp u... Raw Implementation of deque in cpp using 2 arrays
    1
    #include<iostream>
    2
    #include<string>
    3
    #include<stdexcept>
    4
    #include<typeinfo>
    5
    using namespace std;