Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat/fix/docs]: Improved on conversion code , length variable , asserts added #840

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    67eeefe View commit details
    Browse the repository at this point in the history
  2. Remove extra empty lines

    lazy-dude committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0008c67 View commit details
    Browse the repository at this point in the history
  3. Auto indent

    lazy-dude committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7185941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e5e561 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    905b80c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    e771021 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Update conversions/binary_to_decimal.c

    @file
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    157f6d1 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    @details
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    bbb6024 View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    @details
    Added ", the"
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    82e1f41 View commit details
    Browse the repository at this point in the history
  4. Update conversions/binary_to_decimal.c

    Removed a line
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    1e4c396 View commit details
    Browse the repository at this point in the history
  5. Update conversions/binary_to_decimal.c

    Removed:
    * Modified
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    166dc0b View commit details
    Browse the repository at this point in the history
  6. Update conversions/binary_to_decimal.c

    Suggested:
    main(void) -> main()
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    57bcffa View commit details
    Browse the repository at this point in the history
  7. Update conversions/binary_to_decimal.c

    static void test
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    129f4b0 View commit details
    Browse the repository at this point in the history
  8. Update conversions/binary_to_decimal.c

    test arg doc
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8526600 View commit details
    Browse the repository at this point in the history
  9. Update conversions/binary_to_decimal.c

    Comment for test()
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    61bed00 View commit details
    Browse the repository at this point in the history
  10. Update conversions/binary_to_decimal.c

    Removed prototypes
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    4d91c9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8defb93 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Update conversions/binary_to_decimal.c

    corrected @return
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    6397733 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    Removed space
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    45e4eff View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    Removed
    // includes
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    6553640 View commit details
    Browse the repository at this point in the history
  4. Update conversions/binary_to_decimal.c

    Added
    i=0;
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    09df4a4 View commit details
    Browse the repository at this point in the history
  5. Changes of some types.

    lazy-dude committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    63cf38c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Update conversions/binary_to_decimal.c

    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    e078df2 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    Spacing ///
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0b199fb View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    Corrected @brief
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f66cd1b View commit details
    Browse the repository at this point in the history
  4. Update conversions/binary_to_decimal.c

    two @returns
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    fd82d9e View commit details
    Browse the repository at this point in the history
  5. Update conversions/binary_to_decimal.c

    Improved @brief
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ebf83bb View commit details
    Browse the repository at this point in the history
  6. Update conversions/binary_to_decimal.c

    Removed printf
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    63a9a16 View commit details
    Browse the repository at this point in the history
  7. Update conversions/binary_to_decimal.c

    Added printf
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a2ca660 View commit details
    Browse the repository at this point in the history
  8. Considered some suggestions

    lazy-dude committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    81ab47c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Update conversions/binary_to_decimal.c

    @brief Change
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0f96de5 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    @param added 'the '
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    254cabf View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    @return added 'a '
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8c1b548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8632490 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Update conversions/binary_to_decimal.c

    Link removed
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8fa92c5 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    @param added 'the number'
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4ab5a25 View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    @brief link added
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    da73878 View commit details
    Browse the repository at this point in the history
  4. return -> returns

    lazy-dude committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    71c17ee View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Update conversions/binary_to_decimal.c

    Removed a word
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    c3433f7 View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    it to that
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    53e719b View commit details
    Browse the repository at this point in the history
  3. Update conversions/binary_to_decimal.c

    Added number
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    af4b346 View commit details
    Browse the repository at this point in the history
  4. Update conversions/binary_to_decimal.c

    printf indent
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    aa8e55b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Update conversions/binary_to_decimal.c

    Added 'number'
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0d61a4a View commit details
    Browse the repository at this point in the history
  2. Update conversions/binary_to_decimal.c

    Added ``
    
    Co-authored-by: David Leal <halfpacho@gmail.com>
    lazy-dude and Panquesito7 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    82fb3ae View commit details
    Browse the repository at this point in the history
  3. Added description

    lazy-dude committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    9612325 View commit details
    Browse the repository at this point in the history