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

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dlql dlql Public

    🈂️ A DSL for querying the ACM Digital Library

    Racket

  2. intDB intDB Public

    Forked from amgit99/intDB

    🛢️ Integer only database (pedagogical)

    C++

  3. terminal_file_explorer terminal_file_explorer Public

    📂 UNIX terminal file explorer

    C++

  4. tinker-pixel tinker-pixel Public

    📷✨ Scintillate your images with tinker-pixel

    JavaScript 1

  5. pirate-rush pirate-rush Public

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

    JavaScript 5 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;