git @ Cat's Eye Technologies ZOWIE / f24ce3f
A rather larger step towards REUSE. Chris Pressey 8 months ago
7 changed file(s) with 40 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 ZOWIE version history
11 =====================
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5 For more information, please refer to <https://unlicense.org/>
6 SPDX-License-Identifier: Unlicense
7 -->
28
39 Version 1.0 (Dec 29 2009)
410 -------------------------
0 This work is derived from sample code posted at the following URL:
1
2 https://gist.github.com/bnmnetp/4650616
3
4 The license under which this code has been distributed has not
5 been specified, however it is believed that it is reasonable
6 to interpret the manner in which it has been presented as giving
7 general license to use it as a starting point to build upon to
8 create derivative works. It is under this interpretation that
9 the present work is also distributed.
00 ZOWIE
11 =====
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5 For more information, please refer to <https://unlicense.org/>
6 SPDX-License-Identifier: Unlicense
7 -->
28
39 _Try it online_ [@ catseye.tc](https://catseye.tc/installation/ZOWIE)
410 | _Wiki entry_ [@ esolangs.org](https://esolangs.org/wiki/ZOWIE)
00 <!DOCTYPE html>
1 <!--
2 SPDX-FileCopyrightText: 2013 Bradley Miller, https://gist.github.com/bnmnetp
3 SPDX-FileCopyrightText: 2014 Chris Pressey, Cat's Eye Technologies
4
5 SPDX-License-Identifier: LicenseRef-Unspecified-X-bnmnetp
6 -->
17 <html>
28 <!-- adapted from https://gist.github.com/bnmnetp/4650616 -->
39 <head>
0 // SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
1 // For more information, please refer to <https://unlicense.org/>
2 // SPDX-License-Identifier: Unlicense
3
04 function launch(config) {
15 config.container.innerHTML = `
26 <textarea id="prog" rows="10" cols="80"></textarea>
00 <!DOCTYPE html>
1 <!--
2 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
3 For more information, please refer to <https://unlicense.org/>
4 SPDX-License-Identifier: Unlicense
5 -->
16 <head>
27 <meta charset="utf-8">
38 <title>zowie-hs</title>
44 # Adapted to run under Skulpt Oct 10 2013
55 # Adapted to compile under RPython Sep 2014
66 # Adapted to run under both Python 2 and 3 Jun 22 2021
7 # This source code is in the public domain.
87 #
8 # SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
9 # For more information, please refer to <https://unlicense.org/>
10 # SPDX-License-Identifier: Unlicense
911
1012 import sys
1113