Skip to content
View se1983's full-sized avatar

Block or report se1983

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rustyreader rustyreader Public

    Simple reddit bot and learning project

    Rust

  2. tracelogs tracelogs Public

    Merge and filter log timeseries from multible sources

    Rust 2

  3. rust constructors creating structs rust constructors creating structs
    1
    use serde::{Deserialize, Serialize};
    2
    
                  
    3
    pub trait SerdeDeserializeObject {
    4
        fn new<'de>(data: &'de str) -> Self
    5
        where
  4. Caching http requests Caching http requests
    1
    use ureq;
    2
    use std::collections::HashMap;
    3
    use std::time::{Instant, Duration};
    4
    
                  
    5
    
                  
  5. Bachelorarbeit Bachelorarbeit Public

    ArgoData

    JavaScript