Life: cellular automata

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" afterDir="false" />
  8. </list>
  9. <ignored path="$PROJECT_DIR$/target/" />
  10. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  11. <option name="TRACKING_ENABLED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileEditorManager">
  18. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  19. <file leaf-file-name="SimpleWindow.java" pinned="false" current-in-tab="false">
  20. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  21. <provider selected="true" editor-type-id="text-editor">
  22. <state relative-caret-position="231">
  23. <caret line="34" column="53" selection-start-line="34" selection-start-column="51" selection-end-line="34" selection-end-column="53" />
  24. <folding>
  25. <element signature="imports" expanded="true" />
  26. </folding>
  27. </state>
  28. </provider>
  29. </entry>
  30. </file>
  31. <file leaf-file-name="ConwayGameOfLife.java" pinned="false" current-in-tab="true">
  32. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  33. <provider selected="true" editor-type-id="text-editor">
  34. <state relative-caret-position="750">
  35. <caret line="50" column="42" selection-start-line="50" selection-start-column="42" selection-end-line="50" selection-end-column="42" />
  36. </state>
  37. </provider>
  38. </entry>
  39. </file>
  40. <file leaf-file-name="ArrayList.java" pinned="false" current-in-tab="false">
  41. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  42. <provider selected="true" editor-type-id="text-editor">
  43. <state relative-caret-position="-102">
  44. <caret line="431" column="12" selection-start-line="431" selection-start-column="11" selection-end-line="431" selection-end-column="12" />
  45. </state>
  46. </provider>
  47. </entry>
  48. </file>
  49. <file leaf-file-name="ConwayGameOfLifeTest.java" pinned="false" current-in-tab="false">
  50. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  51. <provider selected="true" editor-type-id="text-editor">
  52. <state relative-caret-position="112">
  53. <caret line="32" column="27" selection-start-line="32" selection-start-column="20" selection-end-line="32" selection-end-column="27" />
  54. </state>
  55. </provider>
  56. </entry>
  57. </file>
  58. </leaf>
  59. </component>
  60. <component name="FileTemplateManagerImpl">
  61. <option name="RECENT_TEMPLATES">
  62. <list>
  63. <option value="Arquillian JUnit Test Class" />
  64. <option value="Class" />
  65. <option value="JUnit4 Test Class" />
  66. </list>
  67. </option>
  68. </component>
  69. <component name="FindInProjectRecents">
  70. <findStrings>
  71. <find>end</find>
  72. </findStrings>
  73. <replaceStrings>
  74. <replace>currentGeneration</replace>
  75. <replace>nextGeneration</replace>
  76. </replaceStrings>
  77. </component>
  78. <component name="Git.Settings">
  79. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  80. </component>
  81. <component name="IdeDocumentHistory">
  82. <option name="CHANGED_PATHS">
  83. <list>
  84. <option value="$PROJECT_DIR$/LifeStarts.java" />
  85. <option value="$PROJECT_DIR$/pom.xml" />
  86. <option value="$PROJECT_DIR$/src/main/java/GameOnLife.java" />
  87. <option value="$PROJECT_DIR$/src/main/java/GameOfLife.java" />
  88. <option value="$PROJECT_DIR$/src/main/java/GameofLife.java" />
  89. <option value="$PROJECT_DIR$/src/main/java/SimpleWindow.java" />
  90. <option value="$PROJECT_DIR$/src/main/java/ConwayGameOfLife.java" />
  91. <option value="$PROJECT_DIR$/src/main/java/Life.java" />
  92. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java" />
  93. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md" />
  94. <option value="$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java" />
  95. <option value="$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java" />
  96. </list>
  97. </option>
  98. </component>
  99. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  100. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  101. <component name="JsGulpfileManager">
  102. <detection-done>true</detection-done>
  103. <sorting>DEFINITION_ORDER</sorting>
  104. </component>
  105. <component name="NodePackageJsonFileManager">
  106. <packageJsonPaths />
  107. </component>
  108. <component name="ProjectFrameBounds" extendedState="6">
  109. <option name="x" value="82" />
  110. <option name="y" value="32" />
  111. <option name="width" value="1440" />
  112. <option name="height" value="821" />
  113. </component>
  114. <component name="ProjectView">
  115. <navigator proportions="" version="1">
  116. <foldersAlwaysOnTop value="true" />
  117. </navigator>
  118. <panes>
  119. <pane id="AndroidView" />
  120. <pane id="PackagesPane" />
  121. <pane id="ProjectPane">
  122. <subPane>
  123. <expand>
  124. <path>
  125. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  126. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  127. </path>
  128. <path>
  129. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  130. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  131. <item name="src" type="462c0819:PsiDirectoryNode" />
  132. </path>
  133. <path>
  134. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  135. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  136. <item name="src" type="462c0819:PsiDirectoryNode" />
  137. <item name="main" type="462c0819:PsiDirectoryNode" />
  138. </path>
  139. <path>
  140. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  141. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  142. <item name="src" type="462c0819:PsiDirectoryNode" />
  143. <item name="main" type="462c0819:PsiDirectoryNode" />
  144. <item name="java" type="462c0819:PsiDirectoryNode" />
  145. </path>
  146. <path>
  147. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  148. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  149. <item name="src" type="462c0819:PsiDirectoryNode" />
  150. <item name="main" type="462c0819:PsiDirectoryNode" />
  151. <item name="java" type="462c0819:PsiDirectoryNode" />
  152. <item name="com" type="462c0819:PsiDirectoryNode" />
  153. </path>
  154. <path>
  155. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  156. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  157. <item name="src" type="462c0819:PsiDirectoryNode" />
  158. <item name="main" type="462c0819:PsiDirectoryNode" />
  159. <item name="java" type="462c0819:PsiDirectoryNode" />
  160. <item name="com" type="462c0819:PsiDirectoryNode" />
  161. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  162. </path>
  163. <path>
  164. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  165. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  166. <item name="src" type="462c0819:PsiDirectoryNode" />
  167. <item name="test" type="462c0819:PsiDirectoryNode" />
  168. </path>
  169. <path>
  170. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  171. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  172. <item name="src" type="462c0819:PsiDirectoryNode" />
  173. <item name="test" type="462c0819:PsiDirectoryNode" />
  174. <item name="java" type="462c0819:PsiDirectoryNode" />
  175. </path>
  176. <path>
  177. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  178. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  179. <item name="src" type="462c0819:PsiDirectoryNode" />
  180. <item name="test" type="462c0819:PsiDirectoryNode" />
  181. <item name="java" type="462c0819:PsiDirectoryNode" />
  182. <item name="com" type="462c0819:PsiDirectoryNode" />
  183. </path>
  184. <path>
  185. <item name="ZCW-ConwayGameOfLife" type="b2602c69:ProjectViewProjectNode" />
  186. <item name="ZCW-ConwayGameOfLife" type="462c0819:PsiDirectoryNode" />
  187. <item name="src" type="462c0819:PsiDirectoryNode" />
  188. <item name="test" type="462c0819:PsiDirectoryNode" />
  189. <item name="java" type="462c0819:PsiDirectoryNode" />
  190. <item name="com" type="462c0819:PsiDirectoryNode" />
  191. <item name="zipcodeconway" type="462c0819:PsiDirectoryNode" />
  192. </path>
  193. </expand>
  194. <select />
  195. </subPane>
  196. </pane>
  197. <pane id="Scope" />
  198. </panes>
  199. </component>
  200. <component name="PropertiesComponent">
  201. <property name="WebServerToolWindowFactoryState" value="false" />
  202. <property name="aspect.path.notification.shown" value="true" />
  203. <property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
  204. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  205. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  206. <property name="project.structure.last.edited" value="Modules" />
  207. <property name="project.structure.proportion" value="0.15" />
  208. <property name="project.structure.side.proportion" value="0.2" />
  209. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  210. </component>
  211. <component name="RecentsManager">
  212. <key name="CreateTestDialog.RecentsKey">
  213. <recent name="com.zipcodeconway" />
  214. </key>
  215. <key name="CopyFile.RECENT_KEYS">
  216. <recent name="$PROJECT_DIR$" />
  217. </key>
  218. <key name="CreateTestDialog.Recents.Supers">
  219. <recent name="" />
  220. </key>
  221. <key name="MoveFile.RECENT_KEYS">
  222. <recent name="$PROJECT_DIR$/src/main/java" />
  223. </key>
  224. </component>
  225. <component name="RunDashboard">
  226. <option name="ruleStates">
  227. <list>
  228. <RuleState>
  229. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  230. </RuleState>
  231. <RuleState>
  232. <option name="name" value="StatusDashboardGroupingRule" />
  233. </RuleState>
  234. </list>
  235. </option>
  236. </component>
  237. <component name="RunManager" selected="Application.ConwayGameOfLife">
  238. <configuration default="true" type="Applet" factoryName="Applet">
  239. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  240. </configuration>
  241. <configuration name="ConwayGameOfLife" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  242. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLife" />
  243. <module name="Game-Of-Life-Java" />
  244. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  245. <extension name="coverage">
  246. <pattern>
  247. <option name="PATTERN" value="com.zipcodeconway.*" />
  248. <option name="ENABLED" value="true" />
  249. </pattern>
  250. </extension>
  251. </configuration>
  252. <configuration name="GameofLife" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  253. <option name="MAIN_CLASS_NAME" value="GameofLife" />
  254. <module name="Game-Of-Life-Java" />
  255. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  256. </configuration>
  257. <configuration default="true" type="Application" factoryName="Application">
  258. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  259. </configuration>
  260. <configuration name="ConwayGameOfLifeTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  261. <module name="Game-Of-Life-Java" />
  262. <extension name="coverage">
  263. <pattern>
  264. <option name="PATTERN" value="com.zipcodeconway.*" />
  265. <option name="ENABLED" value="true" />
  266. </pattern>
  267. </extension>
  268. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  269. <option name="ALTERNATIVE_JRE_PATH" />
  270. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  271. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  272. <option name="METHOD_NAME" />
  273. <option name="TEST_OBJECT" value="class" />
  274. <option name="VM_PARAMETERS" value="-ea" />
  275. <option name="PARAMETERS" />
  276. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  277. <option name="PASS_PARENT_ENVS" value="true" />
  278. <option name="TEST_SEARCH_SCOPE">
  279. <value defaultName="singleModule" />
  280. </option>
  281. <patterns />
  282. </configuration>
  283. <configuration name="ConwayGameOfLifeTest.runTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  284. <module name="Game-Of-Life-Java" />
  285. <extension name="coverage">
  286. <pattern>
  287. <option name="PATTERN" value="com.zipcodeconway.*" />
  288. <option name="ENABLED" value="true" />
  289. </pattern>
  290. </extension>
  291. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  292. <option name="ALTERNATIVE_JRE_PATH" />
  293. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  294. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  295. <option name="METHOD_NAME" value="runTest" />
  296. <option name="TEST_OBJECT" value="method" />
  297. <option name="VM_PARAMETERS" value="-ea" />
  298. <option name="PARAMETERS" />
  299. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  300. <option name="PASS_PARENT_ENVS" value="true" />
  301. <option name="TEST_SEARCH_SCOPE">
  302. <value defaultName="singleModule" />
  303. </option>
  304. <patterns />
  305. </configuration>
  306. <configuration name="ConwayGameOfLifeTest.runTest2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  307. <module name="Game-Of-Life-Java" />
  308. <extension name="coverage">
  309. <pattern>
  310. <option name="PATTERN" value="com.zipcodeconway.*" />
  311. <option name="ENABLED" value="true" />
  312. </pattern>
  313. </extension>
  314. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  315. <option name="ALTERNATIVE_JRE_PATH" />
  316. <option name="PACKAGE_NAME" value="com.zipcodeconway" />
  317. <option name="MAIN_CLASS_NAME" value="com.zipcodeconway.ConwayGameOfLifeTest" />
  318. <option name="METHOD_NAME" value="runTest2" />
  319. <option name="TEST_OBJECT" value="method" />
  320. <option name="VM_PARAMETERS" value="-ea" />
  321. <option name="PARAMETERS" />
  322. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  323. <option name="PASS_PARENT_ENVS" value="true" />
  324. <option name="TEST_SEARCH_SCOPE">
  325. <value defaultName="singleModule" />
  326. </option>
  327. <patterns />
  328. </configuration>
  329. <configuration default="true" type="JUnit" factoryName="JUnit">
  330. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  331. <option name="ALTERNATIVE_JRE_PATH" />
  332. <option name="PACKAGE_NAME" />
  333. <option name="MAIN_CLASS_NAME" />
  334. <option name="METHOD_NAME" />
  335. <option name="TEST_OBJECT" value="class" />
  336. <option name="VM_PARAMETERS" value="-ea" />
  337. <option name="PARAMETERS" />
  338. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  339. <option name="PASS_PARENT_ENVS" value="true" />
  340. <option name="TEST_SEARCH_SCOPE">
  341. <value defaultName="singleModule" />
  342. </option>
  343. <patterns />
  344. </configuration>
  345. <configuration name="ConwayLife" type="MavenRunConfiguration" factoryName="Maven">
  346. <MavenSettings>
  347. <option name="myGeneralSettings" />
  348. <option name="myRunnerSettings" />
  349. <option name="myRunnerParameters">
  350. <MavenRunnerParameters>
  351. <option name="profiles">
  352. <set />
  353. </option>
  354. <option name="goals">
  355. <list />
  356. </option>
  357. <option name="pomFileName" />
  358. <option name="profilesMap">
  359. <map />
  360. </option>
  361. <option name="resolveToWorkspace" value="false" />
  362. <option name="workingDirPath" value="$PROJECT_DIR$" />
  363. </MavenRunnerParameters>
  364. </option>
  365. </MavenSettings>
  366. </configuration>
  367. <configuration default="true" type="TestNG" factoryName="TestNG">
  368. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  369. <option name="ALTERNATIVE_JRE_PATH" />
  370. <option name="SUITE_NAME" />
  371. <option name="PACKAGE_NAME" />
  372. <option name="MAIN_CLASS_NAME" />
  373. <option name="METHOD_NAME" />
  374. <option name="GROUP_NAME" />
  375. <option name="TEST_OBJECT" value="CLASS" />
  376. <option name="VM_PARAMETERS" value="-ea" />
  377. <option name="PARAMETERS" />
  378. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  379. <option name="OUTPUT_DIRECTORY" />
  380. <option name="PASS_PARENT_ENVS" value="true" />
  381. <option name="TEST_SEARCH_SCOPE">
  382. <value defaultName="singleModule" />
  383. </option>
  384. <option name="USE_DEFAULT_REPORTERS" value="false" />
  385. <option name="PROPERTIES_FILE" />
  386. <properties />
  387. <listeners />
  388. </configuration>
  389. <list>
  390. <item itemvalue="Maven.ConwayLife" />
  391. <item itemvalue="Application.GameofLife" />
  392. <item itemvalue="Application.ConwayGameOfLife" />
  393. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
  394. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  395. <item itemvalue="JUnit.ConwayGameOfLifeTest" />
  396. </list>
  397. <recent_temporary>
  398. <list>
  399. <item itemvalue="Application.ConwayGameOfLife" />
  400. <item itemvalue="JUnit.ConwayGameOfLifeTest" />
  401. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest2" />
  402. <item itemvalue="JUnit.ConwayGameOfLifeTest.runTest" />
  403. <item itemvalue="Application.GameofLife" />
  404. </list>
  405. </recent_temporary>
  406. </component>
  407. <component name="SvnConfiguration">
  408. <configuration />
  409. </component>
  410. <component name="TaskManager">
  411. <task active="true" id="Default" summary="Default task">
  412. <changelist id="e282cee1-bfe9-42a3-9794-9633eb4654d1" name="Default" comment="" />
  413. <created>1519668901598</created>
  414. <option name="number" value="Default" />
  415. <option name="presentableId" value="Default" />
  416. <updated>1519668901598</updated>
  417. <workItem from="1519668902904" duration="14517000" />
  418. <workItem from="1529504432762" duration="4067000" />
  419. </task>
  420. <servers />
  421. </component>
  422. <component name="TestHistory">
  423. <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 03m 01s.xml">
  424. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  425. </history-entry>
  426. <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 05m 07s.xml">
  427. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  428. </history-entry>
  429. <history-entry file="ConwayGameOfLifeTest - 2018.02.26 at 16h 06m 11s.xml">
  430. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  431. </history-entry>
  432. <history-entry file="ConwayGameOfLifeTest_runTest - 2018.02.26 at 15h 41m 14s.xml">
  433. <configuration name="ConwayGameOfLifeTest.runTest" configurationId="JUnit" />
  434. </history-entry>
  435. <history-entry file="ConwayGameOfLifeTest_runTest2 - 2018.02.26 at 15h 42m 02s.xml">
  436. <configuration name="ConwayGameOfLifeTest.runTest2" configurationId="JUnit" />
  437. </history-entry>
  438. <history-entry file="ConwayGameOfLifeTest_runTest2 - 2018.02.26 at 15h 42m 18s.xml">
  439. <configuration name="ConwayGameOfLifeTest.runTest2" configurationId="JUnit" />
  440. </history-entry>
  441. <history-entry file="ConwayGameOfLifeTest - 2018.06.20 at 11h 10m 26s.xml">
  442. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  443. </history-entry>
  444. <history-entry file="ConwayGameOfLifeTest - 2018.06.20 at 11h 11m 53s.xml">
  445. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  446. </history-entry>
  447. <history-entry file="ConwayGameOfLifeTest - 2018.06.20 at 11h 13m 32s.xml">
  448. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  449. </history-entry>
  450. <history-entry file="ConwayGameOfLifeTest - 2018.06.20 at 11h 17m 17s.xml">
  451. <configuration name="ConwayGameOfLifeTest" configurationId="JUnit" />
  452. </history-entry>
  453. </component>
  454. <component name="TimeTrackingManager">
  455. <option name="totallyTimeSpent" value="18584000" />
  456. </component>
  457. <component name="ToolWindowManager">
  458. <frame x="0" y="23" width="1280" height="722" extended-state="6" />
  459. <editor active="true" />
  460. <layout>
  461. <window_info anchor="right" id="Palette" order="3" />
  462. <window_info anchor="bottom" id="TODO" order="6" />
  463. <window_info anchor="bottom" id="Messages" order="7" weight="0.32833788" />
  464. <window_info anchor="right" id="Palette&#9;" order="3" />
  465. <window_info id="Image Layers" order="2" />
  466. <window_info anchor="right" id="Capture Analysis" order="3" />
  467. <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
  468. <window_info anchor="right" id="Maven Projects" order="3" />
  469. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  470. <window_info anchor="bottom" id="Run" order="2" weight="0.32253087" />
  471. <window_info anchor="bottom" id="Version Control" order="7" />
  472. <window_info anchor="bottom" id="Terminal" order="7" weight="0.32970026" />
  473. <window_info id="Capture Tool" order="2" />
  474. <window_info id="Designer" order="2" />
  475. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
  476. <window_info anchor="right" id="Database" order="3" />
  477. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  478. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  479. <window_info id="UI Designer" order="2" />
  480. <window_info anchor="right" id="Theme Preview" order="3" />
  481. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  482. <window_info id="Favorites" order="2" side_tool="true" />
  483. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  484. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  485. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  486. <window_info anchor="bottom" id="Message" order="0" />
  487. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  488. <window_info anchor="bottom" id="Find" order="1" />
  489. </layout>
  490. </component>
  491. <component name="TypeScriptGeneratedFilesManager">
  492. <option name="version" value="1" />
  493. </component>
  494. <component name="VcsContentAnnotationSettings">
  495. <option name="myLimit" value="2678400000" />
  496. </component>
  497. <component name="XDebuggerManager">
  498. <breakpoint-manager>
  499. <option name="time" value="2" />
  500. </breakpoint-manager>
  501. </component>
  502. <component name="editorHistoryManager">
  503. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  504. <provider selected="true" editor-type-id="text-editor">
  505. <state relative-caret-position="240">
  506. <caret line="17" column="42" selection-start-line="17" selection-start-column="42" selection-end-line="17" selection-end-column="42" />
  507. <folding>
  508. <element signature="imports" expanded="true" />
  509. </folding>
  510. </state>
  511. </provider>
  512. </entry>
  513. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  514. <provider selected="true" editor-type-id="text-editor">
  515. <state relative-caret-position="300">
  516. <caret line="20" selection-start-line="20" selection-end-line="20" />
  517. </state>
  518. </provider>
  519. </entry>
  520. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  521. <provider selected="true" editor-type-id="text-editor">
  522. <state relative-caret-position="450">
  523. <caret line="32" column="32" selection-start-line="32" selection-start-column="32" selection-end-line="32" selection-end-column="32" />
  524. </state>
  525. </provider>
  526. </entry>
  527. <entry file="file://$PROJECT_DIR$/pom.xml">
  528. <provider selected="true" editor-type-id="text-editor">
  529. <state relative-caret-position="187">
  530. <caret line="11" column="10" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
  531. </state>
  532. </provider>
  533. </entry>
  534. <entry file="file://$PROJECT_DIR$/src/main/java/LifeStarts.java" />
  535. <entry file="file://$PROJECT_DIR$/src/main/java/Life.java" />
  536. <entry file="uml://JAVA/com.zipcodeconway.ConwayGameOfLife">
  537. <provider selected="true" editor-type-id="UmlEditorProvider">
  538. <state>
  539. <ID>JAVA</ID>
  540. <OriginalElement>com.zipcodeconway.ConwayGameOfLife</OriginalElement>
  541. <nodes>
  542. <node x="-54.0" y="-179.0">com.zipcodeconway.ConwayGameOfLife</node>
  543. </nodes>
  544. <notes />
  545. <edges />
  546. <settings layout="Hierarchic Group" zoom="1.0" x="-203.0" y="-1.0" />
  547. <SelectedNodes />
  548. <Categories>
  549. <Category>Constructors</Category>
  550. <Category>Methods</Category>
  551. </Categories>
  552. <SCOPE>All</SCOPE>
  553. <VISIBILITY>private</VISIBILITY>
  554. </state>
  555. </provider>
  556. </entry>
  557. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/README.md" />
  558. <entry file="file://$USER_HOME$/Downloads/ConwayLifeRandomat50.png" />
  559. <entry file="file://$USER_HOME$/Documents/gitea/gitea/custom/public/img/ConwayLifeUML.png" />
  560. <entry file="file://$PROJECT_DIR$/src/main/java/GameofLife.java" />
  561. <entry file="file://$PROJECT_DIR$/src/test/java/com/zipcodeconway/ConwayGameOfLifeTest.java">
  562. <provider selected="true" editor-type-id="text-editor">
  563. <state relative-caret-position="112">
  564. <caret line="32" column="27" selection-start-line="32" selection-start-column="20" selection-end-line="32" selection-end-column="27" />
  565. </state>
  566. </provider>
  567. </entry>
  568. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/SimpleWindow.java">
  569. <provider selected="true" editor-type-id="text-editor">
  570. <state relative-caret-position="231">
  571. <caret line="34" column="53" selection-start-line="34" selection-start-column="51" selection-end-line="34" selection-end-column="53" />
  572. <folding>
  573. <element signature="imports" expanded="true" />
  574. </folding>
  575. </state>
  576. </provider>
  577. </entry>
  578. <entry file="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/src.zip!/java/util/ArrayList.java">
  579. <provider selected="true" editor-type-id="text-editor">
  580. <state relative-caret-position="-102">
  581. <caret line="431" column="12" selection-start-line="431" selection-start-column="11" selection-end-line="431" selection-end-column="12" />
  582. </state>
  583. </provider>
  584. </entry>
  585. <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodeconway/ConwayGameOfLife.java">
  586. <provider selected="true" editor-type-id="text-editor">
  587. <state relative-caret-position="750">
  588. <caret line="50" column="42" selection-start-line="50" selection-start-column="42" selection-end-line="50" selection-end-column="42" />
  589. </state>
  590. </provider>
  591. </entry>
  592. </component>
  593. <component name="masterDetails">
  594. <states>
  595. <state key="ArtifactsStructureConfigurable.UI">
  596. <settings>
  597. <artifact-editor />
  598. <splitter-proportions>
  599. <option name="proportions">
  600. <list>
  601. <option value="0.2" />
  602. </list>
  603. </option>
  604. </splitter-proportions>
  605. </settings>
  606. </state>
  607. <state key="FacetStructureConfigurable.UI">
  608. <settings>
  609. <last-edited>No facets are configured</last-edited>
  610. <splitter-proportions>
  611. <option name="proportions">
  612. <list>
  613. <option value="0.2" />
  614. </list>
  615. </option>
  616. </splitter-proportions>
  617. </settings>
  618. </state>
  619. <state key="GlobalLibrariesConfigurable.UI">
  620. <settings>
  621. <splitter-proportions>
  622. <option name="proportions">
  623. <list>
  624. <option value="0.2" />
  625. </list>
  626. </option>
  627. </splitter-proportions>
  628. </settings>
  629. </state>
  630. <state key="JdkListConfigurable.UI">
  631. <settings>
  632. <last-edited>1.8</last-edited>
  633. <splitter-proportions>
  634. <option name="proportions">
  635. <list>
  636. <option value="0.2" />
  637. </list>
  638. </option>
  639. </splitter-proportions>
  640. </settings>
  641. </state>
  642. <state key="ModuleStructureConfigurable.UI">
  643. <settings>
  644. <last-edited>Game-Of-Life-Java</last-edited>
  645. <splitter-proportions>
  646. <option name="proportions">
  647. <list>
  648. <option value="0.2" />
  649. <option value="0.6" />
  650. </list>
  651. </option>
  652. </splitter-proportions>
  653. </settings>
  654. </state>
  655. <state key="ProjectJDKs.UI">
  656. <settings>
  657. <last-edited>1.8</last-edited>
  658. <splitter-proportions>
  659. <option name="proportions">
  660. <list>
  661. <option value="0.2" />
  662. </list>
  663. </option>
  664. </splitter-proportions>
  665. </settings>
  666. </state>
  667. <state key="ProjectLibrariesConfigurable.UI">
  668. <settings>
  669. <splitter-proportions>
  670. <option name="proportions">
  671. <list>
  672. <option value="0.2" />
  673. </list>
  674. </option>
  675. </splitter-proportions>
  676. </settings>
  677. </state>
  678. </states>
  679. </component>
  680. </project>