x = 113, y = 93, rule = B3/S23
36bo$34b3o11bo$33bo14b3o$33b2o16bo14bo$50b2o12b3o$10bo52bo$10b3o50b2o$
13bo25bo4b3o$3b2o7b2o24b2o5b2o$4bo32b2o5b2o16b2o$4bobo31bobo3bobo15b2o
$5b2o32b2o4b4o$11b2o27bo3bo2b2o$10bo2bo30bob2o$10bo2bo30b3o$10bo$11bo
3b2o41bobo$12bo3bo29b2o9bo2bo$bo11b3o9b2o20bo8b2o3bo$obo22bo19bo15bo2b
2o2b2ob2o$bo14b2o8b3o16b2o17bobo2bobo$16bo11bo20b2o5b3o2bo5b2o3bo7bo$
17b3o30bo9b2o6bob2o6b3o11bo$19bo27b3o7b3o5bo2bobo6bo14b3o$47bo9b3o4bob
obobo6b2o16bo14bo$3b2o60b2ob2o24b2o12b3o$2bobo102bo$2bo104b2o$b2o96bo$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE pattern ( | |
pId INTEGER PRIMARY KEY AUTOINCREMENT, | |
rle TEXT UNIQUE, | |
sizeX INTEGER, | |
sizeY INTEGER, | |
start TEXT, | |
sx INTEGER, | |
sy INTEGER, | |
nrResults INTEGER | |
); |
x = 26, y = 574, rule = B3/S23
13bo$12b2o$12bobo2$2bo$b3o$2obo$3o$3o$b2o11$7b3o$7bo2bo$7bo$7bo15bo$8b
obo11b3o$21b2obo$21b3o$22b2o19$2bo$b3o$bob2o$2b3o$2b3o$2b2o11$7b3o$6bo
2bo$9bo$9bo13bo$6bobo13b3o$22bob2o$23b3o$23b2o19$2bo$b3o$2obo$3o$3o$b
2o11$7b3o$7bo2bo$7bo$7bo15bo$8bobo11b3o$21b2obo$21b3o$22b2o19$2bo$b3o$
bob2o$2b3o$2b3o$2b2o11$7b3o$6bo2bo$9bo$9bo13bo$6bobo13b3o$22bob2o$23b
3o$23b2o19$2bo$b3o$2obo$3o$3o$b2o11$7b3o$7bo2bo$7bo$7bo15bo$8bobo11b3o
http://www.conwaylife.com/forums/viewtopic.php?f=7&t=1072&p=8345&hilit=pentadecathlon#p8325
x = 7, y = 11, rule = B3/S23
2b3o7$2b3o$bo3bo$o5bo$o5bo!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Copyright (c) 2008 Ivan Fomichev | |
% | |
% Permission is hereby granted, free of charge, to any person obtaining a copy | |
% of this software and associated documentation files (the "Software"), to deal | |
% in the Software without restriction, including without limitation the rights | |
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
% copies of the Software, and to permit persons to whom the Software is | |
% furnished to do so, subject to the following conditions: | |
% | |
% The above copyright notice and this permission notice shall be included in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Copyright (c) 2008 Ivan Fomichev | |
% | |
% Permission is hereby granted, free of charge, to any person obtaining a copy | |
% of this software and associated documentation files (the "Software"), to deal | |
% in the Software without restriction, including without limitation the rights | |
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
% copies of the Software, and to permit persons to whom the Software is | |
% furnished to do so, subject to the following conditions: | |
% | |
% The above copyright notice and this permission notice shall be included in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Copyright (c) 2009 Ivan Fomichev | |
% | |
% Permission is hereby granted, free of charge, to any person obtaining a copy | |
% of this software and associated documentation files (the "Software"), to deal | |
% in the Software without restriction, including without limitation the rights | |
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
% copies of the Software, and to permit persons to whom the Software is | |
% furnished to do so, subject to the following conditions: | |
% | |
% The above copyright notice and this permission notice shall be included in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Write a ring benchmark. Create N processes in a ring. Send a message | |
% round the ring M times so that a total of N * M messages get sent. | |
% Time how long this takes for different values of N and M. | |
% -- Joe Armstrong, "Programming Erlang" | |
% Copyright (c) 2008-2010 Ivan Fomichev | |
% | |
% Permission is hereby granted, free of charge, to any person obtaining a copy | |
% of this software and associated documentation files (the "Software"), to deal | |
% in the Software without restriction, including without limitation the rights |
NewerOlder