File: archives.html

package info (click to toggle)
golly 3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,176 kB
  • sloc: cpp: 72,638; ansic: 25,919; python: 7,921; sh: 4,245; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; javascript: 279; perl: 69
file content (44 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<body bgcolor="#FFFFCE">

<h2>Online Archives</h2>

<p>
Golly can download patterns and rules from these online archives:

<p>
<ul>
<li> <b><a href="get:http://www.conwaylife.com/golly.html">LifeWiki Pattern Archive</a></b>
</ul>
<ul>
<li> <b><a href="get:http://www.conwaylife.com/gliders/golly-index.html">Gliders in Life-Like Cellular Automata</a></b>
</ul>
<ul>
<li> <b><a href="get:http://www.trevorrow.com/golly/hensel.html">Alan Hensel's Pattern Collections</a></b>
</ul>
<ul>
<li> <b><a href="get:http://entropymine.com/jason/life/gollyindex.html">Jason Summers' Pattern Collections</a></b>
</ul>
<ul>
<li> <b><a href="get:http://golly.sourceforge.net/patterns/golly-access.html">Very Large Patterns</a></b>
</ul>
<ul>
<li> <b><a href="get:http://gollygang.github.io/ruletablerepository/GollyAccessPoint.html">Rule Table Repository</a></b>
</ul>
<!-- script support isn't implemented
<ul>
<li> <b><a href="get:http://www.conwaylife.com/scripts/?golly=1&extra=.html">Golly Scripts Database</a></b>
</ul>
</center>
-->

<script type="text/javascript">
    if ( navigator.userAgent.match(/iPad|iPhone|iPod/i) ) {
        document.write("<p>Note that downloaded files can be opened again quickly from the Open tab.");
    } else if ( navigator.userAgent.match(/Android/i) ) {
        document.write("<p>Note that downloaded files can be opened again quickly from the Open screen.");
    }
</script>

</body>
</html>