Code Monkey home page Code Monkey logo

Comments (9)

MonkishMan avatar MonkishMan commented on August 17, 2024 1

Thanks for your help, I was able to cobble something together that did what I needed. Managed to get it to loop around and try many combinations with a single click of a button.

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on August 17, 2024

No. Because the point of this project is to simplify everything so that there is no need for command line.
If you want to recover different keys you have to do it one by one, otherwise if it is same key with different changes it could be implemented if you explain what exactly you are trying to do.

from finderouter.

MonkishMan avatar MonkishMan commented on August 17, 2024

I have a partial key and need to try different combinations. I don't know which bits are correct so I need to run different combinations. I'm trying manually through the user interface but it's really time consuming. If I could automate it with code it would really help.

from finderouter.

MonkishMan avatar MonkishMan commented on August 17, 2024

I suppose you have unit tests and I could possibly write some similar code to interact with the main library?

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on August 17, 2024

You could write a loop and call Find method (works on any of the service classes) repeatedly with different keys.

from finderouter.

MonkishMan avatar MonkishMan commented on August 17, 2024

That would be great. Thanks

from finderouter.

MonkishMan avatar MonkishMan commented on August 17, 2024

hi, im struggling to understand the code here, I can call the 'Find' method, but I don't understand where the results are meant to be? Sorry I'm more of a backend dev so this reactive stuff is pretty new to me. does the report object not contain the results of the search? its seems to get to the right states using sample keys i feed it, but I just dont see how to output the results its found.

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on August 17, 2024

The search will continue until a correct result is found or it reaches the end. The FoundAnyResult property on IReport instance will be set to true if anything was found; otherwise to false. Since this is UI focused, it will simultaneously print the result by setting the Message property.
Since report is a dependency you can write your own class and inject its instance so that instead of setting Message you do something else like writing to a file or doing another check depending on what you need.

from finderouter.

MonkishMan avatar MonkishMan commented on August 17, 2024

ok will give it a go, thanks

from finderouter.

Related Issues (20)

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.