Explore >> Select a destination


You are here

idea.popcount.org
| | nagekar.com
2.0 parsecs away

Travel
| | [AI summary] The article compares Python and C programming languages by implementing a simple TCP socket communication example in both languages, highlighting their differences in syntax, code length, and ease of use.
| | nedbatchelder.com
2.0 parsecs away

Travel
| | I added PostScript support to SilverCity. Now I can show my polyglot code in a new way.
| | 3.70.187.24
2.2 parsecs away

Travel
| | [AI summary] The article compares Python and C by implementing simple socket communication examples in both languages, highlighting their strengths and use cases.
| | hackingcpp.com
27.7 parsecs away

Travel
| Basic techniques and tools for ensuring correctness: compiler warnings (gcc/clang/MSVC), assertions (assert/static_assert) and testing (with some doctest examples).