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
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
prefix snomedct: <http://purl.bioontology.org/ontology/SNOMEDCT/> | |
SELECT ?x | |
WHERE { | |
} |
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
Computer Information: | |
Manufacturer: ASRock | |
Model: B550M Phantom Gaming 4 | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 5 5600X 6-Core Processor | |
CPU Family: 0x19 | |
CPU Model: 0x21 |
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
Computer Information: | |
Manufacturer: ASRock | |
Model: B550M Phantom Gaming 4 | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 5 5600X 6-Core Processor | |
CPU Family: 0x19 |
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 | |
# Define variables | |
ZIP_FILE="hl7fhirukcorer4.zip" | |
FHIR_SERVER_URL="http://localhost:8080/fhir" | |
# Create a temporary directory to extract the zip file | |
TEMP_DIR=$(mktemp -d) | |
# Unzip the file |
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
Code | Party | Votes | |
---|---|---|---|
E14001263 | Conservative | 19671 | |
E14001263 | Liberal Democrat | 14869 | |
E14001263 | Labour | 8753 | |
E14001263 | Reform UK | 8216 | |
E14001263 | Green | 2310 | |
E14001263 | Hampshire Independents | 185 | |
E14001264 | Labour | 24073 | |
E14001264 | Conservative | 8783 | |
E14001264 | Green | 4468 |
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 | |
# Ensure dependencies are installed | |
if ! command -v rsync &> /dev/null; then | |
echo "rsync is required but not installed. Please install it with 'sudo apt install rsync'." | |
exit 1 | |
fi | |
if ! command -v sqlite3 &> /dev/null; then | |
echo "sqlite3 is required but not installed. Please install it with 'sudo apt install sqlite3'." |
OlderNewer