You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typos and improve formatting across various documentation files, including updates to PowerShell references, Markdown syntax, and consistency in naming conventions.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ As long as this works well for me I will continue doing so :)
9
9
The content may appear random as it deals with basically anything I find interesting and noteworthy :)
10
10
11
11
Visit <https://0xfab1.net> for online view.
12
-
Built with [Github Actions](https://github.com/features/actions), [Github Pages](https://pages.github.com/), [Let's Encrypt](https://letsencrypt.org/) and [MkDocs](https://github.com/mkdocs/mkdocs/) with [Material](https://github.com/squidfunk/mkdocs-material) theme.
12
+
Built with [GitHub Actions](https://github.com/features/actions), [GitHub Pages](https://pages.github.com/), [Let's Encrypt](https://letsencrypt.org/) and [MkDocs](https://github.com/mkdocs/mkdocs/) with the[Material](https://github.com/squidfunk/mkdocs-material) theme.
13
13
14
14
Thanks for your interest and I appreciate your [feedback](#contact) and/or [pull-request(s)](#contribute) for typos/errors in existing pages!
I appreciate your pull-request for typos/errors in existing pages. If you think something is generally wrong or I missed to link you/someone where appropriate, please let me know!
70
70
71
-
- Fork the current version (e.g. with [github cli](https://cli.github.com/)): ```gh repo fork https://github.com/FullByte/FullByte.github.io.git```)
71
+
- Fork the current version (e.g. with the [GitHub CLI](https://cli.github.com/)): ```gh repo fork https://github.com/FullByte/FullByte.github.io.git```)
72
72
- Do the changes you want to make and commit the updates to your fork.
73
73
- Test the result by [building](#build-and-run) the site with your update(s).
74
74
- If there are no errors and you are happy to share the change, open a pull request and briefly tell what you updated and why.
Copy file name to clipboardExpand all lines: docs/about/life/projects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Projects
2
2
3
-
What ever you do, what ever you want to achieve, approach it as a project- If you're constantly craving more, you won't appreciate what you already have. If you're constantly craving more, you won't appreciate what you already have.
3
+
What ever you do, what ever you want to achieve, approach it as a project- If you're constantly craving more, you won't appreciate what you already have.
4
4
5
5
Most of the time, the project you are doing either mainly needs to be done by a due-date or done according to specs/requirements.
6
6
Figure out what project you are working on (what is the main focus?).
| Akuto Showdown | Multiplayer → Survival, 3 Rounds, 5 Lives, Start Weapon = Staff, No Ranged Weapon → no bots → All Random Maps |
443
-
| Boomerang fu | Free for all → Modifiers: Match length=standard, victory=kills, auto balance=off, powerups=no bombs, fire, multi boomerang, telekinese and bamboozle |
| Boomerang fu | Free for all → Modifiers: Match length=standard, victory=kills, auto balance=off, powerups=no bombs, fire, multi boomerang, telekinesis and bamboozle |
| Boomerang fu | Free for all → Modifiers: Match length=standard, victory=kills, auto balance=off, powerups=no bombs, fire, multi boomerang, telekinese and bamboozle |
459
+
| Boomerang fu | Free for all → Modifiers: Match length=standard, victory=kills, auto balance=off, powerups=no bombs, fire, multi boomerang, telekinesis and bamboozle |
460
460
| SpeedRunners | Versus → Offline → Create Game → normal random Map (3 games, count wins) |
461
461
| Roof Rage | Local Rooftops → Stock Match → Stock: 5 → HP: 200 |
462
462
| Puyo Puyo Tetris | Multiplayer Arcade → Single Screen → Versus → 4 Player → Win Count = 2, Harddrop = ON, Hold = ON |
463
-
| Fast RMX | Multiplayer → Splitscreen → CPU Drivers disabled, League: Subsonic, Mode: Cup, Laps: 3 |
463
+
| Fast RMX | Multiplayer → Split Screen → CPU Drivers disabled, League: Subsonic, Mode: Cup, Laps: 3 |
Copy file name to clipboardExpand all lines: docs/make/music/hoerbert/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Now that I had all pieces and was sure it all works it is time to build a case f
30
30
31
31
### Schematics
32
32
33
-
The most challenging part is to get the holes for the 11 buttons perfectly aligned to they fit through the wood without too much extra space. I printed out the schematics below and used them as a stencil.
33
+
The most challenging part is to get the holes for the 11 buttons perfectly aligned to they fit through the wood without too much extra space. I printed out the the schematics below and used them as a stencil.
Copy file name to clipboardExpand all lines: docs/tech/art/random/contextfreeart.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Context Free Art
2
+
<!-- markdownlint-disable MD010 -->
2
3
3
4
Context Free is a program that generates images from written instructions called a grammar. The program follows the instructions in a few seconds to create images that can contain millions of shapes.
4
5
@@ -52,9 +53,9 @@ shape SPOT
52
53
rule 2 {SPOT[] CIRCLE[a -.5 b 1 s .5 sat -1]}
53
54
```
54
55
55
-
To create many images simply loop the image creation step. The following powershell script assumes the cfdg file and the ps1 script are placed in the Context Free program folder which contains the required `ContextFreeCLI.exe`.
56
+
To create many images simply loop the image creation step. The following PowerShell script assumes the cfdg file and the ps1 script are placed in the Context Free program folder which contains the required `ContextFreeCLI.exe`.
56
57
57
-
```cfdg
58
+
```ps1
58
59
function GenerateAvatars ([string] $InputFile, [string] $OutputPrefix, [int] $Amount) {
0 commit comments