From d76c6d274e9f2a626ebb6807fb08278eea8d0ec9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 7 Sep 2024 00:12:51 +0000 Subject: [PATCH] update data --- database/database.json | 39 ++++++++++++++++++++ database/pipeline.pkl | 4 +-- database/triples.json | 80 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 2 deletions(-) diff --git a/database/database.json b/database/database.json index 7d10b26..4dbbf1d 100644 --- a/database/database.json +++ b/database/database.json @@ -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": [] } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index 0b0749e..d0ea88a 100644 --- a/database/pipeline.pkl +++ b/database/pipeline.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce2dabadad8bd0da441da3f8ce918625e3f59cfdef7a3af90c3b96fb9a6fa43e -size 139816548 +oid sha256:8a35dd9a4e1c83778d369112a77343827e04d61a0affb8401c73b5be5aed5a0e +size 139870094 diff --git a/database/triples.json b/database/triples.json index 2ea961f..608c882 100644 --- a/database/triples.json +++ b/database/triples.json @@ -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" } ] \ No newline at end of file