Skip to content
View ruween's full-sized avatar

Block or report ruween

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 Loading

  1. double-submit-cookies-csrf-implementation double-submit-cookies-csrf-implementation Public

    Sample web application with Double Submit Cookie Pattern implemented using PHP, JavaScript, Ajax and jQuery as a defensive manoeuvre against Cross-Site Request Forgery

    PHP

  2. Fixed-Partition-Memory-Management-UVA-1006-Algorithm Fixed-Partition-Memory-Management-UVA-1006-Algorithm Public

    Fixed Partition Memory Management Algorithm optimized to allocate an N number of programs to an M number of memory segments with a minimum amount of turn around time.

    C++

  3. Multi-Threading-and-Virtual-Memory-Management-in-C-Secure-OS-Assignment-2nd-Year Multi-Threading-and-Virtual-Memory-Management-in-C-Secure-OS-Assignment-2nd-Year Public

    2nd Year Secure Operating Systems Assignment based on Multi-threading and Virtual Memory Management in C.

    C 2

  4. sync-token-pattern-csrf sync-token-pattern-csrf Public

    Sample web application with Synchronizer Token Pattern implemented using PHP, JavaScript, Ajax and jQuery as a defensive manoeuvre against Cross-Site Request Forgery

    PHP

  5. half-baked-keylogger half-baked-keylogger Public

    I can't seem to get it to work due to a compiler issue, feel free to give it a try! I might fix it in the future.

    C++

  6. socket-programming socket-programming Public

    Sockets are low-level endpoints of a communication line that used to process information sent across the network. Protocols such as HTTP and FTP rely on sockets to communicate. Socket Programming i…

    C