Skip to content

Commit a61460a

Browse files
authored
Merge branch 'main' into patch-1
2 parents a34e4ba + e31937b commit a61460a

File tree

13 files changed

+38
-7
lines changed

13 files changed

+38
-7
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ items:
3636
- trunk-io/plugins
3737
- astral-sh/ruff
3838
- golangci/golangci-lint
39+
- nicklockwood/SwiftFormat
40+
- super-linter/super-linter
3941
display_name: Clean code linters
4042
created_by: holman
4143
---

collections/github-browser-extensions/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ items:
4040
- npmhub/npmhub
4141
- octobox/extension
4242
- hypertrons/hypertrons-crx
43+
- NirmalScaria/le-git-graph
4344
display_name: GitHub Browser Extensions
4445
created_by: leereilly
4546
---
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/angular/angular.png

100644100755
6.69 KB
Loading

topics/angular/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ related: vue, react
88
released: September 14, 2016
99
short_description: Angular is an open source web application platform.
1010
topic: angular
11-
url: https://angular.io/
12-
wikipedia_url: https://en.wikipedia.org/wiki/Angular_(application_platform)
11+
url: https://angular.dev/
12+
wikipedia_url: https://en.wikipedia.org/wiki/Angular_(web_framework)
1313
---
1414
Released in 2016, Angular is a rewrite of AngularJS. It focuses on good mobile development, modularity, and improved dependency injection. Angular is designed to comprehensively address a developer's web application workflow.

topics/cli/cli.png

3.41 KB
Loading

topics/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
aliases: commandline-interface, command-line-interface, commandline, command-line
33
created_by: Glenda Schroeder
4-
display_name: Command line interface
4+
display_name: Command-line interface
55
released: '1965'
66
short_description: A CLI, or command-line interface, is a console that helps users
77
issue commands to a program.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: Confidential Computing
3+
related: trusted-execution, trusted-execution-environment, tee, confidential-container
4+
short_description: Confidential computing is a security and privacy-enhancing computational technique focused on protecting data in use.
5+
topic: confidential-computing
6+
url: https://confidentialcomputing.io/
7+
wikipedia_url: https://en.wikipedia.org/wiki/Confidential_computing
8+
---
9+
Confidential Computing is the protection of data in use by performing computation in a hardware-based, attested Trusted Execution Environment.
10+
A Trusted Execution Environment (TEE) is an environment that provides a level of assurance of the following three properties: data integrity, data confidentiality, and code integrity.
11+
TEEs may have additional attributes such as code confidentiality, programmability, recoverability, and attestability.
12+
Confidential Computing aims to reduce the ability for the owner/operator/pwner of a platform to access data and code inside TEEs sufficiently such that this path is not an economically or logically viable attack during execution.

0 commit comments

Comments
 (0)