Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2024
1 parent 258eb61 commit d76c6d2
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 2 deletions.
39 changes: 39 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -39093,5 +39093,44 @@
"conference",
"papers"
]
},
"https://github.com/afadil/wealthfolio": {
"extra-tags": [
"beautiful",
"investment"
],
"date": "2024-05-27",
"title": "wealthfolio",
"summary": "A Beautiful Private and Secure Desktop Investment Tracking Application",
"tags": [
"portfolio-tracker",
"tauri-app",
"macos-app",
"typescript"
]
},
"https://ittavern.com/cron-jobs-on-linux-comprehensive-guide/": {
"extra-tags": [
"cron",
"linux",
"examples"
],
"title": "Hackernews Cron Jobs on Linux \u2013 Comprehensive Guide with Examples (ittavern.com)",
"tags": [
"hackernews"
],
"summary": "",
"date": "2024-09-07"
},
"https://www.cs.virginia.edu/~robins/YouAndYourResearch.html": {
"extra-tags": [
"research",
"google research",
"microsoft research"
],
"title": "You and Your Research",
"summary": "",
"date": "2024-09-06",
"tags": []
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
80 changes: 80 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -178398,5 +178398,85 @@
{
"head": "conference",
"tail": "papers"
},
{
"head": "portfolio-tracker",
"tail": "tauri-app"
},
{
"head": "portfolio-tracker",
"tail": "macos-app"
},
{
"head": "portfolio-tracker",
"tail": "typescript"
},
{
"head": "portfolio-tracker",
"tail": "beautiful"
},
{
"head": "portfolio-tracker",
"tail": "investment"
},
{
"head": "tauri-app",
"tail": "macos-app"
},
{
"head": "tauri-app",
"tail": "typescript"
},
{
"head": "tauri-app",
"tail": "beautiful"
},
{
"head": "tauri-app",
"tail": "investment"
},
{
"head": "macos-app",
"tail": "typescript"
},
{
"head": "macos-app",
"tail": "beautiful"
},
{
"head": "macos-app",
"tail": "investment"
},
{
"head": "typescript",
"tail": "investment"
},
{
"head": "beautiful",
"tail": "investment"
},
{
"head": "cron",
"tail": "linux"
},
{
"head": "cron",
"tail": "examples"
},
{
"head": "linux",
"tail": "examples"
},
{
"head": "research",
"tail": "google research"
},
{
"head": "research",
"tail": "microsoft research"
},
{
"head": "google research",
"tail": "microsoft research"
}
]

0 comments on commit d76c6d2

Please sign in to comment.