-
-
Save cronin101/7170973 to your computer and use it in GitHub Desktop.
Testing random name generation for an anonymised chat client. Sometimes random selection works very nicely.
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
| λ server git:(client/server-model) ✗ ruby pearserver.rb | |
| # Connection from 1 | |
| <Ryan White(1)> yo | |
| # Connection from 2 | |
| # Connection from 3 | |
| <James Maverick(2)> hey | |
| <Daniel Harris(3)> what's up? | |
| # Connection from 4 | |
| <Daniel Lannister(4)> hey | |
| # Connection from 5 | |
| <Walter Heisenberg(5)> yo | |
| <Walter Heisenberg(5)> anybody want some meth? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment