Skip to content
View beedel's full-sized avatar
🎯
Focusing
🎯
Focusing
  • University of Glasgow
  • Glasgow
Block or Report

Block or report beedel

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
beedel/README.md

Hi, I'm Tom! 👋

Pinned

  1. bulletproof-testing bulletproof-testing Public

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

    Python 13

  2. test-double-guide test-double-guide Public

    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. schedulers schedulers Public

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

    Python

  4. mastermind mastermind Public

    The Mastermind game on the Ruby command-line.

    Ruby

  5. ds-from-scratch ds-from-scratch Public

    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-discoverer dependency-discoverer Public

    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++