Code Monkey home page Code Monkey logo

eserialize-website's People

Contributors

semantic-release-bot avatar shanejonas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eserialize-website's Issues

show all possible result types instead of one user-defined choice? aka Automatic mode?

Is your feature request related to a problem? Please describe.

I have to do a rather lot of clicking to be explicit about the conversions I want. Maybe we could save a few clicks by doing all conversions instead manually-registered one-offs, so user can just select (read, choose to interpret) desired output from set of results.

Currently steps are:

  1. Enter value.
  2. Select input type (Hex <-> String/Number/Date)
  3. Select output type (eg. String/Number/Date).
  4. Do something with output (read, copy, whatever)

Describe the solution you'd like

I'm wondering if the interface can be simplified to convert between all formats simultaneously at least for hex input, leaving the user's only job being:

  1. Enter value.
  2. Read output(s).

So when converting from Hex, all possible result types (String, Number, Date) are shown.

Next level might be to use regexs to infer value type, and be able to remove having to manually swap between Hex // Other input data types, and to show only plausible/non-"erroring" return values given an arbitrary input (hide NaN results, etc).

Eg.

Value: ____________

⬇️

Value: 0xd3________

➡️

  • From Hex ( 0xd3 )

-> Number = 211
-> String = �
-> Date = Wed Dec 31 1969 18:03:31 GMT-0600 (Central Standard Time)

  • From String ( 0xd3 )

-> Hex = 0x30786433

  • From Number ( 0xd3 )

    -> Hex = 0x0

  • From Date ( 0xd3 )

    -> Hex = NaN

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.