User:LifeexplorerNoerrors
Welcome!
About Me
LifeexplorerNoerrors contributes to Wikipedia. It is also interested in CGoL.
Userbox
| This User Is Interested In Cgol. |
Template
Patterns
Spaceships
-
Glider.
-
Lightweight Spaceship
-
Middleweight Spaceship
-
Heavyweight Spaceship
-
Copperhead
-
2-Engine Cordership
Oscillators
Period 2
-
Blinker
-
Toad
Period 3

Pulsar
Pulsar Is An Perios-3 Oscillator.
Period 15
-
Pentadecathlon
Still Lifes
-
Block
-
Beehive
-
Boat
-
Ship
-
Tub
-
Pond
Code Stuff
C++
#include <iostream>
int main()
{
std::cout << "Hello, World!\n";
}
C
#include <stdio.h>
int main(void)
{
printf("hello world\n");
}
C#
try
{
// something
}
catch (Exception ex)
{
// example
return 0
}
finally
{
return 1
}
Go
var shp Shape = Square{5}
square, ok := shp.(Square)
if ok {
fmt.Printf{"%#v\n", square)
} else {
fmt.Println("Can't Print shape as Square")
}
Java
public class Example {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
JavaScript
// consolelog.
console.log("hello world")
Pascal
program HelloWorld(output);
begin
WriteLn('Hello World')
end.
HTML
<!DOCTYPE html>
<html>
<head>
<title>CGoL</title>
<style>
p {
font-family: Sans-Serif;
}
</style>
</head>
<body>
<h1>Conway's Game of Life</h1>
<p>Conway's Game of Life Is A Celluar Automaton In 1970.</p>
<h2>Patterns</h2>
<h3>Still Lifes</h3>
<p>Still Lifes Are Patterns That Doesn't Change Untill Mutiple generations.</p>
<h3>Oscillators</h3>
<p>Oscillators Are Patterns That Oscillates At Period.</p>
<h3>Spaceships</h3>
<p>Spaceships Are Patterns That Moves At Ticks</p>
</body>
</html>
Bye
See You Next Time! Dont Delete It!
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.



