Przeglądaj źródła

Curtis Cook's PassionBy4.2 first commit

curtiscook 6 lat temu
rodzic
commit
0b74746ea2
6 zmienionych plików z 307 dodań i 4 usunięć
  1. 9
    0
      .idea/PassionBy4.2.iml
  2. 7
    0
      .idea/misc.xml
  3. 8
    0
      .idea/modules.xml
  4. 6
    0
      .idea/vcs.xml
  5. 270
    0
      .idea/workspace.xml
  6. 7
    4
      ProjectDescription.md

+ 9
- 0
.idea/PassionBy4.2.iml Wyświetl plik

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 7
- 0
.idea/misc.xml Wyświetl plik

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
7
+</project>

+ 8
- 0
.idea/modules.xml Wyświetl plik

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/PassionBy4.2.iml" filepath="$PROJECT_DIR$/.idea/PassionBy4.2.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml Wyświetl plik

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 270
- 0
.idea/workspace.xml Wyświetl plik

@@ -0,0 +1,270 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="d9a0c6d0-5de2-4d5c-93d2-d6fd31e2a257" name="Default Changelist" comment="">
5
+      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/ProjectDescription.md" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectDescription.md" afterDir="false" />
7
+    </list>
8
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
9
+    <option name="SHOW_DIALOG" value="false" />
10
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+    <option name="LAST_RESOLUTION" value="IGNORE" />
13
+  </component>
14
+  <component name="FUSProjectUsageTrigger">
15
+    <session id="1145246671">
16
+      <usages-collector id="statistics.lifecycle.project">
17
+        <counts>
18
+          <entry key="project.closed" value="2" />
19
+          <entry key="project.open.time.0" value="1" />
20
+          <entry key="project.open.time.3" value="1" />
21
+          <entry key="project.opened" value="2" />
22
+        </counts>
23
+      </usages-collector>
24
+      <usages-collector id="statistics.file.extensions.open">
25
+        <counts>
26
+          <entry key="md" value="2" />
27
+        </counts>
28
+      </usages-collector>
29
+      <usages-collector id="statistics.file.types.open">
30
+        <counts>
31
+          <entry key="Markdown" value="2" />
32
+        </counts>
33
+      </usages-collector>
34
+      <usages-collector id="statistics.file.extensions.edit">
35
+        <counts>
36
+          <entry key="md" value="173" />
37
+        </counts>
38
+      </usages-collector>
39
+      <usages-collector id="statistics.file.types.edit">
40
+        <counts>
41
+          <entry key="Markdown" value="173" />
42
+        </counts>
43
+      </usages-collector>
44
+      <usages-collector id="statistics.spring.boot.run.usages" />
45
+      <usages-collector id="statistics.js.language.service.starts" />
46
+      <usages-collector id="statistics.spring.boot.mvc.usages" />
47
+      <usages-collector id="statistics.vcs.git.usages" />
48
+    </session>
49
+  </component>
50
+  <component name="FileEditorManager">
51
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
52
+      <file pinned="false" current-in-tab="false">
53
+        <entry file="file://$PROJECT_DIR$/README.md">
54
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
55
+            <state split_layout="SPLIT">
56
+              <first_editor />
57
+              <second_editor />
58
+            </state>
59
+          </provider>
60
+        </entry>
61
+      </file>
62
+      <file pinned="false" current-in-tab="true">
63
+        <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
64
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
65
+            <state split_layout="SPLIT">
66
+              <first_editor relative-caret-position="75">
67
+                <caret line="5" column="1006" selection-start-line="5" selection-start-column="1006" selection-end-line="5" selection-end-column="1006" />
68
+              </first_editor>
69
+              <second_editor />
70
+            </state>
71
+          </provider>
72
+        </entry>
73
+      </file>
74
+    </leaf>
75
+  </component>
76
+  <component name="Git.Settings">
77
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
78
+  </component>
79
+  <component name="IdeDocumentHistory">
80
+    <option name="CHANGED_PATHS">
81
+      <list>
82
+        <option value="$PROJECT_DIR$/ProjectDescription.md" />
83
+      </list>
84
+    </option>
85
+  </component>
86
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
87
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
88
+  <component name="JsGulpfileManager">
89
+    <detection-done>true</detection-done>
90
+    <sorting>DEFINITION_ORDER</sorting>
91
+  </component>
92
+  <component name="ProjectFrameBounds" fullScreen="true">
93
+    <option name="width" value="1440" />
94
+    <option name="height" value="900" />
95
+  </component>
96
+  <component name="ProjectView">
97
+    <navigator proportions="" version="1">
98
+      <foldersAlwaysOnTop value="true" />
99
+    </navigator>
100
+    <panes>
101
+      <pane id="Scope" />
102
+      <pane id="PackagesPane" />
103
+      <pane id="ProjectPane">
104
+        <subPane>
105
+          <expand>
106
+            <path>
107
+              <item name="PassionBy4.2" type="b2602c69:ProjectViewProjectNode" />
108
+              <item name="PassionBy4.2" type="462c0819:PsiDirectoryNode" />
109
+            </path>
110
+            <path>
111
+              <item name="PassionBy4.2" type="b2602c69:ProjectViewProjectNode" />
112
+              <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
113
+            </path>
114
+          </expand>
115
+          <select />
116
+        </subPane>
117
+      </pane>
118
+    </panes>
119
+  </component>
120
+  <component name="PropertiesComponent">
121
+    <property name="WebServerToolWindowFactoryState" value="false" />
122
+    <property name="aspect.path.notification.shown" value="true" />
123
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
124
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
125
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
126
+    <property name="project.structure.last.edited" value="Project" />
127
+    <property name="project.structure.proportion" value="0.15" />
128
+    <property name="project.structure.side.proportion" value="0.0" />
129
+    <property name="settings.editor.selected.configurable" value="vcs.Git" />
130
+  </component>
131
+  <component name="RunDashboard">
132
+    <option name="ruleStates">
133
+      <list>
134
+        <RuleState>
135
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
136
+        </RuleState>
137
+        <RuleState>
138
+          <option name="name" value="StatusDashboardGroupingRule" />
139
+        </RuleState>
140
+      </list>
141
+    </option>
142
+  </component>
143
+  <component name="SvnConfiguration">
144
+    <configuration />
145
+  </component>
146
+  <component name="TaskManager">
147
+    <task active="true" id="Default" summary="Default task">
148
+      <changelist id="d9a0c6d0-5de2-4d5c-93d2-d6fd31e2a257" name="Default Changelist" comment="" />
149
+      <created>1541358554571</created>
150
+      <option name="number" value="Default" />
151
+      <option name="presentableId" value="Default" />
152
+      <updated>1541358554571</updated>
153
+      <workItem from="1541358556117" duration="860000" />
154
+      <workItem from="1541361098820" duration="1253000" />
155
+    </task>
156
+    <servers />
157
+  </component>
158
+  <component name="TimeTrackingManager">
159
+    <option name="totallyTimeSpent" value="2113000" />
160
+  </component>
161
+  <component name="ToolWindowManager">
162
+    <frame x="0" y="0" width="1440" height="900" extended-state="0" />
163
+    <editor active="true" />
164
+    <layout>
165
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2532189" />
166
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
167
+      <window_info id="Image Layers" order="2" />
168
+      <window_info id="Designer" order="3" />
169
+      <window_info id="UI Designer" order="4" />
170
+      <window_info id="Capture Tool" order="5" />
171
+      <window_info id="Favorites" order="6" side_tool="true" />
172
+      <window_info anchor="bottom" id="Message" order="0" />
173
+      <window_info anchor="bottom" id="Find" order="1" />
174
+      <window_info anchor="bottom" id="Run" order="2" />
175
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
176
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
177
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
178
+      <window_info anchor="bottom" id="TODO" order="6" />
179
+      <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
180
+      <window_info anchor="bottom" id="Terminal" order="8" />
181
+      <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
182
+      <window_info anchor="bottom" id="Version Control" order="10" />
183
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
184
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
185
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
186
+      <window_info anchor="right" id="Palette" order="3" />
187
+      <window_info anchor="right" id="Capture Analysis" order="4" />
188
+      <window_info anchor="right" id="Theme Preview" order="5" />
189
+      <window_info anchor="right" id="Palette&#9;" order="6" />
190
+      <window_info anchor="right" id="Database" order="7" />
191
+      <window_info anchor="right" id="Maven Projects" order="8" />
192
+    </layout>
193
+  </component>
194
+  <component name="TypeScriptGeneratedFilesManager">
195
+    <option name="version" value="1" />
196
+  </component>
197
+  <component name="VcsContentAnnotationSettings">
198
+    <option name="myLimit" value="2678400000" />
199
+  </component>
200
+  <component name="editorHistoryManager">
201
+    <entry file="file://$PROJECT_DIR$/README.md">
202
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
203
+        <state split_layout="SPLIT">
204
+          <first_editor />
205
+          <second_editor />
206
+        </state>
207
+      </provider>
208
+    </entry>
209
+    <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
210
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
211
+        <state split_layout="SPLIT">
212
+          <first_editor relative-caret-position="75">
213
+            <caret line="5" column="1006" selection-start-line="5" selection-start-column="1006" selection-end-line="5" selection-end-column="1006" />
214
+          </first_editor>
215
+          <second_editor />
216
+        </state>
217
+      </provider>
218
+    </entry>
219
+  </component>
220
+  <component name="masterDetails">
221
+    <states>
222
+      <state key="GlobalLibrariesConfigurable.UI">
223
+        <settings>
224
+          <splitter-proportions>
225
+            <option name="proportions">
226
+              <list>
227
+                <option value="0.2" />
228
+              </list>
229
+            </option>
230
+          </splitter-proportions>
231
+        </settings>
232
+      </state>
233
+      <state key="JdkListConfigurable.UI">
234
+        <settings>
235
+          <last-edited>1.8</last-edited>
236
+          <splitter-proportions>
237
+            <option name="proportions">
238
+              <list>
239
+                <option value="0.2" />
240
+              </list>
241
+            </option>
242
+          </splitter-proportions>
243
+        </settings>
244
+      </state>
245
+      <state key="ProjectJDKs.UI">
246
+        <settings>
247
+          <last-edited>1.8</last-edited>
248
+          <splitter-proportions>
249
+            <option name="proportions">
250
+              <list>
251
+                <option value="0.2" />
252
+              </list>
253
+            </option>
254
+          </splitter-proportions>
255
+        </settings>
256
+      </state>
257
+      <state key="ProjectLibrariesConfigurable.UI">
258
+        <settings>
259
+          <splitter-proportions>
260
+            <option name="proportions">
261
+              <list>
262
+                <option value="0.2" />
263
+              </list>
264
+            </option>
265
+          </splitter-proportions>
266
+        </settings>
267
+      </state>
268
+    </states>
269
+  </component>
270
+</project>

+ 7
- 4
ProjectDescription.md Wyświetl plik

@@ -1,8 +1,11 @@
1
-# Your Project Name
1
+# Math Keyboard
2 2
 
3
-### a cool tagline...
3
+### Remember Press -N- See Math Keyboards...
4 4
 
5
-Less than 300 words which describe your project. Etc,....
5
+<body>
6
+Initially when I learned that we were going to work on passion projects, I wanted to update an Android app that I have been working on for some time now.  The app is a story book that allows the user to import themselves into the story and choose the path in which the story goes.  I wanted to update the app to allow anyone to create a story and use custom avatars and themes based on the subject of the user’s choice.  My goal with this app was to spur my oldest son's interest in reading.  I'll eventually complete this app but for this project I think I'm going to go in another direction.  I've decided to create an Android app called Math Keyboard where the user presses the button and it will show you the result.  For example if the user selects 8 * 7 it will return 56.  I plan to make the keyboard a grid of 12 x 12 with each section representing a math equation from 1 * 1 to 12 * 12.  The user will be able to select from the 4 basic math operations upon opening the app and switch at any time.
7
+</body>
6 8
 
7 9
 
8
-* Your Name Here
10
+* Curtis Cook
11
+