Move some demos from replit to codepad
Migrate 47 Python demos and 45 Ruby demos from replit.com to codepad.org
Codepad has minimalistic UX that better suits the integration with Programming-Idioms.
We may consider the same for a handful of C, C++, Haskell, Scheme demos (25).
WARNING: codepad.org seems to be running Python 2, per http://codepad.org/WfS3BJva . It cannot be used for idiomatic code.
WARNING: codepad.org seems to be running Ruby 1.8.6, per http://codepad.org/hp7QicXM . Idiomatic Ruby should be at least Ruby 2.
codepad.org seems to be running Lua 5.1, per http://codepad.org/WQdRF5gv , which is old (2006). It may or may not be "as idiomatic" as the more recent Lua 5.4 .
codepad.org is running Perl 5.8.0, per http://codepad.org/ggjpsZwY , which is old (2002).