Code Monkey home page Code Monkey logo

uuid-generator's People

Contributors

phrotonx avatar

Watchers

 avatar

uuid-generator's Issues

Repeated UUID

The UUID 93e41c6e-2091-41b9-b36b-c7ce94edc677 is generated every single time per program start. Further generation is not affected by this bug.

Affected versions: v0.1.0.2 to v0.1.0.5 alpha.

image

Whole code is difficult to read

Add several comments and improve the use of arrays.
For example:

for(int i = 0; i < 34; i++){
GlobalFree(pszText[0]);
}

instead of:

                GlobalFree(pszText[1]);
                GlobalFree(pszText[2]);
                GlobalFree(pszText[3]);
                GlobalFree(pszText[4]);
                GlobalFree(pszText[5]);
                GlobalFree(pszText[6]);
                GlobalFree(pszText[7]);
                GlobalFree(pszText[8]);
                GlobalFree(pszText[9]);
                GlobalFree(pszText[10]);
                GlobalFree(pszText[11]);
                GlobalFree(pszText[12]);
                GlobalFree(pszText[13]);
                GlobalFree(pszText[14]);
                GlobalFree(pszText[15]);
                GlobalFree(pszText[16]);
                GlobalFree(pszText[17]);
                GlobalFree(pszText[18]);
                GlobalFree(pszText[19]);
                GlobalFree(pszText[20]);
                GlobalFree(pszText[21]);
                GlobalFree(pszText[22]);
                GlobalFree(pszText[23]);
                GlobalFree(pszText[24]);
                GlobalFree(pszText[25]);
                GlobalFree(pszText[26]);
                GlobalFree(pszText[27]);
                GlobalFree(pszText[28]);
                GlobalFree(pszText[29]);
                GlobalFree(pszText[30]);
                GlobalFree(pszText[31]);
                GlobalFree(pszText[32]);
                GlobalFree(pszText[33]);

Files not saving properly

Clicking on "Save Info" button only saves the MAC Address in a .txt file.

Affected version: v0.1.0.8 alpha

UI Bug

UI Bug on About Dialog

image

Affected Version: v0.1.0.2 alpha

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.