Giter Club home page Giter Club logo

echowhisperer's People

Contributors

treltasev avatar

Stargazers

 avatar

Watchers

 avatar

echowhisperer's Issues

(Electron) Add Resize Logic

Make it so theres a min height and min width, and if a user resizes the screen past a certain point the sortingsettings will hide themselves.

(Program) Clean Up Code

Clean up any loose ends and loose files like all the command files. simplify the code a bit, turn off all debugging.

(Rust) Error Handle: Key Errors immanant

From a client to the server, key errors can happen and I need some way to handle those errors.

#[derive(Deserialize)]
struct cstm_type {
    value: String
}

fn foo() {
    let _str_foo = "{\"value\": \"Yes\"}";
    // Fine

    let _str_foo = "{\"other\": \"Yes\"}";
    // Not Fine Will Throw Error
    
    let bar: cstm_type = serde_json::from_str(_str_foo).unwrap();
}

If the json doesnt follow the structure to a T there will be an error, and thats why I need to catch this error.

(Electron) Implement Sorting Settings

Sorting settings are quite important, the settings needed as of now are:
Sort By Name
Sort By Time
Prioritize Application
Hide all Non-Applications
Hide all Applications

(Program) Port C++ to another language

Porting C++ to another language that is higher level or maybe even easier to understand for me that also fast could make development a hell of a lot easier in the long run. as it stands I have basically 0 experience with c++ with only a few hours under my belt. languages like python are off the table because they're so damn slow, of course im looking for a language that can be compiled into an exe, is fast or if not fast, accurate.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.