(draft; work in progress)
See also:
- Compilers
- Program analysis:
- Dynamic analysis - instrumentation, translation, sanitizers
(draft; work in progress)
See also:
(draft; work in progress)
See also:
Add the following clause to the MIT License, when I include them in my projects.
"The Software shall be used for Good, not Evil."
This quote from Mr. Douglas Crockford was first added to the MIT License by himself for his JSMin software in 2002.
Reference:
| #!/usr/local/bin/python3 | |
| """ | |
| This is written by Zhiyang Ong to try out Solutions 1-4 | |
| from [Sceenivasan, 2017]. | |
| Reference for Solutions 1, 2, 3, and 4 [Sceenivasan, 2017]: | |
| Sreeram Sceenivasan, "How to implement a switch-case statement | |
| in Python: No in-built switch statement here," from JAXenter.com, | |
| Software {\rm \&}\ Support Media {GmbH}, Frankfurt, Germany, |
| #!/usr/local/bin/python3 | |
| """ | |
| This is written by Zhiyang Ong to try out Solutions 1-4 | |
| from [Sceenivasan, 2017]. | |
| Reference for Solutions 1, 2, 3, and 4 [Sceenivasan, 2017]: | |
| Sreeram Sceenivasan, "How to implement a switch-case statement | |
| in Python: No in-built switch statement here," from JAXenter.com, | |
| Software {\rm \&}\ Support Media {GmbH}, Frankfurt, Germany, |
If you use the Anaconda Distribution that causes your shell prompt to begin with "(base) ", here are some resources to fix it.