mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
add GCC match.pd contribution and sciezka project
Assisted by Claude Code Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -23,6 +23,18 @@
|
|||||||
"status": "merged",
|
"status": "merged",
|
||||||
"description": "Migrated panasonic-vvx10f034n00 panel to multi-style functions for improved error handling and removed redundant error printout"
|
"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",
|
"project": "GCC",
|
||||||
"projectUrl": "https://gcc.gnu.org/",
|
"projectUrl": "https://gcc.gnu.org/",
|
||||||
|
|||||||
+4
-5
@@ -35,15 +35,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "memodav",
|
"name": "sciezka",
|
||||||
"owner": "avinal",
|
"owner": "avinal",
|
||||||
"description": "Bidirectional task sync between Memos and CalDAV. Write tasks in Memos, check them off in any CalDAV client.",
|
"description": "A browser extension for fuzzy searching tabs, history and bookmarks.",
|
||||||
"url": "https://github.com/avinal/memodav",
|
"url": "https://github.com/avinal/sciezka",
|
||||||
"stars": 0,
|
"stars": 0,
|
||||||
"forks": 0,
|
"forks": 0,
|
||||||
"languages": [
|
"languages": [
|
||||||
{ "name": "Go", "color": "#00ADD8" },
|
{ "name": "TypeScript", "color": "#3178C6" }
|
||||||
{ "name": "Shell", "color": "#89e051" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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."
|
"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",
|
"name": "Sciezka",
|
||||||
"url": "https://github.com/avinal/xeus-basic",
|
"url": "https://github.com/avinal/sciezka",
|
||||||
"description": "Jupyter Kernel for the BASIC language built using the Xeus Framework, C, and C++. Executes BASIC programs line by line in Jupyter Notebook."
|
"description": "Browser extension for fuzzy searching tabs, history and bookmarks. Built with TypeScript."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
|
|||||||
Reference in New Issue
Block a user