Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeYourFuture/Module-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodeYourFuture/Module-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: solutions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 73 files changed
  • 3 contributors

Commits on Feb 26, 2025

  1. Sample solutions

    illicitonion committed Feb 26, 2025
    1 Configuration menu
    Copy the full SHA
    350fa2f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Fix mistake in answer

    illicitonion authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    6780bec View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Filter for London

    illicitonion committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    c11fe1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5bbbad View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. feat(shell-tools): Add check.sh scripts for a quick smoke test (#62)

    ## Changelist
    
    While reviewing PRs from students, I found it useful to have a small
    script that runs their solution along with the relevant unix utility,
    and compares the output. Here are those scripts.
    
    Usage examples:
    
    ```shell
    $ cd implement-shell-tools/wc
    $  ./check.sh  #Will test "node wc.js"
    $  USER_COMMAND="python3 wc.py" ./check.sh
    ```
    blorente authored May 28, 2025
    Configuration menu
    Copy the full SHA
    7cab233 View commit details
    Browse the repository at this point in the history
Loading