Skip to content
View SaulDoesCode's full-sized avatar
🕳️
Just being happy
🕳️
Just being happy
Block or Report

Block or report SaulDoesCode

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

  1. rilti.js rilti.js Public

    a small opinionated future forward front-end framework

    JavaScript 41 2

  2. echo-memfile echo-memfile Public

    Super basic echo memory serving sollution

    Go 2

  3. SuperModel.js SuperModel.js Public

    Manage your app's state like never before, harness the power of the proxy! 👯

    JavaScript 5 1

  4. GO-FileBrowser GO-FileBrowser Public

    Web File Browser with Golang back-end , front-end logic written in ECMASCRIPT 6 with Web Components

    JavaScript 8 2

  5. an alias tree using redb an alias tree using redb
    1
    use std::{collections::HashMap, sync::{Arc}};
    2
    use rand::{thread_rng, distributions::Alphanumeric, Rng};
    3
    use redb::{Database, MultimapTableDefinition, ReadableMultimapTable};
    4
    
                  
    5
    lazy_static! {
  6. shok shok Public

    a monolithic social server implementing, blogging, auth, tokens, chat, http k/v store, resources system, uploads, economy features like priced posts

    Rust