~thecatster

United States

https://www.daniilrose.com/

My name is Daniil Rose; I am a Computer Engineering and German student at Penn State University, with a passion for Lisp, Rust, and hardware hacking.

~thecatster/infrasonic-discuss

Last active 2 years ago

~thecatster/infrasonic-devel

Last active 2 years ago

~thecatster/infrasonic-announce

Last active 2 years ago

~thecatster/yeda-discuss

Last active 3 years ago

~thecatster/yeda-devel

Last active 3 years ago

~thecatster/yeda-announce

Last active 3 years ago

~thecatster/spotsync-devel

Last active 3 years ago

~thecatster/spotsync-announce

Last active 3 years ago

~thecatster/swq-devel

Last active 3 years ago

~thecatster/swq-announce

Last active 3 years ago
View more

Recent activity

[PATCH] Add playlist comparison 3 years ago

From Daniel Rose to ~thecatster/spotsync-devel

Signed-off-by: Daniel Rose <danielrose@member.fsf.org>
---
 Cargo.toml  |  3 ++-
 src/main.rs | 46 ++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 42 insertions(+), 7 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2d188be..d6ccb93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,4 +13,5 @@ fern = { version = "0.5" }
chrono = { version = "0.4" }
tokio = { version = "1", features = ["full"] }
ron = { version = "0.6" }
[message trimmed]

[PATCH] Clean up imports and rework local playlist reading 3 years ago

From Daniel Rose to ~thecatster/spotsync-devel

Signed-off-by: Daniel Rose <danielrose@member.fsf.org>
---
 src/main.rs  | 99 +++++++++++++++++++++++++++-------------------------
 src/tests.rs |  4 +--
 2 files changed, 53 insertions(+), 50 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index ae55a8c..cad40ba 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,29 +1,30 @@
#![feature(string_remove_matches)]
use aspotify::{
    authorization_url, Client, ClientCredentials, PlaylistSimplified, Scope, TwoWayCursorPage,
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 3 years ago

From Daniel Rose to ~sircmpwn/email-test-drive

---
 djr | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 djr

diff --git a/djr b/djr
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/djr
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.31.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 3 years ago

From Daniel Rose to ~sircmpwn/email-test-drive

---
 djr | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 djr

diff --git a/djr b/djr
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/djr
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.31.1
[message trimmed]