GithubHelp home page GithubHelp logo

akmamansoor / byteconverter Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 312 KB

Byte Converter is a simple utility to convert numeric units of digital information from one form to another.

License: GNU General Public License v3.0

Visual Basic 100.00%

byteconverter's People

Contributors

akmamansoor avatar

Watchers

 avatar

byteconverter's Issues

Fix input validation

Check for invalid number formats in the input textbox, with respect to the positioning of special characters such as the exponent symbol (E), decimal point (.) or the plus and minus signs (+,-)

For example:

  • +5 is valid, but 5+ is invalid.
  • 5.0E10 is valid, but 5.E10 is invalid and so on

Note:
All the valid/allowed characters for the input are listed below (separated by comma)
1,2,3,4,5,6,7,8,9,0,.,+,-,E

Provide multi-thread support for file handling

File/Folder size computation currently takes place in the main thread, so, whenever a large number of files/sub-directories are being processed, it causes the application to be unresponsive.

So, place the 'file/folder size computation' part in a separate thread, and provide a "Stop" button or something similar in the UI, so that the user will be able to stop this thread in case the computation takes too long for them.

_Note:_
A progress bar in the UI would be nice, to indicate that the file size is being computed, so that, the user need not be confused as to what is happening.

Please refer Issue #2 for further details

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.