Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 20, 2023
1 parent a3141d1 commit 837581e
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
42 changes: 42 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -30208,5 +30208,47 @@
"tool",
"upscale"
]
},
"https://github.com/VieVie31/i-like-paintings": {
"extra-tags": [],
"date": "2023-03-15",
"title": "i-like-paintings",
"summary": "A package for predicting painting appreciation from images using a linear regressor on top of a frozen CLIP model",
"tags": [
"python"
]
},
"https://github.com/exaloop/codon": {
"extra-tags": [],
"date": "2021-09-27",
"title": "codon",
"summary": "A high-performance, zero-overhead, extensible Python compiler using LLVM",
"tags": [
"c++",
"compiler",
"parallel-programming",
"high-performance",
"gpu-programming",
"python",
"llvm"
]
},
"https://twitter.com/brdskggs/status/1637114268876144640": {
"extra-tags": [],
"title": "Hackernews Anti-recruiter prompt injection attack in LinkedIn profile (twitter.com/brdskggs)",
"tags": [
"hackernews"
],
"summary": "",
"date": "2023-03-20"
},
"https://en.wikipedia.org/wiki/Jaccard_index": {
"extra-tags": [],
"title": "Hackernews Jaccard Index (wikipedia.org)",
"tags": [
"hackernews"
],
"summary": "",
"date": "2023-03-20"
}
}
Binary file modified database/pipeline.pkl
Binary file not shown.
52 changes: 52 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -143018,5 +143018,57 @@
{
"head": "tool",
"tail": "upscale"
},
{
"head": "c++",
"tail": "parallel-programming"
},
{
"head": "c++",
"tail": "high-performance"
},
{
"head": "c++",
"tail": "llvm"
},
{
"head": "compiler",
"tail": "parallel-programming"
},
{
"head": "compiler",
"tail": "high-performance"
},
{
"head": "compiler",
"tail": "gpu-programming"
},
{
"head": "parallel-programming",
"tail": "high-performance"
},
{
"head": "parallel-programming",
"tail": "gpu-programming"
},
{
"head": "parallel-programming",
"tail": "python"
},
{
"head": "parallel-programming",
"tail": "llvm"
},
{
"head": "high-performance",
"tail": "gpu-programming"
},
{
"head": "high-performance",
"tail": "llvm"
},
{
"head": "gpu-programming",
"tail": "llvm"
}
]

0 comments on commit 837581e

Please sign in to comment.