Dieses Repository enthält Python-Dateien die im Rahmen des Wahlpflichtmoduls "Informationssysteme in der Medizintechnik" (Dozent: Prof. Dr. Oliver Hofmann) erstellt wurden und verwaltet deren Versionskontrolle.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 44KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="39276d0a-00e3-48d0-9c0e-a0d08278b21f" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/__init__.py" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/test_hashMod.py" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/__init__.py" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg4_VerwendungVonUnittest.py" beforeDir="false" />
  10. <change beforePath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py" beforeDir="false" afterPath="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py" afterDir="false" />
  11. </list>
  12. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  13. <option name="SHOW_DIALOG" value="false" />
  14. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  15. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  16. <option name="LAST_RESOLUTION" value="IGNORE" />
  17. </component>
  18. <component name="CoverageDataManager">
  19. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Unittests_for_test_hashMod_TestHashMod.coverage" NAME="Unittests for test_hashMod.TestHashMod Coverage Results" MODIFIED="1540218541704" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  20. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$AB1_Aufg3.coverage" NAME="AB1_Aufg3 Coverage Results" MODIFIED="1538810960299" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  21. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$AB1_Aufg5.coverage" NAME="AB1_Aufg5 Coverage Results" MODIFIED="1538811804618" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  22. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Aufg2_Starthash.coverage" NAME="Aufg2_Starthash Coverage Results" MODIFIED="1540218936010" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  23. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Aufg4_Quadratzahlen_Server.coverage" NAME="Aufg4_Quadratzahlen_Server Coverage Results" MODIFIED="1539864686187" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018" />
  24. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Pong.coverage" NAME="Pong Coverage Results" MODIFIED="1539414307376" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  25. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Tag2_MittelwertAusVariablerAnzahlParameter.coverage" NAME="Tag2_MittelwertAusVariablerAnzahlParameter Coverage Results" MODIFIED="1538815118408" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  26. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$hashes.coverage" NAME="hashes Coverage Results" MODIFIED="1540218926822" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto" />
  27. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Tag2_EigenesSpiel.coverage" NAME="Tag2_EigenesSpiel Coverage Results" MODIFIED="1538827299769" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  28. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Starthash.coverage" NAME="Starthash Coverage Results" MODIFIED="1540200159750" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto" />
  29. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Unittests_in_test_hashMod_py.coverage" NAME="Unittests in test_hashMod.py Coverage Results" MODIFIED="1540218229095" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  30. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Aufg4_VerwendungVonUnittest.coverage" NAME="Aufg4_VerwendungVonUnittest Coverage Results" MODIFIED="1540217916026" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  31. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$FirstProgram.coverage" NAME="FirstProgram Coverage Results" MODIFIED="1538766705533" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  32. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Aufg3_YingUndYang_Server.coverage" NAME="Aufg3_YingUndYang_Server Coverage Results" MODIFIED="1539861830668" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung" />
  33. <SUITE FILE_PATH="coverage/Web__und_Skriptsprachen__Python_Blockkurs_$Unittests_for_test_hashMod_TestHashMod_test_hashMod.coverage" NAME="Unittests for test_hashMod.TestHashMod.test_hashMod Coverage Results" MODIFIED="1540218943701" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  34. </component>
  35. <component name="DatabaseView">
  36. <option name="SHOW_INTERMEDIATE" value="true" />
  37. <option name="GROUP_DATA_SOURCES" value="true" />
  38. <option name="GROUP_SCHEMA" value="true" />
  39. <option name="GROUP_CONTENTS" value="false" />
  40. <option name="SORT_POSITIONED" value="false" />
  41. <option name="SHOW_EMPTY_GROUPS" value="false" />
  42. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  43. <option name="HIDDEN_KINDS">
  44. <set />
  45. </option>
  46. <expand />
  47. <select />
  48. </component>
  49. <component name="FUSProjectUsageTrigger">
  50. <session id="2005159020">
  51. <usages-collector id="statistics.lifecycle.project">
  52. <counts>
  53. <entry key="project.closed" value="22" />
  54. <entry key="project.open.time.1" value="1" />
  55. <entry key="project.open.time.10" value="3" />
  56. <entry key="project.open.time.11" value="4" />
  57. <entry key="project.open.time.12" value="3" />
  58. <entry key="project.open.time.13" value="2" />
  59. <entry key="project.open.time.14" value="3" />
  60. <entry key="project.open.time.15" value="2" />
  61. <entry key="project.open.time.16" value="1" />
  62. <entry key="project.open.time.59" value="1" />
  63. <entry key="project.open.time.8" value="2" />
  64. <entry key="project.open.time.9" value="1" />
  65. <entry key="project.opened" value="23" />
  66. </counts>
  67. </usages-collector>
  68. <usages-collector id="statistics.file.extensions.open">
  69. <counts>
  70. <entry key="css" value="2" />
  71. <entry key="htm" value="2" />
  72. <entry key="html" value="12" />
  73. <entry key="js" value="2" />
  74. <entry key="py" value="23" />
  75. <entry key="txt" value="1" />
  76. </counts>
  77. </usages-collector>
  78. <usages-collector id="statistics.file.types.open">
  79. <counts>
  80. <entry key="CSS" value="2" />
  81. <entry key="HTML" value="14" />
  82. <entry key="JavaScript" value="2" />
  83. <entry key="PLAIN_TEXT" value="1" />
  84. <entry key="Python" value="23" />
  85. </counts>
  86. </usages-collector>
  87. <usages-collector id="statistics.file.extensions.edit">
  88. <counts>
  89. <entry key="css" value="197" />
  90. <entry key="html" value="925" />
  91. <entry key="js" value="1018" />
  92. <entry key="py" value="10949" />
  93. <entry key="txt" value="274" />
  94. </counts>
  95. </usages-collector>
  96. <usages-collector id="statistics.file.types.edit">
  97. <counts>
  98. <entry key="CSS" value="197" />
  99. <entry key="HTML" value="925" />
  100. <entry key="JavaScript" value="1018" />
  101. <entry key="PLAIN_TEXT" value="274" />
  102. <entry key="Python" value="10949" />
  103. </counts>
  104. </usages-collector>
  105. </session>
  106. </component>
  107. <component name="FileEditorManager">
  108. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  109. <file pinned="false" current-in-tab="false">
  110. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py">
  111. <provider selected="true" editor-type-id="text-editor">
  112. <state relative-caret-position="170">
  113. <caret line="10" column="14" selection-start-line="10" selection-start-column="14" selection-end-line="10" selection-end-column="14" />
  114. <folding>
  115. <marker date="1540218923327" expanded="true" signature="129:134" ph="..." />
  116. </folding>
  117. </state>
  118. </provider>
  119. </entry>
  120. </file>
  121. <file pinned="false" current-in-tab="true">
  122. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/test_hashMod.py">
  123. <provider selected="true" editor-type-id="text-editor">
  124. <state relative-caret-position="221">
  125. <caret line="13" column="18" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
  126. <folding>
  127. <element signature="e#0#29#0" expanded="true" />
  128. </folding>
  129. </state>
  130. </provider>
  131. </entry>
  132. </file>
  133. <file pinned="false" current-in-tab="false">
  134. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg2_Starthash.py">
  135. <provider selected="true" editor-type-id="text-editor">
  136. <state relative-caret-position="51">
  137. <caret line="3" column="11" selection-start-line="3" selection-start-column="11" selection-end-line="3" selection-end-column="11" />
  138. <folding>
  139. <element signature="e#0#10#0" expanded="true" />
  140. </folding>
  141. </state>
  142. </provider>
  143. </entry>
  144. </file>
  145. </leaf>
  146. </component>
  147. <component name="FileTemplateManagerImpl">
  148. <option name="RECENT_TEMPLATES">
  149. <list>
  150. <option value="CSS File" />
  151. <option value="JavaScript File" />
  152. <option value="HTML File" />
  153. <option value="Python Script" />
  154. </list>
  155. </option>
  156. </component>
  157. <component name="Git.Settings">
  158. <option name="UPDATE_TYPE" value="REBASE" />
  159. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  160. </component>
  161. <component name="IdeDocumentHistory">
  162. <option name="CHANGED_PATHS">
  163. <list>
  164. <option value="$PROJECT_DIR$/AB1_Aufg2.py" />
  165. <option value="$PROJECT_DIR$/AB1_Aufg3.py" />
  166. <option value="$PROJECT_DIR$/AB1_Aufg5.py" />
  167. <option value="$PROJECT_DIR$/Tag2_MittelwertAusVariablerAnzahlParameter.py" />
  168. <option value="$PROJECT_DIR$/Tag2_EigenesSpiel.py" />
  169. <option value="$PROJECT_DIR$/Pong.py" />
  170. <option value="$PROJECT_DIR$/AB4_Aufg2.html" />
  171. <option value="$PROJECT_DIR$/formatiert.css" />
  172. <option value="$PROJECT_DIR$/HTML_Test_Doc.html" />
  173. <option value="$PROJECT_DIR$/Format_zu_AB5.css" />
  174. <option value="$PROJECT_DIR$/AB4_Aufg1.html" />
  175. <option value="$PROJECT_DIR$/Popups_zu_AB6.js" />
  176. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Ying_File.html" />
  177. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Yang_File.html" />
  178. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Aufg3_YingUndYang_Server.py" />
  179. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Aufg4_Quadratzahlen_Server.py" />
  180. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/__init__.py" />
  181. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/Starthash.py" />
  182. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg2_Starthash.py" />
  183. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg4_VerwendungVonUnittest.py" />
  184. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/test_hashMod.py" />
  185. <option value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py" />
  186. </list>
  187. </option>
  188. </component>
  189. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  190. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  191. <component name="JsGulpfileManager">
  192. <detection-done>true</detection-done>
  193. <sorting>DEFINITION_ORDER</sorting>
  194. </component>
  195. <component name="ProjectFrameBounds" extendedState="6">
  196. <option name="x" value="56" />
  197. <option name="y" value="54" />
  198. <option name="width" value="1400" />
  199. <option name="height" value="820" />
  200. </component>
  201. <component name="ProjectInspectionProfilesVisibleTreeState">
  202. <entry key="Project Default">
  203. <profile-state>
  204. <expanded-state>
  205. <State />
  206. <State>
  207. <id>Bitwise operation issuesJavaScript</id>
  208. </State>
  209. <State>
  210. <id>DOM issuesJavaScript</id>
  211. </State>
  212. <State>
  213. <id>Django</id>
  214. </State>
  215. <State>
  216. <id>JavaScript</id>
  217. </State>
  218. <State>
  219. <id>Python</id>
  220. </State>
  221. <State>
  222. <id>SQL</id>
  223. </State>
  224. </expanded-state>
  225. <selected-state>
  226. <State>
  227. <id>PyCompatibilityInspection</id>
  228. </State>
  229. </selected-state>
  230. </profile-state>
  231. </entry>
  232. </component>
  233. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  234. <ConfirmationsSetting value="2" id="Add" />
  235. </component>
  236. <component name="ProjectView">
  237. <navigator proportions="" version="1">
  238. <foldersAlwaysOnTop value="true" />
  239. </navigator>
  240. <panes>
  241. <pane id="ProjectPane">
  242. <subPane>
  243. <expand>
  244. <path>
  245. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  246. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  247. </path>
  248. <path>
  249. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  250. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  251. <item name="mEIM-Praktikum_Webentwicklung" type="462c0819:PsiDirectoryNode" />
  252. </path>
  253. <path>
  254. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  255. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  256. <item name="mEIM-Praktikum_Webentwicklung" type="462c0819:PsiDirectoryNode" />
  257. <item name="Tag1_15.10.2018" type="462c0819:PsiDirectoryNode" />
  258. </path>
  259. <path>
  260. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  261. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  262. <item name="mEIM-Praktikum_Webentwicklung" type="462c0819:PsiDirectoryNode" />
  263. <item name="Tag2_22.10.2018" type="462c0819:PsiDirectoryNode" />
  264. </path>
  265. <path>
  266. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  267. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  268. <item name="mEIM-Praktikum_Webentwicklung" type="462c0819:PsiDirectoryNode" />
  269. <item name="Tag2_22.10.2018" type="462c0819:PsiDirectoryNode" />
  270. <item name="krypto" type="462c0819:PsiDirectoryNode" />
  271. </path>
  272. <path>
  273. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="b2602c69:ProjectViewProjectNode" />
  274. <item name="Web- und Skriptsprachen (Python-Blockkurs)" type="462c0819:PsiDirectoryNode" />
  275. <item name="Python-Blockkurs" type="462c0819:PsiDirectoryNode" />
  276. </path>
  277. </expand>
  278. <select />
  279. </subPane>
  280. </pane>
  281. <pane id="Scope" />
  282. </panes>
  283. </component>
  284. <component name="PropertiesComponent">
  285. <property name="DefaultHtmlFileTemplate" value="HTML File" />
  286. <property name="WebServerToolWindowFactoryState" value="false" />
  287. <property name="last_opened_file_path" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  288. <property name="list.type.of.created.stylesheet" value="CSS" />
  289. <property name="settings.editor.selected.configurable" value="Errors" />
  290. </component>
  291. <component name="RecentsManager">
  292. <key name="MoveFile.RECENT_KEYS">
  293. <recent name="C:\JONKA\Uni\7. Semester (Medizintechnik OHM Nürnberg)\Vorlesung Informationssysteme in der medizintechnik (MEIM)\Web- und Skriptsprachen (Python-Blockkurs)\Python-Blockkurs" />
  294. <recent name="C:\JONKA\Uni\7. Semester (Medizintechnik OHM Nürnberg)\Vorlesung Informationssysteme in der medizintechnik (MEIM)\Web- und Skriptsprachen (Python-Blockkurs)\mEIM-Praktikum_Webentwicklung\Tag1_15.10.2018" />
  295. </key>
  296. </component>
  297. <component name="RunDashboard">
  298. <option name="ruleStates">
  299. <list>
  300. <RuleState>
  301. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  302. </RuleState>
  303. <RuleState>
  304. <option name="name" value="StatusDashboardGroupingRule" />
  305. </RuleState>
  306. </list>
  307. </option>
  308. </component>
  309. <component name="RunManager" selected="Python tests.Unittests for test_hashMod.TestHashMod.test_hashMod">
  310. <configuration name="Aufg2_Starthash" type="PythonConfigurationType" factoryName="Python" temporary="true">
  311. <module name="Web- und Skriptsprachen (Python-Blockkurs)" />
  312. <option name="INTERPRETER_OPTIONS" value="" />
  313. <option name="PARENT_ENVS" value="true" />
  314. <envs>
  315. <env name="PYTHONUNBUFFERED" value="1" />
  316. </envs>
  317. <option name="SDK_HOME" value="" />
  318. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  319. <option name="IS_MODULE_SDK" value="true" />
  320. <option name="ADD_CONTENT_ROOTS" value="true" />
  321. <option name="ADD_SOURCE_ROOTS" value="true" />
  322. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  323. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg2_Starthash.py" />
  324. <option name="PARAMETERS" value="" />
  325. <option name="SHOW_COMMAND_LINE" value="false" />
  326. <option name="EMULATE_TERMINAL" value="false" />
  327. <option name="MODULE_MODE" value="false" />
  328. <option name="REDIRECT_INPUT" value="false" />
  329. <option name="INPUT_FILE" value="" />
  330. <method v="2" />
  331. </configuration>
  332. <configuration name="hashes" type="PythonConfigurationType" factoryName="Python" temporary="true">
  333. <module name="Web- und Skriptsprachen (Python-Blockkurs)" />
  334. <option name="INTERPRETER_OPTIONS" value="" />
  335. <option name="PARENT_ENVS" value="true" />
  336. <envs>
  337. <env name="PYTHONUNBUFFERED" value="1" />
  338. </envs>
  339. <option name="SDK_HOME" value="" />
  340. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto" />
  341. <option name="IS_MODULE_SDK" value="true" />
  342. <option name="ADD_CONTENT_ROOTS" value="true" />
  343. <option name="ADD_SOURCE_ROOTS" value="true" />
  344. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  345. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py" />
  346. <option name="PARAMETERS" value="" />
  347. <option name="SHOW_COMMAND_LINE" value="false" />
  348. <option name="EMULATE_TERMINAL" value="false" />
  349. <option name="MODULE_MODE" value="false" />
  350. <option name="REDIRECT_INPUT" value="false" />
  351. <option name="INPUT_FILE" value="" />
  352. <method v="2" />
  353. </configuration>
  354. <configuration name="Unittests for test_hashMod.TestHashMod" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
  355. <module name="Web- und Skriptsprachen (Python-Blockkurs)" />
  356. <option name="INTERPRETER_OPTIONS" value="" />
  357. <option name="PARENT_ENVS" value="true" />
  358. <option name="SDK_HOME" value="" />
  359. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  360. <option name="IS_MODULE_SDK" value="true" />
  361. <option name="ADD_CONTENT_ROOTS" value="true" />
  362. <option name="ADD_SOURCE_ROOTS" value="true" />
  363. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  364. <option name="_new_additionalArguments" value="&quot;&quot;" />
  365. <option name="_new_target" value="&quot;test_hashMod.TestHashMod&quot;" />
  366. <option name="_new_targetType" value="&quot;PYTHON&quot;" />
  367. <method v="2" />
  368. </configuration>
  369. <configuration name="Unittests for test_hashMod.TestHashMod.test_hashMod" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
  370. <module name="Web- und Skriptsprachen (Python-Blockkurs)" />
  371. <option name="INTERPRETER_OPTIONS" value="" />
  372. <option name="PARENT_ENVS" value="true" />
  373. <option name="SDK_HOME" value="" />
  374. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  375. <option name="IS_MODULE_SDK" value="true" />
  376. <option name="ADD_CONTENT_ROOTS" value="true" />
  377. <option name="ADD_SOURCE_ROOTS" value="true" />
  378. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  379. <option name="_new_additionalArguments" value="&quot;&quot;" />
  380. <option name="_new_target" value="&quot;test_hashMod.TestHashMod.test_hashMod&quot;" />
  381. <option name="_new_targetType" value="&quot;PYTHON&quot;" />
  382. <method v="2" />
  383. </configuration>
  384. <configuration name="Unittests in test_hashMod.py" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true">
  385. <module name="Web- und Skriptsprachen (Python-Blockkurs)" />
  386. <option name="INTERPRETER_OPTIONS" value="" />
  387. <option name="PARENT_ENVS" value="true" />
  388. <option name="SDK_HOME" value="" />
  389. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018" />
  390. <option name="IS_MODULE_SDK" value="true" />
  391. <option name="ADD_CONTENT_ROOTS" value="true" />
  392. <option name="ADD_SOURCE_ROOTS" value="true" />
  393. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  394. <option name="_new_additionalArguments" value="&quot;&quot;" />
  395. <option name="_new_target" value="&quot;$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/test_hashMod.py&quot;" />
  396. <option name="_new_targetType" value="&quot;PATH&quot;" />
  397. <method v="2" />
  398. </configuration>
  399. <list>
  400. <item itemvalue="Python.hashes" />
  401. <item itemvalue="Python tests.Unittests in test_hashMod.py" />
  402. <item itemvalue="Python tests.Unittests for test_hashMod.TestHashMod" />
  403. <item itemvalue="Python tests.Unittests for test_hashMod.TestHashMod.test_hashMod" />
  404. <item itemvalue="Python.Aufg2_Starthash" />
  405. </list>
  406. <recent_temporary>
  407. <list>
  408. <item itemvalue="Python tests.Unittests for test_hashMod.TestHashMod.test_hashMod" />
  409. <item itemvalue="Python.Aufg2_Starthash" />
  410. <item itemvalue="Python.hashes" />
  411. <item itemvalue="Python tests.Unittests for test_hashMod.TestHashMod" />
  412. <item itemvalue="Python tests.Unittests in test_hashMod.py" />
  413. </list>
  414. </recent_temporary>
  415. </component>
  416. <component name="SvnConfiguration">
  417. <configuration />
  418. </component>
  419. <component name="TaskManager">
  420. <task active="true" id="Default" summary="Default task">
  421. <changelist id="39276d0a-00e3-48d0-9c0e-a0d08278b21f" name="Default Changelist" comment="" />
  422. <created>1538765946920</created>
  423. <option name="number" value="Default" />
  424. <option name="presentableId" value="Default" />
  425. <updated>1538765946920</updated>
  426. </task>
  427. <task id="LOCAL-00001" summary="Initialization">
  428. <created>1538813521977</created>
  429. <option name="number" value="00001" />
  430. <option name="presentableId" value="LOCAL-00001" />
  431. <option name="project" value="LOCAL" />
  432. <updated>1538813521977</updated>
  433. </task>
  434. <task id="LOCAL-00002" summary="Das ist ein Commit-Test für Janko">
  435. <created>1538815642691</created>
  436. <option name="number" value="00002" />
  437. <option name="presentableId" value="LOCAL-00002" />
  438. <option name="project" value="LOCAL" />
  439. <updated>1538815642692</updated>
  440. </task>
  441. <task id="LOCAL-00003" summary="Fertiges PONG-Spiel (Beta-Version zu finden unter &quot;Tag2_EigenesSpiel.py&quot;)">
  442. <created>1539416867064</created>
  443. <option name="number" value="00003" />
  444. <option name="presentableId" value="LOCAL-00003" />
  445. <option name="project" value="LOCAL" />
  446. <updated>1539416867064</updated>
  447. </task>
  448. <task id="LOCAL-00004" summary="Fertiges PONG-Spiel (Beta-Version zu finden unter &quot;Tag2_EigenesSpiel.py&quot;)">
  449. <created>1539677464477</created>
  450. <option name="number" value="00004" />
  451. <option name="presentableId" value="LOCAL-00004" />
  452. <option name="project" value="LOCAL" />
  453. <updated>1539677464477</updated>
  454. </task>
  455. <task id="LOCAL-00005" summary="Fertiges PONG-Spiel (Beta-Version zu finden unter &quot;Tag2_EigenesSpiel.py&quot;)">
  456. <created>1539677495365</created>
  457. <option name="number" value="00005" />
  458. <option name="presentableId" value="LOCAL-00005" />
  459. <option name="project" value="LOCAL" />
  460. <updated>1539677495365</updated>
  461. </task>
  462. <task id="LOCAL-00006" summary="Zwischenstand erster Praktikumstag: Aufgaben 1-3 funktionieren, Aufgabe 4 ist noch zu implementieren">
  463. <created>1539862104249</created>
  464. <option name="number" value="00006" />
  465. <option name="presentableId" value="LOCAL-00006" />
  466. <option name="project" value="LOCAL" />
  467. <updated>1539862104249</updated>
  468. </task>
  469. <task id="LOCAL-00007" summary="Zwischenstand zweiter Praktikumstag: Erstellung des Moduls + Modulverzeichnis">
  470. <created>1540215936875</created>
  471. <option name="number" value="00007" />
  472. <option name="presentableId" value="LOCAL-00007" />
  473. <option name="project" value="LOCAL" />
  474. <updated>1540215936875</updated>
  475. </task>
  476. <option name="localTasksCounter" value="8" />
  477. <servers />
  478. </component>
  479. <component name="TestHistory">
  480. <history-entry file="Unittests_in_test_hashMod_py - 2018.10.22 at 16h 23m 50s.xml">
  481. <configuration name="Unittests in test_hashMod.py" configurationId="tests" />
  482. </history-entry>
  483. <history-entry file="Unittests_for_test_hashMod_TestHashMod - 2018.10.22 at 16h 29m 02s.xml">
  484. <configuration name="Unittests for test_hashMod.TestHashMod" configurationId="tests" />
  485. </history-entry>
  486. <history-entry file="Unittests_for_test_hashMod_TestHashMod_test_hashMod - 2018.10.22 at 16h 33m 11s.xml">
  487. <configuration name="Unittests for test_hashMod.TestHashMod.test_hashMod" configurationId="tests" />
  488. </history-entry>
  489. <history-entry file="Unittests_for_test_hashMod_TestHashMod_test_hashMod - 2018.10.22 at 16h 33m 30s.xml">
  490. <configuration name="Unittests for test_hashMod.TestHashMod.test_hashMod" configurationId="tests" />
  491. </history-entry>
  492. <history-entry file="Unittests_for_test_hashMod_TestHashMod_test_hashMod - 2018.10.22 at 16h 34m 00s.xml">
  493. <configuration name="Unittests for test_hashMod.TestHashMod.test_hashMod" configurationId="tests" />
  494. </history-entry>
  495. <history-entry file="Unittests_for_test_hashMod_TestHashMod_test_hashMod - 2018.10.22 at 16h 35m 44s.xml">
  496. <configuration name="Unittests for test_hashMod.TestHashMod.test_hashMod" configurationId="tests" />
  497. </history-entry>
  498. </component>
  499. <component name="ToolWindowManager">
  500. <frame x="-8" y="-8" width="1616" height="876" extended-state="6" />
  501. <editor active="true" />
  502. <layout>
  503. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24357326" />
  504. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  505. <window_info id="Favorites" order="2" side_tool="true" />
  506. <window_info anchor="bottom" id="Message" order="0" />
  507. <window_info anchor="bottom" id="Find" order="1" />
  508. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32839838" />
  509. <window_info anchor="bottom" id="Debug" order="3" weight="0.39973083" />
  510. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  511. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  512. <window_info anchor="bottom" id="TODO" order="6" />
  513. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  514. <window_info anchor="bottom" id="Version Control" order="8" weight="0.32974428" />
  515. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  516. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" weight="0.32974428" />
  517. <window_info anchor="bottom" id="Terminal" order="11" weight="0.32896653" />
  518. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32839838" />
  519. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  520. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  521. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  522. <window_info anchor="right" id="SciView" order="3" weight="0.32969153" />
  523. <window_info anchor="right" x="0" y="0" width="300" height="620" id="Documentation" order="4" side_tool="true" weight="0.32969153" />
  524. <window_info anchor="right" id="Database" order="5" weight="0.32969153" />
  525. </layout>
  526. <layout-to-restore>
  527. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.23071979" />
  528. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  529. <window_info id="Favorites" order="2" side_tool="true" />
  530. <window_info anchor="bottom" id="Message" order="0" />
  531. <window_info anchor="bottom" id="Find" order="1" />
  532. <window_info anchor="bottom" id="Run" order="2" weight="0.32839838" />
  533. <window_info anchor="bottom" id="Debug" order="3" weight="0.39973083" />
  534. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  535. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  536. <window_info anchor="bottom" id="TODO" order="6" />
  537. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  538. <window_info anchor="bottom" id="Version Control" order="8" weight="0.32974428" />
  539. <window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
  540. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" weight="0.32974428" />
  541. <window_info anchor="bottom" id="Terminal" order="11" weight="0.32896653" />
  542. <window_info anchor="bottom" id="Python Console" order="12" weight="0.32839838" />
  543. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  544. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  545. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  546. <window_info anchor="right" auto_hide="true" id="SciView" order="3" show_stripe_button="false" type="FLOATING" weight="0.32969153" />
  547. <window_info anchor="right" x="0" y="0" width="300" height="620" id="Documentation" order="4" side_tool="true" weight="0.32969153" />
  548. <window_info anchor="right" id="Database" order="5" weight="0.32969153" />
  549. </layout-to-restore>
  550. </component>
  551. <component name="TypeScriptGeneratedFilesManager">
  552. <option name="version" value="1" />
  553. </component>
  554. <component name="VcsContentAnnotationSettings">
  555. <option name="myLimit" value="2678400000" />
  556. </component>
  557. <component name="VcsManagerConfiguration">
  558. <MESSAGE value="Initialization" />
  559. <MESSAGE value="Das ist ein Commit-Test für Janko" />
  560. <MESSAGE value="Fertiges PONG-Spiel (Beta-Version zu finden unter &quot;Tag2_EigenesSpiel.py&quot;)" />
  561. <MESSAGE value="Zwischenstand erster Praktikumstag: Aufgaben 1-3 funktionieren, Aufgabe 4 ist noch zu implementieren" />
  562. <MESSAGE value="Zwischenstand zweiter Praktikumstag: Erstellung des Moduls + Modulverzeichnis" />
  563. <option name="LAST_COMMIT_MESSAGE" value="Zwischenstand zweiter Praktikumstag: Erstellung des Moduls + Modulverzeichnis" />
  564. </component>
  565. <component name="XDebuggerManager">
  566. <watches-manager>
  567. <configuration name="PythonConfigurationType">
  568. <watch expression="size_image[0]/2 &lt;= image_rect.centerx &lt;= width-(size_image[0]/2) and size_image[1]/2 &lt;= image_rect.centery &lt;= height-(size_image[1]/2)" language="Python" />
  569. <watch expression="image_rect.centerx" language="Python" />
  570. <watch expression="image_rect.centery" language="Python" />
  571. <watch expression="move_vector" language="Python" />
  572. <watch expression="image.get_rect().size" language="Python" />
  573. </configuration>
  574. </watches-manager>
  575. </component>
  576. <component name="debuggerHistoryManager">
  577. <expressions id="watch">
  578. <expression>
  579. <expression-string>width-(size_image[0]/2)</expression-string>
  580. <language-id>Python</language-id>
  581. <evaluation-mode>EXPRESSION</evaluation-mode>
  582. </expression>
  583. <expression>
  584. <expression-string>image.get_rect().size</expression-string>
  585. <language-id>Python</language-id>
  586. <evaluation-mode>EXPRESSION</evaluation-mode>
  587. </expression>
  588. <expression>
  589. <expression-string>move_vector</expression-string>
  590. <language-id>Python</language-id>
  591. <evaluation-mode>EXPRESSION</evaluation-mode>
  592. </expression>
  593. <expression>
  594. <expression-string>image_rect.centery</expression-string>
  595. <language-id>Python</language-id>
  596. <evaluation-mode>EXPRESSION</evaluation-mode>
  597. </expression>
  598. <expression>
  599. <expression-string>image_rect.centerx</expression-string>
  600. <language-id>Python</language-id>
  601. <evaluation-mode>EXPRESSION</evaluation-mode>
  602. </expression>
  603. <expression>
  604. <expression-string>size_image[0]/2 &lt;= image_rect.centerx &lt;= width-(size_image[0]/2) and size_image[1]/2 &lt;= image_rect.centery &lt;= height-(size_image[1]/2)</expression-string>
  605. <language-id>Python</language-id>
  606. <evaluation-mode>EXPRESSION</evaluation-mode>
  607. </expression>
  608. </expressions>
  609. </component>
  610. <component name="editorHistoryManager">
  611. <entry file="file://$PROJECT_DIR$/FirstProgramm.py.txt" />
  612. <entry file="file://$PROJECT_DIR$/AB1_Aufg2.py" />
  613. <entry file="file://$PROJECT_DIR$/AB1_Aufg3.py" />
  614. <entry file="file://$PROJECT_DIR$/AB1_Aufg4.py" />
  615. <entry file="file://$PROJECT_DIR$/AB1_Aufg5.py" />
  616. <entry file="file://$PROJECT_DIR$/FirstProgram.py" />
  617. <entry file="file://$PROJECT_DIR$/Tag2_MittelwertAusVariablerAnzahlParameter.py" />
  618. <entry file="file://$APPLICATION_HOME_DIR$/helpers/pydev/_pydev_imps/_pydev_execfile.py">
  619. <provider selected="true" editor-type-id="text-editor">
  620. <state relative-caret-position="289">
  621. <caret line="17" selection-start-line="17" selection-end-line="17" />
  622. </state>
  623. </provider>
  624. </entry>
  625. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/formatiert.css">
  626. <provider selected="true" editor-type-id="text-editor">
  627. <state relative-caret-position="17">
  628. <caret line="1" column="15" selection-start-line="1" selection-start-column="15" selection-end-line="1" selection-end-column="15" />
  629. </state>
  630. </provider>
  631. </entry>
  632. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/Format_zu_AB5.css">
  633. <provider selected="true" editor-type-id="text-editor">
  634. <state relative-caret-position="561">
  635. <caret line="33" column="22" selection-start-line="33" selection-start-column="22" selection-end-line="33" selection-end-column="22" />
  636. </state>
  637. </provider>
  638. </entry>
  639. <entry file="file://$PROJECT_DIR$/Tag2_EigenesSpiel.py" />
  640. <entry file="file://$PROJECT_DIR$/Pong.py" />
  641. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Aufg2_Sockets_Server.py">
  642. <provider selected="true" editor-type-id="text-editor" />
  643. </entry>
  644. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Aufg2_Sockets_Client.py">
  645. <provider selected="true" editor-type-id="text-editor" />
  646. </entry>
  647. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/Popups_zu_AB6.js">
  648. <provider selected="true" editor-type-id="text-editor">
  649. <state relative-caret-position="136">
  650. <caret line="8" column="33" selection-start-line="8" selection-start-column="33" selection-end-line="8" selection-end-column="33" />
  651. </state>
  652. </provider>
  653. </entry>
  654. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/HTML_Test_Doc.html">
  655. <provider selected="true" editor-type-id="text-editor">
  656. <state relative-caret-position="85">
  657. <caret line="5" column="49" selection-start-line="5" selection-start-column="49" selection-end-line="5" selection-end-column="49" />
  658. </state>
  659. </provider>
  660. </entry>
  661. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/LangesDoc.htm">
  662. <provider selected="true" editor-type-id="text-editor">
  663. <state relative-caret-position="68">
  664. <caret line="4" column="32" lean-forward="true" selection-start-line="4" selection-start-column="32" selection-end-line="4" selection-end-column="107" />
  665. </state>
  666. </provider>
  667. </entry>
  668. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Ying_File.html" />
  669. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Yang_File.html" />
  670. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/AB4_Aufg2.html">
  671. <provider selected="true" editor-type-id="text-editor">
  672. <state relative-caret-position="255">
  673. <caret line="15" column="8" selection-start-line="15" selection-start-column="8" selection-end-line="15" selection-end-column="8" />
  674. </state>
  675. </provider>
  676. </entry>
  677. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Aufg3_YingUndYang_Server.py">
  678. <provider selected="true" editor-type-id="text-editor">
  679. <state relative-caret-position="661">
  680. <caret line="51" selection-start-line="51" selection-end-line="56" selection-end-column="24" />
  681. </state>
  682. </provider>
  683. </entry>
  684. <entry file="file://$PROJECT_DIR$/Python-Blockkurs/AB4_Aufg1.html">
  685. <provider selected="true" editor-type-id="text-editor">
  686. <state relative-caret-position="561">
  687. <caret line="33" column="7" selection-start-line="33" selection-start-column="7" selection-end-line="33" selection-end-column="7" />
  688. </state>
  689. </provider>
  690. </entry>
  691. <entry file="file://$USER_HOME$/AppData/Local/Temp/Temp1_Uebungs-Dateien.zip/Dateien/Uebung/temperature.py" />
  692. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/__init__.py">
  693. <provider selected="true" editor-type-id="text-editor" />
  694. </entry>
  695. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/Starthash.py" />
  696. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag1_15.10.2018/Aufg4_Quadratzahlen_Server.py">
  697. <provider selected="true" editor-type-id="text-editor">
  698. <state relative-caret-position="391">
  699. <caret line="24" column="26" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" />
  700. <folding>
  701. <element signature="e#0#18#0" expanded="true" />
  702. </folding>
  703. </state>
  704. </provider>
  705. </entry>
  706. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg4_VerwendungVonUnittest.py">
  707. <provider selected="true" editor-type-id="text-editor">
  708. <state>
  709. <caret column="15" lean-forward="true" selection-start-column="15" selection-end-column="15" />
  710. </state>
  711. </provider>
  712. </entry>
  713. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/krypto/hashes.py">
  714. <provider selected="true" editor-type-id="text-editor">
  715. <state relative-caret-position="170">
  716. <caret line="10" column="14" selection-start-line="10" selection-start-column="14" selection-end-line="10" selection-end-column="14" />
  717. <folding>
  718. <marker date="1540218923327" expanded="true" signature="129:134" ph="..." />
  719. </folding>
  720. </state>
  721. </provider>
  722. </entry>
  723. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/Aufg2_Starthash.py">
  724. <provider selected="true" editor-type-id="text-editor">
  725. <state relative-caret-position="51">
  726. <caret line="3" column="11" selection-start-line="3" selection-start-column="11" selection-end-line="3" selection-end-column="11" />
  727. <folding>
  728. <element signature="e#0#10#0" expanded="true" />
  729. </folding>
  730. </state>
  731. </provider>
  732. </entry>
  733. <entry file="file://$PROJECT_DIR$/mEIM-Praktikum_Webentwicklung/Tag2_22.10.2018/test_hashMod.py">
  734. <provider selected="true" editor-type-id="text-editor">
  735. <state relative-caret-position="221">
  736. <caret line="13" column="18" selection-start-line="13" selection-start-column="18" selection-end-line="13" selection-end-column="18" />
  737. <folding>
  738. <element signature="e#0#29#0" expanded="true" />
  739. </folding>
  740. </state>
  741. </provider>
  742. </entry>
  743. </component>
  744. </project>