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

Reproduce the behavior of tail #100

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

Commits on Jul 7, 2022

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

Commits on Jul 12, 2022

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

Commits on Jul 13, 2022

  1. Fix format

    Hamzaelkhatri committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    827834a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. add(test):arg-rot1

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a295790 View commit details
    Browse the repository at this point in the history
  2. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a32e87b View commit details
    Browse the repository at this point in the history
  3. fix format

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e51ae79 View commit details
    Browse the repository at this point in the history
  4. feat: Add solution for oddlength

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    786fbb2 View commit details
    Browse the repository at this point in the history
  5. test: Add test for oddlength

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d1a7bb0 View commit details
    Browse the repository at this point in the history
  6. correct format

    zainabdnaya authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fdb00ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a60bab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e23ac5d View commit details
    Browse the repository at this point in the history
  9. Correct wrong program name

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bc55941 View commit details
    Browse the repository at this point in the history
  10. fix: Fix solution as per review

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    766b00e View commit details
    Browse the repository at this point in the history
  11. test: Add test case suggested in review

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3c394c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08e4316 View commit details
    Browse the repository at this point in the history
  13. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    26b1ed8 View commit details
    Browse the repository at this point in the history
  14. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c46e63f View commit details
    Browse the repository at this point in the history
  15. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c5ec42f View commit details
    Browse the repository at this point in the history
  16. add empty

    MSilva95 authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a181bc5 View commit details
    Browse the repository at this point in the history
  17. add(test): printmiddle

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    24bc641 View commit details
    Browse the repository at this point in the history
  18. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    004f0f8 View commit details
    Browse the repository at this point in the history
  19. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    815a83c View commit details
    Browse the repository at this point in the history
  20. fix format

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    39f6b81 View commit details
    Browse the repository at this point in the history
  21. add empty case

    MSilva95 authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4ceeb0b View commit details
    Browse the repository at this point in the history
  22. feat: Add solution for popint subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8484524 View commit details
    Browse the repository at this point in the history
  23. test: Add test for popint subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1c0e9ba View commit details
    Browse the repository at this point in the history
  24. add(test):add test & solution

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0b5cfdf View commit details
    Browse the repository at this point in the history
  25. fix(test):fix func name & test

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    631befe View commit details
    Browse the repository at this point in the history
  26. fix(prototype):fix name

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    cef29cc View commit details
    Browse the repository at this point in the history
  27. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    389cc1b View commit details
    Browse the repository at this point in the history
  28. fix:format & remove unsed library

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    240e52e View commit details
    Browse the repository at this point in the history
  29. Update main.go

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f73cb9b View commit details
    Browse the repository at this point in the history
  30. test(swap-args):add test & solution

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c05deee View commit details
    Browse the repository at this point in the history
  31. fix:name of program

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3e9cfde View commit details
    Browse the repository at this point in the history
  32. fix: space between args

    Hamzaelkhatri authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    054b6fe View commit details
    Browse the repository at this point in the history
  33. Add solution for concatenate subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    668304c View commit details
    Browse the repository at this point in the history
  34. test: Add tests for concatenate subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    05ee99f View commit details
    Browse the repository at this point in the history
  35. Add missing test

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6e8c5b1 View commit details
    Browse the repository at this point in the history
  36. test: Add test cases as per review

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2892f22 View commit details
    Browse the repository at this point in the history
  37. feat: Add solution for sum subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    98df52d View commit details
    Browse the repository at this point in the history
  38. test: Add test for sum subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    30896bc View commit details
    Browse the repository at this point in the history
  39. test: add missing test cases

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b4a1255 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    465d701 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a22ea61 View commit details
    Browse the repository at this point in the history
  42. feat: Add solution for delete subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b52f9a0 View commit details
    Browse the repository at this point in the history
  43. test: Write test for delete subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    44c263e View commit details
    Browse the repository at this point in the history
  44. feat: Add solution to pingpong subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8ce3d00 View commit details
    Browse the repository at this point in the history
  45. test: Add test for pingpong subject

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d713202 View commit details
    Browse the repository at this point in the history
  46. test: add one more test case

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    67e08e3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    c894836 View commit details
    Browse the repository at this point in the history
  48. test: Add random tests as per review

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9ce4d8e View commit details
    Browse the repository at this point in the history
  49. fix: Remove random tests

    eslopfer authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d851014 View commit details
    Browse the repository at this point in the history
  50. squareroot

    zainabdnaya authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    57db84b View commit details
    Browse the repository at this point in the history
  51. squareroot

    zainabdnaya authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    699a0f8 View commit details
    Browse the repository at this point in the history
  52. corrected

    zainabdnaya authored and davhojt committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    283c241 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Merge pull request 01-edu#81 from 01-edu/80-fix-format-for-new-exam-e…

    …xercices
    
    Fixing format of  new exam exercices
    Hamzaelkhatri authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    83ec195 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge pull request 01-edu#79 from 01-edu/rotatevowels-solution-fix

    fixing the solution of rotatevowels
    MSilva95 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    6c8cec9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Reproduce the behavior of tail

    This modification makes ztail reproduce the behavior of tail in the case there are multiple files to output (a banner is printed).
    In particular, the filename banner should not be preceded by a newline if it's preceded only by errors
    rcatini authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    37bb35e View commit details
    Browse the repository at this point in the history