Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
d1c19c43
Verified
Commit
d1c19c43
authored
Jun 11, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Reactivate Brian's brain
parent
050992a9
Pipeline
#79641
passed with stage
in 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
application.db
View file @
d1c19c43
No preview for this file type
sql/brians_brain.sql
View file @
d1c19c43
INSERT
INTO
automates
VALUES
(
"Brian s brain"
,
500
,
2
,
"Comparable à un cerveau, dont les cellules seraient des neurones qui peuvent être dans trois états."
,
"Brian Silverman"
,
1996
...
...
@@ -55,21 +55,21 @@ INSERT INTO regles_voisinage VALUES(
INSERT
INTO
regles_transition
VALUES
(
"Brian s brain"
,
2
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
2
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
2
,
0
);
...
...
@@ -78,22 +78,22 @@ INSERT INTO regles_transition VALUES(
INSERT
INTO
regles_transition
VALUES
(
"Brian s brain"
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
0
,
1
);
...
...
@@ -102,22 +102,22 @@ INSERT INTO regles_transition VALUES(
INSERT
INTO
regles_transition
VALUES
(
"Brian s brain"
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
-
1
,
1
,
2
);
...
...
@@ -237,6 +237,41 @@ INSERT INTO Cellules VALUES(
4
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
3
,
0
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
3
,
1
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
3
,
2
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
3
,
3
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
3
,
4
);
INSERT
INTO
Cellules
VALUES
(
0
,
2
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment