Skip to content
View varnas554's full-sized avatar
🎯
Focusing
🎯
Focusing
  • University of Glasgow
  • Glasgow

Block or report varnas554

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. bulletproof-testingbulletproof-testingPublic

    A workshop on testing in Python. Covers mocking, smoke and mutation testing.

    Python 11

  2. test-double-guidetest-double-guidePublic

    This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.

    3 1

  3. schedulersschedulersPublic

    Implementation of the FCFS, RR, SJF, and SRTF scheduling algorithms.

    Python

  4. mastermindmastermindPublic

    The Mastermind game on the Ruby command-line.

    Ruby

  5. ds-from-scratchds-from-scratchPublic

    A program that benchmarks operations of a dynamic set when it is implemented using a doubly-linked list vs a binary search tree.

    Java

  6. dependency-discovererdependency-discovererPublic

    A program that processes the c/yacc/lex source file arguments, outputting the dependencies between the corresponding .o file, the .c source file, and any included .h files.

    C++