Skip to content

Commit cf134a9

Browse files
authored
Merge branch 'main' into parallelize-collection-tests
2 parents 59b379b + e54c347 commit cf134a9

File tree

21 files changed

+95
-20
lines changed

21 files changed

+95
-20
lines changed

.github/workflows/collections-renames.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737
committer: "github-actions[bot] <actions@github.com>"
3838
branch: "update-collections-${PR_ID}"
3939
title: "✨ Autofixing renamed/removed collection items ✨"
40-
41-
- name: Auto-merge PR
42-
if: steps.cpr.outputs.pull-request-number
43-
run: |
44-
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
45-
gh pr merge --auto "${{ steps.cpr.outputs.pull-request-url }}"
46-
env:
47-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "faraday", "2.14.0"
3+
gem "faraday", "2.14.1"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
66
gem "json", "2.18.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
ffi (>= 1.15.0)
4242
eventmachine (1.2.7)
4343
execjs (2.10.0)
44-
faraday (2.14.0)
44+
faraday (2.14.1)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -366,7 +366,7 @@ PLATFORMS
366366
x86_64-linux-musl
367367

368368
DEPENDENCIES
369-
faraday (= 2.14.0)
369+
faraday (= 2.14.1)
370370
faraday-retry (= 2.4.0)
371371
fastimage
372372
github-pages (~> 232)

collections/green-software/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ items:
3939
- TechEmpower/FrameworkBenchmarks
4040
- greensoftwarelab/Energy-Languages
4141
- etsy/cloud-jewels
42-
- GreenAlgorithms/green-algorithms-tool
42+
- Cambridge-Sustainable-Computing-Lab/Green-Algorithms-calculator
4343
- digital4better/carbonara
4444
- sosy-lab/cpu-energy-meter
4545
- Green-Software-Foundation/if
@@ -48,7 +48,7 @@ items:
4848
- green-code-initiative/creedengo-rules-specifications
4949
- geopm/geopm
5050
- green-code-initiative/ecoCode-android
51-
- Accenture/EcoSonar
51+
- green-code-initiative/EcoSonar
5252
- green-code-initiative/creedengo-ios
5353
- GoogleCloudPlatform/region-carbon-info
5454
- Azure/carbon-aware-keda-operator

collections/made-in-brazil/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ items:
2828
- okfn-brasil/querido-diario
2929
- Purple-Stock/open-erp
3030
- thiagobarbosa/quorum-api
31-
- pgmodeler/pgmodeler
31+
- nullptrlabs/pgmodeler
3232
- alshedivat/al-folio
3333
- george-gca/multi-language-al-folio
3434
- levxyca/diciotech

collections/made-in-india/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ items:
4646
- Jaysmito101/TerraForge3D
4747
- keploy/keploy
4848
- LambdaTest/test-at-scale
49-
- arnav-kr/json-formatter
49+
- jformatter/json-formatter-crx
5050
- abhimanyu003/sttr
5151
- juspay/hyperswitch
5252
- nammayatri/nammayatri

collections/made-in-rwanda/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
items:
33
- kin-lang/kin
44
- vitest-dev/eslint-plugin-vitest
5-
- veritem/gcommit
65
- divinrkz/swaggiffy
76
- pacifiquem/awesome-go
87
- Mutesa-Cedric/react-swift-reveal

collections/made-in-turkiye/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ items:
1414
- jbytecode/rcaller
1515
- obss/sahi
1616
- passwall/passwall-server
17-
- passwall/passwall-extension
1817
- passwall/passwall-desktop
1918
- refinedev/refine
2019
- pankod/superplate
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Adversarial attacks
3+
short_description: Adversarial attacks craft perturbed inputs to mislead machine learning models into producing incorrect outputs.
4+
topic: adversarial-attacks
5+
wikipedia_url: https://en.wikipedia.org/wiki/Adversarial_machine_learning
6+
---
7+
Adversarial attacks are techniques that craft intentionally perturbed inputs to mislead machine learning models into producing incorrect outputs. They are central to research in AI robustness, security, and trustworthiness.

topics/autohotkey/autohotkey.png

15.5 KB
Loading

0 commit comments

Comments
 (0)