Homework submission for week 1 (assignments/session01/)#3
Closed
gary-pei wants to merge 3 commits intoUWPCE-PythonCert:masterfrom
gary-pei:master
Closed
Homework submission for week 1 (assignments/session01/)#3gary-pei wants to merge 3 commits intoUWPCE-PythonCert:masterfrom gary-pei:master
gary-pei wants to merge 3 commits intoUWPCE-PythonCert:masterfrom
gary-pei:master
Conversation
…ided by a given range of ports.
echo_select_server.py is adapted from echo_server.py. test.sh launches multiple parallel tests. I saw failueres for echo_server.py. But, I have not seen failures on my test laptop
Author
|
I forgot to report time. It was about half hour for the required tasks. |
|
Solid work. Thanks for doing the additional assignments. Watch your Python style. In particular pay attention to line length. You have a number of lines in here that are quite a bit longer than 80 chars. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I completed required tasks and two optional tasks.
Required tasks via 83906ef
Optional task 1 via 70f284a
To test this option, "python service_lists.py -p 10 20" or "python service_lists.py -h" for help.
Optional task 2 via 3edc2b4
I used test.sh launches multiple parallel tests. I saw failueres for echo_server.py. But, I have not seen failures for echo_select_server.py on my laptop.
Please let me know your comments.
Thanks,
Gary