Skip to content

Commit bc716df

Browse files
Merge pull request #2440 from jasonrandrews/review
spelling and category updates
2 parents d4ae2e2 + 01ec3b9 commit bc716df

File tree

7 files changed

+89
-18
lines changed

7 files changed

+89
-18
lines changed

.wordlist.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,3 +4978,65 @@ multidisks
49784978
testsh
49794979
uops
49804980
subgraph
4981+
ArgumentList
4982+
Autocannon
4983+
Buildkite
4984+
CimInstance
4985+
ClassName
4986+
DischargeRate
4987+
FPM
4988+
FastCGI
4989+
FilePath
4990+
Halide’s
4991+
HasExited
4992+
ImportError
4993+
NIC’s
4994+
NVM
4995+
NodeJS
4996+
Opcache
4997+
OpenBMC’s
4998+
PHPBench
4999+
ParentProcessId
5000+
PassThru
5001+
ProcessID
5002+
QAT
5003+
REPL
5004+
RaceNight
5005+
RemainingCapacity
5006+
Ruifeng
5007+
Xdebug
5008+
appPid
5009+
argList
5010+
autocannon
5011+
autoexit
5012+
autoloading
5013+
benchArrayPush
5014+
benchStringConcat
5015+
buildkite
5016+
childPid
5017+
childProcess
5018+
cmdLine
5019+
eq
5020+
exePath
5021+
ffplay
5022+
fpm
5023+
gpl
5024+
hh
5025+
mW
5026+
mWh
5027+
mbstring
5028+
memPriv
5029+
npmjs
5030+
opcache
5031+
outHead
5032+
outLine
5033+
outputFile
5034+
phar
5035+
phpbench
5036+
phpinfo
5037+
utf
5038+
vesion
5039+
wwwrun
5040+
xdebug
5041+
zoneIdentifier
5042+
zypper

content/learning-paths/embedded-and-microcontrollers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tools_software_languages_filter:
5252
- DSTREAM: 2
5353
- Edge AI: 2
5454
- Edge Impulse: 1
55-
- ExecuTorch: 3
55+
- ExecuTorch: 4
5656
- FastAPI: 1
5757
- FPGA: 1
5858
- Fusion 360: 1

content/learning-paths/laptops-and-desktops/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ operatingsystems_filter:
1111
- ChromeOS: 2
1212
- Linux: 34
1313
- macOS: 9
14-
- Windows: 45
14+
- Windows: 46
1515
subjects_filter:
1616
- CI-CD: 5
1717
- Containers and Virtualization: 7
18-
- Migration to Arm: 29
18+
- Migration to Arm: 30
1919
- ML: 2
2020
- Performance and Architecture: 27
2121
subtitle: Create and migrate apps for power efficient performance
@@ -38,6 +38,7 @@ tools_software_languages_filter:
3838
- CSS: 1
3939
- Daytona: 1
4040
- Docker: 5
41+
- FFmpeg: 1
4142
- GCC: 12
4243
- Git: 1
4344
- GitHub: 3
@@ -62,6 +63,7 @@ tools_software_languages_filter:
6263
- ONNX Runtime: 1
6364
- OpenCV: 1
6465
- perf: 4
66+
- PowerShell: 1
6567
- Python: 6
6668
- QEMU: 1
6769
- Qt: 2

content/learning-paths/laptops-and-desktops/win-resource-ps1/how-to-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The downloaded video file is in YUV raw format, which means playback of the vide
3838

3939
Use `ffmpeg.exe` to compress the YUV raw video with the x265 encoder and convert the file format to `.mp4`.
4040

41-
Assuming you downloaded the files and extraced them in the current directory, open a terminal and run the following command:
41+
Assuming you downloaded the files and extracted them in the current directory, open a terminal and run the following command:
4242

