Skip to content

Commit d6b1bd0

Browse files
Merge branch 'main' into gitops
2 parents d34fc9c + 7ddc751 commit d6b1bd0

File tree

8 files changed

+38
-19
lines changed

8 files changed

+38
-19
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v3
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].8
36+
uses: actions/[email protected].9
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v2

topics/clu/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
created_by: Barbara Liskov et al.
3+
display_name: CLU
4+
released: 1975
5+
short_description: CLU was the first implemented programming language to provide direct linguistic support for data abstraction.
6+
topic: clu
7+
url: https://pmg.csail.mit.edu/CLU.html
8+
wikipedia_url: https://en.wikipedia.org/wiki/CLU_(programming_language)
9+
---
10+
CLU was the first implemented programming language to provide direct linguistic support for data abstraction. CLU contains a number of other interesting and influential features, including checked exceptions, iterators, and parametric polymorphism.

topics/hacktoberfest/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,21 @@ released: October 2014
66
short_description: Hacktoberfest is a month-long celebration of open source projects, their maintainers, and the entire community of contributors.
77
topic: hacktoberfest
88
url: https://hacktoberfest.com/
9+
aliases: hacktoberfest-contributions, hacktoberfest-repo, hacktoberfest-contribute, hacktoberfest-participants, hacktoberfest-challenge, hacktoberfest-topic, hacktoberfest-project, hacktoberfest-maintainer
910
---
10-
Hacktoberfest is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
11+
**Hacktoberfest** is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
12+
13+
# By year
14+
[2017](https://github.com/topics/hacktoberfest2017) • [2018](https://github.com/topics/hacktoberfest2018) • [2019](https://github.com/topics/hacktoberfest2019) • [2020](https://github.com/topics/hacktoberfest2020) • [2021](https://github.com/topics/hacktoberfest2021) • [2022](https://github.com/topics/hacktoberfest2022) • [2023](https://github.com/topics/hacktoberfest2023) • [2024](https://github.com/topics/hacktoberfest2024) • [2025](https://github.com/topics/hacktoberfest2025) • [2026](https://github.com/topics/hacktoberfest2026)
15+
16+
# [By status](https://github.com/topics/hacktoberfest-status)
17+
[accepted](https://github.com/topics/hacktoberfest-accepted) • [approved](https://github.com/topics/hacktoberfest-approved)
18+
19+
# By country
20+
[🇳🇵 Nepal](https://github.com/topics/hacktoberfestnepal) • [🇮🇩 Indonesia](https://github.com/topics/hacktoberfest-indonesia) • **[🇮🇳 India](https://github.com/topics/hacktoberfest-india)** ([West Bengal](https://github.com/topics/hacktoberfest-westbengal)) • [🇧🇷 Brazil](https://github.com/topics/hacktoberfest-brasil)
21+
22+
# By contribution type
23+
[Issue](https://github.com/topics/hacktoberfest-issue) • [Pull Request](https://github.com/topics/hacktoberfest-pr)
24+
25+
# By programming language
26+
[React.js](https://github.com/topics/react-hacktoberfest) ([topic](https://github.com/topics/react)) • [Python](https://github.com/topics/hacktoberfestpy) ([topic](https://github.com/topics/python)) • [Java](https://github.com/topics/hacktoberfest-java) ([topic](https://github.com/topics/java))

topics/indieweb/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ short_description: The IndieWeb is a people-focused alternative to the "corporat
99
topic: indieweb
1010
url: https://indieweb.org/
1111
wikipedia_url: https://en.wikipedia.org/wiki/IndieWeb
12+
related: microformats, webmention, decentralized-web, decentralized, decentralization
1213
---
13-
The IndieWeb is a community of individual personal websites, connected by simple standards, based on the principles of owning your domain, using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and own your data.
14+
The **IndieWeb** is a community of individual personal websites, connected by simple standards, based on the principles of owning your domain, using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and own your data.

topics/kokkos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display_name: Kokkos
33
github_url: https://github.com/kokkos
44
logo: kokkos.png
55
related: c-plus-plus, parallel-computing, high-performance-computing
6-
short_description: Kokkos C++ Performance Portability EcoSystem.
6+
short_description: Kokkos C++ Performance Portability Ecosystem.
77
topic: kokkos
88
url: https://kokkos.github.io/
99
---

topics/serverless/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
aliases: serverless-architecture, serverless-examples
2+
aliases: serverless-architecture, serverless-examples, serverless-computing
33
display_name: Serverless
44
short_description: Serverless architecture refers to apps that depend on third-party
55
services or custom code.
66
topic: serverless
77
wikipedia_url: https://en.wikipedia.org/wiki/Serverless_computing
8+
related: backend-as-a-service, functions-as-a-service, aws-lambda, google-cloud-platform
89
---
9-
Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.
10+
**Serverless** architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.

topics/test/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

topics/testing/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
aliases: testing-tools, testing-framework, testing-practices
2+
aliases: testing-tools, testing-framework, testing-practices, software-testing, test
33
display_name: Testing
4-
short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow.
4+
short_description: The act of examining behavior of the software under test to eliminate bugs and ship with more confidence.
55
topic: testing
66
wikipedia_url: https://en.wikipedia.org/wiki/Software_testing
7+
related: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit
78
---
8-
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
9-
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
9+
Software **testing** is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

0 commit comments

Comments
 (0)