This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "round": "R16", | |
| "teamA": "Canada", | |
| "teamB": "Morocco", | |
| "winner": "Morocco", | |
| "score": "3-0" | |
| }, | |
| { | |
| "round": "R16", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "R32-1": { "winner": "Argentina", "score": "2-0" }, | |
| "R32-2": { "winner": "Egypt", "score": "1-0" }, | |
| "R32-3": { "winner": "Colombia", "score": "3-1" }, | |
| "R16-1": { "winner": "France", "score": "2-1" }, | |
| "R16-2": { "winner": "Morocco", "score": "1-0 (4-3 pens)" }, | |
| "R16-3": { "winner": "Brazil", "score": "3-1" }, | |
| "R16-4": { "winner": "England", "score": "2-1" }, | |
| "R16-5": { "winner": "Spain", "score": "1-0" }, | |
| "R16-6": { "winner": "Belgium", "score": "2-1 (AET)" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_note": "Mock 2026 World Cup results — remaining Round of 32 → Final, grounded in the real bracket. Belgium's run to the title in normal time. Keyed by match id.", | |
| "R32-5": {"match": "Portugal v Croatia", "winner": "Portugal", "score": "2-1"}, | |
| "R32-6": {"match": "Spain v Austria", "winner": "Spain", "score": "3-0"}, | |
| "R32-7": {"match": "Colombia v Ghana", "winner": "Colombia", "score": "1-0"}, | |
| "R32-8": {"match": "Australia v Egypt", "winner": "Egypt", "score": "2-1"}, | |
| "R32-9": {"match": "Switzerland v Algeria", "winner": "Switzerland", "score": "1-0"}, | |
| "R32-10": {"match": "Argentina v Cape Verde", "winner": "Argentina", "score": "4-0"}, | |
| "R16-1": {"match": "Paraguay v France", "winner": "France", "score": "2-1"}, | |
| "R16-2": {"match": "Canada v Morocco", "winner": "Morocco", "score": "1-0"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: CC-BY-SA-4.0 | |
| // Version of Solidity compiler this program was written for | |
| pragma solidity 0.8.7; | |
| // Our first contract is a faucet! | |
| contract Faucet { | |
| // Accept any incoming amount | |
| receive() external payable {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "contentTypes": [ | |
| { | |
| "sys": { | |
| "space": { | |
| "sys": { | |
| "type": "Link", | |
| "linkType": "Space", | |
| "id": "zsfivwzfgl3t" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| [ -f ~/.bashrc ] && . ~/.bashrc | |
| # Changing path to project master | |
| cd ../repository | |
| # Install NPM packages | |
| echo -e "\e[33m1. Running YARN install" | |
| yarn install --no-progress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| platform: linux | |
| image_resource: | |
| type: docker-image | |
| source: {repository: cypress/base, tag: "8"} | |
| inputs: | |
| - name: repository | |
| path: repository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: feature-test | |
| serial: true | |
| plan: | |
| - aggregate: | |
| - get: spa-giftaid | |
| passed: [deploy-staging] | |
| trigger: true | |
| - get: bootstrap | |
| - task: 'Run feature tests' | |
| file: bootstrap/scripts/cypress/cypress.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| trap "tput reset; tput cnorm; exit" 2 | |
| clear | |
| tput civis | |
| lin=2 | |
| col=$(($(tput cols) / 2)) | |
| c=$((col-1)) | |
| est=$((c-2)) | |
| color=0 | |
| tput setaf 2; tput bold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- InstaWidget --> | |
| <a href="https://instawidget.net/v/tag/everydaycomicrelief" id="link-537042380972653516fc84968d3b759a14301b996a0cdbe55523a19d3ebb581d">#everydaycomicrelief</a> | |
| <script src="https://instawidget.net/js/instawidget.js?u=537042380972653516fc84968d3b759a14301b996a0cdbe55523a19d3ebb581d&width=300px"></script> |
NewerOlder