Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Cookies with raw sockets | Code Completion | Many web site instruct browsers to set cookies, small pieces of information that the browser will send back to the... | CodeCheck | Networking |
| 2 | Oracle server | Code Completion | Your task is to provide an oracle server at port 7777 on the local host. The oracle protocol is very... | CodeCheck | Networking |
| 3 | Oracle client | Code Completion | Your task is to connect to the oracle server at port 7777 on the local host. The oracle protocol is... | CodeCheck | Networking |
| 4 | Cookies with URLConnection | Code Completion | Many web site instruct browsers to set cookies, small pieces of information that the browser will send back to the... | CodeCheck | Networking |
| 5 | Popular boys and girls names | Code Completion | The web sites http://www.census.gov/genealogy/names/dist.male.first and http://www.census.gov/genealogy/names/dist.female.first contain baby names sorted by popularity. The format is very simple: name, frequency, cumulative... | CodeCheck | Networking |