From 088117e7450578355b5365196afbfd68292dd377 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 4 Feb 2017 21:50:02 +0000 Subject: [PATCH] Fix spelling in projects --- .spelling | 4 ++++ content/projects/bsod-enabler.md | 2 +- content/projects/wiki-game-solver.md | 2 +- content/projects/yoga-pal.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.spelling b/.spelling index 2044e89..a384857 100644 --- a/.spelling +++ b/.spelling @@ -80,3 +80,7 @@ Django dependancy-check pypiup seositecheckup +nextcloud +switcheroo +eg +glitching diff --git a/content/projects/bsod-enabler.md b/content/projects/bsod-enabler.md index 2d19728..dbbbd38 100644 --- a/content/projects/bsod-enabler.md +++ b/content/projects/bsod-enabler.md @@ -13,4 +13,4 @@ After researching into it for a while, it turns out that there are a few differe Obviously there are many different ways, and probably far better ways of doing this, but I wanted something that was simple to use, fast, and could be done by anyone, no matter how technically illiterate. I decided to write it in C#, and use a windows console interface so the whole thing could be done with a few key presses. -Unfortunately I can't find the original source, or a copy of the executable. Once I find them, i'll update this post! +Unfortunately I can't find the original source, or a copy of the executable. Once I find them, I'll update this post! diff --git a/content/projects/wiki-game-solver.md b/content/projects/wiki-game-solver.md index b8b191c..6708048 100644 --- a/content/projects/wiki-game-solver.md +++ b/content/projects/wiki-game-solver.md @@ -25,7 +25,7 @@ The game isn't open source, so I couldn't see how the back end worked, but after The game was won when the iframe was at the final page location, or at least a clone of it on their servers with some extra querystring information. -With this, I started to write something that would change the location of the iframe to the goal. Fortunately for me, the goal url was on the page. So all it took was a little mutative switcheroo to win! +With this, I started to write something that would change the location of the iframe to the goal. Fortunately for me, the goal URL was on the page. So all it took was a little switcheroo to win! ### Source The source for this was written in pure JS, and relies heavily on the fact that the wiki game uses jQuery so I can plug into components and events really easily. The code can be found in the GitHub gists below. Both the standard and compact versions are available. diff --git a/content/projects/yoga-pal.md b/content/projects/yoga-pal.md index 2e10257..4e31d2f 100644 --- a/content/projects/yoga-pal.md +++ b/content/projects/yoga-pal.md @@ -14,7 +14,7 @@ This script worked great, doing exactly what it said it did, nicely and quickly, So I wrote my own CLI, based off the above script, that would allow me to tweak everything, so the laptop can be used as it was intended. With a simple command, I could swap the _mode_ of the laptop to match how I was using it. -Eg: +eg: ```bash $ yoga mode tablet # Set to tablet mode