4343
```console
4444
ffmpeg-n7.1.1-56-gc2184b65d2-win64-gpl-7.1\ffmpeg-n7.1.1-56-gc2184b65d2-win64-gpl-7.1\bin\ffmpeg.exe -f rawvideo -pix_fmt yuv420p -s 3840x2160 -r 50 -i RaceNight_3840x2160_50fps_420_8bit_YUV_RAW\RaceNight_3840x2160_50fps_8bit.yuv -vf scale=1920:1080 -c:v libx265 -preset medium -crf 20 RaceNight_1080p.mp4 -benchmark -stats -report

content/learning-paths/mobile-graphics-and-gaming/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ key_ip:
1010
maintopic: true
1111
operatingsystems_filter:
1212
- Android: 32
13-
- Linux: 30
13+
- Linux: 31
1414
- macOS: 14
1515
- Windows: 14
1616
subjects_filter:
1717
- Gaming: 6
1818
- Graphics: 6
19-
- ML: 12
19+
- ML: 13
2020
- Performance and Architecture: 35
2121
subtitle: Optimize Android apps and build faster games using cutting-edge Arm tech
2222
title: Mobile, Graphics, and Gaming
@@ -34,13 +34,13 @@ tools_software_languages_filter:
3434
- Bazel: 1
3535
- C: 4
3636
- C#: 3
37-
- C++: 11
37+
- C++: 12
3838
- CCA: 1
3939
- Clang: 12
4040
- CMake: 1
4141
- Coding: 1
4242
- Docker: 1
43-
- ExecuTorch: 1
43+
- ExecuTorch: 2
4444
- Frame Advisor: 1
4545
- GCC: 12
4646
- Generative AI: 2
@@ -49,6 +49,7 @@ tools_software_languages_filter:
4949
- Google Test: 1
5050
- Hugging Face: 5
5151
- Java: 6
52+
- Jupyter Notebook: 1
5253
- KleidiAI: 1
5354
- Kotlin: 7
5455
- LiteRT: 1
@@ -61,7 +62,7 @@ tools_software_languages_filter:
6162
- ONNX Runtime: 1
6263
- OpenGL ES: 1
6364
- Python: 4
64-
- PyTorch: 1
65+
- PyTorch: 2
6566
- QEMU: 1
6667
- RenderDoc: 1
6768
- RME: 1
@@ -74,7 +75,7 @@ tools_software_languages_filter:
7475
- Unreal Engine: 4
7576
- Visual Studio: 1
7677
- Visual Studio Code: 1
77-
- Vulkan: 4
78+
- Vulkan: 5
7879
- Vulkan SDK: 1
7980
- XNNPACK: 1
8081
weight: 3

content/learning-paths/servers-and-cloud-computing/_index.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ key_ip:
88
maintopic: true
99
operatingsystems_filter:
1010
- Android: 3
11-
- Linux: 180
11+
- Linux: 183
1212
- macOS: 13
1313
- Windows: 14
1414
pinned_modules:
@@ -18,14 +18,14 @@ pinned_modules:
1818
- providers
1919
- migration
2020
subjects_filter:
21-
- CI-CD: 7
21+
- CI-CD: 8
2222
- Containers and Virtualization: 32
2323
- Databases: 18
2424
- Libraries: 9
2525
- ML: 32
2626
- Performance and Architecture: 72
2727
- Storage: 2
28-
- Web: 12
28+
- Web: 14
2929
subtitle: Optimize cloud native apps on Arm for performance and cost
3030
title: Servers and Cloud Computing
3131
tools_software_languages_filter:
@@ -36,6 +36,7 @@ tools_software_languages_filter:
3636
- AI: 1
3737
- Android Studio: 1
3838
- Ansible: 2
39+
- apache: 1
3940
- Apache Spark: 2
4041
- Apache Tomcat: 2
4142
- ApacheBench: 1
@@ -50,6 +51,7 @@ tools_software_languages_filter:
5051
- ASP.NET Core: 2
5152
- Assembly: 5
5253
- async-profiler: 1
54+
- Autocannon: 1
5355
- AWS: 2
5456
- AWS CDK: 2
5557
- AWS Cloud Formation: 1
@@ -66,6 +68,7 @@ tools_software_languages_filter:
6668
- Bastion: 3
6769
- BOLT: 2
6870
- bpftool: 1
71+
- Buildkite: 1
6972
- C: 10
7073
- C#: 2
7174
- C++: 12
@@ -80,7 +83,8 @@ tools_software_languages_filter:
8083
- Daytona: 1
8184
- Demo: 3
8285
- Django: 1
83-
- Docker: 23
86+
- Docker: 24
87+
- Docker Buildx: 1
8488
- Envoy: 3
8589
- ExecuTorch: 1
8690
- FAISS: 1
@@ -121,7 +125,6 @@ tools_software_languages_filter:
121125
- KEDA: 1
122126
- Kedify: 1
123127
- Keras: 1
124-
- KleidiAI: 1
125128
- Kubernetes: 11
126129
- Libamath: 1
127130
- libbpf: 1
@@ -145,7 +148,8 @@ tools_software_languages_filter:
145148
- Networking: 1
146149
- Nexmark: 1
147150
- NGINX: 4
148-
- Node.js: 3
151+
- Node.js: 4
152+
- npm: 1
149153
- Ollama: 1
150154
- ONNX Runtime: 2
151155
- OpenBLAS: 1
@@ -156,6 +160,8 @@ tools_software_languages_filter:
156160
- PAPI: 1
157161
- perf: 6
158162
- Perf: 1
163+
- PHP: 1
164+
- PHPBench: 1
159165
- PostgreSQL: 4
160166
- Profiling: 1
161167
- Python: 32
@@ -205,7 +211,7 @@ tools_software_languages_filter:
205211
weight: 1
206212
cloud_service_providers_filter:
207213
- AWS: 17
208-
- Google Cloud: 18
214+
- Google Cloud: 21
209215
- Microsoft Azure: 18
210216
- Oracle: 2
211217
---

content/learning-paths/servers-and-cloud-computing/buildkite-gcp/buildkite-agent-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ Confirm that the agent is online and connected to the queue `buildkite-queue1`.
9393

9494
![Buildkite Dashboard alt-text#center](images/agent.png "Verify Agent")
9595

96-
The Buildkite agent is ready, you can proceed to use Buildkit for building multi-arch images.
96+
The Buildkite agent is ready, you can proceed to use Buildkite for building multi-arch images.

0 commit comments

Comments
 (0)