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

Block or report SaulDoesCode

Report abuse

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

Report abuse

Pinned Loading

  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 9 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