diff --git a/src/data/contributions.json b/src/data/contributions.json index 100b64d..ef595e3 100644 --- a/src/data/contributions.json +++ b/src/data/contributions.json @@ -23,6 +23,18 @@ "status": "merged", "description": "Migrated panasonic-vvx10f034n00 panel to multi-style functions for improved error handling and removed redundant error printout" }, + { + "project": "GCC", + "projectUrl": "https://gcc.gnu.org/", + "platform": "sourceware", + "type": "code", + "kind": "patch", + "title": "match.pd: Optimize A > B ? ABS(A) : B to MAX(A, B) when B >= 0 [PR116700]", + "url": "https://gitlab.com/gnutools/gcc/-/commit/e0c4c4cb02382b37a41da098aab3a2446d3cdf3e", + "date": "2026-05-03", + "status": "merged", + "description": "Added pattern to simplify conditional ABS to MAX when the else branch is non-negative, fixing a missed optimization at -O1" + }, { "project": "GCC", "projectUrl": "https://gcc.gnu.org/", diff --git a/src/data/repos.json b/src/data/repos.json index 785e7b5..cf0ded6 100644 --- a/src/data/repos.json +++ b/src/data/repos.json @@ -35,15 +35,14 @@ ] }, { - "name": "memodav", + "name": "sciezka", "owner": "avinal", - "description": "Bidirectional task sync between Memos and CalDAV. Write tasks in Memos, check them off in any CalDAV client.", - "url": "https://github.com/avinal/memodav", + "description": "A browser extension for fuzzy searching tabs, history and bookmarks.", + "url": "https://github.com/avinal/sciezka", "stars": 0, "forks": 0, "languages": [ - { "name": "Go", "color": "#00ADD8" }, - { "name": "Shell", "color": "#89e051" } + { "name": "TypeScript", "color": "#3178C6" } ] }, { diff --git a/src/data/resume.json b/src/data/resume.json index 337e505..ce20b6b 100644 --- a/src/data/resume.json +++ b/src/data/resume.json @@ -450,9 +450,9 @@ "description": "C++ implementation of the Blowfish and Blowfish 2 symmetric block cipher with tests and APIs. Drop-in replacement for DES or IDEA." }, { - "name": "Xeus-BASIC", - "url": "https://github.com/avinal/xeus-basic", - "description": "Jupyter Kernel for the BASIC language built using the Xeus Framework, C, and C++. Executes BASIC programs line by line in Jupyter Notebook." + "name": "Sciezka", + "url": "https://github.com/avinal/sciezka", + "description": "Browser extension for fuzzy searching tabs, history and bookmarks. Built with TypeScript." } ], "meta": {