The next word `is` surrounded by literal backticks
View literal-backtick.md
View white-loaf-kenwood-chef.md
How to make a basic white loaf in a Kenwood Chef
Ingredients
- Boiling water 150ml
- Cold water 150ml
- Fresh baker's yeast 2 tsp
- Strong bread flour 500g
- Sugar 2 tsp
- Salt 1 tsp
- egg whites 1
View windows_terminal_settings.json
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"profiles": |
View blockstack.txt
Verifying my Blockstack ID is secured with the address 1F6D7pjF5BrTQuNyuq9RXVBnAHkj7nY4Pw https://explorer.blockstack.org/address/1F6D7pjF5BrTQuNyuq9RXVBnAHkj7nY4Pw |
View onename.txt
Verifying that "dominicsayers.id" is my Blockstack ID. https://explorer.blockstack.org/name/dominicsayers.id |
View Minimal gemspec.rb
Gem::Specification.new do |spec| | |
spec.name = "oc-events-jobs" | |
spec.version = "" | |
spec.summary = "" | |
spec.authors = "" | |
spec.files = [] | |
end |
View git-bisect-cheatsheet.md
$ git bisect start
$ git bisect bad
$ git bisect good dd9b00ad73d71a84e11523c062048daaa8e590e9
Bisecting: 14 revisions left to test after this (roughly 4 steps)
[e6ac8fb2b6c9ee04d0600690f477e785f6c02330] Delegate create_graph_node to the graph client
$ git bisect run rspec ./spec/integration/company_branch_spec.rb:49
...
View tigergraph-docker-cheatsheet.md
TigerGraph Docker cheatsheet
Information
docker ps -a | grep tiger
List all containers with tiger in their name or image name.
docker logs -f tiger-local-development
View data-model-proposal-document-structure.md
Principles
Purpose
The document is aimed at an engineer who is to implement the requirements it defines. The language and structure should be designed for that audience. The focus should be on minimal completeness and the removal of any ambiguity.
The document doesn't need to contain any justification of its design goals - it is assumed these are in line with both the business strategy and user requirements. It is relevant to discuss how the data design meets the user requirements.
Scope
View WSL + Docker setup for development.md
Setting up Windows Services for Linux (WSL) and Docker for Windows for Ruby on Rails development
Prerequisites
On your Windows 10 development machine you should have installed
- Windows Services for Linux and a Debian-based app like Ubuntu.
putty
- Docker for Windows (and I use Kitematic because I'm a Docker n00b)
NewerOlder