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

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 Loading

  1. Resume Resume Public

  2. IBEW-Local-48-Mission-and-Core-Values IBEW-Local-48-Mission-and-Core-Values Public

    Overview of the IBEW Local 48 mission and core values and how I fit in

    1

  3. 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

  4. 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

  5. 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

  6. 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