Skip to content
View TryingToBeSmart's full-sized avatar
  • Vancouver, Wa
Block or Report

Block or report TryingToBeSmart

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. CST391-Activity-MusicApp CST391-Activity-MusicApp Public

    Project to practice developing an Angular and React app to produce a front end that interacts with an Express/NodeJS back end API with MySQL database

    TypeScript

  2. CST-321-Security CST-321-Security Public

    Covers essential topics in cybersecurity, including buffer overflow vulnerabilities, zero-day exploits, and tools like Kali Linux for testing and training. It includes a Bash script for password st…

    Shell

  3. CST321-Activity6 CST321-Activity6 Public

    Bash Shell scripting exercises, covering file system navigation, simple file manipulation, terminal commands, permissions, redirection, disk utilities, and more.

    Shell

  4. Semaphore-and-Mutex Semaphore-and-Mutex Public

    Semaphore program: Demonstrates semaphore usage to restrict threads in a critical code section, allowing up to a specific amount of concurrent threads. Mutex program: Illustrates mutex usage for t…

    C

  5. CST321-Deadlock-Avoidance CST321-Deadlock-Avoidance Public

    C program to simulate a process being starved due to resource unavailability. The user will be prompted to decide whether to wait or stop the process.

    C

  6. CST321-Activity4 CST321-Activity4 Public

    Convert number to binary. Practice with bitwise, logical, and shifting operations on numbers in C

    C