Skip to content

Commit c6458f0

Browse files
authored
Merge branch 'main' into patch-1
2 parents 2cbfd74 + 9df1da9 commit c6458f0

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

collections/choosing-projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items:
88
- komodorio/helm-dashboard
99
- cloudquery/cloudquery
1010
- Ileriayo/markdown-badges
11-
- embedchain/embedchain
11+
- mem0ai/mem0
1212
- Codecademy/docs
1313
- open-sauced/guestbook
1414
- firstcontributions/first-contributions

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ items:
3636
- trunk-io/plugins
3737
- astral-sh/ruff
3838
- golangci/golangci-lint
39+
- nicklockwood/SwiftFormat
3940
- super-linter/super-linter
4041
display_name: Clean code linters
4142
created_by: holman

collections/green-software/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
items:
3+
- Green-Software-Foundation/patterns
4+
- kube-green/kube-green
5+
- marmelab/greenframe-cli
6+
- ThijsRay/coppers
7+
8+
display_name: Green Software
9+
created_by: tomthorogood
10+
11+
---
12+
13+
This collection curates projects that exemplify or help to provide green computing.
14+
Green software is engineered to reduce energy consumption, which considers factors like algorithmic and language efficiency, networking, storage footprint, compute requirements, and so forth.
15+
Some projects follow great green software practices that should be highlighted; others help the rest of the world greenify their own code. The projects collected here are a mix of both.

collections/productivity-tools/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ items:
3939
- eza-community/eza
4040
- bensadeh/tailspin
4141
- logdyhq/logdy-core
42+
- ajayyy/SponsorBlock
43+
- WofWca/jumpcutter
4244
display_name: Software productivity tools
4345
created_by: holman
4446
---

topics/zig/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ created_by: Andrew Kelley
44
display_name: Zig
55
github_url: https://github.com/ziglang/zig
66
logo: zig.png
7-
released: February 2016
7+
released: February 8, 2016
88
short_description: Zig is a general-purpose programming language and toolchain.
99
topic: zig
10-
url: https://ziglang.org/
10+
url: https://ziglang.org
1111
wikipedia_url: https://en.wikipedia.org/wiki/Zig_(programming_language)
1212
---
1313
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.

0 commit comments

Comments
 (0)