hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
e657f1619e8968cd5f4e83ca88479957711a3259
537
xml
XML
tools/openmsx/extensions/MIDI_Interface_3.xml
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
tools/openmsx/extensions/MIDI_Interface_3.xml
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
tools/openmsx/extensions/MIDI_Interface_3.xml
wilsonpilon/msx-menu
21110eb2e93ed033ed95d80f282b869c09f3714b
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" ?> <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'> <msxconfig> <info> <name>MIDI Interface 3</name> <manufacturer>M. Fujimoto</manufacturer> <release_year>1995</release_year> <description>MIDI interface using the same UART and I/O ports as the turboR GT internal MIDI, but without MSX-MIDI BIOS ROM.</description> <type>MIDI cartridge</type> </info> <devices> <MSX-MIDI id="MIDI Interface 3"> <io base="0xE8" num="8"/> </MSX-MIDI> </devices> </msxconfig>
29.833333
76
0.642458
6172b5dfb89d0aa00fc7210b52908b9b15e0316c
1,152
xacro
XML
src/rbx2/rbx2_description/urdf/pi_robot/pi_paddle_hand.urdf.xacro
fujy/ROS-Project
b5e3b43c5eb5d3c1d984648f0f61710eea3a1bb8
[ "MIT" ]
9
2017-08-22T13:07:13.000Z
2021-07-13T10:02:29.000Z
src/rbx2/rbx2_description/urdf/pi_robot/pi_paddle_hand.urdf.xacro
vcdanda/ROS-Turtlebot2
f24356486f55933d52e25a81715f1571aace0224
[ "MIT" ]
1
2017-12-14T06:46:58.000Z
2017-12-14T06:46:58.000Z
src/rbx2/rbx2_description/urdf/pi_robot/pi_paddle_hand.urdf.xacro
vcdanda/ROS-Turtlebot2
f24356486f55933d52e25a81715f1571aace0224
[ "MIT" ]
5
2018-02-07T14:09:28.000Z
2021-01-08T20:41:52.000Z
<?xml version="1.0"?> <robot name="paddle_hand" xmlns:xacro="http://ros.org/wiki/xacro"> <macro name="hand" params="side reflect parent color *origin"> <!-- hand joint --> <joint name="${side}_hand_joint" type="fixed"> <origin xyz="0 0 ${-AX12_WIDTH/2}" rpy="1.570795 0 0"/> <parent link="${parent}_link "/> <child link="${side}_hand_link"/> </joint> <link name="${side}_hand_link"> <inertial> <mass value="0.00001"/> <origin xyz="0 0 0"/> <inertia ixx="1.0" ixy="0.0" ixz="0.0" iyy="1.0" iyz="0.0" izz="1.0"/> </inertial> <visual> <origin rpy="0 0 0" xyz=" 0 0 0 "/> <geometry> <mesh filename="package://rbx2_description/meshes/F11.stl" scale="${DYNAMIXEL_MESH_SCALE} ${DYNAMIXEL_MESH_SCALE} ${DYNAMIXEL_MESH_SCALE}"/> </geometry> <material name="LightGray"/> </visual> <collision> <origin rpy="0 0 0" xyz="0 0.028 0"/> <geometry> <box size="0.030 0.056 0.032"/> </geometry> </collision> </link> </macro> </robot>
29.538462
153
0.522569
1a087011d8240fda14eaf9ba7af78cf83f9a6718
1,332
xml
XML
spring-boot-shiro/src/main/resources/mapper/SysUserDOMapper.xml
SwayJike/spring-boot-example
a39619210b54b60a8677a24026ff626ec0c0213f
[ "Apache-2.0" ]
null
null
null
spring-boot-shiro/src/main/resources/mapper/SysUserDOMapper.xml
SwayJike/spring-boot-example
a39619210b54b60a8677a24026ff626ec0c0213f
[ "Apache-2.0" ]
null
null
null
spring-boot-shiro/src/main/resources/mapper/SysUserDOMapper.xml
SwayJike/spring-boot-example
a39619210b54b60a8677a24026ff626ec0c0213f
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.jourwon.spring.boot.mapper.SysUserMapper"> <!-- 通用查询映射结果 --> <resultMap id="BaseResultMap" type="com.jourwon.spring.boot.model.entity.SysUserDO"> <result column="id" property="id"/> <result column="create_time" property="createTime"/> <result column="update_time" property="updateTime"/> <result column="username" property="username"/> <result column="password" property="password"/> <result column="salt" property="salt"/> <result column="email" property="email"/> <result column="mobile_phone_number" property="mobilePhoneNumber"/> <result column="lock_status" property="lockStatus"/> </resultMap> <!-- 通用查询结果列 --> <sql id="Base_Column_List"> id, create_time, update_time, username, password, salt, email, mobile_phone_number, lock_status </sql> <!-- 查询用户的所有权限 --> <select id="listPermissionByUserId" resultType="string"> select m.permission from sys_user_role ur LEFT JOIN sys_role_menu rm on ur.role_id = rm.role_id LEFT JOIN sys_menu m on rm.menu_id = m.id where ur.user_id = #{userId} </select> </mapper>
38.057143
107
0.65991
267ddf161b954c31231a2ee376bfdb9f41da97f2
110,852
xml
XML
target/surefire-reports/TEST-com.bahadirmemis.springboot.SpringBootTrainingApplicationTests.xml
n11-TalentHub-Java-Bootcamp/second-homework-ecirsulga
b9157c91960bb7c53684b4bab20d63757418e834
[ "MIT" ]
null
null
null
target/surefire-reports/TEST-com.bahadirmemis.springboot.SpringBootTrainingApplicationTests.xml
n11-TalentHub-Java-Bootcamp/second-homework-ecirsulga
b9157c91960bb7c53684b4bab20d63757418e834
[ "MIT" ]
null
null
null
target/surefire-reports/TEST-com.bahadirmemis.springboot.SpringBootTrainingApplicationTests.xml
n11-TalentHub-Java-Bootcamp/second-homework-ecirsulga
b9157c91960bb7c53684b4bab20d63757418e834
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.bahadirmemis.springboot.SpringBootTrainingApplicationTests" time="8.976" tests="1" errors="1" skipped="0" failures="0"> <properties> <property name="sun.desktop" value="windows"/> <property name="awt.toolkit" value="sun.awt.windows.WToolkit"/> <property name="java.specification.version" value="11"/> <property name="sun.cpu.isalist" value="amd64"/> <property name="sun.jnu.encoding" value="Cp1254"/> <property name="java.class.path" value="C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training\target\test-classes;C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training\target\classes;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-data-jpa\2.6.1\spring-boot-starter-data-jpa-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-aop\2.6.1\spring-boot-starter-aop-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-aop\5.3.13\spring-aop-5.3.13.jar;C:\Users\ecome\.m2\repository\org\aspectj\aspectjweaver\1.9.7\aspectjweaver-1.9.7.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\2.6.1\spring-boot-starter-jdbc-2.6.1.jar;C:\Users\ecome\.m2\repository\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-jdbc\5.3.13\spring-jdbc-5.3.13.jar;C:\Users\ecome\.m2\repository\jakarta\transaction\jakarta.transaction-api\1.3.3\jakarta.transaction-api-1.3.3.jar;C:\Users\ecome\.m2\repository\jakarta\persistence\jakarta.persistence-api\2.2.3\jakarta.persistence-api-2.2.3.jar;C:\Users\ecome\.m2\repository\org\hibernate\hibernate-core\5.6.1.Final\hibernate-core-5.6.1.Final.jar;C:\Users\ecome\.m2\repository\org\jboss\logging\jboss-logging\3.4.2.Final\jboss-logging-3.4.2.Final.jar;C:\Users\ecome\.m2\repository\net\bytebuddy\byte-buddy\1.11.22\byte-buddy-1.11.22.jar;C:\Users\ecome\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar;C:\Users\ecome\.m2\repository\org\jboss\jandex\2.2.3.Final\jandex-2.2.3.Final.jar;C:\Users\ecome\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\ecome\.m2\repository\org\hibernate\common\hibernate-commons-annotations\5.1.2.Final\hibernate-commons-annotations-5.1.2.Final.jar;C:\Users\ecome\.m2\repository\org\glassfish\jaxb\jaxb-runtime\2.3.5\jaxb-runtime-2.3.5.jar;C:\Users\ecome\.m2\repository\org\glassfish\jaxb\txw2\2.3.5\txw2-2.3.5.jar;C:\Users\ecome\.m2\repository\com\sun\istack\istack-commons-runtime\3.0.12\istack-commons-runtime-3.0.12.jar;C:\Users\ecome\.m2\repository\com\sun\activation\jakarta.activation\1.2.2\jakarta.activation-1.2.2.jar;C:\Users\ecome\.m2\repository\org\springframework\data\spring-data-jpa\2.6.0\spring-data-jpa-2.6.0.jar;C:\Users\ecome\.m2\repository\org\springframework\data\spring-data-commons\2.6.0\spring-data-commons-2.6.0.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-orm\5.3.13\spring-orm-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-context\5.3.13\spring-context-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-tx\5.3.13\spring-tx-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-beans\5.3.13\spring-beans-5.3.13.jar;C:\Users\ecome\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-aspects\5.3.13\spring-aspects-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.6.1\spring-boot-starter-web-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter\2.6.1\spring-boot-starter-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot\2.6.1\spring-boot-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.6.1\spring-boot-autoconfigure-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.6.1\spring-boot-starter-logging-2.6.1.jar;C:\Users\ecome\.m2\repository\ch\qos\logback\logback-classic\1.2.7\logback-classic-1.2.7.jar;C:\Users\ecome\.m2\repository\ch\qos\logback\logback-core\1.2.7\logback-core-1.2.7.jar;C:\Users\ecome\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.14.1\log4j-to-slf4j-2.14.1.jar;C:\Users\ecome\.m2\repository\org\apache\logging\log4j\log4j-api\2.14.1\log4j-api-2.14.1.jar;C:\Users\ecome\.m2\repository\org\slf4j\jul-to-slf4j\1.7.32\jul-to-slf4j-1.7.32.jar;C:\Users\ecome\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\ecome\.m2\repository\org\yaml\snakeyaml\1.29\snakeyaml-1.29.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.6.1\spring-boot-starter-json-2.6.1.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.0\jackson-databind-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.0\jackson-annotations-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.13.0\jackson-datatype-jdk8-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.13.0\jackson-datatype-jsr310-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.13.0\jackson-module-parameter-names-2.13.0.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.6.1\spring-boot-starter-tomcat-2.6.1.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.55\tomcat-embed-core-9.0.55.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.55\tomcat-embed-el-9.0.55.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.55\tomcat-embed-websocket-9.0.55.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-web\5.3.13\spring-web-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-webmvc\5.3.13\spring-webmvc-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-expression\5.3.13\spring-expression-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-hateoas\2.6.1\spring-boot-starter-hateoas-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\hateoas\spring-hateoas\1.4.0\spring-hateoas-1.4.0.jar;C:\Users\ecome\.m2\repository\org\springframework\plugin\spring-plugin-core\2.0.0.RELEASE\spring-plugin-core-2.0.0.RELEASE.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-ui\1.5.13\springdoc-openapi-ui-1.5.13.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-webmvc-core\1.5.13\springdoc-openapi-webmvc-core-1.5.13.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-common\1.5.13\springdoc-openapi-common-1.5.13.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-models\2.1.11\swagger-models-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-annotations\2.1.11\swagger-annotations-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-integration\2.1.11\swagger-integration-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-core\2.1.11\swagger-core-2.1.11.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.13.0\jackson-dataformat-yaml-2.13.0.jar;C:\Users\ecome\.m2\repository\jakarta\validation\jakarta.validation-api\2.0.2\jakarta.validation-api-2.0.2.jar;C:\Users\ecome\.m2\repository\io\github\classgraph\classgraph\4.8.116\classgraph-4.8.116.jar;C:\Users\ecome\.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\ecome\.m2\repository\org\webjars\swagger-ui\4.1.2\swagger-ui-4.1.2.jar;C:\Users\ecome\.m2\repository\org\webjars\webjars-locator-core\0.48\webjars-locator-core-0.48.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.0\jackson-core-2.13.0.jar;C:\Users\ecome\.m2\repository\org\mapstruct\mapstruct\1.4.2.Final\mapstruct-1.4.2.Final.jar;C:\Users\ecome\.m2\repository\org\mapstruct\mapstruct-processor\1.4.2.Final\mapstruct-processor-1.4.2.Final.jar;C:\Users\ecome\.m2\repository\org\postgresql\postgresql\42.3.1\postgresql-42.3.1.jar;C:\Users\ecome\.m2\repository\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-test\2.6.1\spring-boot-starter-test-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-test\2.6.1\spring-boot-test-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\2.6.1\spring-boot-test-autoconfigure-2.6.1.jar;C:\Users\ecome\.m2\repository\com\jayway\jsonpath\json-path\2.6.0\json-path-2.6.0.jar;C:\Users\ecome\.m2\repository\net\minidev\json-smart\2.4.7\json-smart-2.4.7.jar;C:\Users\ecome\.m2\repository\net\minidev\accessors-smart\2.4.7\accessors-smart-2.4.7.jar;C:\Users\ecome\.m2\repository\org\ow2\asm\asm\9.1\asm-9.1.jar;C:\Users\ecome\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.3\jakarta.xml.bind-api-2.3.3.jar;C:\Users\ecome\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar;C:\Users\ecome\.m2\repository\org\assertj\assertj-core\3.21.0\assertj-core-3.21.0.jar;C:\Users\ecome\.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter\5.8.1\junit-jupiter-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.8.1\junit-jupiter-api-5.8.1.jar;C:\Users\ecome\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\ecome\.m2\repository\org\junit\platform\junit-platform-commons\1.8.1\junit-platform-commons-1.8.1.jar;C:\Users\ecome\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.8.1\junit-jupiter-params-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.8.1\junit-jupiter-engine-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\platform\junit-platform-engine\1.8.1\junit-platform-engine-1.8.1.jar;C:\Users\ecome\.m2\repository\org\mockito\mockito-core\4.0.0\mockito-core-4.0.0.jar;C:\Users\ecome\.m2\repository\net\bytebuddy\byte-buddy-agent\1.11.22\byte-buddy-agent-1.11.22.jar;C:\Users\ecome\.m2\repository\org\objenesis\objenesis\3.2\objenesis-3.2.jar;C:\Users\ecome\.m2\repository\org\mockito\mockito-junit-jupiter\4.0.0\mockito-junit-jupiter-4.0.0.jar;C:\Users\ecome\.m2\repository\org\skyscreamer\jsonassert\1.5.0\jsonassert-1.5.0.jar;C:\Users\ecome\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-core\5.3.13\spring-core-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-jcl\5.3.13\spring-jcl-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-test\5.3.13\spring-test-5.3.13.jar;C:\Users\ecome\.m2\repository\org\xmlunit\xmlunit-core\2.8.3\xmlunit-core-2.8.3.jar;"/> <property name="java.vm.vendor" value="JetBrains s.r.o"/> <property name="sun.arch.data.model" value="64"/> <property name="user.variant" value=""/> <property name="java.vendor.url" value="https://www.jetbrains.com/"/> <property name="user.timezone" value="Asia/Istanbul"/> <property name="java.vm.specification.version" value="11"/> <property name="os.name" value="Windows 10"/> <property name="sun.java.launcher" value="SUN_STANDARD"/> <property name="user.country" value="TR"/> <property name="sun.boot.library.path" value="C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.4\jbr\bin"/> <property name="sun.java.command" value="C:\Users\ecome\AppData\Local\Temp\surefire14935018603895451883\surefirebooter2082812129587467794.jar C:\Users\ecome\AppData\Local\Temp\surefire14935018603895451883 2021-12-12T22-45-58_754-jvmRun1 surefire15778945699424630933tmp surefire_013810961687922980257tmp"/> <property name="jdk.debug" value="release"/> <property name="surefire.test.class.path" value="C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training\target\test-classes;C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training\target\classes;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-data-jpa\2.6.1\spring-boot-starter-data-jpa-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-aop\2.6.1\spring-boot-starter-aop-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-aop\5.3.13\spring-aop-5.3.13.jar;C:\Users\ecome\.m2\repository\org\aspectj\aspectjweaver\1.9.7\aspectjweaver-1.9.7.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\2.6.1\spring-boot-starter-jdbc-2.6.1.jar;C:\Users\ecome\.m2\repository\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-jdbc\5.3.13\spring-jdbc-5.3.13.jar;C:\Users\ecome\.m2\repository\jakarta\transaction\jakarta.transaction-api\1.3.3\jakarta.transaction-api-1.3.3.jar;C:\Users\ecome\.m2\repository\jakarta\persistence\jakarta.persistence-api\2.2.3\jakarta.persistence-api-2.2.3.jar;C:\Users\ecome\.m2\repository\org\hibernate\hibernate-core\5.6.1.Final\hibernate-core-5.6.1.Final.jar;C:\Users\ecome\.m2\repository\org\jboss\logging\jboss-logging\3.4.2.Final\jboss-logging-3.4.2.Final.jar;C:\Users\ecome\.m2\repository\net\bytebuddy\byte-buddy\1.11.22\byte-buddy-1.11.22.jar;C:\Users\ecome\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar;C:\Users\ecome\.m2\repository\org\jboss\jandex\2.2.3.Final\jandex-2.2.3.Final.jar;C:\Users\ecome\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\ecome\.m2\repository\org\hibernate\common\hibernate-commons-annotations\5.1.2.Final\hibernate-commons-annotations-5.1.2.Final.jar;C:\Users\ecome\.m2\repository\org\glassfish\jaxb\jaxb-runtime\2.3.5\jaxb-runtime-2.3.5.jar;C:\Users\ecome\.m2\repository\org\glassfish\jaxb\txw2\2.3.5\txw2-2.3.5.jar;C:\Users\ecome\.m2\repository\com\sun\istack\istack-commons-runtime\3.0.12\istack-commons-runtime-3.0.12.jar;C:\Users\ecome\.m2\repository\com\sun\activation\jakarta.activation\1.2.2\jakarta.activation-1.2.2.jar;C:\Users\ecome\.m2\repository\org\springframework\data\spring-data-jpa\2.6.0\spring-data-jpa-2.6.0.jar;C:\Users\ecome\.m2\repository\org\springframework\data\spring-data-commons\2.6.0\spring-data-commons-2.6.0.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-orm\5.3.13\spring-orm-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-context\5.3.13\spring-context-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-tx\5.3.13\spring-tx-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-beans\5.3.13\spring-beans-5.3.13.jar;C:\Users\ecome\.m2\repository\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-aspects\5.3.13\spring-aspects-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.6.1\spring-boot-starter-web-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter\2.6.1\spring-boot-starter-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot\2.6.1\spring-boot-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.6.1\spring-boot-autoconfigure-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.6.1\spring-boot-starter-logging-2.6.1.jar;C:\Users\ecome\.m2\repository\ch\qos\logback\logback-classic\1.2.7\logback-classic-1.2.7.jar;C:\Users\ecome\.m2\repository\ch\qos\logback\logback-core\1.2.7\logback-core-1.2.7.jar;C:\Users\ecome\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.14.1\log4j-to-slf4j-2.14.1.jar;C:\Users\ecome\.m2\repository\org\apache\logging\log4j\log4j-api\2.14.1\log4j-api-2.14.1.jar;C:\Users\ecome\.m2\repository\org\slf4j\jul-to-slf4j\1.7.32\jul-to-slf4j-1.7.32.jar;C:\Users\ecome\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\ecome\.m2\repository\org\yaml\snakeyaml\1.29\snakeyaml-1.29.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.6.1\spring-boot-starter-json-2.6.1.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.0\jackson-databind-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.0\jackson-annotations-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.13.0\jackson-datatype-jdk8-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.13.0\jackson-datatype-jsr310-2.13.0.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.13.0\jackson-module-parameter-names-2.13.0.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.6.1\spring-boot-starter-tomcat-2.6.1.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.55\tomcat-embed-core-9.0.55.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.55\tomcat-embed-el-9.0.55.jar;C:\Users\ecome\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.55\tomcat-embed-websocket-9.0.55.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-web\5.3.13\spring-web-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-webmvc\5.3.13\spring-webmvc-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-expression\5.3.13\spring-expression-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-hateoas\2.6.1\spring-boot-starter-hateoas-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\hateoas\spring-hateoas\1.4.0\spring-hateoas-1.4.0.jar;C:\Users\ecome\.m2\repository\org\springframework\plugin\spring-plugin-core\2.0.0.RELEASE\spring-plugin-core-2.0.0.RELEASE.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-ui\1.5.13\springdoc-openapi-ui-1.5.13.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-webmvc-core\1.5.13\springdoc-openapi-webmvc-core-1.5.13.jar;C:\Users\ecome\.m2\repository\org\springdoc\springdoc-openapi-common\1.5.13\springdoc-openapi-common-1.5.13.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-models\2.1.11\swagger-models-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-annotations\2.1.11\swagger-annotations-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-integration\2.1.11\swagger-integration-2.1.11.jar;C:\Users\ecome\.m2\repository\io\swagger\core\v3\swagger-core\2.1.11\swagger-core-2.1.11.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.13.0\jackson-dataformat-yaml-2.13.0.jar;C:\Users\ecome\.m2\repository\jakarta\validation\jakarta.validation-api\2.0.2\jakarta.validation-api-2.0.2.jar;C:\Users\ecome\.m2\repository\io\github\classgraph\classgraph\4.8.116\classgraph-4.8.116.jar;C:\Users\ecome\.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\ecome\.m2\repository\org\webjars\swagger-ui\4.1.2\swagger-ui-4.1.2.jar;C:\Users\ecome\.m2\repository\org\webjars\webjars-locator-core\0.48\webjars-locator-core-0.48.jar;C:\Users\ecome\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.0\jackson-core-2.13.0.jar;C:\Users\ecome\.m2\repository\org\mapstruct\mapstruct\1.4.2.Final\mapstruct-1.4.2.Final.jar;C:\Users\ecome\.m2\repository\org\mapstruct\mapstruct-processor\1.4.2.Final\mapstruct-processor-1.4.2.Final.jar;C:\Users\ecome\.m2\repository\org\postgresql\postgresql\42.3.1\postgresql-42.3.1.jar;C:\Users\ecome\.m2\repository\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-starter-test\2.6.1\spring-boot-starter-test-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-test\2.6.1\spring-boot-test-2.6.1.jar;C:\Users\ecome\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\2.6.1\spring-boot-test-autoconfigure-2.6.1.jar;C:\Users\ecome\.m2\repository\com\jayway\jsonpath\json-path\2.6.0\json-path-2.6.0.jar;C:\Users\ecome\.m2\repository\net\minidev\json-smart\2.4.7\json-smart-2.4.7.jar;C:\Users\ecome\.m2\repository\net\minidev\accessors-smart\2.4.7\accessors-smart-2.4.7.jar;C:\Users\ecome\.m2\repository\org\ow2\asm\asm\9.1\asm-9.1.jar;C:\Users\ecome\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.3\jakarta.xml.bind-api-2.3.3.jar;C:\Users\ecome\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar;C:\Users\ecome\.m2\repository\org\assertj\assertj-core\3.21.0\assertj-core-3.21.0.jar;C:\Users\ecome\.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter\5.8.1\junit-jupiter-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.8.1\junit-jupiter-api-5.8.1.jar;C:\Users\ecome\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\ecome\.m2\repository\org\junit\platform\junit-platform-commons\1.8.1\junit-platform-commons-1.8.1.jar;C:\Users\ecome\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.8.1\junit-jupiter-params-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.8.1\junit-jupiter-engine-5.8.1.jar;C:\Users\ecome\.m2\repository\org\junit\platform\junit-platform-engine\1.8.1\junit-platform-engine-1.8.1.jar;C:\Users\ecome\.m2\repository\org\mockito\mockito-core\4.0.0\mockito-core-4.0.0.jar;C:\Users\ecome\.m2\repository\net\bytebuddy\byte-buddy-agent\1.11.22\byte-buddy-agent-1.11.22.jar;C:\Users\ecome\.m2\repository\org\objenesis\objenesis\3.2\objenesis-3.2.jar;C:\Users\ecome\.m2\repository\org\mockito\mockito-junit-jupiter\4.0.0\mockito-junit-jupiter-4.0.0.jar;C:\Users\ecome\.m2\repository\org\skyscreamer\jsonassert\1.5.0\jsonassert-1.5.0.jar;C:\Users\ecome\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-core\5.3.13\spring-core-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-jcl\5.3.13\spring-jcl-5.3.13.jar;C:\Users\ecome\.m2\repository\org\springframework\spring-test\5.3.13\spring-test-5.3.13.jar;C:\Users\ecome\.m2\repository\org\xmlunit\xmlunit-core\2.8.3\xmlunit-core-2.8.3.jar;"/> <property name="sun.cpu.endian" value="little"/> <property name="user.home" value="C:\Users\ecome"/> <property name="user.language" value="tr"/> <property name="java.specification.vendor" value="Oracle Corporation"/> <property name="java.version.date" value="2019-07-16"/> <property name="java.home" value="C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.4\jbr"/> <property name="file.separator" value="\"/> <property name="basedir" value="C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training"/> <property name="java.vm.compressedOopsMode" value="32-bit"/> <property name="line.separator" value="&#10;"/> <property name="idea.version2019.2.4" value="true"/> <property name="java.specification.name" value="Java Platform API Specification"/> <property name="java.vm.specification.vendor" value="Oracle Corporation"/> <property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/> <property name="surefire.real.class.path" value="C:\Users\ecome\AppData\Local\Temp\surefire14935018603895451883\surefirebooter2082812129587467794.jar"/> <property name="user.script" value=""/> <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/> <property name="java.runtime.version" value="11.0.4+10-b304.77"/> <property name="user.name" value="ecome"/> <property name="path.separator" value=";"/> <property name="os.version" value="10.0"/> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="file.encoding" value="Cp1254"/> <property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/> <property name="localRepository" value="C:\Users\ecome\.m2\repository"/> <property name="java.vendor.url.bug" value="https://youtrack.jetbrains.com"/> <property name="java.io.tmpdir" value="C:\Users\ecome\AppData\Local\Temp\"/> <property name="java.version" value="11.0.4"/> <property name="user.dir" value="C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training"/> <property name="os.arch" value="amd64"/> <property name="java.vm.specification.name" value="Java Virtual Machine Specification"/> <property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/> <property name="sun.os.patch.level" value=""/> <property name="java.library.path" value="C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.4\jbr\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\cygwin64\bin\;C:\Program Files\dotnet\;C:\Program Files\nodejs\;C:\Program Files (x86)\Calibre2\;C:\Windows\System32\Wbem;C:\Program Files\Java\jdk1.8.0_231\bin;C:\Program Files\Git\cmd;C:\src\flutter\bin;C:\Program Files\Dart\dart-sdk\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;F:\Program Files (x86)\Brackets\command;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\ecome\Desktop\socat-1.7.3.2-1-x86_64;C:\Program Files\Java\jdk-16.0.1\bin;C:\Users\ecome\AppData\Local\Programs\Python\Python38-32\Scripts\;C:\Users\ecome\AppData\Local\Programs\Python\Python38-32\;C:\Users\ecome\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2.4\bin;C:\Users\ecome\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ecome\AppData\Roaming\npm;C:\Users\ecome\AppData\Local\atom\bin;C:\src\flutter\bin;C:\Program Files\JetBrains\PyCharm 2019.3.3\bin;C:\Program Files\JetBrains\PyCharm Community Edition 2019.3.3\bin;C:\Users\ecome\.dotnet\tools;C:\Users\ecome\Desktop\socat-1.7.3.2-1-x86_64;C:\Users\ecome\.dotnet\tools;C:\Users\ecome\AppData\Local\Microsoft\WindowsApps;C:\Users\ecome\AppData\Local\GitHubDesktop\bin;."/> <property name="java.vendor" value="JetBrains s.r.o"/> <property name="java.vm.info" value="mixed mode, sharing"/> <property name="java.vm.version" value="11.0.4+10-b304.77"/> <property name="sun.io.unicode.encoding" value="UnicodeLittle"/> <property name="java.class.version" value="55.0"/> </properties> <testcase name="contextLoads" classname="com.bahadirmemis.springboot.SpringBootTrainingApplicationTests" time="0.001"> <error message="Failed to load ApplicationContext" type="java.lang.IllegalStateException">java.lang.IllegalStateException: Failed to load ApplicationContext Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set </error> <system-out><![CDATA[22:46:00.364 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:46:00.379 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:46:00.433 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] 22:46:00.455 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests], using SpringBootContextLoader 22:46:00.462 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests]: class path resource [com/bahadirmemis/springboot/SpringBootTrainingApplicationTests-context.xml] does not exist 22:46:00.463 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests]: class path resource [com/bahadirmemis/springboot/SpringBootTrainingApplicationTestsContext.groovy] does not exist 22:46:00.465 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 22:46:00.466 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests]: SpringBootTrainingApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 22:46:00.549 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests] 22:46:00.705 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training\target\classes\com\bahadirmemis\springboot\SpringBootTrainingApplication.class] 22:46:00.708 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.bahadirmemis.springboot.SpringBootTrainingApplication for test class com.bahadirmemis.springboot.SpringBootTrainingApplicationTests 22:46:00.908 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests]: using defaults. 22:46:00.909 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 22:46:00.943 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@291a7e3c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ca30bc1, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@1046d517, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3b7d3a38, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@416c58f5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5505ae1a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@73cd37c0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@21337f7b, org.springframework.test.context.event.EventPublishingTestExecutionListener@2bb3058, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7a362b6b, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@60df60da, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5a2d131d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@14fc1f0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4ae9cfc1, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@512baff6] 22:46:00.949 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@61544ae6 testClass = SpringBootTrainingApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4b41dd5c testClass = SpringBootTrainingApplicationTests, locations = '{}', classes = '{class com.bahadirmemis.springboot.SpringBootTrainingApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@35aea049, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@22ef9844, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@21e360a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@e15b7e8, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@957e06, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@371a67ec], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null]. 22:46:01.033 [main] DEBUG org.springframework.boot.ApplicationServletEnvironment - Activating profiles [] 22:46:01.034 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true} ,-----. ,--. ,--. ,--. | |) /_ ,--,--. | ,---. ,--,--. ,-| | `--' ,--.--. | .-. \ ' ,-. | | .-. | ' ,-. | ' .-. | ,--. | .--' | '--' / \ '-' | | | | | \ '-' | \ `-' | | | | | `------' `--`--' `--' `--' `--`--' `---' `--' `--' n11 bootcamp 1.0.0 Powered by Spring Boot 2.6.1 2021-12-12 22:46:01.618 INFO 9640 --- [ main] c.b.s.SpringBootTrainingApplicationTests : Starting SpringBootTrainingApplicationTests using Java 11.0.4 on DESKTOP-O7ITAMS with PID 9640 (started by ecome in C:\Users\ecome\Desktop\N11_BootCamp\12-12\n11-bootcamp-spring-boot-training) 2021-12-12 22:46:01.623 INFO 9640 --- [ main] c.b.s.SpringBootTrainingApplicationTests : No active profile set, falling back to default profiles: default 2021-12-12 22:46:03.598 INFO 9640 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-12-12 22:46:03.689 INFO 9640 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 77 ms. Found 2 JPA repository interfaces. 2021-12-12 22:46:05.008 INFO 9640 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2021-12-12 22:46:05.108 INFO 9640 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.1.Final 2021-12-12 22:46:05.378 INFO 9640 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-12-12 22:46:05.674 INFO 9640 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-12-12 22:46:09.073 ERROR 9640 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:301) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:225) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.Driver.makeConnection(Driver.java:466) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.Driver.connect(Driver.java:265) ~[postgresql-42.3.1.jar:42.3.1] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) ~[HikariCP-4.0.3.jar:na] at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:181) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:178) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:175) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1460) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1494) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:730) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:412) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.run(SpringApplication.java:302) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:121) ~[spring-boot-test-2.6.1.jar:2.6.1] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) ~[spring-test-5.3.13.jar:5.3.13] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na] at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) ~[na:na] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na] at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na] at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2] Caused by: java.net.ConnectException: Connection refused: connect at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method) ~[na:na] at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:107) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) ~[na:na] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) ~[na:na] at java.base/java.net.Socket.connect(Socket.java:591) ~[na:na] at org.postgresql.core.PGStream.createSocket(PGStream.java:238) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.PGStream.<init>(PGStream.java:98) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:100) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:215) ~[postgresql-42.3.1.jar:42.3.1] ... 116 common frames omitted 2021-12-12 22:46:09.078 WARN 9640 --- [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:301) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:225) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.Driver.makeConnection(Driver.java:466) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.Driver.connect(Driver.java:265) ~[postgresql-42.3.1.jar:42.3.1] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[HikariCP-4.0.3.jar:na] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) ~[HikariCP-4.0.3.jar:na] at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:181) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:178) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:175) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1460) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1494) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:730) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:412) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.run(SpringApplication.java:302) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:121) ~[spring-boot-test-2.6.1.jar:2.6.1] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) ~[spring-test-5.3.13.jar:5.3.13] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na] at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) ~[na:na] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na] at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na] at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2] Caused by: java.net.ConnectException: Connection refused: connect at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method) ~[na:na] at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:107) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) ~[na:na] at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) ~[na:na] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) ~[na:na] at java.base/java.net.Socket.connect(Socket.java:591) ~[na:na] at org.postgresql.core.PGStream.createSocket(PGStream.java:238) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.PGStream.<init>(PGStream.java:98) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:100) ~[postgresql-42.3.1.jar:42.3.1] at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:215) ~[postgresql-42.3.1.jar:42.3.1] ... 116 common frames omitted 2021-12-12 22:46:09.084 ERROR 9640 --- [ main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] 2021-12-12 22:46:09.084 WARN 9640 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] 2021-12-12 22:46:09.096 INFO 9640 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-12-12 22:46:09.120 ERROR 9640 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:730) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:412) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.run(SpringApplication.java:302) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:121) ~[spring-boot-test-2.6.1.jar:2.6.1] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) ~[spring-test-5.3.13.jar:5.3.13] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na] at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) ~[na:na] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na] at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na] at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2] Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:275) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:178) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:175) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1460) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1494) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.13.jar:5.3.13] ... 82 common frames omitted Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:100) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:54) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:138) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] ... 99 common frames omitted 2021-12-12 22:46:09.124 ERROR 9640 --- [ main] o.s.test.context.TestContextManager : Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@291a7e3c] to prepare test instance [com.bahadirmemis.springboot.SpringBootTrainingApplicationTests@1a914089] java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138) ~[spring-test-5.3.13.jar:5.3.13] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[na:na] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[na:na] at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654) ~[na:na] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[na:na] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[na:na] at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[na:na] at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[na:na] at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at java.base/java.util.Optional.orElseGet(Optional.java:369) ~[na:na] at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66) ~[junit-jupiter-engine-5.8.1.jar:5.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) ~[na:na] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) ~[junit-platform-engine-1.8.1.jar:1.8.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128) ~[junit-platform-launcher-1.3.1.jar:1.3.1] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) ~[surefire-junit-platform-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.13.jar:5.3.13] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:730) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:412) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.SpringApplication.run(SpringApplication.java:302) ~[spring-boot-2.6.1.jar:2.6.1] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:121) ~[spring-boot-test-2.6.1.jar:2.6.1] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.3.13.jar:5.3.13] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-5.3.13.jar:5.3.13] ... 67 common frames omitted Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:275) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:178) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:175) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1460) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1494) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.13.jar:5.3.13] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.13.jar:5.3.13] ... 82 common frames omitted Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:100) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:54) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:138) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) ~[hibernate-core-5.6.1.Final.jar:5.6.1.Final] ... 99 common frames omitted ]]></system-out> </testcase> </testsuite>
181.72459
10,649
0.812823
21b53451eb63111c3f20d083afabfd4d1cb326ea
172
xml
XML
model/application/ApplicationFunction_db98a4c4-5294-49ca-8bbd-244e69cf5524.xml
nfigay/archimagine
e4cd13a4536451605cd478cece8f9c6f47dda7da
[ "Apache-2.0" ]
7
2017-06-16T08:08:59.000Z
2021-01-14T00:21:05.000Z
model/application/ApplicationFunction_db98a4c4-5294-49ca-8bbd-244e69cf5524.xml
nfigay/archimagine
e4cd13a4536451605cd478cece8f9c6f47dda7da
[ "Apache-2.0" ]
null
null
null
model/application/ApplicationFunction_db98a4c4-5294-49ca-8bbd-244e69cf5524.xml
nfigay/archimagine
e4cd13a4536451605cd478cece8f9c6f47dda7da
[ "Apache-2.0" ]
5
2018-02-19T17:11:07.000Z
2020-06-25T01:08:16.000Z
<archimate:ApplicationFunction xmlns:archimate="http://www.archimatetool.com/archimate" name="Application Function" id="db98a4c4-5294-49ca-8bbd-244e69cf5524"/>
34.4
60
0.761628
54545ed8f808aaf1ff7d032aa835bcfc21be8573
11,937
xml
XML
Poker/CustomDictionary.xml
Pulsatrix/Poker
67f3926da605ba7e7abf84b85c9b7e8a94633d34
[ "MIT" ]
2
2018-06-12T08:46:35.000Z
2020-05-24T10:57:33.000Z
Poker/CustomDictionary.xml
Pulsatrix/Poker
67f3926da605ba7e7abf84b85c9b7e8a94633d34
[ "MIT" ]
19
2015-08-27T20:37:13.000Z
2015-09-03T22:07:43.000Z
Poker/CustomDictionary.xml
Pulsatrix/Poker
67f3926da605ba7e7abf84b85c9b7e8a94633d34
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Dictionary> <Words> <!-- This is a list of case-insensitive words that exist in the dictionary but you do not want to be recognized by IdentifiersShouldBeSpelledCorrectly. Do not add deprecated terms to this list, instead add these to the <Deprecated> section below. --> <Unrecognized> <Word>cb</Word> <Word>ch</Word> <Word>csc</Word> <Word>elem</Word> <Word>gt</Word> <Word>idx</Word> <Word>img</Word> <Word>lg</Word> <Word>multi</Word> <Word>num</Word> <Word>ps</Word> <Word>pw</Word> <Word>scp</Word> <Word>si</Word> <Word>sig</Word> <Word>tk</Word> <Word>tw</Word> <Word>val</Word> <Word>meth</Word> </Unrecognized> <!-- This is a list of case-insensitive words that do not exist in the dictionary but you still want to be considered as recognized by IdentifiersShouldBeSpelledCorrectly. Do not add compound words (e.g. 'FileName') to this list as this will cause CompoundWordsShouldBeBeCasedCorrectly to fire on usages of the compound word stating that they should be changed to their discrete equivalent (for example 'FileName' -> 'Filename'). --> <Recognized> <!-- Pulsatrix --> <Word>Pulsatrix</Word> <Word>Holdem</Word> </Recognized> <!-- This is a list of deprecated terms with their preferred alternates and is used by UsePreferredTerms. The deprecated terms are case-insensitive, however, make sure to pascal-case the preferred alternates. If a word does not have a preferred alternate, simply leave it blank. --> <Deprecated> <Term PreferredAlternate="EnterpriseServices">complus</Term> <Term PreferredAlternate="Canceled">cancelled</Term> <Term PreferredAlternate="Indexes">indices</Term> <Term PreferredAlternate="LogOn">login</Term> <Term PreferredAlternate="LogOff">logout</Term> <Term PreferredAlternate="SignIn">signon</Term> <Term PreferredAlternate="SignOut">signoff</Term> <Term PreferredAlternate="Writable">writeable</Term> <Term PreferredAlternate="Cannot">cant</Term> <Term PreferredAlternate="AreNot">arent</Term> <Term PreferredAlternate="DoNot">dont</Term> <Term PreferredAlternate="DoesNot">doesnt</Term> <Term PreferredAlternate="DidNot">didnt</Term> <Term PreferredAlternate="CouldNot">couldnt</Term> <Term PreferredAlternate="WouldNot">wouldnt</Term> <Term PreferredAlternate="ShouldNot">shouldnt</Term> <Term PreferredAlternate="WillNot">wont</Term> <Term PreferredAlternate="HaveNot">havent</Term> <Term PreferredAlternate="HasNot">hasnt</Term> <Term PreferredAlternate="HadNot">hadnt</Term> <Term PreferredAlternate="IsNot">isnt</Term> <Term PreferredAlternate="WasNot">wasnt</Term> <Term PreferredAlternate="WereNot">werent</Term> <Term PreferredAlternate="">flag</Term> <Term PreferredAlternate="">flags</Term> </Deprecated> <!-- This is a list of discrete terms with their compound alternates and is used by CompoundWordsShouldBeCasedCorrectly. These are words that exist in the dictionary as discrete terms, however, should actually be cased as compound words. For example, 'Filename' exists in the dictionary and hence the spelling rules will not see it as unrecognized but its actual preferred usage is 'FileName'; adding it below causes CompoundWordsShouldBeCasedCorrectly to fire. The discrete terms are case-insensitive, however, be sure to pascal-case the compound alternates. Any discrete terms added below automatically get added to the list of discrete exceptions to prevent CompoundWordsShouldBeCasedCorrectly from firing both on the compound word (for example 'WhiteSpace') and its discrete alternate (for example 'Whitespace'). --> <Compound> <Term CompoundAlternate="DataStore">datastore</Term> <Term CompoundAlternate="DataStores">datastores</Term> <Term CompoundAlternate="DataSet">dataset</Term> <Term CompoundAlternate="DataSets">datasets</Term> <Term CompoundAlternate="TextBox">textbox</Term> <Term CompoundAlternate="TextBoxes">textboxes</Term> <Term CompoundAlternate="CodePage">codepage</Term> <Term CompoundAlternate="CodePages">codepages</Term> <Term CompoundAlternate="CheckBox">checkbox</Term> <Term CompoundAlternate="CheckBoxes">checkboxes</Term> <Term CompoundAlternate="PushButton">pushbutton</Term> <Term CompoundAlternate="PushButtons">pushbuttons</Term> <Term CompoundAlternate="DropDown">dropdown</Term> <Term CompoundAlternate="DropDowns">dropdowns</Term> <Term CompoundAlternate="ToolBar">toolbar</Term> <Term CompoundAlternate="ToolBars">toolbars</Term> <Term CompoundAlternate="ScrollBar">scrollbar</Term> <Term CompoundAlternate="ScrollBars">scrollbars</Term> <Term CompoundAlternate="BitFlag">bitflag</Term> <Term CompoundAlternate="BitFlags">bitflags</Term> <Term CompoundAlternate="FileName">filename</Term> <Term CompoundAlternate="FileNames">filenames</Term> <Term CompoundAlternate="FileServer">fileserver</Term> <Term CompoundAlternate="FileServers">fileservers</Term> <Term CompoundAlternate="UserName">username</Term> <Term CompoundAlternate="UserNames">usernames</Term> <Term CompoundAlternate="HostName">hostname</Term> <Term CompoundAlternate="HostNames">hostnames</Term> <Term CompoundAlternate="FieldName">fieldname</Term> <Term CompoundAlternate="FieldNames">fieldnames</Term> <Term CompoundAlternate="PathName">pathname</Term> <Term CompoundAlternate="PathNames">pathnames</Term> <Term CompoundAlternate="WhiteSpace">whitespace</Term> <Term CompoundAlternate="WhiteSpaces">whitespaces</Term> <Term CompoundAlternate="LogOn">logon</Term> <Term CompoundAlternate="LogOns">logons</Term> <Term CompoundAlternate="LogOff">logoff</Term> <Term CompoundAlternate="LogOffs">logoffs</Term> <Term CompoundAlternate="SignIn">signin</Term> <Term CompoundAlternate="SignIns">signins</Term> <Term CompoundAlternate="SignOut">signout</Term> <Term CompoundAlternate="SignOuts">signouts</Term> <Term CompoundAlternate="FrontEnd">frontend</Term> <Term CompoundAlternate="FrontEnds">frontends</Term> <Term CompoundAlternate="BackEnd">backend</Term> <Term CompoundAlternate="BackEnds">backends</Term> <Term CompoundAlternate="SiteMap">sitemap</Term> <Term CompoundAlternate="SiteMaps">sitemaps</Term> <Term CompoundAlternate="DataType">datatype</Term> <Term CompoundAlternate="DataTypes">datatypes</Term> <Term CompoundAlternate="DesignTime">designtime</Term> <Term CompoundAlternate="DesignTimes">designtimes</Term> <Term CompoundAlternate="ReadOnly">readonly</Term> <Term CompoundAlternate="TrueType">truetype</Term> <Term CompoundAlternate="NetBios">netbios</Term> <Term CompoundAlternate="AutoDetect">autodetect</Term> <Term CompoundAlternate="AutoDetects">autodetects</Term> <Term CompoundAlternate="AutoScroll">autoscroll</Term> <Term CompoundAlternate="AutoScrolls">autoscrolls</Term> <Term CompoundAlternate="AutoComplete">autocomplete</Term> <Term CompoundAlternate="AutoCompletes">autocompletes</Term> <Term CompoundAlternate="AutoSave">autosave</Term> <Term CompoundAlternate="AutoSaves">autosaves</Term> <Term CompoundAlternate="JavaScript">javascript</Term> <Term CompoundAlternate="JScript">jscript</Term> <Term CompoundAlternate="VoiceView">voiceview</Term> <Term CompoundAlternate="AppleTalk">appletalk</Term> <Term CompoundAlternate="MapInfo">mapinfo</Term> <Term CompoundAlternate="NewLine">newline</Term> <Term CompoundAlternate="NewLines">newlines</Term> <Term CompoundAlternate="QWord">qword</Term> <Term CompoundAlternate="QWords">qwords</Term> <Term CompoundAlternate="KeySet">keyset</Term> <Term CompoundAlternate="KeySets">keysets</Term> <Term CompoundAlternate="CodeBase">codebase</Term> <Term CompoundAlternate="CodeBases">codebases</Term> <Term CompoundAlternate="GridLine">gridline</Term> <Term CompoundAlternate="GridLines">gridlines</Term> <Term CompoundAlternate="OpCode">opcode</Term> <Term CompoundAlternate="OpCodes">opcodes</Term> <Term CompoundAlternate="FxCop">fxcop</Term> </Compound> <!-- This is a list of case-insensitive exceptions to the CompoundWordsShouldBeCasedCorrectly discrete term check. As this check works solely on the basis of whether two consecutive tokens exists in the dictionary, it can have a high false positive rate. For example, 'onset' exists in the dictionary but the user probably intended it to be 'OnSet'. Adding this word below prevents this rule from firing telling the user to change 'OnSet' to 'Onset'. --> <DiscreteExceptions> <Term>onset</Term> <Term>inset</Term> <Term>byname</Term> <Term>setout</Term> <Term>countertype</Term> <Term>editor</Term> <Term>longtime</Term> <Term>drawstring</Term> <Term>hookup</Term> <Term>cleanup</Term> <Term>breakout</Term> <Term>setline</Term> <Term>maybe</Term> <Term>nods</Term> <Term>classis</Term> <Term>gettable</Term> <Term>inform</Term> <Term>beset</Term> <Term>settable</Term> <Term>standalone</Term> <Term>threadlike</Term> <Term>infield</Term> <Term>infields</Term> <Term>meantime</Term> <Term>mackey</Term> <Term>jscript</Term> <Term>ipv</Term> <!-- IPv4, IPv6 --> <Term>tooltip</Term> <Term>tooltips</Term> <Term>indispose</Term> <Term>webhost</Term> <Term>webhosts</Term> <Term>preshow</Term> <Term>superfast</Term> <Term>goto</Term> <!-- GoTo --> <Term>endpoint</Term> <!-- Prevalent usage of both casings in System.Net and System.ServiceModel --> <Term>strongbox</Term> <!-- Pulsatrix --> </DiscreteExceptions> </Words> <Acronyms> <CasingExceptions> <Acronym>Db</Acronym> <Acronym>Ce</Acronym> <Acronym>Pv</Acronym> <!-- IPv4, IPv6 --> <Acronym>Na</Acronym> <!-- NaN --> <!-- OpCode --> <!-- Pulsatrix --> </CasingExceptions> </Acronyms> </Dictionary>
50.155462
108
0.614225
a760ec30834302cd42c1c1a35a21e444b86f4e3f
10,985
xml
XML
train_data/es/7583454df58cdadd7e76da33483afd26.xml
SkBlaz/Multilingual-Detection-of-Fake-News-Spreaders-via-Sparse-Matrix-Factorization
2d291d3d0b2e42e6016b2ffddc6d641a250914d6
[ "MIT" ]
null
null
null
train_data/es/7583454df58cdadd7e76da33483afd26.xml
SkBlaz/Multilingual-Detection-of-Fake-News-Spreaders-via-Sparse-Matrix-Factorization
2d291d3d0b2e42e6016b2ffddc6d641a250914d6
[ "MIT" ]
null
null
null
train_data/es/7583454df58cdadd7e76da33483afd26.xml
SkBlaz/Multilingual-Detection-of-Fake-News-Spreaders-via-Sparse-Matrix-Factorization
2d291d3d0b2e42e6016b2ffddc6d641a250914d6
[ "MIT" ]
null
null
null
<author lang="es"> <documents> <document><![CDATA[#USER# Buenos días desde el Caribe! Me alegran todos tus éxitos!]]></document> <document><![CDATA[#USER# bien dicho Duprey!]]></document> <document><![CDATA[#USER# #USER# Yo tuve enseguida al volver la luz el viernes.]]></document> <document><![CDATA[#USER# una máquina repetidora]]></document> <document><![CDATA[RT #USER#: Mensaje del 25 de mayo de 2015 en Medjugorje. #URL#]]></document> <document><![CDATA[#USER# #USER# #USER# #USER# #USER# 23:45 hora de España?]]></document> <document><![CDATA[#USER# #USER# Cáritas de PR está trabajando y ayudando a las familias y comunidades afectadas a través de todo PR.]]></document> <document><![CDATA[RT #USER#: Por favor en estos días difíciles puedes hablar , protestar, dejarte sentir , pero te queremos bien. Por favor 🙏 NADA…]]></document> <document><![CDATA[#USER# mientras no se le pruebe alguna ilegalidad, tambien dijo!]]></document> <document><![CDATA[#USER# #USER# Y la planta se dañó 😭😭]]></document> <document><![CDATA[#USER# quien fue esa ......?]]></document> <document><![CDATA[RT #USER#: Si a alguien le faltaban ganas para luchar hoy tiene 4,645 razones para hacerlo. Prohibido olvidar a los que la neglic…]]></document> <document><![CDATA[RT #USER#: Que voto mas raro este de Migdalia Padilla??? Que quiere decir??? #URL#]]></document> <document><![CDATA[RT #USER#: Buenos días,hoy es el Gran día de #USER# Recuerden si salgo nominado usen en todos sus Twit #HASHTAG# de es…]]></document> <document><![CDATA[#USER# cuenta, ganaron?]]></document> <document><![CDATA[#USER# #USER# Elif tiene más vidas que un gato! 😂😂 lo que le espera no es fácil!]]></document> <document><![CDATA[#USER# felicidades, Yolanda! Estás hermosa! Dios te bendiga!]]></document> <document><![CDATA[#USER# Gracias, feliz finde!]]></document> <document><![CDATA[#USER# Mil bendiciones a tí y a tu familia! Bello el amor de los hijos!]]></document> <document><![CDATA[#USER# descomunal!]]></document> <document><![CDATA[#USER# en Tintillo Gardens, Guaynabo, se fue la luz tambien]]></document> <document><![CDATA[#USER# #USER# oigan y lean bien lo que dijo y en el contexto en que lo dijo. No tergi ersen!]]></document> <document><![CDATA[#USER# jeje pues sí, aunque lo uso poco, saludos]]></document> <document><![CDATA[#USER# #USER# Eso mismo pensé! Nadie leyó, solo insultaron.]]></document> <document><![CDATA[#USER# #USER# asi es Miguel, es que casi no lo uso! jeje Saludos!]]></document> <document><![CDATA[#USER# Concurro con tu Papá, siempre he dicho que te pareces mucho a Jerry Lewis!]]></document> <document><![CDATA[RT #USER#: Que el amor a Dios y el amor al prójimo sean las dos piedras angulares de nuestra vida.]]></document> <document><![CDATA[RT #USER#: Solamente Dios nos puede donar la verdadera felicidad: es inútil que perdamos tiempo buscándola en otro lugar, en las riqu…]]></document> <document><![CDATA[#USER# sigue Freddy sigue, hasta las 10pm todos los votos q puedas]]></document> <document><![CDATA[#USER# como va el juego?]]></document> <document><![CDATA[#USER# También! 😂]]></document> <document><![CDATA[#USER# Julio, lo q pasa es, Poderoso alcalde, portada del Nuevo Dia. Y por experiencia, toma mucho tiempo documentarse.]]></document> <document><![CDATA[#USER# #USER# #USER# de acuerdo, totalmente! Ya hacen falta sus saludos por esta ventana!]]></document> <document><![CDATA[#USER# #USER# #USER# jajaja que bien!]]></document> <document><![CDATA[RT #USER#: "¡Queridos hijos!: Hoy os invito a la conversión: Este es el mensaje más importante que yo os doy aquí. Hijos míos, dese…]]></document> <document><![CDATA[#USER# #USER# #USER# lyma eso quedo brutallll!!!]]></document> <document><![CDATA[#USER# Por siempre! Amén!]]></document> <document><![CDATA[#USER# Bien atrevido!]]></document> <document><![CDATA[#USER# Como es que pasan esa horrible promocion de una pelicula? Basta YA, por favor! Como va a mejorar nuestro pais?]]></document> <document><![CDATA[RT #USER#: Vuelvo a preguntar: que ustedes opinan si nombraran a Juan Eugenio Hernadez Mayoral a Washinton jefe de la Oficina de Reala ...]]></document> <document><![CDATA[RT #USER#: Junto a #USER# antes de dirigirme a los presentes desde Cataño. ¡Acompáñame en la #HASHTAG#! #URL# ...]]></document> <document><![CDATA[#USER# #USER# Kenan nunca lleva un inventario de lo que tiene en esa caja fuerte 😂😂😂]]></document> <document><![CDATA[Gobierno militar en Egipto!]]></document> <document><![CDATA[#USER# por favor No pongan esos horribles avances de películas espantosas no aptas para niños el las transmisiones de deportes. Quito canal]]></document> <document><![CDATA[RT #USER#: #HASHTAG# Bronce para Natanael Cámara en gimnasia de trampolín. Gracias por tu esfuerzo y dedicación.… #URL#…]]></document> <document><![CDATA[#USER# Freddy, es q hoy es la final.]]></document> <document><![CDATA[RT #USER#: Comparto con ustedes mi plan para proteger los animales en Puerto Rico #URL#]]></document> <document><![CDATA[RT #USER#: En 1979, el sapito “Coqui” 🐸se convirtió en la primera mascota de los Juegos Panamericanos y representó a la fauna autóc…]]></document> <document><![CDATA[#USER# #USER# se puede ver por internet la entrevista en El Hormiguero?]]></document> <document><![CDATA[#USER# llevo dos meses q no la puedo pagar!!!! Con calentador solar, estufa de gas y vivo sola, $315 en agosto.]]></document> <document><![CDATA[#USER# y que a usted, Jay Fonseca! Jajaja Pa'lante Profesor!]]></document> <document><![CDATA[#USER# #USER# exacto, asi de simple. Hay q contarlas y sumarlas.]]></document> <document><![CDATA[#USER# Algunos ya deben ser ricos 🤣]]></document> <document><![CDATA[RT #USER#: No tiene que ver con básquet, pero San Juan está más bonita cada vez que vengo. Mañana última parada, Caracas.]]></document> <document><![CDATA[RT #USER#: Rogamos se pase una ley de la CEE q diga: Cambiate pero quedate callao! #HASHTAG#]]></document> <document><![CDATA[#USER# felicidades a Ferdinand y a Yolanda, mi favorita!]]></document> <document><![CDATA[#USER# Me encantó el segmento! Uds son únicos!]]></document> <document><![CDATA[#USER# Dios no escucha locos, refrán de mi abuela! A Dios no lo metas en eso!]]></document> <document><![CDATA[RT #USER#: Este Adviento, hazte pequeño, hazte humilde, hazte servidor de los demás y el Señor te dará la capacidad de comprender cóm…]]></document> <document><![CDATA[RT #USER#: 🎥 | Denuncian exceso de fuerza en medio de intervención en Culebra donde femina se resistió a el arresto. Suministrado #USER#…]]></document> <document><![CDATA[#USER# no publiquen noticias falsas, hace daño a la Iglesia y la gente se lo cree. Son bulos, fake news]]></document> <document><![CDATA[#USER# Y tu estás en sala de emergencia? Q pasó?]]></document> <document><![CDATA[RT #USER#: #USER# con #USER# en #HASHTAG# sólo por #USER# #URL#]]></document> <document><![CDATA[#USER# lo bloquearon :(]]></document> <document><![CDATA[#USER# Uffff de miedo!]]></document> <document><![CDATA[#USER# #USER# #USER# hector, de acuerdo , hay q buscar mas y hacer otros anuncios]]></document> <document><![CDATA[#USER# #USER# Muchas gracias por el regalito! Lindo día!]]></document> <document><![CDATA[#USER# Alguien tiene una mina de carbón! 😠]]></document> <document><![CDATA[#USER# #USER# #USER# Niña, está empezando! Lo que falta!! Ufff Ufff]]></document> <document><![CDATA[#USER# te esperamos, Raphael! Feliz regreso a casa!]]></document> <document><![CDATA[#USER# 😰qué triste situación! 🙏🏻🙏🏻]]></document> <document><![CDATA[#USER# #USER# Tan cariñoso Veisel con Murat! 😂😂😂]]></document> <document><![CDATA[#USER# con ustedes por EWTN]]></document> <document><![CDATA[#USER# #USER# jaja eso pensaba hoy en la mañana, pero no la culpo!]]></document> <document><![CDATA[#USER# Carlos ya cumplio su cometido, q no olvodemos la nefasta Ley 7!]]></document> <document><![CDATA[#USER# #USER# jaja prendi la laptop porq sabia q iba a entrar Ines! Saludos a Todos!]]></document> <document><![CDATA[#USER# A mi no me llegó, a mí me la cobraron completita por pago automático 😠]]></document> <document><![CDATA[RT #USER#: Cuando vemos que alguien pasa realmente necesidad ¿reconocemos en él el rostro de Dios?]]></document> <document><![CDATA[#USER# #USER# exacto, ese señor insinúa q quedará segundo y NO es asi. Johnny num UNOOO]]></document> <document><![CDATA[#HASHTAG# fuera Beltran]]></document> <document><![CDATA[RT #USER#: Deseo expresar mi gran dolor por los muertos y heridos en Tierra Santa y Oriente Medio. La violencia nunca lleva a la paz.…]]></document> <document><![CDATA[#USER# #USER# para ver solo a EU y Canadá, mejor no veo nada. Gracias x nada]]></document> <document><![CDATA[#HASHTAG# Cuando comiencen a reseñar solo noticias positivas (q hay muchas) veremos como el mundo cambia! POSITIVOS!]]></document> <document><![CDATA[Gremal ya habia cantado esa cancion, y creo la criticaron mucho!]]></document> <document><![CDATA[#USER# Muy buenas noches!]]></document> <document><![CDATA[#USER# #USER# #USER# #USER# #USER# gracias]]></document> <document><![CDATA[RT #USER#: El amor sabe ver el bien incluso en una situación negativa, sabe custodiar la pequeña llama en medio de una noche oscura.]]></document> <document><![CDATA[#USER# dito, q mal t va. Alimentate! Me preguntan cuando es en Ponce la ola?]]></document> <document><![CDATA[RT #USER#: ¡PICA POWER! Nuestra #USER# es la Jugadora del Mes de agosto de la #USER#. ¡Felicita a Mónica con un RT! 🎾👏🏼🇵🇷 http…]]></document> <document><![CDATA[#USER# #USER# #USER# En esa novela el mal siempre triunfa, Arzú tiene más vidas que un gato🤣 Me gusta más Identidad Oculta]]></document> <document><![CDATA[#USER# gracias bello!!]]></document> <document><![CDATA[#USER# gracias, yo vi tu reportaje esta semana, pero volvi a ver eso hoy. Nada, Gracias]]></document> <document><![CDATA[#USER# Ayyyyy Gracias!!!!!!!!!!!!!]]></document> <document><![CDATA[#USER# porq no fue transmitido por otro d los canales d mayor audiencia!]]></document> <document><![CDATA[#USER# Tocaron en mi baile de graduación de 4to año en Mayagüez en 1964, como ha llovido 🤣]]></document> <document><![CDATA[#USER# Buenas tardes/noches! Dia caluroso y soleado en el Caribe.]]></document> <document><![CDATA[#USER# me hizo llorar. Los hijos hacen falta!]]></document> <document><![CDATA[RT #USER#: Espíritu Santo, Tú que llevas adelante la Iglesia, desciende una vez más sobre nosotros, enséñanos la unidad, renueva nues…]]></document> <document><![CDATA[#USER# #USER# #USER# Correcto! Y deja la sensacion en el q escucha q es q No quiere comprometerse]]></document> <document><![CDATA[#USER# Felicidades, Dagmar! Así es! Es tener de nuevo a nuestros hijos; y cómo nos llenan la vida!]]></document> </documents> </author>
104.619048
174
0.696495
e9e61ce7eb73072b00fc199b1d410fb134375381
658
xml
XML
app/src/main/res/layout/widget_node.xml
18530805986/AndroidClass
aa39e0e33c2bedce7c41c65db20b10a02dd61077
[ "Apache-2.0" ]
94
2018-05-31T00:31:54.000Z
2020-03-06T06:39:36.000Z
app/src/main/res/layout/widget_node.xml
lumingze123/ClassSchedule
9bda8c3926d1b094923468b0a6262607412a2cc4
[ "Apache-2.0" ]
3
2018-09-20T04:59:59.000Z
2019-05-13T05:38:30.000Z
app/src/main/res/layout/widget_node.xml
lumingze123/ClassSchedule
9bda8c3926d1b094923468b0a6262607412a2cc4
[ "Apache-2.0" ]
22
2018-06-29T02:57:06.000Z
2020-01-16T15:53:13.000Z
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <TextView android:id="@+id/widget_box_0" android:layout_width="fill_parent" android:layout_height="35.0dp" android:layout_margin="1.0dp" android:background="@android:color/transparent" android:gravity="center" android:text="" android:textColor="#bbffffff" android:textSize="12.0sp" android:textStyle="normal" /> </LinearLayout>
34.631579
73
0.650456
77cdea03bd7c3d8e274bb903df047494c293cb5f
363
xml
XML
samples/issues/issue_562_0.xml
Speech-Rule-Engine/sre-resources
1f77e8062ab57ac48107c1fe69211aea1e23d826
[ "Apache-2.0" ]
null
null
null
samples/issues/issue_562_0.xml
Speech-Rule-Engine/sre-resources
1f77e8062ab57ac48107c1fe69211aea1e23d826
[ "Apache-2.0" ]
null
null
null
samples/issues/issue_562_0.xml
Speech-Rule-Engine/sre-resources
1f77e8062ab57ac48107c1fe69211aea1e23d826
[ "Apache-2.0" ]
1
2019-11-10T16:44:06.000Z
2019-11-10T16:44:06.000Z
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mo stretchy="false">(</mo> <mn>1</mn> <mstyle scriptlevel="0"> <mspace width="0.167em"></mspace> </mstyle> <mn>1</mn> <mstyle scriptlevel="0"> <mspace width="0.167em"></mspace> </mstyle> <mn>1</mn> <msup> <mo stretchy="false">)</mo> <mn>1</mn> </msup> </math>
21.352941
65
0.570248
c38c5f7e6f1a0eb1b9c782ea973856cda5a816e7
60,804
xml
XML
index.xml
texariti/texariti
53f5e8782b1d0c23302862f21633fcdf7a662f10
[ "MIT" ]
null
null
null
index.xml
texariti/texariti
53f5e8782b1d0c23302862f21633fcdf7a662f10
[ "MIT" ]
null
null
null
index.xml
texariti/texariti
53f5e8782b1d0c23302862f21633fcdf7a662f10
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>TeXariti</title> <link>http://texariti.com/</link> <description>Recent content on TeXariti</description> <generator>Hugo -- gohugo.io</generator> <language>en</language> <copyright>2015 Kendal King. All rights reserved.</copyright> <lastBuildDate>Mon, 04 May 2015 00:00:00 +0000</lastBuildDate> <atom:link href="http://texariti.com/index.xml" rel="self" type="application/rss+xml" /> <item> <title>We are &#39;Go&#39; for launch!</title> <link>http://texariti.com/blog/launch-day/</link> <pubDate>Mon, 04 May 2015 00:00:00 +0000</pubDate> <guid>http://texariti.com/blog/launch-day/</guid> <description> &lt;p class=&#34;drop-cap&#34;&gt;This is the home of &lt;i&gt;TeXariti&lt;/i&gt;, a group of web designers and programmers in Oklahoma City, Oklahoma. &lt;i&gt;TeXariti&lt;/i&gt; is a different kind of company. Our designers and team members are all friends. We also share a common commitment to others.&lt;/p&gt; &lt;h3 id=&#34;putting-people-first:634b40171687cf310cd64bbdaed43ea2&#34;&gt;Putting people first&lt;/h3&gt; &lt;p&gt;You might wonder where the name &amp;ldquo;&lt;em&gt;TeXariti&lt;/em&gt;&amp;rdquo; came from. It comes from two ancient Greek words and means a gift that was not earned. We know that we aren&amp;rsquo;t who we are because of us. We didn&amp;rsquo;t get here on our own, and we want to remember that. We want our new company to be for others. This business isn&amp;rsquo;t just about money. It is about helping people. To put people first.&lt;/p&gt; &lt;h3 id=&#34;a-community-of-teaching-and-learning:634b40171687cf310cd64bbdaed43ea2&#34;&gt;A community of teaching and learning&lt;/h3&gt; &lt;p&gt;We are building not only a business but a community of learners and teachers. Every member on our team has different gifts. We are going to be teaching and learning from each other&amp;hellip; and opening up our meetings to the wider Oklahoma City community. Anyone who wants to learn about design, programming or wants to know how to start a business can come, free of charge!&lt;/p&gt; &lt;p&gt;If you are interested in joining us in one of our classes, keep checking back on our homepage. We will let you know when we know a place and time we will be meeting. Once we get the bugs worked out we will be putting our classes on Youtube so everyone can benefit.&lt;/p&gt; &lt;h3 id=&#34;our-new-website:634b40171687cf310cd64bbdaed43ea2&#34;&gt;Our new website&lt;/h3&gt; &lt;p&gt;Thank you for dropping by our new website. We think you will like what you see!&lt;/p&gt; &lt;p&gt;Our &lt;a href=&#34;http://texariti.com/roadmap/&#34;&gt;Roadmap&lt;/a&gt; page will let you know how we work on web projects. We are methodical and professional; we want to get it right! We focus on communication between our clients and the designers. We try to understand you, who you are, what your company stands for, and then bring that out on the screen.&lt;/p&gt; &lt;p&gt;Take a look at the bulletin board on our &lt;a href=&#34;http://texariti.com/team/&#34;&gt;Team Page&lt;/a&gt;. As our team grows we are going to tack up a slip of paper for each member. :-) Designing that page was a LOT of fun!!!&lt;/p&gt; &lt;p&gt;Our &lt;a href=&#34;http://texariti.com/projects/&#34;&gt;Projects&lt;/a&gt; page right is waiting for our first screenshots, but you can see the layout. We chose an elegant gray look for the page so that the rich colors of the screenshots will stand out. We make a point to put the &lt;em&gt;content&lt;/em&gt; of the page first. The design should always support and lift up the content.&lt;/p&gt; &lt;p&gt;Finally, take a look at our &lt;a href=&#34;http://texariti.com/contact/&#34;&gt;Contact&lt;/a&gt; page. It was snowing the day that page was designed, and a cold, snowy scene seemed appropriate! :-)&lt;/p&gt; &lt;h3 id=&#34;great-things-are-coming:634b40171687cf310cd64bbdaed43ea2&#34;&gt;Great things are coming!&lt;/h3&gt; &lt;p&gt;We have a lot of plans for this website over the next few months. We are going to let you know how to have the best website you can possibly have. You will find practical advice on social media, marketing, and Google so be sure to bookmark us in your browser.&lt;/p&gt; &lt;p&gt;Thank you for dropping by! We hope to hear from you soon!&lt;/p&gt; &lt;p&gt;Yours,&lt;/p&gt; &lt;p&gt;Kendal King&lt;br&gt; &lt;em&gt;designer&lt;/em&gt;&lt;/p&gt; </description> </item> <item> <title>Projects</title> <link>http://texariti.com/projects/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>http://texariti.com/projects/</guid> <description>&lt;div class=&#34;project-viewport&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;project-main&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;br&gt; &lt;h1 class=&#34;page-header (tx-center) (m4b)&#34;&gt;Projects&lt;/h1&gt; &lt;p class=&#34;lead&#34;&gt;We have exciting projects in progress! This is the future home of our portfolio.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- These progress bars are better: https://css-tricks.com/examples/ProgressBars/ &lt;div class=&#34;project&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;h3&gt;Project Timeline&lt;/h3&gt; &lt;div class=&#34;timeline&#34;&gt; &lt;ul class=&#34;intervals clearfix&#34;&gt; &lt;li class=&#34;first&#34;&gt;March 1&lt;/li&gt; &lt;li&gt;March 8&lt;/li&gt; &lt;li&gt;March 15&lt;/li&gt; &lt;li&gt;March 22&lt;/li&gt; &lt;li&gt;March 29&lt;/li&gt; &lt;li&gt;April 5&lt;/li&gt; &lt;li class=&#34;last&#34;&gt;April 12&lt;/li&gt; &lt;/ul&gt; &lt;ul class=&#34;events&#34;&gt; &lt;li style=&#34;width: 40%; left: 5%;&#34;&gt;Erin Cook &lt;em&gt;(current)&lt;/em&gt;&lt;/li&gt; &lt;li style=&#34;width: 40.3%; left: 30%;&#34;&gt;Jeremy Sheets&lt;/li&gt; &lt;li style=&#34;width: 71.3%; left: 28.4%;&#34;&gt;Musician website &lt;em&gt;(under discussion)&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;br&gt;&lt;br&gt; &lt;div class=&#34;project&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;a href=&#34;#&#34;&gt;&lt;img class=&#34;project-photo img-responsive img-center&#34; src=&#34;http://placehold.it/950x600/333333/999999&amp;text=In+Progress!&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;h3&gt;Erin Elizabeth Cook&lt;/h3&gt; &lt;h4&gt;Gifted Actor and Acting Coach&lt;/h4&gt; &lt;p&gt;Erin is a gifted actress and an amazing teacher. She has studied under some of the best teachers of the art of acting, and has appeared in Hollywood productions in TV and film. As a teacher, her care for her students is evident in how she strives to see them become the best they can be. Her career is one to watch!&lt;/p&gt; &lt;a class=&#34;btn btn-primary&#34; href=&#34;#&#34;&gt;View Project &lt;span class=&#34;glyphicon glyphicon-chevron-right&#34;&gt;&lt;/span&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;blog-summary-divider&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-8 col-sm-offset-8&#34;&gt; &lt;img src=&#34;../img/divider-2-by-kickthecork.com-181268.svg&#34; class=&#34;centered&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;project&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;a href=&#34;#&#34;&gt;&lt;img class=&#34;project-photo img-responsive img-center&#34; src=&#34;http://placehold.it/950x600/333333/999999&amp;text=Planning+Steps&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;h3&gt;Jeremy Sheets&lt;/h3&gt; &lt;h4&gt;Cellist and Actor&lt;/h4&gt; &lt;p&gt;When Jeremy is on the strings of the cello, his hands may hold the instrument but the music comes from his heart. The atmosphere in the room changes when he begins to play. Jeremy is a performer, and is now expanding his performance skills as an actor on the stage and in film.&lt;/p&gt; &lt;a class=&#34;btn btn-primary&#34; href=&#34;#&#34;&gt;View Project &lt;span class=&#34;glyphicon glyphicon-chevron-right&#34;&gt;&lt;/span&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- .main --&gt; &lt;div class=&#34;divider-2&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-8 col-sm-offset-8&#34;&gt; &lt;br&gt;&lt;br&gt; &lt;img src=&#34;../img/openclipart.org__johnny-automatic-fancy-flourish.svg&#34; class=&#34;centered&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </description> </item> <item> <title>Contact Us</title> <link>http://texariti.com/contact/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>http://texariti.com/contact/</guid> <description>&lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-xs-24 col-sm-offset-13 col-sm-11&#34;&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;h2&gt;Contact Us!&lt;/h2&gt; &lt;br&gt; &lt;div class=&#34;contact-intro&#34;&gt; &lt;p&gt;Hello! Thank you for visiting our new website.&lt;/p&gt; &lt;p&gt;Just as there are seasons in the weather, there are seasons that companies go through. We have our Winters. Business can be tough! But Springtime will eventually come.&lt;/p&gt; &lt;p&gt;We at &lt;i&gt;TeXariti&lt;/i&gt; want to be there with you this Winter. We know the web. We can help you plan for your Spring. We can help you get the most out of your online presence. We can help you find fertile soil in which to plant.&lt;/p&gt; &lt;p&gt;We look forward to answering your questions. Send us an email, or give us a call. We hope to speak to you soon!&lt;/p&gt; &lt;p&gt;Have a great day! &lt;p&gt;And try to stay warm!&amp;nbsp;&amp;nbsp;:-)&lt;/p&gt; &lt;p&gt;~ The Team at &lt;i&gt;TeXariti&lt;/i&gt;&lt;/p&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;contact-info&#34;&gt; --&gt; &lt;!-- &lt;div class=&#34;contact-name&#34;&gt;Kendal King&lt;/div&gt; --&gt; &lt;!-- &lt;div class=&#34;contact-eml&#34;&gt; --&gt; &lt;!-- &lt;br&gt; --&gt; &lt;!-- &lt;div class=&#34;eml3&#34;&gt;764ladnek&lt;/div&gt; --&gt; &lt;!-- &lt;div&gt; --&gt; &lt;!-- &lt;span class=&#34;eml1&#34;&gt;moc&lt;/span&gt;. --&gt; &lt;!-- &lt;span class=&#34;none&#34;&gt;_neddih-liame_&lt;/span&gt; --&gt; &lt;!-- &lt;span class=&#34;eml2&#34;&gt;liamg@&lt;/span&gt; --&gt; &lt;!-- &lt;/div&gt; --&gt; &lt;!-- &lt;br&gt; --&gt; &lt;!-- &lt;/div&gt; --&gt; &lt;!-- &lt;div class=&#34;contact-phone&#34;&gt;405-210-3955&lt;/div&gt; --&gt; &lt;!-- &lt;/div&gt; --&gt; &lt;div class=&#34;contact-info&#34;&gt; &lt;div class=&#34;contact-name&#34;&gt;Kendal King&lt;/div&gt; &lt;div class=&#34;contact-eml&#34;&gt; &lt;br&gt; &lt;div class=&#34;eml3&#34;&gt;ofni&lt;/div&gt; &lt;div&gt; &lt;span class=&#34;eml1&#34;&gt;moc&lt;/span&gt;. &lt;span class=&#34;none&#34;&gt;_neddih-liame_&lt;/span&gt; &lt;span class=&#34;eml2&#34;&gt;itiraxet@&lt;/span&gt; &lt;/div&gt; &lt;br&gt; &lt;/div&gt; &lt;div class=&#34;contact-phone&#34;&gt;405-210-3955&lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;contact-access&#34;&gt; &lt;p&gt;The email address above is coded in a way that automated spam programs won&#39;t find it. You will need to type it into your email program; it won&#39;t copy and paste.&lt;/p&gt; &lt;p&gt;For the visually disabled: Here is the email address in a sentence for screenreaders: Email &#34;&lt;i&gt;kendal&lt;/i&gt;&#34; and the number &#34;&lt;i&gt;467&lt;/i&gt;&#34; at the address &#34;&lt;i&gt;gmail&lt;/i&gt;&#34; that ends with &#34;&lt;i&gt;dot com&lt;/i&gt;.&#34;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;winter-girl&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-8 col-sm-offset-2&#34;&gt; &lt;div class=&#34;thankyou&#34;&gt;Thank you!&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </description> </item> <item> <title>Art-Directed Design</title> <link>http://texariti.com/design/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>http://texariti.com/design/</guid> <description>&lt;div class=&#34;design-viewport&#34;&gt; &lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-8 col-sm-offset-2&#34;&gt; &lt;h1 class=&#34;mega cl-white&#34;&gt;The website of your dreams!&lt;/h1&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;main&#34;&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;p class=&#34;drop-cap&#34;&gt;When people visit your website, what do they see?&lt;/p&gt; &lt;ul&gt; &lt;li&gt;What message does it send?&lt;/li&gt; &lt;!-- &lt;li&gt;Does it make them want to spend some time on your site?&lt;/li&gt; --&gt; &lt;li&gt;Does it catch their attention?&lt;/li&gt; &lt;li&gt;Does it make them want your product or service?&lt;/li&gt; &lt;!-- &lt;li&gt;Do they think it is creative?&lt;/li&gt; --&gt; &lt;!-- &lt;li&gt;Does it make them want to tell others to take a look at your site?&lt;/li&gt; --&gt; &lt;!-- &lt;li&gt;&lt;em&gt;Does it make them want to come?&lt;/em&gt;&lt;/li&gt; --&gt; &lt;/ul&gt; &lt;p&gt;The emotional impact of your website is the key to the success of your business and the message you wish to convey.&lt;/p&gt; &lt;p&gt;Most people check out a company or church online before going. Think of it... the majority of the people who walk through your doors have looked at your website first &lt;!-- before come --&gt;.&lt;/p&gt; &lt;p&gt;What do you want to accomplish with your website? Is the website you have fulfilling this purpose? If not, you could be missing out on a lot of business.&lt;/p&gt; &lt;h3&gt;The B-A-S-I-C-S&lt;/h3&gt; &lt;p&gt;Our websites are...&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;#beautiful&#34;&gt;B-eautiful&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;#accessible&#34;&gt;A-ccessible&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;#secure&#34;&gt;S-ecure&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;#intelligent&#34;&gt;I-ntelligent&lt;/a&gt;&lt;/li&gt;&lt;!-- imaginative, inspired, independent, insightful, intuitive, --&gt; &lt;li&gt;&lt;a href=&#34;#controllable&#34;&gt;C-ontrollable&lt;/a&gt;&lt;/li&gt; &lt;!-- creative, capable, --&gt; &lt;li&gt;&lt;a href=&#34;#supported&#34;&gt;S-upported&lt;/a&gt;&lt;/li&gt; &lt;ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ============================= --&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;beautiful&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;B&lt;/span&gt;eautiful&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;Web Design is an Art&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;Sometimes &lt;i&gt;&amp;ldquo;Less is more.&amp;rdquo;&lt;/i&gt; &lt;!-- We&#39;ll help you find the right balance. --&gt;&lt;/li&gt; &lt;li&gt;You can have &lt;i&gt;different styles, layouts, fonts, colors and backgrounds&lt;/i&gt; for any article you post.&lt;/li&gt; &lt;li&gt;Inviting &lt;i&gt;front page&lt;/i&gt;.&lt;/li&gt; &lt;li&gt;Page &lt;i&gt;layouts&lt;/i&gt; are chosen with an eye on visual balance.&lt;/li&gt; &lt;li&gt;Carefully selected &lt;i&gt;fonts&lt;/i&gt; and colors.&lt;/li&gt; &lt;li&gt;&lt;i&gt;Colors&lt;/i&gt; that compliment your message.&lt;/li&gt; &lt;li&gt;Subtle use of &lt;i&gt;backgrounds&lt;/i&gt; and &lt;i&gt;textures&lt;/i&gt;.&lt;/li&gt; &lt;li&gt;Wonderful &lt;i&gt;photography&lt;/i&gt;.&lt;/li&gt; &lt;li&gt;Use of visual &lt;i&gt;focal-points and whitespace&lt;/i&gt; that highlights your message.&lt;/li&gt; &lt;li&gt;What feel do you want the website to have? Peaceful and relaxing? Fast and bold?&lt;/li&gt; &lt;!-- &lt;li&gt;&lt;i&gt;Larger text&lt;/i&gt; that is the right size to comfortably read.&lt;/li&gt; --&gt; &lt;!-- &lt;li&gt;Maximum &lt;i&gt;creativity&lt;/i&gt; with page themes.&lt;/li&gt; --&gt; &lt;li&gt;You can add &lt;i&gt;images and videos into any page&lt;/i&gt;.&lt;/li&gt; &lt;li&gt;You can have &lt;i&gt;embedded videos&lt;/i&gt; from YouTube and Vimeo.&lt;/li&gt; &lt;li&gt;Your articles will get &lt;i&gt;more attention!&lt;/i&gt;&lt;/li&gt; &lt;li&gt;You can &lt;i&gt;have fun&lt;/i&gt; with your website.&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Art Directed Design&lt;/h3&gt; &lt;p&gt;It takes only four to seven seconds for people to either decide to stay on a webpage or go to another. Your site must grab attention quickly.&lt;/p&gt; &lt;p&gt;There are two keys that your website must have to be successful: &lt;i&gt;1. It must be attractive&lt;/i&gt;, and &lt;i&gt;2. It must have quality content so they will come back.&lt;/i&gt;&lt;/p&gt; &lt;!-- &lt;p&gt;The way to have a great website is to put the content first. Tell your story. Tell the stories of the people who believe in you. And have everything on your website revolve around that.&lt;/p&gt; --&gt; &lt;p&gt;TeXariti specializes in &lt;em&gt;Art Directed Design&lt;/em&gt;. Art-directed design puts your message first, and the entire design of a page promotes that message.&lt;/p&gt; &lt;p&gt;Each major page of an art-designed website has its own look, its own colors and its own character. Everything points to the message. The result can be stunning!&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ============================= --&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;accessible&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;A&lt;/span&gt;ccessible&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;Our websites work on mobile phones!&lt;/h3&gt; &lt;p class=&#34;&#34;&gt;Our websites &lt;i&gt;adapt to any size of screen&lt;/i&gt;, from mobile phones, to tablets, to laptops, and to the largest desktop monitors.&lt;/p&gt; &lt;p&gt;The latest statistics say that 70% of all internet viewing is now on mobile phones. Most businesses have websites that are not mobile-ready. When someone visits a non-mobile site all the person sees is the top left corner of the page, sometimes only the logo and a few words of the menu. &lt;/p&gt; &lt;p&gt;You might tell people about your website at meetings or tradeshows. You want them to be able to pull up your website on their phone, and it needs to look good and work well. Not all websites can do that.&lt;/p&gt; &lt;p&gt;Our websites use a design technique called &amp;ldquo;responsive design&amp;rdquo; that &lt;i&gt;automatically adapts to look good on all mobile devices&lt;/i&gt;. Your website will look good on a large monitor, a small monitor, a tablet or phone.&lt;/p&gt; &lt;h3&gt;Accessible to search engines.&lt;/h3&gt; &lt;p class=&#34;&#34;&gt;TeXariti will follow the latest practices of Search Engine Optimization. Your website will rank well on Google searches.&lt;/p&gt; &lt;p&gt;TeXariti will make sure your content is organized in a way that search engines can understand so they can accurately rank your website. SEO is an art form, and we will follow the best practices recognized by the industry and suggested by Google.&lt;/p&gt; &lt;!-- &lt;p&gt;We also leave behind the shadier techniques that some firms attempt, as these can get your website banned by Google. When someone promises you that they can &amp;ldquo;get your website ranked high&amp;rdquo; be very careful! The way to have a high ranking in Google is to have &lt;em&gt;good content&lt;/em&gt;. There is no reputable substitute for that.&lt;/p&gt; --&gt; &lt;p&gt;We know how to help you get your content ready!&lt;/p&gt; &lt;h3&gt;Accessible to the blind.&lt;/h3&gt; &lt;p class=&#34;&#34;&gt;We craft sites to be &lt;i&gt;accessible to the blind and visually disabled&lt;/i&gt;. We follow the latest accessibility standards and not only follow the guidelines, but we believe in them. We want the web to be accessible to all.&lt;/p&gt; &lt;p&gt;We know how to implement federally-mandated access requirements for websites operated by agencies of state, federal and local governments. These are basic practices which, in our view, all websites should follow.&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;secure&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;S&lt;/span&gt;ecure&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;TeXariti can work with our clients to use the software that they are already comfortable with. We also work with an advanced, new software called &lt;a href=&#34;http://gohugo.io&#34;&gt;Hugo&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;The &lt;a href=&#34;http://gohugo.io&#34;&gt;Hugo Static Generator&lt;/a&gt; is an amazing project. Your website is composed of files &lt;i&gt;on your computer&lt;/i&gt;, under your control. Hugo comes as a single file that you put in the same directory as your website. Turn on Hugo and it will automatically find your files and process them into a finished website. No installation is necessary!&lt;/p&gt; &lt;p&gt;The benefits of this are numerous, but perhaps the best is that &lt;i&gt;your website is secure&lt;/i&gt;. You don&#39;t have to worry about hackers breaking into your website. &lt;!-- You don&#39;t have to worry about server security. You don&#39;t have to remember to update the software! The software is on your computer, not the server. --&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;intelligent&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;I&lt;/span&gt;ntelligent&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;A great website doesn&#39;t just happen. It is more than just a pretty design! You have to have a plan. Thousands of people are going to see your website, and it is an &lt;i&gt;investment&lt;/i&gt; to put a lot of thought into every detail.&lt;/p&gt; &lt;p&gt;We will help you craft the most &lt;i&gt;intelligent&lt;/i&gt; plan for your web project. Here is just the start of a list of best practices:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Keep changing your website.&lt;/li&gt; &lt;li&gt;Have only one major message at any one time.&lt;/li&gt; &lt;li&gt;Your call to action needs to be clear.&lt;/li&gt; &lt;li&gt;Keep in touch with your customers and members.&lt;/li&gt; &lt;li&gt;Link to Facebook, Twitter, Pinterest, and other social websites.&lt;/li&gt; &lt;li&gt;Have a subscription RSS news feed so people can subscribe to your website.&lt;/li&gt; &lt;li&gt;An attractive contact page with a contact form lets your readers reach out to you.&lt;/li&gt; &lt;li&gt;Have an Email Signup form on the front page.&lt;/li&gt; &lt;li&gt;Offer something for free (like a newsletter) to encourage people to give you their email addresses.&lt;/li&gt; &lt;li&gt;Non-profits can set up a donations page. You may use Paypal, Amazon Donate, or some other payment method.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;TeXariti will keep it simple! We will walk you through many decisions, helping you understand the Pros and Cons of each. When your website is finished, you will know that you have been given the information you need to make informed choices.&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;controllable&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;C&lt;/span&gt;ontrol&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;You can have any content you want, and you can control it all.&lt;/p&gt; &lt;h3&gt;You control your data&lt;/h3&gt; &lt;p&gt; The original files are on your computer. You can edit, change, add to or delete any page or post or article at any time.&lt;/p&gt; &lt;h3&gt;There is no lock-in!&lt;/h3&gt; &lt;p&gt;You can quit at any time. You own the code. You will be provided the work as it is done as a .zip file or access to a &lt;a href=&#34;https://github.com&#34;&gt;Github&lt;/a&gt; account.&lt;/p&gt; &lt;h3&gt;There is no database&lt;/h3&gt; &lt;p&gt;Your posts and articles are not kept in an inaccessible database. Your posts are normal text files, just like any other file in your computer&#39;s hard drive.&lt;/p&gt; &lt;h3&gt;Future-proof&lt;/h3&gt; &lt;p&gt;If a better static generator than Hugo comes along you can move your entire collection of pages and posts over to the new engine. That can be very difficult, or impossible, to do with a traditional CMS.&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;h3&gt;Wordpress&lt;/h3&gt; &lt;p&gt;We can also do Wordpress-powered websites, if that is what you prefer.&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- BENEFIT --&gt; &lt;div class=&#34;benefit&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;circle-divider&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;div class=&#34;letter-circle letter-circle-border&#34;&gt; &lt;div class=&#34;letter-circle-inner&#34;&gt; &lt;div class=&#34;letter-score-text&#34;&gt;&lt;/div&gt; &lt;!-- letter --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-6 col-sm-offset-9 tx-center&#34;&gt; &lt;img class=&#34;img-circle img-responsive img-center&#34; src=&#34;http://placehold.it/600x600&#34; alt=&#34;&#34;&gt; &lt;/div&gt; &lt;/div&gt; --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-16 col-sm-offset-4&#34;&gt; &lt;h2 class=&#34;tx-center&#34;&gt;&lt;a id=&#34;supported&#34;&gt;&lt;span class=&#34;first-letter&#34;&gt;S&lt;/span&gt;upported&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;Website Performance Analysis&lt;/h3&gt; &lt;p&gt;We will make sure that your website is reaching your target audience. Using &lt;a href=&#34;http://www.google.com/analytics/&#34;&gt;Google Analytics&lt;/a&gt; or another web statistics service, we will work with you to fine-tune your website so that you are getting the most visits possible.&lt;/p&gt; &lt;h3&gt;Maintenance Packages&lt;/h3&gt; &lt;p&gt;Once your site is complete we won&#39;t leave you hanging. We offer &lt;i&gt;site maintenance packages&lt;/i&gt; to meet your unique needs.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Support and training&lt;/li&gt; &lt;li&gt;Website maintenance&lt;/li&gt; &lt;li&gt;On-site staff training&lt;/li&gt; &lt;li&gt;Backups of website files, images and posts&lt;/li&gt; &lt;li&gt;And any services you need...&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&#34;#&#34;&gt;↑ Back to top&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- .main --&gt; </description> </item> <item> <title>Roadmap</title> <link>http://texariti.com/roadmap/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>http://texariti.com/roadmap/</guid> <description>&lt;div class=&#34;container-fluid&#34;&gt; &lt;div class=&#34;row roadmap-viewport&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;br&gt;&lt;br&gt; &lt;h1 class=&#34;tx-center&#34;&gt;The road to a &lt;nobr&gt;website&lt;/nobr&gt; you love!&lt;/h1&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;p class=&#34;drop-cap&#34;&gt;Designing a website is a partnership between the client and the designer.&lt;/p&gt; &lt;p&gt;Communication is essential. &lt;i&gt;TeXariti&lt;/i&gt; needs to know what goals you have for your organization. What message you want your website to send? What do you want to convey to your customer or prospect?&lt;/p&gt; &lt;p&gt;To help build communication, we will follow a few well-defined steps.&lt;/p&gt; &lt;p&gt;The best way to build something unique is to do it in stages. Designers call it &amp;ldquo;Agile development.&amp;rdquo;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Step 1.&lt;/strong&gt; Lets say you want a static, great-looking landing page first.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Step 2.&lt;/strong&gt; Then you want blog-posting ability on a Word Press engine.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Step 3.&lt;/strong&gt; Next you want a newsletter designed and formatted.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Step 4.&lt;/strong&gt; You want a mobile version of the newsletter.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Step 5.&lt;/strong&gt; Next you want a Shopify store added into your website.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;This lets the client make decisions as they go and adapt to what is working and what isn&#39;t just right.&lt;/p&gt; &lt;p&gt;Defining steps also allow the client pay for the project in stages. You only pay for what &lt;i&gt;TeXariti&lt;/i&gt; is currently doing. There is no long-term lock-in. You own the website and all code behind it.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;I&#39;m interested! I have a lot of questions. How do we begin?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;1. First conversation&lt;/h3&gt; &lt;p&gt;In our first conversation you can share with us what kind of website you are thinking you need.&lt;/p&gt; &lt;p&gt;Once we get a feel for what you want your website to be, we can give you a general cost that you may be looking at.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;I know I need a good website, but it all seems so confusing. How can I know what I need?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;2. Informal chat&lt;/h3&gt; &lt;p&gt;We can meet in person, over the phone or by internet chat. If you are in the Oklahoma City area we can meet at your convenience. We will talk with you about your business or your church and what you are wanting from a web project.&lt;/p&gt; &lt;p&gt;We will talk about you, who you are.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;What are your goals?&lt;/li&gt; &lt;li&gt;What is your business/church about?&lt;/li&gt; &lt;li&gt;Are you a business? What do you sell?&lt;/li&gt; &lt;li&gt;What do you want your web visitors to know about you?&lt;/li&gt; &lt;li&gt;What impression do you want your visitors to feel about you?&lt;/li&gt; &lt;li&gt;Who is your target customer or unreached group?&lt;/li&gt; &lt;li&gt;What are you doing to reach them now?&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;i&gt;TeXariti&lt;/i&gt; will put together a plan for your website. By determining the requirements you have. &lt;i&gt;TeXariti&lt;/i&gt; will also have suggestions about how to make your online presence the most effective it can be.&lt;/p&gt; &lt;p&gt;One helpful thing we will ask is to think of what websites you think look good to you. Knowing what you like in other organization&#39;s websites will help us understand what you may be wanting for your site.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;When do I find out how much this is going to cost?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;3. Proposal and estimates&lt;/h3&gt; &lt;p&gt;A great website isn&#39;t a cost, it is an investment. Whether you are a for-profit business or a non-profit organization, a beautiful, effective web presence will bring in new customers and members.&lt;/p&gt; &lt;p&gt;After we have arrived at a list of project goals, &lt;i&gt;TeXariti&lt;/i&gt; will compose an estimate that includes clear milestones.&lt;/p&gt; &lt;p&gt;In this process, together we will decide on the scope of the project. We will have a list that specifies what &lt;i&gt;TeXariti&lt;/i&gt;, as the developer, will do for you. We will also have a list that specifies what you as a client will do (like what content or photos you may provide). We will also agree on what the project scope does not include. By setting expectations early we will be able to have a productive partnership.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;Who is going to work on my project?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;4. Meet the Team&lt;/h3&gt; &lt;p&gt;We will go over the plans together with the team that will work on your project. We want to be sure to clearly understand what you are needing and expecting from your website. We also will have many suggestions on how to expand your business or organization with an effective web presence.&lt;/p&gt; &lt;p&gt;We will also answer any questions you have. We want you to be pleased with every step in the process!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;How is my website going to work?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;5. Graybox Prototype!&lt;/h3&gt; &lt;p&gt;Many designers like to lay out a website using gray boxes and dummy text before they work on the actual design. It is the web-design equivalent of sketching a design on paper.&lt;/p&gt; &lt;p&gt;We will make a clickable, working website framework for you. It won&#39;t be pretty yet, but it will help you get a feel for how your website will work.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;Sounds good. When do I make the decision to move forward?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;6. Project Confirmation&lt;/h3&gt; &lt;p&gt;Once you are satisfied with the project plans and we agree on an estimate, we can get started. If the project scope requires it, we will exchange contracts and accept a deposit.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;When do you need my content and photos? What if I have content, but I&#39;m not really happy with it? Can you help?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;7. Content&lt;/h3&gt; &lt;h4&gt;Find your message and objectives&lt;/h4&gt; &lt;p&gt;We can help! The content of your website is the most important aspect to the success of your project. &lt;i&gt;TeXariti&lt;/i&gt; can help you compose the language for your website. &lt;i&gt;TeXariti&lt;/i&gt; will need your content in at least a rough draft form before &lt;i&gt;TeXariti&lt;/i&gt; can begin work on the design. We can work together to find just the right verbage for your site.&lt;/p&gt; &lt;!-- client provides the logo/identity and photography --&gt; &lt;h4&gt;Photos&lt;/h4&gt; &lt;p&gt;Photos will make or break a website! Most websites have photos that are far too small. The photos don&#39;t have to be perfect. Emotional impact is not based on photo quality, it comes from what is in the photo.&lt;/p&gt; &lt;p&gt;At this stage it will be time for you to supply photos, if applicable. The more photos to choose from the better. We can improve imperfect photos.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;How long will my project take to finish?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;8. We Design Your Website!&lt;/h3&gt; &lt;p&gt;The length of time it takes to finish your web project depends on how much content you have and how detailed the design is going to be. It also depends on the time it takes our clients to respond to our communications. Building an excellent website is a partnership... it takes a lot of talking!&lt;/p&gt; &lt;p&gt;Some projects can be completed in just a couple of weeks; large projects may take a few months. The good news is that large projects can be done in stages, so it doesn&#39;t take months to have something beautiful online.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;When do I get to see my website?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;9. Testing and Review&lt;/h3&gt; &lt;p&gt;When an author writes a book the first draft is never the final version! It takes time to refine, to shape, to phrase and re-phrase. Crafting a quality website can&#39;t be rushed. We will work with you, going over every detail, so that your website is the best that it can be!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;I can&#39;t wait! I&#39;m excited!&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;10. Launch!&lt;/h3&gt; &lt;p&gt;Your new website is finished! Hours of work and careful attention to detail have come to an end, and the project is ready to go public. You will be able to study your completed website and let us know of any tiny details that need to be addressed. Once you are completely satisfied, we will upload your website to the host of your choice. Your website is viewable by the world!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;What about after the launch? How will I know my website is as effective as it can be?&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;h3&gt;11. Performance Reviews&lt;/h3&gt; &lt;p&gt;We consider our clients to be our long-term partners, making sure that they have the best web experience possible. We won&#39;t leave you hanging!&lt;/p&gt; &lt;p&gt;If you want a great website, you don&#39;t just make a design and walk away and leave it sitting.&lt;/p&gt; &lt;!-- Monthly review of the site and addition of new features --&gt; &lt;ul&gt; &lt;li&gt;Is this design the best it can be in drawing visitors?&lt;/li&gt; &lt;li&gt;Is this design effective in converting visitors to customers?&lt;/li&gt; &lt;li&gt;How will success be measured?&lt;/li&gt; &lt;li&gt;What are the real-world results?&lt;/li&gt; &lt;li&gt;Are you, our client, still excited with your website? Are you proud to show it off to your friends?&lt;/li&gt; &lt;li&gt;What can we learn from your visitor statistics? Where are most of your visits coming from?&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Every so often we will conduct a performance review of your site. We want to make sure your website is the most effective tool it can be to promote your business or organization!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-14 col-sm-offset-5&#34;&gt; &lt;div class=&#34;roadmap-arrowbox-wrapper&#34;&gt; &lt;div class=&#34;arrowbox-1 hvr-grow-shadow&#34;&gt; &lt;div class=&#34;roadmap-question&#34;&gt;I&#39;m so happy! I love my new website, and everyone says how pretty it is!&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;row roadmap-section&#34;&gt; &lt;div class=&#34;col-sm-18 col-sm-offset-3&#34;&gt; &lt;div class=&#34;roadmap-step&#34;&gt; &lt;p class=&#34;tx-center&#34;&gt;This is the part where you tell everyone you know about us.&lt;br&gt;:-)&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- ==================================== --&gt; &lt;/div&gt; </description> </item> <item> <title>Team</title> <link>http://texariti.com/team/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>http://texariti.com/team/</guid> <description>&lt;!-- 2015-03-12__15:35:04 --&gt; &lt;br&gt;&lt;br&gt; &lt;div class=&#34;team-main&#34;&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-24 col-md-11&#34;&gt; &lt;div class=&#34;paper paper-shadow&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;div class=&#34;paper-textarea&#34;&gt; &lt;h2 class=&#34;&#34;&gt;About Us&lt;/h2&gt; &lt;p&gt;We are a team of web designers and programmers who are joining together to build state-of-the-art web projects.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;postit postit-blue paper-shadow centered2 rotate-354&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;p class=&#34;tx-center&#34;&gt;&lt;i&gt;TeXariti&lt;/i&gt; sounds like the words &amp;lsquo;tech&amp;rsquo; and &amp;lsquo;care&amp;rsquo; with an &amp;lsquo;iti&amp;rsquo; on the end. Xariti sounds like &lt;nobr&gt;&amp;lsquo;charity&amp;rsquo;&lt;/nobr&gt; but with a &amp;lsquo;K&amp;rsquo;.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;col-sm-24 col-md-offset-2 col-md-11&#34;&gt; &lt;div class=&#34;paper paper-shadow&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;div class=&#34;paper-textarea&#34;&gt; &lt;h3 class=&#34;&#34;&gt;What is &lt;span class=&#34;wide-spaced&#34;&gt;&amp;ldquo;TeXariti&amp;rdquo;?&lt;span&gt;&lt;/h3&gt; &lt;p&gt;&lt;i&gt;TeXariti&lt;/i&gt; comes from two Greek words and means a gift that is not earned. Our name was chosen to remind us that we didn&#39;t get where we are alone. We want to use our gifts to help others.&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- .row --&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-24 col-md-11&#34;&gt; &lt;div class=&#34;paper paper-shadow&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;div class=&#34;paper-textarea&#34;&gt; &lt;img class=&#34;team-photo img-responsive img-center&#34; src=&#34;../photos/kendal_200x253.jpg&#34; alt=&#34;&#34;&gt; &lt;h3 class=&#34;tx-center&#34;&gt;Kendal&lt;/h3&gt; &lt;p class=&#34;tx-center&#34;&gt;&lt;em&gt;Designer, Business &lt;nobr&gt;Strategy&lt;/nobr&gt;&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Kendal loves design and is a perfectionist when it comes to getting &amp;ldquo;just the right look.&amp;rdquo; He is studying the Lisp and Go programming languages.&lt;/p&gt; &lt;p&gt;Kendal has a B.A. in Bible from Oklahoma Baptist University. He is starting a church for people with disabilities and cancer patients, their families and caregivers.&lt;/p&gt; &lt;p&gt;&lt;em&gt;Likes&lt;/em&gt;: Lisp, Emacs, Linux, design principles, Bible, Greek, church starting. Hopes to get into cooking and gardening.&lt;/p&gt; &lt;p&gt;&lt;em&gt;Favorite meal&lt;/em&gt;: Steak and shrimp, fries with white gravy, breaded okra and hot buttered rolls.&lt;/p&gt; &lt;p&gt;&lt;em&gt;Favorite dessert&lt;/em&gt;: Chocolate ice cream on a brownie!&amp;nbsp :-)&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&#34;col-sm-24 col-md-offset-2 col-md-11&#34;&gt; &lt;div class=&#34;postit postit-yellow paper-shadow centered2&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;h3 class=&#34;tx-center&#34;&gt;More team members coming soon!&lt;br&gt;&lt;i&gt;...Excited!&lt;/i&gt;&lt;br&gt;:-)&lt;/h3&gt; &lt;/div&gt; &lt;!-- &lt;a href=&#34;../design/&#34;&gt; --&gt; &lt;div class=&#34;postit postit-purple paper-shadow centered2&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;h3 class=&#34;tx-center&#34;&gt;Lots of plans, too&lt;/h3&gt; &lt;/div&gt; &lt;!-- &lt;/a&gt; --&gt; &lt;div class=&#34;postit postit-pink paper-shadow centered2&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;h3 class=&#34;tx-center&#34;&gt;Writing on pink post-it notes is fun!&lt;br&gt;:-)&lt;/h3&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- .row --&gt; &lt;/div&gt; &lt;!-- .container --&gt; &lt;div class=&#34;container&#34;&gt; &lt;div class=&#34;row&#34;&gt; &lt;div class=&#34;col-sm-24 col-md-24&#34;&gt; &lt;div class=&#34;postit postit-white-crumbled-paper paper-shadow centered2&#34;&gt; &lt;!-- Tack --&gt; &lt;div class=&#34;tx-center&#34;&gt; &lt;img class=&#34;centered&#34; style=&#34;width: 5rem;&#34; src=&#34;../img/openclipart.org-thumb-tack-2-plain.svg&#34; alt=&#34;divider&#34;&gt; &lt;/div&gt; &lt;a href=&#34;../contact/&#34;&gt; &lt;h3 class=&#34;tx-center&#34;&gt;&lt;span class=&#34;red-marker&#34;&gt;Need help with your&lt;br&gt;website?&lt;/span&gt;&lt;br&gt;&lt;span class=&#34;blue-marker&#34;&gt;Email us&lt;/span&gt;&lt;/h3&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- .row --&gt; &lt;/div&gt; &lt;!-- .container --&gt; &lt;/div&gt; &lt;!-- .main --&gt; </description> </item> </channel> </rss>
51.138772
459
0.608858
126c9a3478ed95ced0c91f1cd223de41eff7d921
125,012
xml
XML
17-05-2017/Winning Chromosomes/6G X 1 COMB/1/ENTM + TD/1+td6g/chromosome/chromosome42108623.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 1 COMB/1/ENTM + TD/1+td6g/chromosome/chromosome42108623.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 1 COMB/1/ENTM + TD/1+td6g/chromosome/chromosome42108623.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
<chromosome id="42108623" primary-parent-id="42075317"><neuron id="41952806" type="in" activation="linear"/> <neuron id="41952807" type="in" activation="linear"/> <neuron id="41952808" type="in" activation="linear"/> <neuron id="41952809" type="in" activation="linear"/> <neuron id="41952810" type="in" activation="linear"/> <neuron id="41952811" type="in" activation="linear"/> <neuron id="41952812" type="in" activation="linear"/> <neuron id="41952813" type="in" activation="linear"/> <neuron id="41952814" type="in" activation="linear"/> <neuron id="41952815" type="in" activation="linear"/> <neuron id="41952816" type="in" activation="linear"/> <neuron id="41952817" type="in" activation="linear"/> <neuron id="41952818" type="in" activation="linear"/> <neuron id="41952819" type="in" activation="linear"/> <neuron id="41952820" type="in" activation="linear"/> <neuron id="41952821" type="in" activation="linear"/> <neuron id="41952822" type="in" activation="linear"/> <neuron id="41952823" type="in" activation="linear"/> <neuron id="41952824" type="in" activation="linear"/> <neuron id="41952825" type="in" activation="linear"/> <neuron id="41952826" type="in" activation="linear"/> <neuron id="41952827" type="in" activation="linear"/> <neuron id="41952828" type="in" activation="linear"/> <neuron id="41952829" type="in" activation="linear"/> <neuron id="41952830" type="in" activation="linear"/> <neuron id="41952831" type="in" activation="linear"/> <neuron id="41952832" type="in" activation="linear"/> <neuron id="41952833" type="in" activation="linear"/> <neuron id="41952834" type="in" activation="linear"/> <neuron id="41952835" type="in" activation="linear"/> <neuron id="41952836" type="in" activation="linear"/> <neuron id="41952837" type="in" activation="linear"/> <neuron id="41952838" type="in" activation="linear"/> <neuron id="41952839" type="in" activation="linear"/> <neuron id="41952840" type="in" activation="linear"/> <neuron id="41952841" type="in" activation="linear"/> <neuron id="41952842" type="in" activation="linear"/> <neuron id="41952843" type="in" activation="linear"/> <neuron id="41952844" type="in" activation="linear"/> <neuron id="41952845" type="in" activation="linear"/> <neuron id="41952846" type="in" activation="linear"/> <neuron id="41952847" type="in" activation="linear"/> <neuron id="41952848" type="in" activation="linear"/> <neuron id="41952849" type="in" activation="linear"/> <neuron id="41952850" type="in" activation="linear"/> <neuron id="41952851" type="in" activation="linear"/> <neuron id="41952852" type="in" activation="linear"/> <neuron id="41952853" type="in" activation="linear"/> <neuron id="41952854" type="in" activation="linear"/> <neuron id="41952855" type="in" activation="linear"/> <neuron id="41952856" type="in" activation="linear"/> <neuron id="41952857" type="in" activation="linear"/> <neuron id="41952858" type="in" activation="linear"/> <neuron id="41952859" type="in" activation="linear"/> <neuron id="41952860" type="in" activation="linear"/> <neuron id="41952861" type="in" activation="linear"/> <neuron id="41952862" type="in" activation="linear"/> <neuron id="41952863" type="in" activation="linear"/> <neuron id="41952864" type="in" activation="linear"/> <neuron id="41952865" type="in" activation="linear"/> <neuron id="41952866" type="in" activation="linear"/> <neuron id="41952867" type="in" activation="linear"/> <neuron id="41952868" type="in" activation="linear"/> <neuron id="41952869" type="in" activation="linear"/> <neuron id="41952870" type="in" activation="linear"/> <neuron id="41952871" type="in" activation="linear"/> <neuron id="41952872" type="in" activation="linear"/> <neuron id="41952873" type="in" activation="linear"/> <neuron id="41952874" type="in" activation="linear"/> <neuron id="41952875" type="in" activation="linear"/> <neuron id="41952876" type="in" activation="linear"/> <neuron id="41952877" type="in" activation="linear"/> <neuron id="41952878" type="in" activation="linear"/> <neuron id="41952879" type="in" activation="linear"/> <neuron id="41952880" type="in" activation="linear"/> <neuron id="41952881" type="in" activation="linear"/> <neuron id="41952882" type="in" activation="linear"/> <neuron id="41952883" type="in" activation="linear"/> <neuron id="41952884" type="in" activation="linear"/> <neuron id="41952885" type="in" activation="linear"/> <neuron id="41952886" type="in" activation="linear"/> <neuron id="41952887" type="in" activation="linear"/> <neuron id="41952888" type="in" activation="linear"/> <neuron id="41952889" type="in" activation="linear"/> <neuron id="41952890" type="in" activation="linear"/> <neuron id="41952891" type="in" activation="linear"/> <neuron id="41952892" type="out" activation="sigmoid"/> <connection id="41952893" src-id="41952806" dest-id="41952892" weight="-8.327737315656485"/> <connection id="41952894" src-id="41952807" dest-id="41952892" weight="8.744866080412837"/> <connection id="41952895" src-id="41952808" dest-id="41952892" weight="-6.588016078831228"/> <connection id="41952896" src-id="41952809" dest-id="41952892" weight="-6.398830045187712"/> <connection id="41952897" src-id="41952810" dest-id="41952892" weight="-10.0"/> <connection id="41952898" src-id="41952811" dest-id="41952892" weight="9.11202504772441"/> <connection id="41952899" src-id="41952812" dest-id="41952892" weight="8.327835178083204"/> <connection id="41952900" src-id="41952813" dest-id="41952892" weight="3.16018502753548"/> <connection id="41952901" src-id="41952814" dest-id="41952892" weight="-1.8532050974335852"/> <connection id="41952902" src-id="41952815" dest-id="41952892" weight="-8.902712308869578"/> <connection id="41952903" src-id="41952816" dest-id="41952892" weight="1.261682221248335"/> <connection id="41952904" src-id="41952817" dest-id="41952892" weight="6.965233295720156"/> <connection id="41952905" src-id="41952818" dest-id="41952892" weight="-0.5102635700237348"/> <connection id="41952906" src-id="41952819" dest-id="41952892" weight="3.122616360730191"/> <connection id="41952907" src-id="41952820" dest-id="41952892" weight="-1.3475509620835413"/> <connection id="41952908" src-id="41952821" dest-id="41952892" weight="4.138482097965766"/> <connection id="41952909" src-id="41952822" dest-id="41952892" weight="0.5668102927299001"/> <connection id="41952910" src-id="41952823" dest-id="41952892" weight="-7.079775730774633"/> <connection id="41952911" src-id="41952824" dest-id="41952892" weight="6.846941638291099"/> <connection id="41952912" src-id="41952825" dest-id="41952892" weight="-1.0326766061372519"/> <connection id="41952913" src-id="41952826" dest-id="41952892" weight="-3.1904711977097704"/> <connection id="41952914" src-id="41952827" dest-id="41952892" weight="-7.008096914838639"/> <connection id="41952915" src-id="41952828" dest-id="41952892" weight="0.005742723649055481"/> <connection id="41952916" src-id="41952829" dest-id="41952892" weight="5.373654235478343"/> <connection id="41952917" src-id="41952830" dest-id="41952892" weight="0.21209493612315855"/> <connection id="41952918" src-id="41952831" dest-id="41952892" weight="-2.704342827345858"/> <connection id="41952919" src-id="41952832" dest-id="41952892" weight="-5.222122820466038"/> <connection id="41952920" src-id="41952833" dest-id="41952892" weight="1.7885958062387288"/> <connection id="41952921" src-id="41952834" dest-id="41952892" weight="10.0"/> <connection id="41952922" src-id="41952835" dest-id="41952892" weight="-1.5804925339676654"/> <connection id="41952923" src-id="41952836" dest-id="41952892" weight="-2.716798195597107"/> <connection id="41952925" src-id="41952838" dest-id="41952892" weight="-0.4342199190398419"/> <connection id="41952926" src-id="41952839" dest-id="41952892" weight="1.3200314050080424"/> <connection id="41952928" src-id="41952841" dest-id="41952892" weight="2.334067607132944"/> <connection id="41952929" src-id="41952842" dest-id="41952892" weight="2.1069454715830167"/> <connection id="41952930" src-id="41952843" dest-id="41952892" weight="0.0014986325820205426"/> <connection id="41952931" src-id="41952844" dest-id="41952892" weight="0.12747047756879282"/> <connection id="41952933" src-id="41952846" dest-id="41952892" weight="-3.4972925155209382"/> <connection id="41952934" src-id="41952847" dest-id="41952892" weight="-5.958969877884916"/> <connection id="41952935" src-id="41952848" dest-id="41952892" weight="6.3871777450594145"/> <connection id="41952936" src-id="41952849" dest-id="41952892" weight="5.39828867902848"/> <connection id="41952937" src-id="41952850" dest-id="41952892" weight="5.5244433463730775"/> <connection id="41952938" src-id="41952851" dest-id="41952892" weight="6.160117479747936"/> <connection id="41952939" src-id="41952852" dest-id="41952892" weight="6.2192196655431236"/> <connection id="41952940" src-id="41952853" dest-id="41952892" weight="1.1993718543254082"/> <connection id="41952941" src-id="41952854" dest-id="41952892" weight="-4.540739450652907"/> <connection id="41952942" src-id="41952855" dest-id="41952892" weight="8.678952101882066"/> <connection id="41952943" src-id="41952856" dest-id="41952892" weight="-9.141353017851216"/> <connection id="41952944" src-id="41952857" dest-id="41952892" weight="0.7419997294395846"/> <connection id="41952946" src-id="41952859" dest-id="41952892" weight="-2.783169203607649"/> <connection id="41952947" src-id="41952860" dest-id="41952892" weight="4.846725438961616"/> <connection id="41952948" src-id="41952861" dest-id="41952892" weight="-4.74439264163264"/> <connection id="41952949" src-id="41952862" dest-id="41952892" weight="2.833847297021276"/> <connection id="41952950" src-id="41952863" dest-id="41952892" weight="9.349076869321907"/> <connection id="41952951" src-id="41952864" dest-id="41952892" weight="-4.381435372848402"/> <connection id="41952952" src-id="41952865" dest-id="41952892" weight="2.279616605603633"/> <connection id="41952953" src-id="41952866" dest-id="41952892" weight="-1.507841730503019"/> <connection id="41952954" src-id="41952867" dest-id="41952892" weight="3.761683156298537"/> <connection id="41952955" src-id="41952868" dest-id="41952892" weight="4.149054091922203"/> <connection id="41952956" src-id="41952869" dest-id="41952892" weight="9.111283205964629"/> <connection id="41952957" src-id="41952870" dest-id="41952892" weight="-6.794059947479031"/> <connection id="41952958" src-id="41952871" dest-id="41952892" weight="2.227421265363559"/> <connection id="41952960" src-id="41952873" dest-id="41952892" weight="0.07962004883202511"/> <connection id="41952961" src-id="41952874" dest-id="41952892" weight="4.371946757550097"/> <connection id="41952963" src-id="41952876" dest-id="41952892" weight="2.6917596435434366"/> <connection id="41952964" src-id="41952877" dest-id="41952892" weight="-5.757597089108933"/> <connection id="41952965" src-id="41952878" dest-id="41952892" weight="9.64414886480793"/> <connection id="41952967" src-id="41952880" dest-id="41952892" weight="6.519691861880861"/> <connection id="41952968" src-id="41952881" dest-id="41952892" weight="4.835501747448336"/> <connection id="41952969" src-id="41952882" dest-id="41952892" weight="-4.8980019855453705"/> <connection id="41952970" src-id="41952883" dest-id="41952892" weight="-10.0"/> <connection id="41952971" src-id="41952884" dest-id="41952892" weight="-7.049040456856061"/> <connection id="41952972" src-id="41952885" dest-id="41952892" weight="-2.851218479330432"/> <connection id="41952973" src-id="41952886" dest-id="41952892" weight="7.677687667882271"/> <connection id="41952974" src-id="41952887" dest-id="41952892" weight="-2.4826157777848503"/> <connection id="41952975" src-id="41952888" dest-id="41952892" weight="5.703399832300078"/> <connection id="41952976" src-id="41952889" dest-id="41952892" weight="2.278571868974239"/> <connection id="41952977" src-id="41952890" dest-id="41952892" weight="-10.0"/> <connection id="41952978" src-id="41952891" dest-id="41952892" weight="-1.6067657848080783"/> <neuron id="41952979" type="out" activation="sigmoid"/> <connection id="41952980" src-id="41952806" dest-id="41952979" weight="8.076690928764394"/> <connection id="41952981" src-id="41952807" dest-id="41952979" weight="8.962349043164457"/> <connection id="41952982" src-id="41952808" dest-id="41952979" weight="-2.81783414080266"/> <connection id="41952983" src-id="41952809" dest-id="41952979" weight="2.1808799109163717"/> <connection id="41952985" src-id="41952811" dest-id="41952979" weight="5.71103776356669"/> <connection id="41952986" src-id="41952812" dest-id="41952979" weight="-6.339657817825103"/> <connection id="41952988" src-id="41952814" dest-id="41952979" weight="7.627415888118364"/> <connection id="41952990" src-id="41952816" dest-id="41952979" weight="8.36147055287184"/> <connection id="41952991" src-id="41952817" dest-id="41952979" weight="7.850152332984793"/> <connection id="41952992" src-id="41952818" dest-id="41952979" weight="-4.450260532299799"/> <connection id="41952993" src-id="41952819" dest-id="41952979" weight="-5.670356605799208"/> <connection id="41952994" src-id="41952820" dest-id="41952979" weight="-10.0"/> <connection id="41952996" src-id="41952822" dest-id="41952979" weight="9.849738892997626"/> <connection id="41952998" src-id="41952824" dest-id="41952979" weight="-7.854462892472565"/> <connection id="41952999" src-id="41952825" dest-id="41952979" weight="-2.3911557996200496"/> <connection id="41953000" src-id="41952826" dest-id="41952979" weight="3.9125921850167633"/> <connection id="41953003" src-id="41952829" dest-id="41952979" weight="-5.704513811255778"/> <connection id="41953004" src-id="41952830" dest-id="41952979" weight="9.734204954342399"/> <connection id="41953006" src-id="41952832" dest-id="41952979" weight="4.80286675713358"/> <connection id="41953008" src-id="41952834" dest-id="41952979" weight="-5.933950709197247"/> <connection id="41953009" src-id="41952835" dest-id="41952979" weight="-3.823548662301193"/> <connection id="41953010" src-id="41952836" dest-id="41952979" weight="2.8700081773703463"/> <connection id="41953011" src-id="41952837" dest-id="41952979" weight="-0.5399259948740625"/> <connection id="41953012" src-id="41952838" dest-id="41952979" weight="-6.0037149407717765"/> <connection id="41953013" src-id="41952839" dest-id="41952979" weight="-5.864009637488137"/> <connection id="41953014" src-id="41952840" dest-id="41952979" weight="7.924551663740825"/> <connection id="41953015" src-id="41952841" dest-id="41952979" weight="10.0"/> <connection id="41953016" src-id="41952842" dest-id="41952979" weight="-2.561120755216825"/> <connection id="41953017" src-id="41952843" dest-id="41952979" weight="4.985037195021663"/> <connection id="41953018" src-id="41952844" dest-id="41952979" weight="0.6444939372610943"/> <connection id="41953023" src-id="41952849" dest-id="41952979" weight="0.9041871367137392"/> <connection id="41953025" src-id="41952851" dest-id="41952979" weight="2.7146152277769495"/> <connection id="41953027" src-id="41952853" dest-id="41952979" weight="-3.004158240125262"/> <connection id="41953028" src-id="41952854" dest-id="41952979" weight="0.698245106153097"/> <connection id="41953029" src-id="41952855" dest-id="41952979" weight="2.6089841069711244"/> <connection id="41953030" src-id="41952856" dest-id="41952979" weight="0.01690276760677345"/> <connection id="41953031" src-id="41952857" dest-id="41952979" weight="-4.277945990565859"/> <connection id="41953032" src-id="41952858" dest-id="41952979" weight="-7.498977943464282"/> <connection id="41953033" src-id="41952859" dest-id="41952979" weight="4.093547863623927"/> <connection id="41953034" src-id="41952860" dest-id="41952979" weight="4.99089475717401"/> <connection id="41953036" src-id="41952862" dest-id="41952979" weight="-2.9259366104667452"/> <connection id="41953037" src-id="41952863" dest-id="41952979" weight="-4.580346954826625"/> <connection id="41953038" src-id="41952864" dest-id="41952979" weight="-9.529575212544536"/> <connection id="41953039" src-id="41952865" dest-id="41952979" weight="2.879483165253372"/> <connection id="41953040" src-id="41952866" dest-id="41952979" weight="-4.876241267842277"/> <connection id="41953041" src-id="41952867" dest-id="41952979" weight="2.540735223692497"/> <connection id="41953042" src-id="41952868" dest-id="41952979" weight="7.459431667766749"/> <connection id="41953043" src-id="41952869" dest-id="41952979" weight="0.5646988763360556"/> <connection id="41953044" src-id="41952870" dest-id="41952979" weight="4.281107479566629"/> <connection id="41953045" src-id="41952871" dest-id="41952979" weight="-1.1227739810290076"/> <connection id="41953046" src-id="41952872" dest-id="41952979" weight="4.040221727999485"/> <connection id="41953047" src-id="41952873" dest-id="41952979" weight="1.2633076264965089"/> <connection id="41953049" src-id="41952875" dest-id="41952979" weight="1.4507569467524066"/> <connection id="41953051" src-id="41952877" dest-id="41952979" weight="-2.762593136527077"/> <connection id="41953052" src-id="41952878" dest-id="41952979" weight="1.1499298647780711"/> <connection id="41953053" src-id="41952879" dest-id="41952979" weight="3.4622933940985705"/> <connection id="41953054" src-id="41952880" dest-id="41952979" weight="9.262423497938746"/> <connection id="41953055" src-id="41952881" dest-id="41952979" weight="-3.923915193438454"/> <connection id="41953056" src-id="41952882" dest-id="41952979" weight="7.952066095207969"/> <connection id="41953057" src-id="41952883" dest-id="41952979" weight="6.566044704109935"/> <connection id="41953058" src-id="41952884" dest-id="41952979" weight="-6.123530512728996"/> <connection id="41953060" src-id="41952886" dest-id="41952979" weight="-0.6329521304080044"/> <connection id="41953062" src-id="41952888" dest-id="41952979" weight="8.50689662799488"/> <connection id="41953063" src-id="41952889" dest-id="41952979" weight="10.0"/> <connection id="41953065" src-id="41952891" dest-id="41952979" weight="-7.1125636536532095"/> <neuron id="41953066" type="out" activation="sigmoid"/> <connection id="41953067" src-id="41952806" dest-id="41953066" weight="3.3199859477431506"/> <connection id="41953069" src-id="41952808" dest-id="41953066" weight="9.863660097802093"/> <connection id="41953070" src-id="41952809" dest-id="41953066" weight="3.515960247138429"/> <connection id="41953071" src-id="41952810" dest-id="41953066" weight="5.573567072405798"/> <connection id="41953072" src-id="41952811" dest-id="41953066" weight="2.7193348299275897"/> <connection id="41953074" src-id="41952813" dest-id="41953066" weight="-2.047549411779775"/> <connection id="41953075" src-id="41952814" dest-id="41953066" weight="7.46431376811734"/> <connection id="41953076" src-id="41952815" dest-id="41953066" weight="3.780745632584645"/> <connection id="41953077" src-id="41952816" dest-id="41953066" weight="2.8486761973636345"/> <connection id="41953078" src-id="41952817" dest-id="41953066" weight="2.4320839495204263"/> <connection id="41953079" src-id="41952818" dest-id="41953066" weight="-0.3664327123058717"/> <connection id="41953080" src-id="41952819" dest-id="41953066" weight="7.405568079894797"/> <connection id="41953081" src-id="41952820" dest-id="41953066" weight="10.0"/> <connection id="41953082" src-id="41952821" dest-id="41953066" weight="-10.0"/> <connection id="41953083" src-id="41952822" dest-id="41953066" weight="7.2981061092810044"/> <connection id="41953084" src-id="41952823" dest-id="41953066" weight="-4.766943539899282"/> <connection id="41953085" src-id="41952824" dest-id="41953066" weight="4.76104430301767"/> <connection id="41953086" src-id="41952825" dest-id="41953066" weight="4.286203838004562"/> <connection id="41953087" src-id="41952826" dest-id="41953066" weight="1.123692888640579"/> <connection id="41953088" src-id="41952827" dest-id="41953066" weight="-2.1611857740173304"/> <connection id="41953089" src-id="41952828" dest-id="41953066" weight="3.3884254783669947"/> <connection id="41953090" src-id="41952829" dest-id="41953066" weight="-1.1673483617930644"/> <connection id="41953091" src-id="41952830" dest-id="41953066" weight="0.597508402623938"/> <connection id="41953092" src-id="41952831" dest-id="41953066" weight="-0.12450043960801271"/> <connection id="41953093" src-id="41952832" dest-id="41953066" weight="4.092673864988717"/> <connection id="41953094" src-id="41952833" dest-id="41953066" weight="8.181175837526885"/> <connection id="41953095" src-id="41952834" dest-id="41953066" weight="-7.595244512614115"/> <connection id="41953096" src-id="41952835" dest-id="41953066" weight="5.221241221354795"/> <connection id="41953097" src-id="41952836" dest-id="41953066" weight="8.631594767793775"/> <connection id="41953098" src-id="41952837" dest-id="41953066" weight="-2.8968034741203272"/> <connection id="41953099" src-id="41952838" dest-id="41953066" weight="-8.689238880668496"/> <connection id="41953101" src-id="41952840" dest-id="41953066" weight="-1.1455047049585405"/> <connection id="41953103" src-id="41952842" dest-id="41953066" weight="1.195683509282736"/> <connection id="41953105" src-id="41952844" dest-id="41953066" weight="-9.18737193566985"/> <connection id="41953106" src-id="41952845" dest-id="41953066" weight="10.0"/> <connection id="41953108" src-id="41952847" dest-id="41953066" weight="4.345193627859189"/> <connection id="41953109" src-id="41952848" dest-id="41953066" weight="-5.319923180934011"/> <connection id="41953110" src-id="41952849" dest-id="41953066" weight="4.081921336733496"/> <connection id="41953113" src-id="41952852" dest-id="41953066" weight="10.0"/> <connection id="41953114" src-id="41952853" dest-id="41953066" weight="5.336810782314313"/> <connection id="41953115" src-id="41952854" dest-id="41953066" weight="-7.421591134687468"/> <connection id="41953116" src-id="41952855" dest-id="41953066" weight="2.7401286051837195"/> <connection id="41953118" src-id="41952857" dest-id="41953066" weight="-8.326957688268893"/> <connection id="41953119" src-id="41952858" dest-id="41953066" weight="3.611522655433877"/> <connection id="41953120" src-id="41952859" dest-id="41953066" weight="-3.868504844622394"/> <connection id="41953121" src-id="41952860" dest-id="41953066" weight="8.13846767522975"/> <connection id="41953122" src-id="41952861" dest-id="41953066" weight="1.7661738082802074"/> <connection id="41953123" src-id="41952862" dest-id="41953066" weight="-1.1555950606982663"/> <connection id="41953125" src-id="41952864" dest-id="41953066" weight="5.897881013649926"/> <connection id="41953126" src-id="41952865" dest-id="41953066" weight="-9.673014317349317"/> <connection id="41953127" src-id="41952866" dest-id="41953066" weight="8.149129088821876"/> <connection id="41953128" src-id="41952867" dest-id="41953066" weight="-6.81646359464753"/> <connection id="41953129" src-id="41952868" dest-id="41953066" weight="4.172455144398821"/> <connection id="41953130" src-id="41952869" dest-id="41953066" weight="-5.570501472091338"/> <connection id="41953132" src-id="41952871" dest-id="41953066" weight="6.252613892806827"/> <connection id="41953133" src-id="41952872" dest-id="41953066" weight="4.485301478598717"/> <connection id="41953134" src-id="41952873" dest-id="41953066" weight="7.440972808784143"/> <connection id="41953135" src-id="41952874" dest-id="41953066" weight="-8.416633446462537"/> <connection id="41953137" src-id="41952876" dest-id="41953066" weight="-5.897673508842602"/> <connection id="41953138" src-id="41952877" dest-id="41953066" weight="-2.5052102434503585"/> <connection id="41953139" src-id="41952878" dest-id="41953066" weight="1.5268928871151413"/> <connection id="41953140" src-id="41952879" dest-id="41953066" weight="-5.683549667142092"/> <connection id="41953141" src-id="41952880" dest-id="41953066" weight="-1.0220948333558657"/> <connection id="41953142" src-id="41952881" dest-id="41953066" weight="-3.40283198958426"/> <connection id="41953143" src-id="41952882" dest-id="41953066" weight="2.024642523616806"/> <connection id="41953144" src-id="41952883" dest-id="41953066" weight="9.192620943334294"/> <connection id="41953146" src-id="41952885" dest-id="41953066" weight="-5.0947245975501625"/> <connection id="41953148" src-id="41952887" dest-id="41953066" weight="-8.965366226987756"/> <connection id="41953149" src-id="41952888" dest-id="41953066" weight="1.6955877958911292"/> <connection id="41953151" src-id="41952890" dest-id="41953066" weight="5.178629507986517"/> <connection id="41953152" src-id="41952891" dest-id="41953066" weight="6.074581982690502"/> <neuron id="41953153" type="out" activation="sigmoid"/> <connection id="41953154" src-id="41952806" dest-id="41953153" weight="-8.838790480699226"/> <connection id="41953155" src-id="41952807" dest-id="41953153" weight="8.057375081182647"/> <connection id="41953157" src-id="41952809" dest-id="41953153" weight="3.8553734246021643"/> <connection id="41953158" src-id="41952810" dest-id="41953153" weight="-4.508678160005234"/> <connection id="41953159" src-id="41952811" dest-id="41953153" weight="-6.610907584866445"/> <connection id="41953160" src-id="41952812" dest-id="41953153" weight="-10.0"/> <connection id="41953163" src-id="41952815" dest-id="41953153" weight="7.996912348629648"/> <connection id="41953164" src-id="41952816" dest-id="41953153" weight="-0.4012532798551498"/> <connection id="41953167" src-id="41952819" dest-id="41953153" weight="-0.6415814075539386"/> <connection id="41953168" src-id="41952820" dest-id="41953153" weight="-2.992852494390636"/> <connection id="41953169" src-id="41952821" dest-id="41953153" weight="0.7122876152658306"/> <connection id="41953170" src-id="41952822" dest-id="41953153" weight="3.6120527472026294"/> <connection id="41953171" src-id="41952823" dest-id="41953153" weight="-0.5181834045754099"/> <connection id="41953172" src-id="41952824" dest-id="41953153" weight="-8.1315799681989"/> <connection id="41953173" src-id="41952825" dest-id="41953153" weight="-10.0"/> <connection id="41953174" src-id="41952826" dest-id="41953153" weight="-8.245865528588489"/> <connection id="41953175" src-id="41952827" dest-id="41953153" weight="7.326365197024526"/> <connection id="41953176" src-id="41952828" dest-id="41953153" weight="8.40104881369051"/> <connection id="41953177" src-id="41952829" dest-id="41953153" weight="-3.685860564206744"/> <connection id="41953178" src-id="41952830" dest-id="41953153" weight="-2.007363254103082"/> <connection id="41953180" src-id="41952832" dest-id="41953153" weight="-4.426722325399007"/> <connection id="41953183" src-id="41952835" dest-id="41953153" weight="10.0"/> <connection id="41953185" src-id="41952837" dest-id="41953153" weight="-9.509476694505004"/> <connection id="41953186" src-id="41952838" dest-id="41953153" weight="4.388742842866821"/> <connection id="41953187" src-id="41952839" dest-id="41953153" weight="-10.0"/> <connection id="41953190" src-id="41952842" dest-id="41953153" weight="-8.50120971228205"/> <connection id="41953191" src-id="41952843" dest-id="41953153" weight="-5.782555892964858"/> <connection id="41953195" src-id="41952847" dest-id="41953153" weight="2.307228990631728"/> <connection id="41953196" src-id="41952848" dest-id="41953153" weight="-6.5099897829120295"/> <connection id="41953197" src-id="41952849" dest-id="41953153" weight="4.963199529428144"/> <connection id="41953198" src-id="41952850" dest-id="41953153" weight="-3.2355480263409264"/> <connection id="41953199" src-id="41952851" dest-id="41953153" weight="5.563367570524772"/> <connection id="41953200" src-id="41952852" dest-id="41953153" weight="6.416153826498434"/> <connection id="41953201" src-id="41952853" dest-id="41953153" weight="9.75788365811245"/> <connection id="41953202" src-id="41952854" dest-id="41953153" weight="7.269252482542939"/> <connection id="41953203" src-id="41952855" dest-id="41953153" weight="-0.16877512886560586"/> <connection id="41953204" src-id="41952856" dest-id="41953153" weight="0.8454639887031431"/> <connection id="41953205" src-id="41952857" dest-id="41953153" weight="-9.836778247357723"/> <connection id="41953206" src-id="41952858" dest-id="41953153" weight="-4.067729829103426"/> <connection id="41953208" src-id="41952860" dest-id="41953153" weight="8.814620954506001"/> <connection id="41953209" src-id="41952861" dest-id="41953153" weight="4.497093590002887"/> <connection id="41953210" src-id="41952862" dest-id="41953153" weight="-0.3141653001077394"/> <connection id="41953211" src-id="41952863" dest-id="41953153" weight="2.712112526739837"/> <connection id="41953212" src-id="41952864" dest-id="41953153" weight="6.66337604669267"/> <connection id="41953213" src-id="41952865" dest-id="41953153" weight="-10.0"/> <connection id="41953214" src-id="41952866" dest-id="41953153" weight="-9.078255249546773"/> <connection id="41953215" src-id="41952867" dest-id="41953153" weight="-2.7468838762670984"/> <connection id="41953216" src-id="41952868" dest-id="41953153" weight="-0.12104134853352505"/> <connection id="41953217" src-id="41952869" dest-id="41953153" weight="-3.6101806846062763"/> <connection id="41953219" src-id="41952871" dest-id="41953153" weight="8.327546341250304"/> <connection id="41953220" src-id="41952872" dest-id="41953153" weight="9.510146872263855"/> <connection id="41953221" src-id="41952873" dest-id="41953153" weight="-0.8643744755371905"/> <connection id="41953222" src-id="41952874" dest-id="41953153" weight="2.8160430894689075"/> <connection id="41953223" src-id="41952875" dest-id="41953153" weight="1.4621340329908288"/> <connection id="41953224" src-id="41952876" dest-id="41953153" weight="9.521411054508441"/> <connection id="41953225" src-id="41952877" dest-id="41953153" weight="2.479231008894452"/> <connection id="41953226" src-id="41952878" dest-id="41953153" weight="4.748198394806579"/> <connection id="41953227" src-id="41952879" dest-id="41953153" weight="-5.641861648586231"/> <connection id="41953228" src-id="41952880" dest-id="41953153" weight="7.889962178038942"/> <connection id="41953229" src-id="41952881" dest-id="41953153" weight="-9.22924027904241"/> <connection id="41953230" src-id="41952882" dest-id="41953153" weight="-2.706873363256647"/> <connection id="41953231" src-id="41952883" dest-id="41953153" weight="10.0"/> <connection id="41953232" src-id="41952884" dest-id="41953153" weight="9.684217114228197"/> <connection id="41953233" src-id="41952885" dest-id="41953153" weight="-9.01838293584482"/> <connection id="41953234" src-id="41952886" dest-id="41953153" weight="-0.5786378850731846"/> <connection id="41953235" src-id="41952887" dest-id="41953153" weight="-0.7924188255836928"/> <connection id="41953237" src-id="41952889" dest-id="41953153" weight="-3.4166823484582"/> <connection id="41953238" src-id="41952890" dest-id="41953153" weight="1.4375687711586838"/> <neuron id="41953240" type="out" activation="sigmoid"/> <connection id="41953241" src-id="41952806" dest-id="41953240" weight="6.697378253109094"/> <connection id="41953242" src-id="41952807" dest-id="41953240" weight="6.319762588095651"/> <connection id="41953243" src-id="41952808" dest-id="41953240" weight="7.866671694974675"/> <connection id="41953244" src-id="41952809" dest-id="41953240" weight="6.412887166474709"/> <connection id="41953245" src-id="41952810" dest-id="41953240" weight="2.427717131860696"/> <connection id="41953246" src-id="41952811" dest-id="41953240" weight="4.993755604900253"/> <connection id="41953247" src-id="41952812" dest-id="41953240" weight="-7.369992443444026"/> <connection id="41953248" src-id="41952813" dest-id="41953240" weight="9.252459741022676"/> <connection id="41953249" src-id="41952814" dest-id="41953240" weight="-5.241721295437157"/> <connection id="41953250" src-id="41952815" dest-id="41953240" weight="2.447110858011831"/> <connection id="41953251" src-id="41952816" dest-id="41953240" weight="-0.22459965133255155"/> <connection id="41953252" src-id="41952817" dest-id="41953240" weight="10.0"/> <connection id="41953253" src-id="41952818" dest-id="41953240" weight="-7.907760138750533"/> <connection id="41953254" src-id="41952819" dest-id="41953240" weight="-0.49992641696303164"/> <connection id="41953255" src-id="41952820" dest-id="41953240" weight="-5.820895399238497"/> <connection id="41953256" src-id="41952821" dest-id="41953240" weight="-6.806961110154824"/> <connection id="41953257" src-id="41952822" dest-id="41953240" weight="3.9215338555137347"/> <connection id="41953259" src-id="41952824" dest-id="41953240" weight="-3.5617137444303024"/> <connection id="41953260" src-id="41952825" dest-id="41953240" weight="-4.197229412014323"/> <connection id="41953261" src-id="41952826" dest-id="41953240" weight="-9.583294156466742"/> <connection id="41953262" src-id="41952827" dest-id="41953240" weight="-5.648853022738437"/> <connection id="41953263" src-id="41952828" dest-id="41953240" weight="-0.4566686447219821"/> <connection id="41953264" src-id="41952829" dest-id="41953240" weight="-8.708164380948212"/> <connection id="41953265" src-id="41952830" dest-id="41953240" weight="6.308248293907974"/> <connection id="41953266" src-id="41952831" dest-id="41953240" weight="5.944067311940859"/> <connection id="41953267" src-id="41952832" dest-id="41953240" weight="-9.987076541475215"/> <connection id="41953268" src-id="41952833" dest-id="41953240" weight="6.288727431390929"/> <connection id="41953270" src-id="41952835" dest-id="41953240" weight="10.0"/> <connection id="41953271" src-id="41952836" dest-id="41953240" weight="5.182877778061967"/> <connection id="41953272" src-id="41952837" dest-id="41953240" weight="2.3856817547102223"/> <connection id="41953274" src-id="41952839" dest-id="41953240" weight="9.08981785178732"/> <connection id="41953275" src-id="41952840" dest-id="41953240" weight="-9.04533990053562"/> <connection id="41953276" src-id="41952841" dest-id="41953240" weight="-7.372304523629361"/> <connection id="41953277" src-id="41952842" dest-id="41953240" weight="-2.044084022721136"/> <connection id="41953278" src-id="41952843" dest-id="41953240" weight="3.522925167213008"/> <connection id="41953279" src-id="41952844" dest-id="41953240" weight="-2.1018241334186993"/> <connection id="41953280" src-id="41952845" dest-id="41953240" weight="-9.236007373147874"/> <connection id="41953281" src-id="41952846" dest-id="41953240" weight="-9.200375393214836"/> <connection id="41953282" src-id="41952847" dest-id="41953240" weight="3.412157361383908"/> <connection id="41953284" src-id="41952849" dest-id="41953240" weight="1.1935855530610329"/> <connection id="41953286" src-id="41952851" dest-id="41953240" weight="-3.406388310352751"/> <connection id="41953288" src-id="41952853" dest-id="41953240" weight="5.435635856444814"/> <connection id="41953289" src-id="41952854" dest-id="41953240" weight="-6.481256820846033"/> <connection id="41953290" src-id="41952855" dest-id="41953240" weight="-1.6520960007054546"/> <connection id="41953291" src-id="41952856" dest-id="41953240" weight="-7.314837832598217"/> <connection id="41953293" src-id="41952858" dest-id="41953240" weight="-9.63123974916696"/> <connection id="41953295" src-id="41952860" dest-id="41953240" weight="2.9189328841881492"/> <connection id="41953296" src-id="41952861" dest-id="41953240" weight="-3.222604541611368"/> <connection id="41953297" src-id="41952862" dest-id="41953240" weight="-6.489443250786394"/> <connection id="41953299" src-id="41952864" dest-id="41953240" weight="0.5388065170385088"/> <connection id="41953300" src-id="41952865" dest-id="41953240" weight="4.640873774531891"/> <connection id="41953301" src-id="41952866" dest-id="41953240" weight="5.617609589786727"/> <connection id="41953303" src-id="41952868" dest-id="41953240" weight="8.8867208024566"/> <connection id="41953304" src-id="41952869" dest-id="41953240" weight="-6.6782879773615065"/> <connection id="41953305" src-id="41952870" dest-id="41953240" weight="-9.507976068556346"/> <connection id="41953306" src-id="41952871" dest-id="41953240" weight="-5.937656709310863"/> <connection id="41953308" src-id="41952873" dest-id="41953240" weight="-6.824924622968809"/> <connection id="41953309" src-id="41952874" dest-id="41953240" weight="4.411979428272465"/> <connection id="41953312" src-id="41952877" dest-id="41953240" weight="-0.8786410733654813"/> <connection id="41953313" src-id="41952878" dest-id="41953240" weight="-6.709435501785149"/> <connection id="41953314" src-id="41952879" dest-id="41953240" weight="5.847629407099938"/> <connection id="41953315" src-id="41952880" dest-id="41953240" weight="-8.348166308721567"/> <connection id="41953317" src-id="41952882" dest-id="41953240" weight="-10.0"/> <connection id="41953318" src-id="41952883" dest-id="41953240" weight="3.451976619271785"/> <connection id="41953319" src-id="41952884" dest-id="41953240" weight="-2.5373476758293236"/> <connection id="41953320" src-id="41952885" dest-id="41953240" weight="7.204989018895388"/> <connection id="41953322" src-id="41952887" dest-id="41953240" weight="-4.2629966885387045"/> <connection id="41953323" src-id="41952888" dest-id="41953240" weight="10.0"/> <connection id="41953324" src-id="41952889" dest-id="41953240" weight="2.9906533032034512"/> <connection id="41953325" src-id="41952890" dest-id="41953240" weight="8.193624633407575"/> <connection id="41953326" src-id="41952891" dest-id="41953240" weight="-0.3911068408404683"/> <neuron id="41953327" type="out" activation="sigmoid"/> <connection id="41953328" src-id="41952806" dest-id="41953327" weight="-9.221327538888826"/> <connection id="41953329" src-id="41952807" dest-id="41953327" weight="8.828644801785295"/> <connection id="41953330" src-id="41952808" dest-id="41953327" weight="3.850408436419934"/> <connection id="41953331" src-id="41952809" dest-id="41953327" weight="10.0"/> <connection id="41953332" src-id="41952810" dest-id="41953327" weight="0.4783887691673142"/> <connection id="41953333" src-id="41952811" dest-id="41953327" weight="-6.744762586075865"/> <connection id="41953335" src-id="41952813" dest-id="41953327" weight="-8.832666566054478"/> <connection id="41953337" src-id="41952815" dest-id="41953327" weight="4.05967548611725"/> <connection id="41953338" src-id="41952816" dest-id="41953327" weight="8.967800444319645"/> <connection id="41953339" src-id="41952817" dest-id="41953327" weight="-6.073669208145441"/> <connection id="41953340" src-id="41952818" dest-id="41953327" weight="0.09215940241287501"/> <connection id="41953341" src-id="41952819" dest-id="41953327" weight="-5.649472270342592"/> <connection id="41953342" src-id="41952820" dest-id="41953327" weight="-10.0"/> <connection id="41953344" src-id="41952822" dest-id="41953327" weight="-10.0"/> <connection id="41953345" src-id="41952823" dest-id="41953327" weight="1.1467822382297017"/> <connection id="41953346" src-id="41952824" dest-id="41953327" weight="4.276077051224302"/> <connection id="41953348" src-id="41952826" dest-id="41953327" weight="-9.292133870495832"/> <connection id="41953349" src-id="41952827" dest-id="41953327" weight="-7.385681052643991"/> <connection id="41953350" src-id="41952828" dest-id="41953327" weight="6.807672455250882"/> <connection id="41953351" src-id="41952829" dest-id="41953327" weight="1.6714550477063659"/> <connection id="41953352" src-id="41952830" dest-id="41953327" weight="10.0"/> <connection id="41953353" src-id="41952831" dest-id="41953327" weight="10.0"/> <connection id="41953354" src-id="41952832" dest-id="41953327" weight="-10.0"/> <connection id="41953357" src-id="41952835" dest-id="41953327" weight="-4.397843061378757"/> <connection id="41953358" src-id="41952836" dest-id="41953327" weight="10.0"/> <connection id="41953359" src-id="41952837" dest-id="41953327" weight="8.440266062706362"/> <connection id="41953361" src-id="41952839" dest-id="41953327" weight="7.5712879385952885"/> <connection id="41953362" src-id="41952840" dest-id="41953327" weight="-2.5748649404048245"/> <connection id="41953363" src-id="41952841" dest-id="41953327" weight="8.697838470200287"/> <connection id="41953364" src-id="41952842" dest-id="41953327" weight="0.08887519597111626"/> <connection id="41953367" src-id="41952845" dest-id="41953327" weight="7.0179950890756455"/> <connection id="41953368" src-id="41952846" dest-id="41953327" weight="-4.499207044992638"/> <connection id="41953369" src-id="41952847" dest-id="41953327" weight="-4.6745336105367"/> <connection id="41953370" src-id="41952848" dest-id="41953327" weight="10.0"/> <connection id="41953371" src-id="41952849" dest-id="41953327" weight="1.458913572937032"/> <connection id="41953374" src-id="41952852" dest-id="41953327" weight="1.8474474418745503"/> <connection id="41953375" src-id="41952853" dest-id="41953327" weight="2.5400095387584596"/> <connection id="41953378" src-id="41952856" dest-id="41953327" weight="9.77313575347634"/> <connection id="41953379" src-id="41952857" dest-id="41953327" weight="-2.489254406893476"/> <connection id="41953381" src-id="41952859" dest-id="41953327" weight="-6.973237536575782"/> <connection id="41953383" src-id="41952861" dest-id="41953327" weight="8.733302582370946"/> <connection id="41953384" src-id="41952862" dest-id="41953327" weight="-0.1104318940693656"/> <connection id="41953385" src-id="41952863" dest-id="41953327" weight="1.7975994752946245"/> <connection id="41953387" src-id="41952865" dest-id="41953327" weight="-3.518460410237392"/> <connection id="41953388" src-id="41952866" dest-id="41953327" weight="-1.199199300222227"/> <connection id="41953389" src-id="41952867" dest-id="41953327" weight="9.390066404458588"/> <connection id="41953390" src-id="41952868" dest-id="41953327" weight="-5.46104712855667"/> <connection id="41953392" src-id="41952870" dest-id="41953327" weight="4.109799846828635"/> <connection id="41953393" src-id="41952871" dest-id="41953327" weight="4.433461573082095"/> <connection id="41953394" src-id="41952872" dest-id="41953327" weight="10.0"/> <connection id="41953397" src-id="41952875" dest-id="41953327" weight="0.09368727086071593"/> <connection id="41953398" src-id="41952876" dest-id="41953327" weight="-7.816495177619839"/> <connection id="41953399" src-id="41952877" dest-id="41953327" weight="-5.800774672327492"/> <connection id="41953400" src-id="41952878" dest-id="41953327" weight="1.0438031427152608"/> <connection id="41953401" src-id="41952879" dest-id="41953327" weight="3.397115448455947"/> <connection id="41953403" src-id="41952881" dest-id="41953327" weight="-4.958640302984586"/> <connection id="41953404" src-id="41952882" dest-id="41953327" weight="8.094297047479321"/> <connection id="41953406" src-id="41952884" dest-id="41953327" weight="9.538812193381771"/> <connection id="41953407" src-id="41952885" dest-id="41953327" weight="10.0"/> <connection id="41953408" src-id="41952886" dest-id="41953327" weight="4.586866418938449"/> <connection id="41953410" src-id="41952888" dest-id="41953327" weight="-0.048149321247160204"/> <connection id="41953413" src-id="41952891" dest-id="41953327" weight="1.147438510976032"/> <neuron id="41953414" type="out" activation="sigmoid"/> <connection id="41953415" src-id="41952806" dest-id="41953414" weight="-9.087738085539304"/> <connection id="41953416" src-id="41952807" dest-id="41953414" weight="3.822319207481428"/> <connection id="41953418" src-id="41952809" dest-id="41953414" weight="1.5406510045103796"/> <connection id="41953419" src-id="41952810" dest-id="41953414" weight="-1.160489705697225"/> <connection id="41953420" src-id="41952811" dest-id="41953414" weight="3.9570019193666957"/> <connection id="41953421" src-id="41952812" dest-id="41953414" weight="6.511744668674119"/> <connection id="41953423" src-id="41952814" dest-id="41953414" weight="0.8630837377455749"/> <connection id="41953425" src-id="41952816" dest-id="41953414" weight="-9.696731654614682"/> <connection id="41953426" src-id="41952817" dest-id="41953414" weight="3.451897097196883"/> <connection id="41953427" src-id="41952818" dest-id="41953414" weight="9.369628269082474"/> <connection id="41953428" src-id="41952819" dest-id="41953414" weight="-7.5428034545589995"/> <connection id="41953429" src-id="41952820" dest-id="41953414" weight="-6.986305517124629"/> <connection id="41953430" src-id="41952821" dest-id="41953414" weight="-10.0"/> <connection id="41953431" src-id="41952822" dest-id="41953414" weight="8.127500133785833"/> <connection id="41953432" src-id="41952823" dest-id="41953414" weight="-0.7297017453197031"/> <connection id="41953433" src-id="41952824" dest-id="41953414" weight="6.017463361955394"/> <connection id="41953435" src-id="41952826" dest-id="41953414" weight="-2.658496653565798"/> <connection id="41953436" src-id="41952827" dest-id="41953414" weight="3.5284176206923195"/> <connection id="41953438" src-id="41952829" dest-id="41953414" weight="0.43319860870631444"/> <connection id="41953440" src-id="41952831" dest-id="41953414" weight="-7.217991712279572"/> <connection id="41953442" src-id="41952833" dest-id="41953414" weight="-10.0"/> <connection id="41953443" src-id="41952834" dest-id="41953414" weight="-0.5035469918911446"/> <connection id="41953444" src-id="41952835" dest-id="41953414" weight="-5.555024711981767"/> <connection id="41953445" src-id="41952836" dest-id="41953414" weight="7.549065291384808"/> <connection id="41953446" src-id="41952837" dest-id="41953414" weight="-7.608522429956438"/> <connection id="41953447" src-id="41952838" dest-id="41953414" weight="-1.9167674035904956"/> <connection id="41953448" src-id="41952839" dest-id="41953414" weight="-8.275540140905308"/> <connection id="41953449" src-id="41952840" dest-id="41953414" weight="8.31794249775897"/> <connection id="41953450" src-id="41952841" dest-id="41953414" weight="7.2641887289660385"/> <connection id="41953451" src-id="41952842" dest-id="41953414" weight="-4.162671753598865"/> <connection id="41953452" src-id="41952843" dest-id="41953414" weight="-8.596590972244542"/> <connection id="41953453" src-id="41952844" dest-id="41953414" weight="-9.361097726610284"/> <connection id="41953454" src-id="41952845" dest-id="41953414" weight="5.977950067004453"/> <connection id="41953455" src-id="41952846" dest-id="41953414" weight="3.271525311016523"/> <connection id="41953456" src-id="41952847" dest-id="41953414" weight="1.8069274303761742"/> <connection id="41953457" src-id="41952848" dest-id="41953414" weight="-9.989730170905961"/> <connection id="41953458" src-id="41952849" dest-id="41953414" weight="-2.2249137894514863"/> <connection id="41953459" src-id="41952850" dest-id="41953414" weight="-2.5608543449690813"/> <connection id="41953461" src-id="41952852" dest-id="41953414" weight="-9.149856854338942"/> <connection id="41953467" src-id="41952858" dest-id="41953414" weight="-8.384594277688057"/> <connection id="41953468" src-id="41952859" dest-id="41953414" weight="-8.455925638934305"/> <connection id="41953470" src-id="41952861" dest-id="41953414" weight="-6.163436459228757"/> <connection id="41953471" src-id="41952862" dest-id="41953414" weight="2.8568804968366366"/> <connection id="41953472" src-id="41952863" dest-id="41953414" weight="6.356894612126101"/> <connection id="41953473" src-id="41952864" dest-id="41953414" weight="-3.484149851580119"/> <connection id="41953475" src-id="41952866" dest-id="41953414" weight="-5.836142295196738"/> <connection id="41953476" src-id="41952867" dest-id="41953414" weight="-6.8190769274693555"/> <connection id="41953478" src-id="41952869" dest-id="41953414" weight="2.9739942342350023"/> <connection id="41953479" src-id="41952870" dest-id="41953414" weight="3.696189547448137"/> <connection id="41953481" src-id="41952872" dest-id="41953414" weight="6.374771704315829"/> <connection id="41953482" src-id="41952873" dest-id="41953414" weight="-1.618613673771347"/> <connection id="41953483" src-id="41952874" dest-id="41953414" weight="10.0"/> <connection id="41953484" src-id="41952875" dest-id="41953414" weight="3.00892855165415"/> <connection id="41953485" src-id="41952876" dest-id="41953414" weight="-4.665952921736961"/> <connection id="41953486" src-id="41952877" dest-id="41953414" weight="3.15365940023648"/> <connection id="41953487" src-id="41952878" dest-id="41953414" weight="4.001323002552885"/> <connection id="41953490" src-id="41952881" dest-id="41953414" weight="3.8595254494889755"/> <connection id="41953491" src-id="41952882" dest-id="41953414" weight="-4.3045885470112575"/> <connection id="41953492" src-id="41952883" dest-id="41953414" weight="8.719417120640884"/> <connection id="41953494" src-id="41952885" dest-id="41953414" weight="-8.860282838310374"/> <connection id="41953495" src-id="41952886" dest-id="41953414" weight="6.494401606564049"/> <connection id="41953496" src-id="41952887" dest-id="41953414" weight="-4.662216381557241"/> <connection id="41953497" src-id="41952888" dest-id="41953414" weight="-4.625640230472452"/> <connection id="41953498" src-id="41952889" dest-id="41953414" weight="10.0"/> <connection id="41953499" src-id="41952890" dest-id="41953414" weight="6.451191228357372"/> <connection id="41953500" src-id="41952891" dest-id="41953414" weight="-5.685291625586299"/> <neuron id="41953501" type="out" activation="sigmoid"/> <connection id="41953502" src-id="41952806" dest-id="41953501" weight="9.668765876476593"/> <connection id="41953503" src-id="41952807" dest-id="41953501" weight="-9.772456222824843"/> <connection id="41953504" src-id="41952808" dest-id="41953501" weight="6.80159768337054"/> <connection id="41953507" src-id="41952811" dest-id="41953501" weight="5.050324201112689"/> <connection id="41953508" src-id="41952812" dest-id="41953501" weight="10.0"/> <connection id="41953509" src-id="41952813" dest-id="41953501" weight="-10.0"/> <connection id="41953511" src-id="41952815" dest-id="41953501" weight="-4.05659011193452"/> <connection id="41953513" src-id="41952817" dest-id="41953501" weight="1.7119135790605493"/> <connection id="41953515" src-id="41952819" dest-id="41953501" weight="-2.86660104142498"/> <connection id="41953516" src-id="41952820" dest-id="41953501" weight="-5.062537990016892"/> <connection id="41953518" src-id="41952822" dest-id="41953501" weight="6.431862391753157"/> <connection id="41953519" src-id="41952823" dest-id="41953501" weight="-5.782440201944567"/> <connection id="41953520" src-id="41952824" dest-id="41953501" weight="-6.580008552432222"/> <connection id="41953522" src-id="41952826" dest-id="41953501" weight="-7.23117879307811"/> <connection id="41953523" src-id="41952827" dest-id="41953501" weight="1.2423220533994752"/> <connection id="41953525" src-id="41952829" dest-id="41953501" weight="-9.836598257944068"/> <connection id="41953526" src-id="41952830" dest-id="41953501" weight="-2.91963342761043"/> <connection id="41953527" src-id="41952831" dest-id="41953501" weight="1.9323777527464898"/> <connection id="41953528" src-id="41952832" dest-id="41953501" weight="-0.9801610084692225"/> <connection id="41953531" src-id="41952835" dest-id="41953501" weight="-2.729197611390485"/> <connection id="41953532" src-id="41952836" dest-id="41953501" weight="10.0"/> <connection id="41953534" src-id="41952838" dest-id="41953501" weight="4.901179843973172"/> <connection id="41953535" src-id="41952839" dest-id="41953501" weight="2.7831003314211356"/> <connection id="41953536" src-id="41952840" dest-id="41953501" weight="1.1535762417341835"/> <connection id="41953537" src-id="41952841" dest-id="41953501" weight="-2.140679434609807"/> <connection id="41953538" src-id="41952842" dest-id="41953501" weight="-3.6861472545502023"/> <connection id="41953539" src-id="41952843" dest-id="41953501" weight="9.230170593759532"/> <connection id="41953540" src-id="41952844" dest-id="41953501" weight="-4.037947022612312"/> <connection id="41953541" src-id="41952845" dest-id="41953501" weight="-3.9746008691993633"/> <connection id="41953542" src-id="41952846" dest-id="41953501" weight="-5.410107354423737"/> <connection id="41953543" src-id="41952847" dest-id="41953501" weight="-4.8823733298733805"/> <connection id="41953544" src-id="41952848" dest-id="41953501" weight="3.6966518751834005"/> <connection id="41953545" src-id="41952849" dest-id="41953501" weight="-6.8941311458791645"/> <connection id="41953547" src-id="41952851" dest-id="41953501" weight="9.18271674740139"/> <connection id="41953548" src-id="41952852" dest-id="41953501" weight="3.675305419288043"/> <connection id="41953549" src-id="41952853" dest-id="41953501" weight="-3.8218916721988796"/> <connection id="41953550" src-id="41952854" dest-id="41953501" weight="-3.9852368181866393"/> <connection id="41953551" src-id="41952855" dest-id="41953501" weight="0.08674418609187828"/> <connection id="41953552" src-id="41952856" dest-id="41953501" weight="-8.62098314459909"/> <connection id="41953553" src-id="41952857" dest-id="41953501" weight="6.158452990745593"/> <connection id="41953554" src-id="41952858" dest-id="41953501" weight="-4.752689654145978"/> <connection id="41953555" src-id="41952859" dest-id="41953501" weight="4.677887702842843"/> <connection id="41953556" src-id="41952860" dest-id="41953501" weight="0.9071118586286597"/> <connection id="41953557" src-id="41952861" dest-id="41953501" weight="-6.969160071808012"/> <connection id="41953558" src-id="41952862" dest-id="41953501" weight="-2.182358367943347"/> <connection id="41953560" src-id="41952864" dest-id="41953501" weight="-2.308014106523831"/> <connection id="41953561" src-id="41952865" dest-id="41953501" weight="6.545380741713417"/> <connection id="41953562" src-id="41952866" dest-id="41953501" weight="-5.792975944495229"/> <connection id="41953564" src-id="41952868" dest-id="41953501" weight="-7.597335117297317"/> <connection id="41953565" src-id="41952869" dest-id="41953501" weight="-5.295169114425734"/> <connection id="41953566" src-id="41952870" dest-id="41953501" weight="-7.609786666643584"/> <connection id="41953567" src-id="41952871" dest-id="41953501" weight="-2.6170793158020884"/> <connection id="41953568" src-id="41952872" dest-id="41953501" weight="0.9790737683625488"/> <connection id="41953569" src-id="41952873" dest-id="41953501" weight="10.0"/> <connection id="41953570" src-id="41952874" dest-id="41953501" weight="-5.662452585421455"/> <connection id="41953571" src-id="41952875" dest-id="41953501" weight="10.0"/> <connection id="41953572" src-id="41952876" dest-id="41953501" weight="-0.5297994787841236"/> <connection id="41953573" src-id="41952877" dest-id="41953501" weight="2.750485864073004"/> <connection id="41953574" src-id="41952878" dest-id="41953501" weight="3.808676042954881"/> <connection id="41953576" src-id="41952880" dest-id="41953501" weight="8.914116687509814"/> <connection id="41953577" src-id="41952881" dest-id="41953501" weight="9.155517395825825"/> <connection id="41953578" src-id="41952882" dest-id="41953501" weight="-5.555956558090684"/> <connection id="41953580" src-id="41952884" dest-id="41953501" weight="5.675804696381059"/> <connection id="41953581" src-id="41952885" dest-id="41953501" weight="-0.25881445950058746"/> <connection id="41953583" src-id="41952887" dest-id="41953501" weight="-3.4457561264754566"/> <connection id="41953584" src-id="41952888" dest-id="41953501" weight="10.0"/> <connection id="41953585" src-id="41952889" dest-id="41953501" weight="-6.547918572042246"/> <connection id="41953586" src-id="41952890" dest-id="41953501" weight="1.4134695984462091"/> <connection id="41953587" src-id="41952891" dest-id="41953501" weight="1.361472305730341"/> <neuron id="41953588" type="out" activation="sigmoid"/> <connection id="41953589" src-id="41952806" dest-id="41953588" weight="10.0"/> <connection id="41953590" src-id="41952807" dest-id="41953588" weight="-9.129275590436151"/> <connection id="41953592" src-id="41952809" dest-id="41953588" weight="-2.5059654764183366"/> <connection id="41953593" src-id="41952810" dest-id="41953588" weight="7.7835277661085875"/> <connection id="41953594" src-id="41952811" dest-id="41953588" weight="4.392226030601179"/> <connection id="41953595" src-id="41952812" dest-id="41953588" weight="-1.5168357098884928"/> <connection id="41953596" src-id="41952813" dest-id="41953588" weight="-2.335144352370452"/> <connection id="41953597" src-id="41952814" dest-id="41953588" weight="8.548828476094807"/> <connection id="41953598" src-id="41952815" dest-id="41953588" weight="-4.637751643411178"/> <connection id="41953599" src-id="41952816" dest-id="41953588" weight="9.751917924045966"/> <connection id="41953603" src-id="41952820" dest-id="41953588" weight="-4.112287900844542"/> <connection id="41953604" src-id="41952821" dest-id="41953588" weight="-8.484363066055444"/> <connection id="41953605" src-id="41952822" dest-id="41953588" weight="-7.306687393890685"/> <connection id="41953606" src-id="41952823" dest-id="41953588" weight="5.181799261181916"/> <connection id="41953607" src-id="41952824" dest-id="41953588" weight="-10.0"/> <connection id="41953608" src-id="41952825" dest-id="41953588" weight="-9.651852277856996"/> <connection id="41953609" src-id="41952826" dest-id="41953588" weight="10.0"/> <connection id="41953610" src-id="41952827" dest-id="41953588" weight="-0.5165581168978259"/> <connection id="41953611" src-id="41952828" dest-id="41953588" weight="-3.7851298589079505"/> <connection id="41953612" src-id="41952829" dest-id="41953588" weight="10.0"/> <connection id="41953613" src-id="41952830" dest-id="41953588" weight="7.151853294258514"/> <connection id="41953614" src-id="41952831" dest-id="41953588" weight="-1.0783755730905913"/> <connection id="41953617" src-id="41952834" dest-id="41953588" weight="-8.05511005830774"/> <connection id="41953618" src-id="41952835" dest-id="41953588" weight="4.338940700025466"/> <connection id="41953619" src-id="41952836" dest-id="41953588" weight="-6.9563419151559716"/> <connection id="41953620" src-id="41952837" dest-id="41953588" weight="10.0"/> <connection id="41953624" src-id="41952841" dest-id="41953588" weight="3.3192558033619934"/> <connection id="41953625" src-id="41952842" dest-id="41953588" weight="-9.636678674860017"/> <connection id="41953626" src-id="41952843" dest-id="41953588" weight="-2.446155064646739"/> <connection id="41953627" src-id="41952844" dest-id="41953588" weight="1.8231057157419586"/> <connection id="41953628" src-id="41952845" dest-id="41953588" weight="9.266989285886625"/> <connection id="41953629" src-id="41952846" dest-id="41953588" weight="4.4448723674743675"/> <connection id="41953630" src-id="41952847" dest-id="41953588" weight="-8.816005846000666"/> <connection id="41953632" src-id="41952849" dest-id="41953588" weight="2.328023739055278"/> <connection id="41953633" src-id="41952850" dest-id="41953588" weight="-1.5213208701075462"/> <connection id="41953634" src-id="41952851" dest-id="41953588" weight="-3.680377219959211"/> <connection id="41953635" src-id="41952852" dest-id="41953588" weight="3.5986524890817186"/> <connection id="41953637" src-id="41952854" dest-id="41953588" weight="-1.0820900912685765"/> <connection id="41953638" src-id="41952855" dest-id="41953588" weight="-6.66248748394918"/> <connection id="41953640" src-id="41952857" dest-id="41953588" weight="0.07752579722952291"/> <connection id="41953641" src-id="41952858" dest-id="41953588" weight="6.28998914742964"/> <connection id="41953642" src-id="41952859" dest-id="41953588" weight="-5.748336745273987"/> <connection id="41953643" src-id="41952860" dest-id="41953588" weight="-5.953356653250681"/> <connection id="41953644" src-id="41952861" dest-id="41953588" weight="-0.68666726139752"/> <connection id="41953645" src-id="41952862" dest-id="41953588" weight="-9.87268834305286"/> <connection id="41953646" src-id="41952863" dest-id="41953588" weight="7.1403711159851"/> <connection id="41953647" src-id="41952864" dest-id="41953588" weight="-9.145829831512083"/> <connection id="41953648" src-id="41952865" dest-id="41953588" weight="0.558323849407691"/> <connection id="41953649" src-id="41952866" dest-id="41953588" weight="-2.4182434360042717"/> <connection id="41953651" src-id="41952868" dest-id="41953588" weight="1.0258774707344422"/> <connection id="41953652" src-id="41952869" dest-id="41953588" weight="5.684423529985162"/> <connection id="41953653" src-id="41952870" dest-id="41953588" weight="-0.32365667975611867"/> <connection id="41953654" src-id="41952871" dest-id="41953588" weight="-4.562575705864574"/> <connection id="41953655" src-id="41952872" dest-id="41953588" weight="-3.97159229153631"/> <connection id="41953656" src-id="41952873" dest-id="41953588" weight="-6.723831610067627"/> <connection id="41953657" src-id="41952874" dest-id="41953588" weight="-9.375446848494649"/> <connection id="41953658" src-id="41952875" dest-id="41953588" weight="5.870585481000233"/> <connection id="41953659" src-id="41952876" dest-id="41953588" weight="-6.154472965269399"/> <connection id="41953663" src-id="41952880" dest-id="41953588" weight="-5.873480083778732"/> <connection id="41953664" src-id="41952881" dest-id="41953588" weight="-5.712329382405894"/> <connection id="41953666" src-id="41952883" dest-id="41953588" weight="-0.22595932937095453"/> <connection id="41953667" src-id="41952884" dest-id="41953588" weight="-7.065778131204019"/> <connection id="41953668" src-id="41952885" dest-id="41953588" weight="-10.0"/> <connection id="41953671" src-id="41952888" dest-id="41953588" weight="7.367852477933543"/> <connection id="41953672" src-id="41952889" dest-id="41953588" weight="-4.969062577826049"/> <connection id="41953673" src-id="41952890" dest-id="41953588" weight="-9.424278986595153"/> <neuron id="41953675" type="out" activation="sigmoid"/> <connection id="41953676" src-id="41952806" dest-id="41953675" weight="0.5018515835421868"/> <connection id="41953678" src-id="41952808" dest-id="41953675" weight="-8.300931288764618"/> <connection id="41953679" src-id="41952809" dest-id="41953675" weight="-2.7535550487624936"/> <connection id="41953680" src-id="41952810" dest-id="41953675" weight="-3.58046499925492"/> <connection id="41953681" src-id="41952811" dest-id="41953675" weight="-0.44313348391283625"/> <connection id="41953682" src-id="41952812" dest-id="41953675" weight="3.2298541664856724"/> <connection id="41953683" src-id="41952813" dest-id="41953675" weight="-0.8472860728216828"/> <connection id="41953684" src-id="41952814" dest-id="41953675" weight="1.892388826516066"/> <connection id="41953685" src-id="41952815" dest-id="41953675" weight="1.7849021568968986"/> <connection id="41953686" src-id="41952816" dest-id="41953675" weight="-1.3276542360742858"/> <connection id="41953688" src-id="41952818" dest-id="41953675" weight="4.077579906888866"/> <connection id="41953689" src-id="41952819" dest-id="41953675" weight="-4.148237452342612"/> <connection id="41953690" src-id="41952820" dest-id="41953675" weight="-10.0"/> <connection id="41953691" src-id="41952821" dest-id="41953675" weight="-5.5001821415042205"/> <connection id="41953694" src-id="41952824" dest-id="41953675" weight="-0.2978427677919362"/> <connection id="41953695" src-id="41952825" dest-id="41953675" weight="1.0007691879033163"/> <connection id="41953698" src-id="41952828" dest-id="41953675" weight="3.285162471066395"/> <connection id="41953699" src-id="41952829" dest-id="41953675" weight="-3.055441590240075"/> <connection id="41953700" src-id="41952830" dest-id="41953675" weight="3.1301896041188684"/> <connection id="41953701" src-id="41952831" dest-id="41953675" weight="3.346753905766895"/> <connection id="41953702" src-id="41952832" dest-id="41953675" weight="-0.5562372648315739"/> <connection id="41953703" src-id="41952833" dest-id="41953675" weight="-8.749038508609404"/> <connection id="41953704" src-id="41952834" dest-id="41953675" weight="-6.661715231759561"/> <connection id="41953705" src-id="41952835" dest-id="41953675" weight="0.01754216710715073"/> <connection id="41953706" src-id="41952836" dest-id="41953675" weight="-6.991758442444405"/> <connection id="41953707" src-id="41952837" dest-id="41953675" weight="-9.203848671369746"/> <connection id="41953708" src-id="41952838" dest-id="41953675" weight="2.523509802440184"/> <connection id="41953710" src-id="41952840" dest-id="41953675" weight="-0.1966091977077573"/> <connection id="41953712" src-id="41952842" dest-id="41953675" weight="0.7740129286587549"/> <connection id="41953713" src-id="41952843" dest-id="41953675" weight="3.5031139060884033"/> <connection id="41953714" src-id="41952844" dest-id="41953675" weight="-6.497863892249988"/> <connection id="41953715" src-id="41952845" dest-id="41953675" weight="8.147750068272495"/> <connection id="41953719" src-id="41952849" dest-id="41953675" weight="-8.957631299709087"/> <connection id="41953720" src-id="41952850" dest-id="41953675" weight="-10.0"/> <connection id="41953721" src-id="41952851" dest-id="41953675" weight="0.8397724595965819"/> <connection id="41953722" src-id="41952852" dest-id="41953675" weight="-4.332899167394907"/> <connection id="41953724" src-id="41952854" dest-id="41953675" weight="-2.1644557818008665"/> <connection id="41953727" src-id="41952857" dest-id="41953675" weight="10.0"/> <connection id="41953728" src-id="41952858" dest-id="41953675" weight="5.805415523953222"/> <connection id="41953729" src-id="41952859" dest-id="41953675" weight="-4.188433921179632"/> <connection id="41953730" src-id="41952860" dest-id="41953675" weight="-2.4512251716550577"/> <connection id="41953731" src-id="41952861" dest-id="41953675" weight="0.30714050892290135"/> <connection id="41953732" src-id="41952862" dest-id="41953675" weight="-9.448681603610325"/> <connection id="41953734" src-id="41952864" dest-id="41953675" weight="-0.7078911741831668"/> <connection id="41953736" src-id="41952866" dest-id="41953675" weight="-6.864479773467268"/> <connection id="41953737" src-id="41952867" dest-id="41953675" weight="-9.879417224851995"/> <connection id="41953738" src-id="41952868" dest-id="41953675" weight="10.0"/> <connection id="41953739" src-id="41952869" dest-id="41953675" weight="-3.4256759203062765"/> <connection id="41953740" src-id="41952870" dest-id="41953675" weight="-5.1197466845767545"/> <connection id="41953741" src-id="41952871" dest-id="41953675" weight="3.140073800640685"/> <connection id="41953743" src-id="41952873" dest-id="41953675" weight="3.4001125272068546"/> <connection id="41953744" src-id="41952874" dest-id="41953675" weight="-0.9604719577026293"/> <connection id="41953745" src-id="41952875" dest-id="41953675" weight="7.249019025643912"/> <connection id="41953747" src-id="41952877" dest-id="41953675" weight="5.754299917698745"/> <connection id="41953748" src-id="41952878" dest-id="41953675" weight="-9.56245906257162"/> <connection id="41953749" src-id="41952879" dest-id="41953675" weight="10.0"/> <connection id="41953751" src-id="41952881" dest-id="41953675" weight="8.405339948225818"/> <connection id="41953752" src-id="41952882" dest-id="41953675" weight="-9.255856175298378"/> <connection id="41953753" src-id="41952883" dest-id="41953675" weight="10.0"/> <connection id="41953754" src-id="41952884" dest-id="41953675" weight="0.05322428962824838"/> <connection id="41953755" src-id="41952885" dest-id="41953675" weight="-1.8775985643036743"/> <connection id="41953756" src-id="41952886" dest-id="41953675" weight="-9.020864139760189"/> <connection id="41953758" src-id="41952888" dest-id="41953675" weight="1.4847848221161235"/> <connection id="41953759" src-id="41952889" dest-id="41953675" weight="-0.007304825660320424"/> <connection id="41953760" src-id="41952890" dest-id="41953675" weight="-6.819465720884355"/> <connection id="41953761" src-id="41952891" dest-id="41953675" weight="6.213563214523716"/> <neuron id="41953762" type="out" activation="sigmoid"/> <connection id="41953765" src-id="41952808" dest-id="41953762" weight="7.186849652916459"/> <connection id="41953766" src-id="41952809" dest-id="41953762" weight="6.15596593072647"/> <connection id="41953769" src-id="41952812" dest-id="41953762" weight="-1.5461898909426361"/> <connection id="41953772" src-id="41952815" dest-id="41953762" weight="1.051581980818548"/> <connection id="41953773" src-id="41952816" dest-id="41953762" weight="7.99998468224254"/> <connection id="41953774" src-id="41952817" dest-id="41953762" weight="-1.7663985428203661"/> <connection id="41953776" src-id="41952819" dest-id="41953762" weight="5.290676619309696"/> <connection id="41953777" src-id="41952820" dest-id="41953762" weight="-5.826457840410635"/> <connection id="41953779" src-id="41952822" dest-id="41953762" weight="-2.1199279413825436"/> <connection id="41953780" src-id="41952823" dest-id="41953762" weight="-1.6010829393150057"/> <connection id="41953781" src-id="41952824" dest-id="41953762" weight="0.9958034267987308"/> <connection id="41953782" src-id="41952825" dest-id="41953762" weight="-3.4915484469257634"/> <connection id="41953783" src-id="41952826" dest-id="41953762" weight="-10.0"/> <connection id="41953784" src-id="41952827" dest-id="41953762" weight="3.9026307015755988"/> <connection id="41953785" src-id="41952828" dest-id="41953762" weight="-6.00331215153745"/> <connection id="41953788" src-id="41952831" dest-id="41953762" weight="-2.7017777450534775"/> <connection id="41953789" src-id="41952832" dest-id="41953762" weight="-1.956626937174608"/> <connection id="41953790" src-id="41952833" dest-id="41953762" weight="0.31983832591560224"/> <connection id="41953791" src-id="41952834" dest-id="41953762" weight="8.598834384442732"/> <connection id="41953792" src-id="41952835" dest-id="41953762" weight="-3.988875192551352"/> <connection id="41953793" src-id="41952836" dest-id="41953762" weight="3.1593716608804954"/> <connection id="41953794" src-id="41952837" dest-id="41953762" weight="4.623973275401247"/> <connection id="41953795" src-id="41952838" dest-id="41953762" weight="-7.866435084450519"/> <connection id="41953796" src-id="41952839" dest-id="41953762" weight="-0.6135072007490339"/> <connection id="41953797" src-id="41952840" dest-id="41953762" weight="-2.149019491029324"/> <connection id="41953798" src-id="41952841" dest-id="41953762" weight="8.210323635516003"/> <connection id="41953799" src-id="41952842" dest-id="41953762" weight="8.930449233024119"/> <connection id="41953800" src-id="41952843" dest-id="41953762" weight="4.761287076605388"/> <connection id="41953801" src-id="41952844" dest-id="41953762" weight="-7.45631677917338"/> <connection id="41953802" src-id="41952845" dest-id="41953762" weight="-1.8702653993828502"/> <connection id="41953803" src-id="41952846" dest-id="41953762" weight="-7.71815782180008"/> <connection id="41953804" src-id="41952847" dest-id="41953762" weight="9.497360814039178"/> <connection id="41953806" src-id="41952849" dest-id="41953762" weight="4.738190252455802"/> <connection id="41953808" src-id="41952851" dest-id="41953762" weight="7.909162664858446"/> <connection id="41953809" src-id="41952852" dest-id="41953762" weight="3.3342777073292416"/> <connection id="41953810" src-id="41952853" dest-id="41953762" weight="7.605994160172337"/> <connection id="41953811" src-id="41952854" dest-id="41953762" weight="-0.1984351920862828"/> <connection id="41953812" src-id="41952855" dest-id="41953762" weight="-6.152876881723204"/> <connection id="41953813" src-id="41952856" dest-id="41953762" weight="7.389851297642748"/> <connection id="41953815" src-id="41952858" dest-id="41953762" weight="8.103574394350577"/> <connection id="41953817" src-id="41952860" dest-id="41953762" weight="7.402953444042479"/> <connection id="41953818" src-id="41952861" dest-id="41953762" weight="-3.390165957100262"/> <connection id="41953820" src-id="41952863" dest-id="41953762" weight="2.3713792045594113"/> <connection id="41953821" src-id="41952864" dest-id="41953762" weight="-3.9050242499153494"/> <connection id="41953822" src-id="41952865" dest-id="41953762" weight="-4.705811452489918"/> <connection id="41953823" src-id="41952866" dest-id="41953762" weight="-8.436177306564183"/> <connection id="41953824" src-id="41952867" dest-id="41953762" weight="-9.422381323124087"/> <connection id="41953825" src-id="41952868" dest-id="41953762" weight="-6.678153429644089"/> <connection id="41953826" src-id="41952869" dest-id="41953762" weight="10.0"/> <connection id="41953829" src-id="41952872" dest-id="41953762" weight="10.0"/> <connection id="41953830" src-id="41952873" dest-id="41953762" weight="-4.781696727165474"/> <connection id="41953831" src-id="41952874" dest-id="41953762" weight="5.672245082612495"/> <connection id="41953832" src-id="41952875" dest-id="41953762" weight="-0.43247913933327753"/> <connection id="41953833" src-id="41952876" dest-id="41953762" weight="7.641814705869059"/> <connection id="41953834" src-id="41952877" dest-id="41953762" weight="-4.227623636989827"/> <connection id="41953835" src-id="41952878" dest-id="41953762" weight="-9.196297997620503"/> <connection id="41953836" src-id="41952879" dest-id="41953762" weight="-4.604463385138645"/> <connection id="41953838" src-id="41952881" dest-id="41953762" weight="-5.564415184224307"/> <connection id="41953839" src-id="41952882" dest-id="41953762" weight="6.964134381331159"/> <connection id="41953840" src-id="41952883" dest-id="41953762" weight="1.4766819875116934"/> <connection id="41953841" src-id="41952884" dest-id="41953762" weight="-4.626157412140948"/> <connection id="41953842" src-id="41952885" dest-id="41953762" weight="-9.453988730206337"/> <connection id="41953843" src-id="41952886" dest-id="41953762" weight="-6.661518996708238"/> <connection id="41953844" src-id="41952887" dest-id="41953762" weight="5.203111431874473"/> <connection id="41953845" src-id="41952888" dest-id="41953762" weight="7.098261386860421"/> <connection id="41953846" src-id="41952889" dest-id="41953762" weight="1.52854240525064"/> <connection id="41953847" src-id="41952890" dest-id="41953762" weight="-9.39912000270448"/> <neuron id="41953849" type="out" activation="sigmoid"/> <connection id="41953850" src-id="41952806" dest-id="41953849" weight="10.0"/> <connection id="41953851" src-id="41952807" dest-id="41953849" weight="7.885181831709566"/> <connection id="41953852" src-id="41952808" dest-id="41953849" weight="6.727441411433546"/> <connection id="41953854" src-id="41952810" dest-id="41953849" weight="-2.7488899970109024"/> <connection id="41953855" src-id="41952811" dest-id="41953849" weight="-0.2954824705411947"/> <connection id="41953856" src-id="41952812" dest-id="41953849" weight="5.576180986781803"/> <connection id="41953857" src-id="41952813" dest-id="41953849" weight="8.27873858920846"/> <connection id="41953859" src-id="41952815" dest-id="41953849" weight="-6.346874970393719"/> <connection id="41953860" src-id="41952816" dest-id="41953849" weight="8.754754429756307"/> <connection id="41953861" src-id="41952817" dest-id="41953849" weight="-1.610884838876854"/> <connection id="41953862" src-id="41952818" dest-id="41953849" weight="-3.3665500166062667"/> <connection id="41953864" src-id="41952820" dest-id="41953849" weight="4.545894442068179"/> <connection id="41953865" src-id="41952821" dest-id="41953849" weight="-2.3829959009764443"/> <connection id="41953866" src-id="41952822" dest-id="41953849" weight="2.7679453050237353"/> <connection id="41953867" src-id="41952823" dest-id="41953849" weight="-7.2916536534952385"/> <connection id="41953868" src-id="41952824" dest-id="41953849" weight="-1.2952817287038347"/> <connection id="41953869" src-id="41952825" dest-id="41953849" weight="7.582486018602059"/> <connection id="41953870" src-id="41952826" dest-id="41953849" weight="-10.0"/> <connection id="41953871" src-id="41952827" dest-id="41953849" weight="-6.557027109898645"/> <connection id="41953873" src-id="41952829" dest-id="41953849" weight="-6.59973872137769"/> <connection id="41953874" src-id="41952830" dest-id="41953849" weight="-1.9048485252110217"/> <connection id="41953875" src-id="41952831" dest-id="41953849" weight="10.0"/> <connection id="41953876" src-id="41952832" dest-id="41953849" weight="8.236438615018795"/> <connection id="41953879" src-id="41952835" dest-id="41953849" weight="7.931054493846208"/> <connection id="41953882" src-id="41952838" dest-id="41953849" weight="5.315761113486985"/> <connection id="41953883" src-id="41952839" dest-id="41953849" weight="1.367478428487362"/> <connection id="41953885" src-id="41952841" dest-id="41953849" weight="3.844747608309678"/> <connection id="41953886" src-id="41952842" dest-id="41953849" weight="8.490367994886242"/> <connection id="41953887" src-id="41952843" dest-id="41953849" weight="-7.942165507343068"/> <connection id="41953888" src-id="41952844" dest-id="41953849" weight="-4.689541813259568"/> <connection id="41953889" src-id="41952845" dest-id="41953849" weight="-6.231708206189586"/> <connection id="41953891" src-id="41952847" dest-id="41953849" weight="1.5248034087662496"/> <connection id="41953893" src-id="41952849" dest-id="41953849" weight="-5.8827228610124145"/> <connection id="41953894" src-id="41952850" dest-id="41953849" weight="9.440041605149752"/> <connection id="41953895" src-id="41952851" dest-id="41953849" weight="10.0"/> <connection id="41953897" src-id="41952853" dest-id="41953849" weight="-1.5101031558968132"/> <connection id="41953898" src-id="41952854" dest-id="41953849" weight="-8.884736032078651"/> <connection id="41953899" src-id="41952855" dest-id="41953849" weight="4.604587782355438"/> <connection id="41953901" src-id="41952857" dest-id="41953849" weight="8.026082559119963"/> <connection id="41953902" src-id="41952858" dest-id="41953849" weight="10.0"/> <connection id="41953903" src-id="41952859" dest-id="41953849" weight="-5.179048155810894"/> <connection id="41953904" src-id="41952860" dest-id="41953849" weight="-10.0"/> <connection id="41953905" src-id="41952861" dest-id="41953849" weight="-6.87629735761434"/> <connection id="41953906" src-id="41952862" dest-id="41953849" weight="10.0"/> <connection id="41953907" src-id="41952863" dest-id="41953849" weight="-2.865469781927171"/> <connection id="41953909" src-id="41952865" dest-id="41953849" weight="2.922187831779503"/> <connection id="41953910" src-id="41952866" dest-id="41953849" weight="0.8225793992070353"/> <connection id="41953911" src-id="41952867" dest-id="41953849" weight="5.132013426851292"/> <connection id="41953912" src-id="41952868" dest-id="41953849" weight="8.143578498642531"/> <connection id="41953913" src-id="41952869" dest-id="41953849" weight="2.431407493009292"/> <connection id="41953914" src-id="41952870" dest-id="41953849" weight="-9.981547701030758"/> <connection id="41953915" src-id="41952871" dest-id="41953849" weight="7.6415960367043745"/> <connection id="41953916" src-id="41952872" dest-id="41953849" weight="-8.705484349466298"/> <connection id="41953917" src-id="41952873" dest-id="41953849" weight="5.6753335162210075"/> <connection id="41953919" src-id="41952875" dest-id="41953849" weight="-5.333631523189009"/> <connection id="41953921" src-id="41952877" dest-id="41953849" weight="-10.0"/> <connection id="41953922" src-id="41952878" dest-id="41953849" weight="-7.9144493895127495"/> <connection id="41953923" src-id="41952879" dest-id="41953849" weight="-2.1091746073926614"/> <connection id="41953924" src-id="41952880" dest-id="41953849" weight="-1.3081072354038954"/> <connection id="41953925" src-id="41952881" dest-id="41953849" weight="-7.421649782424391"/> <connection id="41953927" src-id="41952883" dest-id="41953849" weight="-1.0187238985182985"/> <connection id="41953928" src-id="41952884" dest-id="41953849" weight="-7.45291325146742"/> <connection id="41953929" src-id="41952885" dest-id="41953849" weight="-0.9775105578532843"/> <connection id="41953931" src-id="41952887" dest-id="41953849" weight="-2.7335333617715794"/> <connection id="41953932" src-id="41952888" dest-id="41953849" weight="-1.470369762611465"/> <connection id="41953934" src-id="41952890" dest-id="41953849" weight="-2.630429421477913"/> <neuron id="41953936" type="out" activation="sigmoid"/> <connection id="41953937" src-id="41952806" dest-id="41953936" weight="-3.906252505871266"/> <connection id="41953938" src-id="41952807" dest-id="41953936" weight="8.278577770678362"/> <connection id="41953939" src-id="41952808" dest-id="41953936" weight="-8.41261400079891"/> <connection id="41953940" src-id="41952809" dest-id="41953936" weight="-7.485202216033683"/> <connection id="41953941" src-id="41952810" dest-id="41953936" weight="-6.098164126485363"/> <connection id="41953942" src-id="41952811" dest-id="41953936" weight="4.769882038307192"/> <connection id="41953944" src-id="41952813" dest-id="41953936" weight="3.3843887754690205"/> <connection id="41953945" src-id="41952814" dest-id="41953936" weight="1.2312272469189447"/> <connection id="41953946" src-id="41952815" dest-id="41953936" weight="-8.30300610210237"/> <connection id="41953947" src-id="41952816" dest-id="41953936" weight="-4.858824019781772"/> <connection id="41953948" src-id="41952817" dest-id="41953936" weight="7.04736214432362"/> <connection id="41953952" src-id="41952821" dest-id="41953936" weight="2.083162333887218"/> <connection id="41953953" src-id="41952822" dest-id="41953936" weight="-4.0991743107233205"/> <connection id="41953954" src-id="41952823" dest-id="41953936" weight="6.33822913696409"/> <connection id="41953955" src-id="41952824" dest-id="41953936" weight="-2.0128642578399005"/> <connection id="41953958" src-id="41952827" dest-id="41953936" weight="-2.3720615752151186"/> <connection id="41953960" src-id="41952829" dest-id="41953936" weight="8.003818164732209"/> <connection id="41953962" src-id="41952831" dest-id="41953936" weight="-3.7157868344593057"/> <connection id="41953963" src-id="41952832" dest-id="41953936" weight="1.2151316750693082"/> <connection id="41953964" src-id="41952833" dest-id="41953936" weight="-9.115898660439608"/> <connection id="41953965" src-id="41952834" dest-id="41953936" weight="-5.091051653912602"/> <connection id="41953966" src-id="41952835" dest-id="41953936" weight="-0.4843836088394209"/> <connection id="41953967" src-id="41952836" dest-id="41953936" weight="-1.2002280963999337"/> <connection id="41953968" src-id="41952837" dest-id="41953936" weight="-4.776034137045843"/> <connection id="41953969" src-id="41952838" dest-id="41953936" weight="7.431777595648242"/> <connection id="41953970" src-id="41952839" dest-id="41953936" weight="-2.282493061144745"/> <connection id="41953971" src-id="41952840" dest-id="41953936" weight="-4.304571143010327"/> <connection id="41953972" src-id="41952841" dest-id="41953936" weight="-3.144236332078619"/> <connection id="41953973" src-id="41952842" dest-id="41953936" weight="-3.1864876676087914"/> <connection id="41953974" src-id="41952843" dest-id="41953936" weight="-2.2746847337081637"/> <connection id="41953975" src-id="41952844" dest-id="41953936" weight="5.728992494384604"/> <connection id="41953976" src-id="41952845" dest-id="41953936" weight="-0.9025679322096988"/> <connection id="41953978" src-id="41952847" dest-id="41953936" weight="-1.0344422573745937"/> <connection id="41953979" src-id="41952848" dest-id="41953936" weight="-5.295627752082478"/> <connection id="41953980" src-id="41952849" dest-id="41953936" weight="2.152850688761572"/> <connection id="41953981" src-id="41952850" dest-id="41953936" weight="-0.7871312439280709"/> <connection id="41953982" src-id="41952851" dest-id="41953936" weight="3.3718529205664867"/> <connection id="41953983" src-id="41952852" dest-id="41953936" weight="2.1597111709614905"/> <connection id="41953984" src-id="41952853" dest-id="41953936" weight="-9.17909504721658"/> <connection id="41953985" src-id="41952854" dest-id="41953936" weight="-2.2645280929773746"/> <connection id="41953986" src-id="41952855" dest-id="41953936" weight="-9.660946167714911"/> <connection id="41953987" src-id="41952856" dest-id="41953936" weight="4.8606473178929415"/> <connection id="41953990" src-id="41952859" dest-id="41953936" weight="-3.9879758509769294"/> <connection id="41953991" src-id="41952860" dest-id="41953936" weight="-10.0"/> <connection id="41953992" src-id="41952861" dest-id="41953936" weight="-0.326619273505355"/> <connection id="41953993" src-id="41952862" dest-id="41953936" weight="1.6641877037392763"/> <connection id="41953994" src-id="41952863" dest-id="41953936" weight="-4.546941864863801"/> <connection id="41953995" src-id="41952864" dest-id="41953936" weight="-2.3069128452373437"/> <connection id="41953997" src-id="41952866" dest-id="41953936" weight="5.105323732518805"/> <connection id="41953998" src-id="41952867" dest-id="41953936" weight="6.279741576879739"/> <connection id="41953999" src-id="41952868" dest-id="41953936" weight="-3.3741691590148806"/> <connection id="41954000" src-id="41952869" dest-id="41953936" weight="-9.450812993393802"/> <connection id="41954001" src-id="41952870" dest-id="41953936" weight="-5.247360988570155"/> <connection id="41954002" src-id="41952871" dest-id="41953936" weight="2.043719156429743"/> <connection id="41954003" src-id="41952872" dest-id="41953936" weight="-3.0392572387935433"/> <connection id="41954004" src-id="41952873" dest-id="41953936" weight="-7.217851734625535"/> <connection id="41954005" src-id="41952874" dest-id="41953936" weight="-0.7319291615446644"/> <connection id="41954007" src-id="41952876" dest-id="41953936" weight="3.4023897679526764"/> <connection id="41954008" src-id="41952877" dest-id="41953936" weight="4.974697793870378"/> <connection id="41954009" src-id="41952878" dest-id="41953936" weight="-2.053121874362574"/> <connection id="41954010" src-id="41952879" dest-id="41953936" weight="-6.752145761687609"/> <connection id="41954012" src-id="41952881" dest-id="41953936" weight="-0.9251737735566836"/> <connection id="41954014" src-id="41952883" dest-id="41953936" weight="-0.7809058632722947"/> <connection id="41954016" src-id="41952885" dest-id="41953936" weight="10.0"/> <connection id="41954017" src-id="41952886" dest-id="41953936" weight="-5.954739208048973"/> <connection id="41954018" src-id="41952887" dest-id="41953936" weight="-1.6147201901192574"/> <connection id="41954019" src-id="41952888" dest-id="41953936" weight="-9.15021657999398"/> <connection id="41954020" src-id="41952889" dest-id="41953936" weight="3.4685515825227227"/> <connection id="41954021" src-id="41952890" dest-id="41953936" weight="-2.1454782731682744"/> <connection id="41954022" src-id="41952891" dest-id="41953936" weight="-4.195704813512522"/> <neuron id="41954023" type="out" activation="sigmoid"/> <connection id="41954024" src-id="41952806" dest-id="41954023" weight="-4.214021624556692"/> <connection id="41954025" src-id="41952807" dest-id="41954023" weight="-9.458601346131251"/> <connection id="41954026" src-id="41952808" dest-id="41954023" weight="-7.894773803390007"/> <connection id="41954027" src-id="41952809" dest-id="41954023" weight="-2.218929708325262"/> <connection id="41954030" src-id="41952812" dest-id="41954023" weight="-10.0"/> <connection id="41954031" src-id="41952813" dest-id="41954023" weight="-4.827871533587254"/> <connection id="41954033" src-id="41952815" dest-id="41954023" weight="5.968351861646294"/> <connection id="41954034" src-id="41952816" dest-id="41954023" weight="10.0"/> <connection id="41954035" src-id="41952817" dest-id="41954023" weight="-7.249683492026083"/> <connection id="41954036" src-id="41952818" dest-id="41954023" weight="-0.9701044150647408"/> <connection id="41954037" src-id="41952819" dest-id="41954023" weight="-4.449949944830044"/> <connection id="41954039" src-id="41952821" dest-id="41954023" weight="-9.61366375952235"/> <connection id="41954040" src-id="41952822" dest-id="41954023" weight="4.88485562519986"/> <connection id="41954043" src-id="41952825" dest-id="41954023" weight="2.027720457018269"/> <connection id="41954044" src-id="41952826" dest-id="41954023" weight="-4.841005806727697"/> <connection id="41954045" src-id="41952827" dest-id="41954023" weight="3.6847885296777214"/> <connection id="41954046" src-id="41952828" dest-id="41954023" weight="-8.69171225733612"/> <connection id="41954048" src-id="41952830" dest-id="41954023" weight="-5.73615538609152"/> <connection id="41954050" src-id="41952832" dest-id="41954023" weight="8.496514419573083"/> <connection id="41954051" src-id="41952833" dest-id="41954023" weight="4.001274655149464"/> <connection id="41954052" src-id="41952834" dest-id="41954023" weight="2.678325485298045"/> <connection id="41954053" src-id="41952835" dest-id="41954023" weight="-2.4641956495659114"/> <connection id="41954055" src-id="41952837" dest-id="41954023" weight="-6.179158803459862"/> <connection id="41954056" src-id="41952838" dest-id="41954023" weight="4.057414298819428"/> <connection id="41954057" src-id="41952839" dest-id="41954023" weight="-2.8444078621627513"/> <connection id="41954058" src-id="41952840" dest-id="41954023" weight="6.047404392592441"/> <connection id="41954059" src-id="41952841" dest-id="41954023" weight="-10.0"/> <connection id="41954060" src-id="41952842" dest-id="41954023" weight="8.489980952942997"/> <connection id="41954061" src-id="41952843" dest-id="41954023" weight="-3.3757295800004212"/> <connection id="41954062" src-id="41952844" dest-id="41954023" weight="-1.5991563126242463"/> <connection id="41954063" src-id="41952845" dest-id="41954023" weight="9.851227980109073"/> <connection id="41954064" src-id="41952846" dest-id="41954023" weight="10.0"/> <connection id="41954065" src-id="41952847" dest-id="41954023" weight="3.9259467259268943"/> <connection id="41954067" src-id="41952849" dest-id="41954023" weight="-8.572572246609747"/> <connection id="41954069" src-id="41952851" dest-id="41954023" weight="-10.0"/> <connection id="41954070" src-id="41952852" dest-id="41954023" weight="-2.561012921561256"/> <connection id="41954072" src-id="41952854" dest-id="41954023" weight="-8.893725291435413"/> <connection id="41954073" src-id="41952855" dest-id="41954023" weight="-5.484089921514554"/> <connection id="41954074" src-id="41952856" dest-id="41954023" weight="8.54026901638442"/> <connection id="41954075" src-id="41952857" dest-id="41954023" weight="-1.0562558417601273"/> <connection id="41954077" src-id="41952859" dest-id="41954023" weight="-10.0"/> <connection id="41954078" src-id="41952860" dest-id="41954023" weight="4.368695961202829"/> <connection id="41954079" src-id="41952861" dest-id="41954023" weight="-10.0"/> <connection id="41954080" src-id="41952862" dest-id="41954023" weight="-2.4569798487756493"/> <connection id="41954081" src-id="41952863" dest-id="41954023" weight="-7.046723802758208"/> <connection id="41954082" src-id="41952864" dest-id="41954023" weight="9.135737146621647"/> <connection id="41954086" src-id="41952868" dest-id="41954023" weight="-5.804263643653845"/> <connection id="41954087" src-id="41952869" dest-id="41954023" weight="4.307773135228249"/> <connection id="41954088" src-id="41952870" dest-id="41954023" weight="3.6328545838309507"/> <connection id="41954089" src-id="41952871" dest-id="41954023" weight="7.3484567798295055"/> <connection id="41954090" src-id="41952872" dest-id="41954023" weight="2.6413575476986133"/> <connection id="41954091" src-id="41952873" dest-id="41954023" weight="-4.778733908804465"/> <connection id="41954092" src-id="41952874" dest-id="41954023" weight="-3.0622085857979253"/> <connection id="41954093" src-id="41952875" dest-id="41954023" weight="10.0"/> <connection id="41954094" src-id="41952876" dest-id="41954023" weight="0.26666239759287214"/> <connection id="41954095" src-id="41952877" dest-id="41954023" weight="-6.380764118131239"/> <connection id="41954096" src-id="41952878" dest-id="41954023" weight="9.733286727584119"/> <connection id="41954098" src-id="41952880" dest-id="41954023" weight="4.024126834320918"/> <connection id="41954100" src-id="41952882" dest-id="41954023" weight="6.793578794958236"/> <connection id="41954101" src-id="41952883" dest-id="41954023" weight="5.5797163236951235"/> <connection id="41954102" src-id="41952884" dest-id="41954023" weight="-7.327381955765588"/> <connection id="41954103" src-id="41952885" dest-id="41954023" weight="4.835898304556325"/> <connection id="41954104" src-id="41952886" dest-id="41954023" weight="3.1335611729905737"/> <connection id="41954107" src-id="41952889" dest-id="41954023" weight="-1.1430457346383296"/> <connection id="41954108" src-id="41952890" dest-id="41954023" weight="8.344515138000627"/> <connection id="41954109" src-id="41952891" dest-id="41954023" weight="0.16149409578338103"/> <neuron id="41954110" type="out" activation="sigmoid"/> <connection id="41954113" src-id="41952808" dest-id="41954110" weight="-5.561162026039237"/> <connection id="41954114" src-id="41952809" dest-id="41954110" weight="-6.742129572048439"/> <connection id="41954115" src-id="41952810" dest-id="41954110" weight="5.471833799866317"/> <connection id="41954118" src-id="41952813" dest-id="41954110" weight="-4.306527779080566"/> <connection id="41954119" src-id="41952814" dest-id="41954110" weight="5.481035233359529"/> <connection id="41954120" src-id="41952815" dest-id="41954110" weight="-7.655815656053557"/> <connection id="41954121" src-id="41952816" dest-id="41954110" weight="4.878728828737048"/> <connection id="41954122" src-id="41952817" dest-id="41954110" weight="-7.4489554948312735"/> <connection id="41954123" src-id="41952818" dest-id="41954110" weight="-3.921686801854774"/> <connection id="41954124" src-id="41952819" dest-id="41954110" weight="-8.834062966716699"/> <connection id="41954125" src-id="41952820" dest-id="41954110" weight="10.0"/> <connection id="41954127" src-id="41952822" dest-id="41954110" weight="2.377661615857709"/> <connection id="41954128" src-id="41952823" dest-id="41954110" weight="-9.742449725298412"/> <connection id="41954129" src-id="41952824" dest-id="41954110" weight="-10.0"/> <connection id="41954130" src-id="41952825" dest-id="41954110" weight="-0.2768557702291674"/> <connection id="41954131" src-id="41952826" dest-id="41954110" weight="-4.446128401171379"/> <connection id="41954132" src-id="41952827" dest-id="41954110" weight="1.6963040210267666"/> <connection id="41954133" src-id="41952828" dest-id="41954110" weight="2.994775390054418"/> <connection id="41954134" src-id="41952829" dest-id="41954110" weight="-0.808496489104376"/> <connection id="41954135" src-id="41952830" dest-id="41954110" weight="1.878040522495161"/> <connection id="41954136" src-id="41952831" dest-id="41954110" weight="9.030947805876844"/> <connection id="41954137" src-id="41952832" dest-id="41954110" weight="7.185715128206038"/> <connection id="41954139" src-id="41952834" dest-id="41954110" weight="5.974367745212518"/> <connection id="41954141" src-id="41952836" dest-id="41954110" weight="-6.4329341431444345"/> <connection id="41954142" src-id="41952837" dest-id="41954110" weight="0.13588255252745052"/> <connection id="41954143" src-id="41952838" dest-id="41954110" weight="2.559788435299467"/> <connection id="41954144" src-id="41952839" dest-id="41954110" weight="5.9630744319649365"/> <connection id="41954145" src-id="41952840" dest-id="41954110" weight="0.6910527461490918"/> <connection id="41954146" src-id="41952841" dest-id="41954110" weight="10.0"/> <connection id="41954147" src-id="41952842" dest-id="41954110" weight="5.2954338875514075"/> <connection id="41954148" src-id="41952843" dest-id="41954110" weight="-3.3419514217594504"/> <connection id="41954149" src-id="41952844" dest-id="41954110" weight="9.494053090412171"/> <connection id="41954150" src-id="41952845" dest-id="41954110" weight="2.104251754077855"/> <connection id="41954151" src-id="41952846" dest-id="41954110" weight="-2.00330064313078"/> <connection id="41954152" src-id="41952847" dest-id="41954110" weight="-3.909995502255036"/> <connection id="41954153" src-id="41952848" dest-id="41954110" weight="1.7624405154666056"/> <connection id="41954155" src-id="41952850" dest-id="41954110" weight="0.9308083387958404"/> <connection id="41954156" src-id="41952851" dest-id="41954110" weight="-3.4594355480784893"/> <connection id="41954157" src-id="41952852" dest-id="41954110" weight="-9.738458449911896"/> <connection id="41954158" src-id="41952853" dest-id="41954110" weight="-7.016447320148428"/> <connection id="41954159" src-id="41952854" dest-id="41954110" weight="0.10347059191726515"/> <connection id="41954160" src-id="41952855" dest-id="41954110" weight="8.019980796627094"/> <connection id="41954161" src-id="41952856" dest-id="41954110" weight="-4.0284258835076985"/> <connection id="41954166" src-id="41952861" dest-id="41954110" weight="7.004091475774391"/> <connection id="41954170" src-id="41952865" dest-id="41954110" weight="6.855339099426348"/> <connection id="41954172" src-id="41952867" dest-id="41954110" weight="-9.175679022603575"/> <connection id="41954173" src-id="41952868" dest-id="41954110" weight="-3.610647253672178"/> <connection id="41954174" src-id="41952869" dest-id="41954110" weight="-0.3812647047124588"/> <connection id="41954175" src-id="41952870" dest-id="41954110" weight="-5.102576840529519"/> <connection id="41954178" src-id="41952873" dest-id="41954110" weight="-8.99703299477165"/> <connection id="41954180" src-id="41952875" dest-id="41954110" weight="-4.092348786106518"/> <connection id="41954181" src-id="41952876" dest-id="41954110" weight="5.55249378172817"/> <connection id="41954182" src-id="41952877" dest-id="41954110" weight="-5.562726854442145"/> <connection id="41954183" src-id="41952878" dest-id="41954110" weight="8.56692131063648"/> <connection id="41954184" src-id="41952879" dest-id="41954110" weight="-1.8973073157245968"/> <connection id="41954187" src-id="41952882" dest-id="41954110" weight="2.6752609807113337"/> <connection id="41954188" src-id="41952883" dest-id="41954110" weight="1.4122282244100792"/> <connection id="41954189" src-id="41952884" dest-id="41954110" weight="-4.1023067177139465"/> <connection id="41954190" src-id="41952885" dest-id="41954110" weight="0.5252360574228054"/> <connection id="41954191" src-id="41952886" dest-id="41954110" weight="-8.339245989836773"/> <connection id="41954192" src-id="41952887" dest-id="41954110" weight="8.36477919701435"/> <connection id="41954193" src-id="41952888" dest-id="41954110" weight="5.759739475780426"/> <connection id="41954194" src-id="41952889" dest-id="41954110" weight="-3.553758346391365"/> <connection id="41954195" src-id="41952890" dest-id="41954110" weight="8.419857607587852"/> <connection id="41954196" src-id="41952891" dest-id="41954110" weight="5.402033612037813"/> <neuron id="41954197" type="out" activation="sigmoid"/> <connection id="41954199" src-id="41952807" dest-id="41954197" weight="-4.773656974706684"/> <connection id="41954200" src-id="41952808" dest-id="41954197" weight="-4.672028895005656"/> <connection id="41954201" src-id="41952809" dest-id="41954197" weight="-6.386219037245038"/> <connection id="41954203" src-id="41952811" dest-id="41954197" weight="3.751849170164907"/> <connection id="41954204" src-id="41952812" dest-id="41954197" weight="-10.0"/> <connection id="41954205" src-id="41952813" dest-id="41954197" weight="-0.11396114582374861"/> <connection id="41954206" src-id="41952814" dest-id="41954197" weight="-1.0943150710320295"/> <connection id="41954207" src-id="41952815" dest-id="41954197" weight="1.104099218889453"/> <connection id="41954208" src-id="41952816" dest-id="41954197" weight="9.730815118838727"/> <connection id="41954210" src-id="41952818" dest-id="41954197" weight="10.0"/> <connection id="41954211" src-id="41952819" dest-id="41954197" weight="10.0"/> <connection id="41954212" src-id="41952820" dest-id="41954197" weight="2.5096515736715905"/> <connection id="41954213" src-id="41952821" dest-id="41954197" weight="5.183048389151699"/> <connection id="41954214" src-id="41952822" dest-id="41954197" weight="-4.459939196473876"/> <connection id="41954217" src-id="41952825" dest-id="41954197" weight="-10.0"/> <connection id="41954218" src-id="41952826" dest-id="41954197" weight="1.932370243418121"/> <connection id="41954219" src-id="41952827" dest-id="41954197" weight="2.4880695261987373"/> <connection id="41954220" src-id="41952828" dest-id="41954197" weight="4.543389651381285"/> <connection id="41954221" src-id="41952829" dest-id="41954197" weight="-1.402004159271562"/> <connection id="41954222" src-id="41952830" dest-id="41954197" weight="-10.0"/> <connection id="41954223" src-id="41952831" dest-id="41954197" weight="3.0226701303160817"/> <connection id="41954224" src-id="41952832" dest-id="41954197" weight="3.0250444535024927"/> <connection id="41954225" src-id="41952833" dest-id="41954197" weight="-2.600048206252008"/> <connection id="41954227" src-id="41952835" dest-id="41954197" weight="-0.861941414621914"/> <connection id="41954228" src-id="41952836" dest-id="41954197" weight="-1.1269659507250975"/> <connection id="41954229" src-id="41952837" dest-id="41954197" weight="-8.527319171366019"/> <connection id="41954230" src-id="41952838" dest-id="41954197" weight="2.533152693687169"/> <connection id="41954231" src-id="41952839" dest-id="41954197" weight="9.039005902564247"/> <connection id="41954232" src-id="41952840" dest-id="41954197" weight="-9.576387656250846"/> <connection id="41954233" src-id="41952841" dest-id="41954197" weight="-0.7564102932124448"/> <connection id="41954234" src-id="41952842" dest-id="41954197" weight="-3.948753005011439"/> <connection id="41954235" src-id="41952843" dest-id="41954197" weight="2.5439522434491444"/> <connection id="41954236" src-id="41952844" dest-id="41954197" weight="6.6758215046943175"/> <connection id="41954237" src-id="41952845" dest-id="41954197" weight="6.247572051997487"/> <connection id="41954241" src-id="41952849" dest-id="41954197" weight="-4.559397458103158"/> <connection id="41954242" src-id="41952850" dest-id="41954197" weight="2.5588366207010242"/> <connection id="41954243" src-id="41952851" dest-id="41954197" weight="-7.697246110784915"/> <connection id="41954245" src-id="41952853" dest-id="41954197" weight="-4.159222056032853"/> <connection id="41954246" src-id="41952854" dest-id="41954197" weight="-6.27408326490738"/> <connection id="41954247" src-id="41952855" dest-id="41954197" weight="6.809464288068304"/> <connection id="41954248" src-id="41952856" dest-id="41954197" weight="2.279432484326374"/> <connection id="41954250" src-id="41952858" dest-id="41954197" weight="2.9387763289310582"/> <connection id="41954251" src-id="41952859" dest-id="41954197" weight="-7.6703998007650505"/> <connection id="41954252" src-id="41952860" dest-id="41954197" weight="-4.097356828953262"/> <connection id="41954253" src-id="41952861" dest-id="41954197" weight="6.257721835953955"/> <connection id="41954254" src-id="41952862" dest-id="41954197" weight="4.946089211003543"/> <connection id="41954255" src-id="41952863" dest-id="41954197" weight="-3.8952215199509417"/> <connection id="41954256" src-id="41952864" dest-id="41954197" weight="8.95995656186039"/> <connection id="41954257" src-id="41952865" dest-id="41954197" weight="-0.3132160991185611"/> <connection id="41954259" src-id="41952867" dest-id="41954197" weight="5.602072998133306"/> <connection id="41954260" src-id="41952868" dest-id="41954197" weight="-9.99212294128843"/> <connection id="41954261" src-id="41952869" dest-id="41954197" weight="8.700761349854911"/> <connection id="41954262" src-id="41952870" dest-id="41954197" weight="-0.5528201208910303"/> <connection id="41954263" src-id="41952871" dest-id="41954197" weight="-1.6895378438028044"/> <connection id="41954264" src-id="41952872" dest-id="41954197" weight="-6.949063202612648"/> <connection id="41954266" src-id="41952874" dest-id="41954197" weight="1.5699327134439625"/> <connection id="41954268" src-id="41952876" dest-id="41954197" weight="1.8333319769352097"/> <connection id="41954269" src-id="41952877" dest-id="41954197" weight="2.2916120806360865"/> <connection id="41954271" src-id="41952879" dest-id="41954197" weight="8.60990505799317"/> <connection id="41954272" src-id="41952880" dest-id="41954197" weight="-1.0596807099390715"/> <connection id="41954273" src-id="41952881" dest-id="41954197" weight="8.996254203506355"/> <connection id="41954274" src-id="41952882" dest-id="41954197" weight="2.3622304236789695"/> <connection id="41954275" src-id="41952883" dest-id="41954197" weight="7.796048031477188"/> <connection id="41954276" src-id="41952884" dest-id="41954197" weight="-6.162083829339762"/> <connection id="41954277" src-id="41952885" dest-id="41954197" weight="-1.98871789386311"/> <connection id="41954278" src-id="41952886" dest-id="41954197" weight="1.4461776487399627"/> <connection id="41954279" src-id="41952887" dest-id="41954197" weight="-4.2871297059535225"/> <connection id="41954281" src-id="41952889" dest-id="41954197" weight="6.147034370937918"/> <connection id="41954282" src-id="41952890" dest-id="41954197" weight="10.0"/> <connection id="41954283" src-id="41952891" dest-id="41954197" weight="-4.9315156146432875"/> <neuron id="41954284" type="out" activation="sigmoid"/> <connection id="41954285" src-id="41952806" dest-id="41954284" weight="0.8791097394655314"/> <connection id="41954286" src-id="41952807" dest-id="41954284" weight="-1.584128290928183"/> <connection id="41954287" src-id="41952808" dest-id="41954284" weight="6.66541140077968"/> <connection id="41954289" src-id="41952810" dest-id="41954284" weight="0.8160248739542539"/> <connection id="41954290" src-id="41952811" dest-id="41954284" weight="5.980066929640042"/> <connection id="41954291" src-id="41952812" dest-id="41954284" weight="5.204317178940176"/> <connection id="41954294" src-id="41952815" dest-id="41954284" weight="4.557119916685904"/> <connection id="41954296" src-id="41952817" dest-id="41954284" weight="10.0"/> <connection id="41954297" src-id="41952818" dest-id="41954284" weight="-8.121552853231181"/> <connection id="41954298" src-id="41952819" dest-id="41954284" weight="8.175191428464267"/> <connection id="41954299" src-id="41952820" dest-id="41954284" weight="5.870748198638431"/> <connection id="41954301" src-id="41952822" dest-id="41954284" weight="-8.561381174605048"/> <connection id="41954302" src-id="41952823" dest-id="41954284" weight="1.7979546870548555"/> <connection id="41954303" src-id="41952824" dest-id="41954284" weight="1.38849413170648"/> <connection id="41954304" src-id="41952825" dest-id="41954284" weight="-6.667968403580171"/> <connection id="41954305" src-id="41952826" dest-id="41954284" weight="10.0"/> <connection id="41954306" src-id="41952827" dest-id="41954284" weight="-10.0"/> <connection id="41954307" src-id="41952828" dest-id="41954284" weight="-1.4093552228247117"/> <connection id="41954308" src-id="41952829" dest-id="41954284" weight="-9.007329123864796"/> <connection id="41954310" src-id="41952831" dest-id="41954284" weight="-2.106474146323155"/> <connection id="41954311" src-id="41952832" dest-id="41954284" weight="8.249713497147335"/> <connection id="41954312" src-id="41952833" dest-id="41954284" weight="-0.9253037738255134"/> <connection id="41954313" src-id="41952834" dest-id="41954284" weight="10.0"/> <connection id="41954315" src-id="41952836" dest-id="41954284" weight="-6.534996939619889"/> <connection id="41954317" src-id="41952838" dest-id="41954284" weight="10.0"/> <connection id="41954318" src-id="41952839" dest-id="41954284" weight="3.1009388336461265"/> <connection id="41954319" src-id="41952840" dest-id="41954284" weight="1.825782177724744"/> <connection id="41954321" src-id="41952842" dest-id="41954284" weight="-1.7166813545134434"/> <connection id="41954322" src-id="41952843" dest-id="41954284" weight="1.6081900962420752"/> <connection id="41954323" src-id="41952844" dest-id="41954284" weight="2.1449923732661507"/> <connection id="41954324" src-id="41952845" dest-id="41954284" weight="-8.890611772270058"/> <connection id="41954325" src-id="41952846" dest-id="41954284" weight="-10.0"/> <connection id="41954326" src-id="41952847" dest-id="41954284" weight="-5.828066187786726"/> <connection id="41954327" src-id="41952848" dest-id="41954284" weight="-7.122006684206523"/> <connection id="41954328" src-id="41952849" dest-id="41954284" weight="10.0"/> <connection id="41954329" src-id="41952850" dest-id="41954284" weight="-0.8609438429734404"/> <connection id="41954331" src-id="41952852" dest-id="41954284" weight="2.634745127734905"/> <connection id="41954332" src-id="41952853" dest-id="41954284" weight="1.3577711591756616"/> <connection id="41954333" src-id="41952854" dest-id="41954284" weight="1.4910368565834469"/> <connection id="41954334" src-id="41952855" dest-id="41954284" weight="-1.5078843200633334"/> <connection id="41954335" src-id="41952856" dest-id="41954284" weight="-0.7334069943241346"/> <connection id="41954336" src-id="41952857" dest-id="41954284" weight="3.0071704192649085"/> <connection id="41954337" src-id="41952858" dest-id="41954284" weight="3.9050872295739123"/> <connection id="41954338" src-id="41952859" dest-id="41954284" weight="1.836564730169615"/> <connection id="41954340" src-id="41952861" dest-id="41954284" weight="10.0"/> <connection id="41954341" src-id="41952862" dest-id="41954284" weight="10.0"/> <connection id="41954342" src-id="41952863" dest-id="41954284" weight="-2.1775601501616473"/> <connection id="41954343" src-id="41952864" dest-id="41954284" weight="-7.635918367581306"/> <connection id="41954344" src-id="41952865" dest-id="41954284" weight="-6.3492054712149635"/> <connection id="41954345" src-id="41952866" dest-id="41954284" weight="-4.1284623413115735"/> <connection id="41954346" src-id="41952867" dest-id="41954284" weight="7.3905607169415575"/> <connection id="41954347" src-id="41952868" dest-id="41954284" weight="-0.944560471916359"/> <connection id="41954348" src-id="41952869" dest-id="41954284" weight="4.828294072545298"/> <connection id="41954349" src-id="41952870" dest-id="41954284" weight="-8.70716765268106"/> <connection id="41954350" src-id="41952871" dest-id="41954284" weight="10.0"/> <connection id="41954351" src-id="41952872" dest-id="41954284" weight="-10.0"/> <connection id="41954352" src-id="41952873" dest-id="41954284" weight="-9.131228821566731"/> <connection id="41954353" src-id="41952874" dest-id="41954284" weight="0.9377437685718217"/> <connection id="41954354" src-id="41952875" dest-id="41954284" weight="-8.30576718542752"/> <connection id="41954355" src-id="41952876" dest-id="41954284" weight="3.8777689159512927"/> <connection id="41954356" src-id="41952877" dest-id="41954284" weight="0.33296476984561263"/> <connection id="41954357" src-id="41952878" dest-id="41954284" weight="-1.3333641257982296"/> <connection id="41954358" src-id="41952879" dest-id="41954284" weight="-3.2216119346329917"/> <connection id="41954359" src-id="41952880" dest-id="41954284" weight="8.172730029228974"/> <connection id="41954360" src-id="41952881" dest-id="41954284" weight="-5.12841226630609"/> <connection id="41954361" src-id="41952882" dest-id="41954284" weight="-5.175571467097491"/> <connection id="41954362" src-id="41952883" dest-id="41954284" weight="-1.7404199354153564"/> <connection id="41954364" src-id="41952885" dest-id="41954284" weight="-5.919793958165242"/> <connection id="41954365" src-id="41952886" dest-id="41954284" weight="10.0"/> <connection id="41954367" src-id="41952888" dest-id="41954284" weight="-6.520706824369045"/> <connection id="41954368" src-id="41952889" dest-id="41954284" weight="4.484209913921974"/> <connection id="41954369" src-id="41952890" dest-id="41954284" weight="-7.529932778937199"/> <connection id="41954370" src-id="41952891" dest-id="41954284" weight="5.279816077771859"/> <neuron id="41954371" type="out" activation="sigmoid"/> <connection id="41954372" src-id="41952806" dest-id="41954371" weight="-10.0"/> <connection id="41954374" src-id="41952808" dest-id="41954371" weight="-2.2294733095182244"/> <connection id="41954375" src-id="41952809" dest-id="41954371" weight="1.1975334334881744"/> <connection id="41954376" src-id="41952810" dest-id="41954371" weight="-7.369689845432079"/> <connection id="41954377" src-id="41952811" dest-id="41954371" weight="-5.042392756363361"/> <connection id="41954378" src-id="41952812" dest-id="41954371" weight="-0.7027371024652421"/> <connection id="41954379" src-id="41952813" dest-id="41954371" weight="0.5654641510943248"/> <connection id="41954380" src-id="41952814" dest-id="41954371" weight="8.041484210325779"/> <connection id="41954381" src-id="41952815" dest-id="41954371" weight="1.7635692856161151"/> <connection id="41954383" src-id="41952817" dest-id="41954371" weight="10.0"/> <connection id="41954385" src-id="41952819" dest-id="41954371" weight="-6.595858170086213"/> <connection id="41954386" src-id="41952820" dest-id="41954371" weight="4.991359574273453"/> <connection id="41954387" src-id="41952821" dest-id="41954371" weight="-1.2328023459260127"/> <connection id="41954388" src-id="41952822" dest-id="41954371" weight="1.4714670264577159"/> <connection id="41954389" src-id="41952823" dest-id="41954371" weight="8.29563121180959"/> <connection id="41954390" src-id="41952824" dest-id="41954371" weight="4.301229875520607"/> <connection id="41954391" src-id="41952825" dest-id="41954371" weight="-1.626524462905161"/> <connection id="41954393" src-id="41952827" dest-id="41954371" weight="6.595504057992856"/> <connection id="41954395" src-id="41952829" dest-id="41954371" weight="7.024479377048205"/> <connection id="41954396" src-id="41952830" dest-id="41954371" weight="-10.0"/> <connection id="41954397" src-id="41952831" dest-id="41954371" weight="-0.5161025174262188"/> <connection id="41954398" src-id="41952832" dest-id="41954371" weight="-2.152740618748658"/> <connection id="41954399" src-id="41952833" dest-id="41954371" weight="1.8674920189622572"/> <connection id="41954400" src-id="41952834" dest-id="41954371" weight="-4.027908996334372"/> <connection id="41954401" src-id="41952835" dest-id="41954371" weight="-4.519170967944515"/> <connection id="41954403" src-id="41952837" dest-id="41954371" weight="-3.6201048618652014"/> <connection id="41954404" src-id="41952838" dest-id="41954371" weight="2.11823145162894"/> <connection id="41954405" src-id="41952839" dest-id="41954371" weight="-3.714502971064356"/> <connection id="41954406" src-id="41952840" dest-id="41954371" weight="4.764164262151757"/> <connection id="41954407" src-id="41952841" dest-id="41954371" weight="2.0795523598273835"/> <connection id="41954408" src-id="41952842" dest-id="41954371" weight="5.265995955206213"/> <connection id="41954409" src-id="41952843" dest-id="41954371" weight="-6.696368312648626"/> <connection id="41954410" src-id="41952844" dest-id="41954371" weight="-3.4168979871893637"/> <connection id="41954411" src-id="41952845" dest-id="41954371" weight="-4.697369575131377"/> <connection id="41954412" src-id="41952846" dest-id="41954371" weight="2.106084795435933"/> <connection id="41954413" src-id="41952847" dest-id="41954371" weight="3.7396658974720296"/> <connection id="41954415" src-id="41952849" dest-id="41954371" weight="5.548452390876664"/> <connection id="41954416" src-id="41952850" dest-id="41954371" weight="9.109124213795841"/> <connection id="41954417" src-id="41952851" dest-id="41954371" weight="-0.8410499862383518"/> <connection id="41954418" src-id="41952852" dest-id="41954371" weight="-6.7763236856183005"/> <connection id="41954419" src-id="41952853" dest-id="41954371" weight="-8.592337754103646"/> <connection id="41954420" src-id="41952854" dest-id="41954371" weight="-5.613184625185751"/> <connection id="41954423" src-id="41952857" dest-id="41954371" weight="-7.145030820560049"/> <connection id="41954424" src-id="41952858" dest-id="41954371" weight="1.3352434358170577"/> <connection id="41954426" src-id="41952860" dest-id="41954371" weight="2.781078564567646"/> <connection id="41954427" src-id="41952861" dest-id="41954371" weight="-8.570782793948396"/> <connection id="41954428" src-id="41952862" dest-id="41954371" weight="7.931155567649303"/> <connection id="41954429" src-id="41952863" dest-id="41954371" weight="4.133111706764187"/> <connection id="41954430" src-id="41952864" dest-id="41954371" weight="-5.189086934856261"/> <connection id="41954431" src-id="41952865" dest-id="41954371" weight="0.03512723619532743"/> <connection id="41954432" src-id="41952866" dest-id="41954371" weight="-8.330129244456154"/> <connection id="41954433" src-id="41952867" dest-id="41954371" weight="4.172005405189922"/> <connection id="41954434" src-id="41952868" dest-id="41954371" weight="-3.929951296194546"/> <connection id="41954436" src-id="41952870" dest-id="41954371" weight="4.405034350596471"/> <connection id="41954438" src-id="41952872" dest-id="41954371" weight="-6.268057103267936"/> <connection id="41954439" src-id="41952873" dest-id="41954371" weight="-7.167562173621611"/> <connection id="41954440" src-id="41952874" dest-id="41954371" weight="-7.768537391261199"/> <connection id="41954441" src-id="41952875" dest-id="41954371" weight="-8.732684246989395"/> <connection id="41954442" src-id="41952876" dest-id="41954371" weight="-5.477207924903425"/> <connection id="41954444" src-id="41952878" dest-id="41954371" weight="8.447750931699431"/> <connection id="41954445" src-id="41952879" dest-id="41954371" weight="-1.6031260066238684"/> <connection id="41954447" src-id="41952881" dest-id="41954371" weight="-2.627602686372196"/> <connection id="41954448" src-id="41952882" dest-id="41954371" weight="-7.02293101836788"/> <connection id="41954449" src-id="41952883" dest-id="41954371" weight="7.637390872492302"/> <connection id="41954450" src-id="41952884" dest-id="41954371" weight="-7.344385578141473"/> <connection id="41954451" src-id="41952885" dest-id="41954371" weight="-3.193661124883215"/> <connection id="41954452" src-id="41952886" dest-id="41954371" weight="9.225472031635217"/> <connection id="41954453" src-id="41952887" dest-id="41954371" weight="4.788146010221733"/> <connection id="41954454" src-id="41952888" dest-id="41954371" weight="-3.2918617762048434"/> <connection id="41954455" src-id="41952889" dest-id="41954371" weight="4.4048916744629585"/> <connection id="41954456" src-id="41952890" dest-id="41954371" weight="-2.9760260814168307"/> <connection id="41954457" src-id="41952891" dest-id="41954371" weight="-8.181842759067456"/> <neuron id="41954458" type="out" activation="sigmoid"/> <connection id="41954459" src-id="41952806" dest-id="41954458" weight="1.9320094317595264"/> <connection id="41954461" src-id="41952808" dest-id="41954458" weight="0.789568381657981"/> <connection id="41954462" src-id="41952809" dest-id="41954458" weight="-3.376809795962817"/> <connection id="41954463" src-id="41952810" dest-id="41954458" weight="5.773189267816473"/> <connection id="41954464" src-id="41952811" dest-id="41954458" weight="-0.19362506504230492"/> <connection id="41954465" src-id="41952812" dest-id="41954458" weight="6.314332741417008"/> <connection id="41954466" src-id="41952813" dest-id="41954458" weight="-10.0"/> <connection id="41954467" src-id="41952814" dest-id="41954458" weight="1.4197882446175258"/> <connection id="41954468" src-id="41952815" dest-id="41954458" weight="6.53391632766845"/> <connection id="41954469" src-id="41952816" dest-id="41954458" weight="6.327280972421016"/> <connection id="41954470" src-id="41952817" dest-id="41954458" weight="9.163049801022993"/> <connection id="41954471" src-id="41952818" dest-id="41954458" weight="10.0"/> <connection id="41954473" src-id="41952820" dest-id="41954458" weight="3.6280079029765733"/> <connection id="41954474" src-id="41952821" dest-id="41954458" weight="1.7946481385945283"/> <connection id="41954475" src-id="41952822" dest-id="41954458" weight="10.0"/> <connection id="41954476" src-id="41952823" dest-id="41954458" weight="10.0"/> <connection id="41954477" src-id="41952824" dest-id="41954458" weight="-7.400776591454207"/> <connection id="41954478" src-id="41952825" dest-id="41954458" weight="-5.403056192233483"/> <connection id="41954479" src-id="41952826" dest-id="41954458" weight="-3.036003756205315"/> <connection id="41954480" src-id="41952827" dest-id="41954458" weight="-5.94838255074996"/> <connection id="41954482" src-id="41952829" dest-id="41954458" weight="-4.672130786022492"/> <connection id="41954484" src-id="41952831" dest-id="41954458" weight="-10.0"/> <connection id="41954485" src-id="41952832" dest-id="41954458" weight="-7.988156593365194"/> <connection id="41954486" src-id="41952833" dest-id="41954458" weight="-4.940532407827464"/> <connection id="41954488" src-id="41952835" dest-id="41954458" weight="-3.037618401803387"/> <connection id="41954489" src-id="41952836" dest-id="41954458" weight="-1.2194496068487086"/> <connection id="41954490" src-id="41952837" dest-id="41954458" weight="5.445218431680308"/> <connection id="41954491" src-id="41952838" dest-id="41954458" weight="-2.469714158192892"/> <connection id="41954493" src-id="41952840" dest-id="41954458" weight="8.548771442237552"/> <connection id="41954494" src-id="41952841" dest-id="41954458" weight="9.935635966145353"/> <connection id="41954495" src-id="41952842" dest-id="41954458" weight="-3.962280651185413"/> <connection id="41954496" src-id="41952843" dest-id="41954458" weight="9.396867243541076"/> <connection id="41954499" src-id="41952846" dest-id="41954458" weight="9.2738296209833"/> <connection id="41954501" src-id="41952848" dest-id="41954458" weight="5.889250659661702"/> <connection id="41954502" src-id="41952849" dest-id="41954458" weight="-0.39103952620774507"/> <connection id="41954503" src-id="41952850" dest-id="41954458" weight="-5.450440853162443"/> <connection id="41954504" src-id="41952851" dest-id="41954458" weight="0.8898749298874007"/> <connection id="41954505" src-id="41952852" dest-id="41954458" weight="0.2613319665580782"/> <connection id="41954506" src-id="41952853" dest-id="41954458" weight="7.32367280229906"/> <connection id="41954507" src-id="41952854" dest-id="41954458" weight="-2.6574077713039364"/> <connection id="41954509" src-id="41952856" dest-id="41954458" weight="-1.2811694754094216"/> <connection id="41954511" src-id="41952858" dest-id="41954458" weight="4.988165777002208"/> <connection id="41954513" src-id="41952860" dest-id="41954458" weight="-5.2390482588941305"/> <connection id="41954514" src-id="41952861" dest-id="41954458" weight="-5.714816494137158"/> <connection id="41954516" src-id="41952863" dest-id="41954458" weight="1.2879178372198343"/> <connection id="41954517" src-id="41952864" dest-id="41954458" weight="-7.792272724610074"/> <connection id="41954518" src-id="41952865" dest-id="41954458" weight="0.7596049596340324"/> <connection id="41954521" src-id="41952868" dest-id="41954458" weight="-9.389860829337492"/> <connection id="41954522" src-id="41952869" dest-id="41954458" weight="-10.0"/> <connection id="41954523" src-id="41952870" dest-id="41954458" weight="1.7499754839246695"/> <connection id="41954524" src-id="41952871" dest-id="41954458" weight="1.9199040957051337"/> <connection id="41954525" src-id="41952872" dest-id="41954458" weight="-5.945271133812055"/> <connection id="41954527" src-id="41952874" dest-id="41954458" weight="-7.531441688765341"/> <connection id="41954528" src-id="41952875" dest-id="41954458" weight="0.5134781916806175"/> <connection id="41954529" src-id="41952876" dest-id="41954458" weight="0.4150129891077943"/> <connection id="41954531" src-id="41952878" dest-id="41954458" weight="4.854472890941113"/> <connection id="41954532" src-id="41952879" dest-id="41954458" weight="-5.94184017126589"/> <connection id="41954533" src-id="41952880" dest-id="41954458" weight="-4.347584992179635"/> <connection id="41954534" src-id="41952881" dest-id="41954458" weight="10.0"/> <connection id="41954535" src-id="41952882" dest-id="41954458" weight="4.105286526657827"/> <connection id="41954536" src-id="41952883" dest-id="41954458" weight="8.528891532310313"/> <connection id="41954537" src-id="41952884" dest-id="41954458" weight="-5.828476867342306"/> <connection id="41954538" src-id="41952885" dest-id="41954458" weight="-9.49763981066574"/> <connection id="41954539" src-id="41952886" dest-id="41954458" weight="-3.822438226664116"/> <connection id="41954540" src-id="41952887" dest-id="41954458" weight="3.6090451628352564"/> <connection id="41954541" src-id="41952888" dest-id="41954458" weight="5.471460855156295"/> <connection id="41954542" src-id="41952889" dest-id="41954458" weight="5.752294381761359"/> <connection id="41979219" src-id="41952836" dest-id="41953240" weight="2.520347006202929"/> </chromosome>
88.913229
108
0.741969
298dba987682cc0456e89160d5bde460e173eef9
8,753
storyboard
XML
Chalk/Base.lproj/Main.storyboard
chalk-app/chalk
077b8f4b9a38a36e55e80630297a67c526b3e893
[ "MIT" ]
1
2015-01-02T08:59:13.000Z
2015-01-02T08:59:13.000Z
Chalk/Base.lproj/Main.storyboard
chalk-app/chalk
077b8f4b9a38a36e55e80630297a67c526b3e893
[ "MIT" ]
null
null
null
Chalk/Base.lproj/Main.storyboard
chalk-app/chalk
077b8f4b9a38a36e55e80630297a67c526b3e893
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/> <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/> </dependencies> <scenes> <!--View Controller--> <scene sceneID="tne-QT-ifu"> <objects> <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Chalk" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="fill" contentVerticalAlignment="fill" borderStyle="line" placeholder="Enter your Nickname" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Xvt-it-27y"> <rect key="frame" x="20" y="40" width="360" height="33"/> <color key="backgroundColor" red="0.98865906538432291" green="0.99260684242429287" blue="1" alpha="1" colorSpace="calibratedRGB"/> <constraints> <constraint firstAttribute="height" constant="33" id="0UA-jo-mzR"/> </constraints> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <textInputTraits key="textInputTraits" autocapitalizationType="words"/> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor"> <color key="value" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> <variation key="widthClass=compact" ambiguous="YES" misplaced="YES"> <rect key="frame" x="52" y="165" width="296" height="90"/> </variation> <variation key="widthClass=regular" fixedFrame="YES"> <rect key="frame" x="16" y="28" width="315" height="30"/> </variation> <connections> <outlet property="delegate" destination="BYZ-38-t0r" id="A8w-64-Ffq"/> </connections> </textField> <view contentMode="center" translatesAutoresizingMaskIntoConstraints="NO" id="V50-EG-Uba" customClass="WhiteboardView" customModule="Chalk" customModuleProvider="target"> <rect key="frame" x="0.0" y="83" width="600" height="517"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <variation key="widthClass=compact" ambiguous="YES"> <rect key="frame" x="0.0" y="0.0" width="0.0" height="0.0"/> </variation> <variation key="widthClass=regular" fixedFrame="YES"> <rect key="frame" x="16" y="71" width="768" height="509"/> </variation> </view> <activityIndicatorView opaque="NO" contentMode="center" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="ut7-qA-VPA"> <rect key="frame" x="400" y="38" width="37" height="37"/> <color key="color" white="1" alpha="1" colorSpace="calibratedWhite"/> </activityIndicatorView> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="em8-aQ-l41"> <rect key="frame" x="447" y="42" width="150" height="30"/> <state key="normal" title="Join"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> <connections> <action selector="joinWasPressed" destination="BYZ-38-t0r" eventType="touchUpInside" id="TsI-iP-ri0"/> </connections> </button> </subviews> <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="Xvt-it-27y" firstAttribute="centerY" secondItem="ut7-qA-VPA" secondAttribute="centerY" id="12c-cI-HFN"/> <constraint firstItem="ut7-qA-VPA" firstAttribute="leading" secondItem="Xvt-it-27y" secondAttribute="trailing" constant="20" id="6rG-ii-SMf"/> <constraint firstAttribute="left" secondItem="Xvt-it-27y" secondAttribute="left" constant="-20" id="9xX-aP-s2Y"/> <constraint firstItem="Xvt-it-27y" firstAttribute="bottom" secondItem="V50-EG-Uba" secondAttribute="top" constant="-10" id="F7K-bi-X0H"/> <constraint firstAttribute="width" secondItem="V50-EG-Uba" secondAttribute="width" id="Gg0-jv-BBD"/> <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="V50-EG-Uba" secondAttribute="bottom" id="PNz-iL-KUq"/> <constraint firstItem="em8-aQ-l41" firstAttribute="centerY" secondItem="Xvt-it-27y" secondAttribute="centerY" constant="0.5" id="R45-r6-AoN"/> <constraint firstItem="em8-aQ-l41" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.25" id="VQf-rf-rg0"/> <constraint firstItem="Xvt-it-27y" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" multiplier="0.6" id="iPw-wf-LuH"/> <constraint firstItem="y3c-jy-aDJ" firstAttribute="top" secondItem="Xvt-it-27y" secondAttribute="top" constant="-20" id="vqE-kb-kk9"/> <constraint firstItem="em8-aQ-l41" firstAttribute="leading" secondItem="ut7-qA-VPA" secondAttribute="trailing" constant="10" id="x2a-zl-1Ad"/> <constraint firstAttribute="centerX" secondItem="V50-EG-Uba" secondAttribute="centerX" id="x7w-bK-f48"/> </constraints> </view> <connections> <outlet property="joinButton" destination="em8-aQ-l41" id="uBZ-AS-4wZ"/> <outlet property="spinner" destination="ut7-qA-VPA" id="ndM-B6-9Xa"/> <outlet property="usernameField" destination="Xvt-it-27y" id="npr-Lz-DYr"/> <outlet property="whiteboardView" destination="V50-EG-Uba" id="RJu-lp-hBa"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="258" y="243"/> </scene> </scenes> </document>
89.316327
300
0.5429
3d1f866cdfa8de4a0d52c535c0e46a22af42d42d
135,424
xml
XML
17-05-2017/Winning Chromosomes/10G X 1 COMB/10/ENTM - TD/10-td10g/chromosome/chromosome44753338.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/10G X 1 COMB/10/ENTM - TD/10-td10g/chromosome/chromosome44753338.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/10G X 1 COMB/10/ENTM - TD/10-td10g/chromosome/chromosome44753338.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
<chromosome id="44753338" primary-parent-id="41580833"><neuron id="40992873" type="in" activation="linear"/> <neuron id="40992874" type="in" activation="linear"/> <neuron id="40992875" type="in" activation="linear"/> <neuron id="40992876" type="in" activation="linear"/> <neuron id="40992877" type="in" activation="linear"/> <neuron id="40992878" type="in" activation="linear"/> <neuron id="40992879" type="in" activation="linear"/> <neuron id="40992880" type="in" activation="linear"/> <neuron id="40992881" type="in" activation="linear"/> <neuron id="40992882" type="in" activation="linear"/> <neuron id="40992883" type="in" activation="linear"/> <neuron id="40992884" type="in" activation="linear"/> <neuron id="40992885" type="in" activation="linear"/> <neuron id="40992886" type="in" activation="linear"/> <neuron id="40992887" type="in" activation="linear"/> <neuron id="40992888" type="in" activation="linear"/> <neuron id="40992889" type="in" activation="linear"/> <neuron id="40992890" type="in" activation="linear"/> <neuron id="40992891" type="in" activation="linear"/> <neuron id="40992892" type="in" activation="linear"/> <neuron id="40992893" type="in" activation="linear"/> <neuron id="40992894" type="in" activation="linear"/> <neuron id="40992895" type="in" activation="linear"/> <neuron id="40992896" type="in" activation="linear"/> <neuron id="40992897" type="in" activation="linear"/> <neuron id="40992898" type="in" activation="linear"/> <neuron id="40992899" type="in" activation="linear"/> <neuron id="40992900" type="in" activation="linear"/> <neuron id="40992901" type="in" activation="linear"/> <neuron id="40992902" type="in" activation="linear"/> <neuron id="40992903" type="in" activation="linear"/> <neuron id="40992904" type="in" activation="linear"/> <neuron id="40992905" type="in" activation="linear"/> <neuron id="40992906" type="in" activation="linear"/> <neuron id="40992907" type="in" activation="linear"/> <neuron id="40992908" type="in" activation="linear"/> <neuron id="40992909" type="in" activation="linear"/> <neuron id="40992910" type="in" activation="linear"/> <neuron id="40992911" type="in" activation="linear"/> <neuron id="40992912" type="in" activation="linear"/> <neuron id="40992913" type="in" activation="linear"/> <neuron id="40992914" type="in" activation="linear"/> <neuron id="40992915" type="in" activation="linear"/> <neuron id="40992916" type="in" activation="linear"/> <neuron id="40992917" type="in" activation="linear"/> <neuron id="40992918" type="in" activation="linear"/> <neuron id="40992919" type="in" activation="linear"/> <neuron id="40992920" type="in" activation="linear"/> <neuron id="40992921" type="in" activation="linear"/> <neuron id="40992922" type="in" activation="linear"/> <neuron id="40992923" type="in" activation="linear"/> <neuron id="40992924" type="in" activation="linear"/> <neuron id="40992925" type="in" activation="linear"/> <neuron id="40992926" type="in" activation="linear"/> <neuron id="40992927" type="in" activation="linear"/> <neuron id="40992928" type="in" activation="linear"/> <neuron id="40992929" type="in" activation="linear"/> <neuron id="40992930" type="in" activation="linear"/> <neuron id="40992931" type="in" activation="linear"/> <neuron id="40992932" type="in" activation="linear"/> <neuron id="40992933" type="in" activation="linear"/> <neuron id="40992934" type="in" activation="linear"/> <neuron id="40992935" type="in" activation="linear"/> <neuron id="40992936" type="in" activation="linear"/> <neuron id="40992937" type="in" activation="linear"/> <neuron id="40992938" type="in" activation="linear"/> <neuron id="40992939" type="in" activation="linear"/> <neuron id="40992940" type="in" activation="linear"/> <neuron id="40992941" type="in" activation="linear"/> <neuron id="40992942" type="in" activation="linear"/> <neuron id="40992943" type="in" activation="linear"/> <neuron id="40992944" type="in" activation="linear"/> <neuron id="40992945" type="in" activation="linear"/> <neuron id="40992946" type="in" activation="linear"/> <neuron id="40992947" type="in" activation="linear"/> <neuron id="40992948" type="in" activation="linear"/> <neuron id="40992949" type="in" activation="linear"/> <neuron id="40992950" type="in" activation="linear"/> <neuron id="40992951" type="in" activation="linear"/> <neuron id="40992952" type="in" activation="linear"/> <neuron id="40992953" type="in" activation="linear"/> <neuron id="40992954" type="in" activation="linear"/> <neuron id="40992955" type="in" activation="linear"/> <neuron id="40992956" type="in" activation="linear"/> <neuron id="40992957" type="in" activation="linear"/> <neuron id="40992958" type="in" activation="linear"/> <neuron id="40992959" type="in" activation="linear"/> <neuron id="40992960" type="in" activation="linear"/> <neuron id="40992961" type="in" activation="linear"/> <neuron id="40992962" type="in" activation="linear"/> <neuron id="40992963" type="out" activation="sigmoid"/> <connection id="40992965" src-id="40992874" dest-id="40992963" weight="-3.6829715257098306"/> <connection id="40992966" src-id="40992875" dest-id="40992963" weight="4.815315339899037"/> <connection id="40992967" src-id="40992876" dest-id="40992963" weight="5.782194225159872"/> <connection id="40992968" src-id="40992877" dest-id="40992963" weight="-6.85374861699124"/> <connection id="40992969" src-id="40992878" dest-id="40992963" weight="3.1693237296055052"/> <connection id="40992970" src-id="40992879" dest-id="40992963" weight="-7.566463122729957"/> <connection id="40992971" src-id="40992880" dest-id="40992963" weight="1.375030769982914"/> <connection id="40992972" src-id="40992881" dest-id="40992963" weight="-3.0308728002023444"/> <connection id="40992973" src-id="40992882" dest-id="40992963" weight="-7.192075388389915"/> <connection id="40992974" src-id="40992883" dest-id="40992963" weight="1.258162595120576"/> <connection id="40992975" src-id="40992884" dest-id="40992963" weight="9.630142276530734"/> <connection id="40992977" src-id="40992886" dest-id="40992963" weight="1.2950499146737104"/> <connection id="40992978" src-id="40992887" dest-id="40992963" weight="0.7318932058394676"/> <connection id="40992979" src-id="40992888" dest-id="40992963" weight="-3.25466274187459"/> <connection id="40992981" src-id="40992890" dest-id="40992963" weight="5.723069898585602"/> <connection id="40992982" src-id="40992891" dest-id="40992963" weight="9.076631920287575"/> <connection id="40992984" src-id="40992893" dest-id="40992963" weight="-1.0266310116537694"/> <connection id="40992985" src-id="40992894" dest-id="40992963" weight="1.11878832860282"/> <connection id="40992986" src-id="40992895" dest-id="40992963" weight="7.434852647337705"/> <connection id="40992987" src-id="40992896" dest-id="40992963" weight="-6.467755922362075"/> <connection id="40992988" src-id="40992897" dest-id="40992963" weight="-10.0"/> <connection id="40992989" src-id="40992898" dest-id="40992963" weight="2.633599098520442"/> <connection id="40992990" src-id="40992899" dest-id="40992963" weight="-2.126043931936074"/> <connection id="40992991" src-id="40992900" dest-id="40992963" weight="-1.6001570613844494"/> <connection id="40992992" src-id="40992901" dest-id="40992963" weight="8.288562537342091"/> <connection id="40992993" src-id="40992902" dest-id="40992963" weight="3.2647253351531305"/> <connection id="40992994" src-id="40992903" dest-id="40992963" weight="1.8777494343903078"/> <connection id="40992995" src-id="40992904" dest-id="40992963" weight="1.2636797625308374"/> <connection id="40992996" src-id="40992905" dest-id="40992963" weight="-4.048267606121031"/> <connection id="40992997" src-id="40992906" dest-id="40992963" weight="-7.232756567368359"/> <connection id="40992998" src-id="40992907" dest-id="40992963" weight="-4.930232203374318"/> <connection id="40992999" src-id="40992908" dest-id="40992963" weight="6.2196859439208385"/> <connection id="40993001" src-id="40992910" dest-id="40992963" weight="10.0"/> <connection id="40993002" src-id="40992911" dest-id="40992963" weight="-4.849649422929093"/> <connection id="40993003" src-id="40992912" dest-id="40992963" weight="-10.0"/> <connection id="40993004" src-id="40992913" dest-id="40992963" weight="0.08790041736624288"/> <connection id="40993005" src-id="40992914" dest-id="40992963" weight="-3.5545239647453037"/> <connection id="40993006" src-id="40992915" dest-id="40992963" weight="2.225813498431005"/> <connection id="40993007" src-id="40992916" dest-id="40992963" weight="7.858340692711758"/> <connection id="40993008" src-id="40992917" dest-id="40992963" weight="8.58073194731781"/> <connection id="40993009" src-id="40992918" dest-id="40992963" weight="-10.0"/> <connection id="40993010" src-id="40992919" dest-id="40992963" weight="10.0"/> <connection id="40993011" src-id="40992920" dest-id="40992963" weight="0.8427716074775318"/> <connection id="40993012" src-id="40992921" dest-id="40992963" weight="-8.899022026366843"/> <connection id="40993013" src-id="40992922" dest-id="40992963" weight="8.446056716510887"/> <connection id="40993015" src-id="40992924" dest-id="40992963" weight="9.835859189854126"/> <connection id="40993016" src-id="40992925" dest-id="40992963" weight="-6.442044697879846"/> <connection id="40993018" src-id="40992927" dest-id="40992963" weight="-2.307491139806924"/> <connection id="40993019" src-id="40992928" dest-id="40992963" weight="4.816965351735485"/> <connection id="40993020" src-id="40992929" dest-id="40992963" weight="-4.283441312692358"/> <connection id="40993021" src-id="40992930" dest-id="40992963" weight="9.973516766337124"/> <connection id="40993022" src-id="40992931" dest-id="40992963" weight="2.2534743471657444"/> <connection id="40993023" src-id="40992932" dest-id="40992963" weight="3.2045952896682937"/> <connection id="40993026" src-id="40992935" dest-id="40992963" weight="-0.08359252002212847"/> <connection id="40993027" src-id="40992936" dest-id="40992963" weight="-6.972514808000742"/> <connection id="40993028" src-id="40992937" dest-id="40992963" weight="-5.671977297156257"/> <connection id="40993029" src-id="40992938" dest-id="40992963" weight="6.79738231964616"/> <connection id="40993030" src-id="40992939" dest-id="40992963" weight="-3.2039781080523237"/> <connection id="40993031" src-id="40992940" dest-id="40992963" weight="-3.0573746558755888"/> <connection id="40993032" src-id="40992941" dest-id="40992963" weight="7.725876551181335"/> <connection id="40993033" src-id="40992942" dest-id="40992963" weight="0.7798164966039376"/> <connection id="40993034" src-id="40992943" dest-id="40992963" weight="1.6736658702709026"/> <connection id="40993037" src-id="40992946" dest-id="40992963" weight="-4.417767449249229"/> <connection id="40993038" src-id="40992947" dest-id="40992963" weight="-5.2475186745578"/> <connection id="40993039" src-id="40992948" dest-id="40992963" weight="4.363484603582676"/> <connection id="40993040" src-id="40992949" dest-id="40992963" weight="-0.038068875739228236"/> <connection id="40993042" src-id="40992951" dest-id="40992963" weight="-1.686532568151145"/> <connection id="40993043" src-id="40992952" dest-id="40992963" weight="1.0683670758349677"/> <connection id="40993044" src-id="40992953" dest-id="40992963" weight="-2.5891350496237377"/> <connection id="40993045" src-id="40992954" dest-id="40992963" weight="-10.0"/> <connection id="40993048" src-id="40992957" dest-id="40992963" weight="1.9211561332115625"/> <connection id="40993049" src-id="40992958" dest-id="40992963" weight="7.538862778207448"/> <connection id="40993050" src-id="40992959" dest-id="40992963" weight="8.569213645555703"/> <connection id="40993051" src-id="40992960" dest-id="40992963" weight="-10.0"/> <neuron id="40993054" type="out" activation="sigmoid"/> <connection id="40993055" src-id="40992873" dest-id="40993054" weight="-0.5430226353618481"/> <connection id="40993056" src-id="40992874" dest-id="40993054" weight="0.1600532728512409"/> <connection id="40993057" src-id="40992875" dest-id="40993054" weight="0.9202044028887224"/> <connection id="40993058" src-id="40992876" dest-id="40993054" weight="-0.04423147667701355"/> <connection id="40993059" src-id="40992877" dest-id="40993054" weight="-5.191532211779155"/> <connection id="40993060" src-id="40992878" dest-id="40993054" weight="10.0"/> <connection id="40993061" src-id="40992879" dest-id="40993054" weight="8.69108497352664"/> <connection id="40993063" src-id="40992881" dest-id="40993054" weight="8.318354202436913"/> <connection id="40993064" src-id="40992882" dest-id="40993054" weight="-8.122823036576289"/> <connection id="40993065" src-id="40992883" dest-id="40993054" weight="7.504287482011298"/> <connection id="40993066" src-id="40992884" dest-id="40993054" weight="7.142412183290057"/> <connection id="40993067" src-id="40992885" dest-id="40993054" weight="8.357006341795376"/> <connection id="40993068" src-id="40992886" dest-id="40993054" weight="-1.0662413201716925"/> <connection id="40993069" src-id="40992887" dest-id="40993054" weight="-6.2343984098107175"/> <connection id="40993071" src-id="40992889" dest-id="40993054" weight="0.7174076878830298"/> <connection id="40993072" src-id="40992890" dest-id="40993054" weight="-3.3165013010121447"/> <connection id="40993074" src-id="40992892" dest-id="40993054" weight="10.0"/> <connection id="40993075" src-id="40992893" dest-id="40993054" weight="7.043676509467401"/> <connection id="40993076" src-id="40992894" dest-id="40993054" weight="1.0450767284878095"/> <connection id="40993080" src-id="40992898" dest-id="40993054" weight="-10.0"/> <connection id="40993081" src-id="40992899" dest-id="40993054" weight="-5.810456273494342"/> <connection id="40993082" src-id="40992900" dest-id="40993054" weight="-4.872074290277764"/> <connection id="40993083" src-id="40992901" dest-id="40993054" weight="4.64444955560864"/> <connection id="40993084" src-id="40992902" dest-id="40993054" weight="6.396803627027711"/> <connection id="40993085" src-id="40992903" dest-id="40993054" weight="-6.705445459790088"/> <connection id="40993086" src-id="40992904" dest-id="40993054" weight="-4.062487531304466"/> <connection id="40993087" src-id="40992905" dest-id="40993054" weight="-1.0847044188947335"/> <connection id="40993088" src-id="40992906" dest-id="40993054" weight="-9.354424270053297"/> <connection id="40993089" src-id="40992907" dest-id="40993054" weight="3.58975326462241"/> <connection id="40993090" src-id="40992908" dest-id="40993054" weight="6.285584670208562"/> <connection id="40993091" src-id="40992909" dest-id="40993054" weight="-3.448457854913783"/> <connection id="40993093" src-id="40992911" dest-id="40993054" weight="4.718264371552835"/> <connection id="40993094" src-id="40992912" dest-id="40993054" weight="5.586065741513616"/> <connection id="40993095" src-id="40992913" dest-id="40993054" weight="4.368339224592277"/> <connection id="40993096" src-id="40992914" dest-id="40993054" weight="3.5301728283938827"/> <connection id="40993097" src-id="40992915" dest-id="40993054" weight="-6.686271383076838"/> <connection id="40993098" src-id="40992916" dest-id="40993054" weight="5.831203082839293"/> <connection id="40993100" src-id="40992918" dest-id="40993054" weight="-1.928560747303358"/> <connection id="40993101" src-id="40992919" dest-id="40993054" weight="-8.5369103122319"/> <connection id="40993102" src-id="40992920" dest-id="40993054" weight="-3.7464752747285117"/> <connection id="40993103" src-id="40992921" dest-id="40993054" weight="-2.894384382600307"/> <connection id="40993104" src-id="40992922" dest-id="40993054" weight="10.0"/> <connection id="40993105" src-id="40992923" dest-id="40993054" weight="-2.530228480385193"/> <connection id="40993106" src-id="40992924" dest-id="40993054" weight="-1.3276692703205546"/> <connection id="40993107" src-id="40992925" dest-id="40993054" weight="-8.397538108977752"/> <connection id="40993108" src-id="40992926" dest-id="40993054" weight="-5.765528795668257"/> <connection id="40993109" src-id="40992927" dest-id="40993054" weight="1.9187989642503105"/> <connection id="40993110" src-id="40992928" dest-id="40993054" weight="7.788301963773121"/> <connection id="40993111" src-id="40992929" dest-id="40993054" weight="9.730425263400425"/> <connection id="40993112" src-id="40992930" dest-id="40993054" weight="5.0915370756050375"/> <connection id="40993113" src-id="40992931" dest-id="40993054" weight="9.860185428113953"/> <connection id="40993116" src-id="40992934" dest-id="40993054" weight="7.119546490170725"/> <connection id="40993117" src-id="40992935" dest-id="40993054" weight="-5.835733154026071"/> <connection id="40993118" src-id="40992936" dest-id="40993054" weight="7.585732810560546"/> <connection id="40993120" src-id="40992938" dest-id="40993054" weight="10.0"/> <connection id="40993123" src-id="40992941" dest-id="40993054" weight="10.0"/> <connection id="40993125" src-id="40992943" dest-id="40993054" weight="-1.6056536819870229"/> <connection id="40993126" src-id="40992944" dest-id="40993054" weight="5.156718688803684"/> <connection id="40993127" src-id="40992945" dest-id="40993054" weight="-7.885196742140974"/> <connection id="40993128" src-id="40992946" dest-id="40993054" weight="5.976395678015564"/> <connection id="40993129" src-id="40992947" dest-id="40993054" weight="-0.9282052265982437"/> <connection id="40993130" src-id="40992948" dest-id="40993054" weight="10.0"/> <connection id="40993131" src-id="40992949" dest-id="40993054" weight="2.0161307269752067"/> <connection id="40993132" src-id="40992950" dest-id="40993054" weight="6.868864316977007"/> <connection id="40993133" src-id="40992951" dest-id="40993054" weight="-6.042998929725512"/> <connection id="40993134" src-id="40992952" dest-id="40993054" weight="6.070222401752364"/> <connection id="40993135" src-id="40992953" dest-id="40993054" weight="-8.746868477744014"/> <connection id="40993136" src-id="40992954" dest-id="40993054" weight="-4.117741303984592"/> <connection id="40993137" src-id="40992955" dest-id="40993054" weight="-0.2976191644468843"/> <connection id="40993138" src-id="40992956" dest-id="40993054" weight="4.25435692993959"/> <connection id="40993139" src-id="40992957" dest-id="40993054" weight="-5.421601061866612"/> <connection id="40993140" src-id="40992958" dest-id="40993054" weight="-6.993375058887816"/> <connection id="40993141" src-id="40992959" dest-id="40993054" weight="4.851897222238318"/> <connection id="40993142" src-id="40992960" dest-id="40993054" weight="1.4558632022184828"/> <connection id="40993143" src-id="40992961" dest-id="40993054" weight="2.2282799082856677"/> <neuron id="40993145" type="out" activation="sigmoid"/> <connection id="40993146" src-id="40992873" dest-id="40993145" weight="-6.65873447417227"/> <connection id="40993147" src-id="40992874" dest-id="40993145" weight="-1.7907685206725241"/> <connection id="40993148" src-id="40992875" dest-id="40993145" weight="6.443832411454439"/> <connection id="40993149" src-id="40992876" dest-id="40993145" weight="10.0"/> <connection id="40993151" src-id="40992878" dest-id="40993145" weight="-8.267294570874315"/> <connection id="40993152" src-id="40992879" dest-id="40993145" weight="-5.704433269411412"/> <connection id="40993153" src-id="40992880" dest-id="40993145" weight="2.3456455110037884"/> <connection id="40993154" src-id="40992881" dest-id="40993145" weight="2.7139437580451133"/> <connection id="40993155" src-id="40992882" dest-id="40993145" weight="0.910713990462142"/> <connection id="40993157" src-id="40992884" dest-id="40993145" weight="5.155423472014778"/> <connection id="40993158" src-id="40992885" dest-id="40993145" weight="-0.9055261072737792"/> <connection id="40993159" src-id="40992886" dest-id="40993145" weight="10.0"/> <connection id="40993160" src-id="40992887" dest-id="40993145" weight="-2.29452995494171"/> <connection id="40993162" src-id="40992889" dest-id="40993145" weight="-4.134924510211555"/> <connection id="40993163" src-id="40992890" dest-id="40993145" weight="3.5790824013937415"/> <connection id="40993164" src-id="40992891" dest-id="40993145" weight="10.0"/> <connection id="40993165" src-id="40992892" dest-id="40993145" weight="2.165027020620597"/> <connection id="40993166" src-id="40992893" dest-id="40993145" weight="5.3572818319827356"/> <connection id="40993167" src-id="40992894" dest-id="40993145" weight="-4.256962743910938"/> <connection id="40993169" src-id="40992896" dest-id="40993145" weight="-8.776753422690161"/> <connection id="40993170" src-id="40992897" dest-id="40993145" weight="1.026268006182319"/> <connection id="40993171" src-id="40992898" dest-id="40993145" weight="8.181337709192281"/> <connection id="40993172" src-id="40992899" dest-id="40993145" weight="-10.0"/> <connection id="40993173" src-id="40992900" dest-id="40993145" weight="-5.989012944019285"/> <connection id="40993174" src-id="40992901" dest-id="40993145" weight="5.96751803248624"/> <connection id="40993176" src-id="40992903" dest-id="40993145" weight="-2.8580070386024774"/> <connection id="40993177" src-id="40992904" dest-id="40993145" weight="9.816167997581651"/> <connection id="40993178" src-id="40992905" dest-id="40993145" weight="-7.045273046746058"/> <connection id="40993179" src-id="40992906" dest-id="40993145" weight="-6.149493626820078"/> <connection id="40993180" src-id="40992907" dest-id="40993145" weight="7.48796063640361"/> <connection id="40993182" src-id="40992909" dest-id="40993145" weight="-6.847652285001628"/> <connection id="40993183" src-id="40992910" dest-id="40993145" weight="5.3982494636353655"/> <connection id="40993185" src-id="40992912" dest-id="40993145" weight="6.921023395787476"/> <connection id="40993186" src-id="40992913" dest-id="40993145" weight="7.530791474789861"/> <connection id="40993187" src-id="40992914" dest-id="40993145" weight="7.54842680528364"/> <connection id="40993189" src-id="40992916" dest-id="40993145" weight="-4.494985563364925"/> <connection id="40993191" src-id="40992918" dest-id="40993145" weight="8.00165291789681"/> <connection id="40993192" src-id="40992919" dest-id="40993145" weight="2.694637619155382"/> <connection id="40993193" src-id="40992920" dest-id="40993145" weight="-6.857024227589557"/> <connection id="40993194" src-id="40992921" dest-id="40993145" weight="8.125821721928606"/> <connection id="40993195" src-id="40992922" dest-id="40993145" weight="-3.0107800246377625"/> <connection id="40993196" src-id="40992923" dest-id="40993145" weight="-4.399518068653148"/> <connection id="40993197" src-id="40992924" dest-id="40993145" weight="4.9213083158292745"/> <connection id="40993198" src-id="40992925" dest-id="40993145" weight="4.548836855135942"/> <connection id="40993199" src-id="40992926" dest-id="40993145" weight="2.0346390496293427"/> <connection id="40993200" src-id="40992927" dest-id="40993145" weight="-1.6257909924551117"/> <connection id="40993202" src-id="40992929" dest-id="40993145" weight="6.449461722560226"/> <connection id="40993203" src-id="40992930" dest-id="40993145" weight="-9.097489049185278"/> <connection id="40993204" src-id="40992931" dest-id="40993145" weight="-4.795119262199442"/> <connection id="40993205" src-id="40992932" dest-id="40993145" weight="-7.579303941751695"/> <connection id="40993206" src-id="40992933" dest-id="40993145" weight="10.0"/> <connection id="40993207" src-id="40992934" dest-id="40993145" weight="-7.622436522356311"/> <connection id="40993208" src-id="40992935" dest-id="40993145" weight="-3.267636007225097"/> <connection id="40993209" src-id="40992936" dest-id="40993145" weight="2.0865643378995387"/> <connection id="40993210" src-id="40992937" dest-id="40993145" weight="0.6676096282026343"/> <connection id="40993211" src-id="40992938" dest-id="40993145" weight="-0.6357243126480481"/> <connection id="40993212" src-id="40992939" dest-id="40993145" weight="-2.723044425800564"/> <connection id="40993213" src-id="40992940" dest-id="40993145" weight="-2.0596312736452727"/> <connection id="40993214" src-id="40992941" dest-id="40993145" weight="6.38561414414391"/> <connection id="40993215" src-id="40992942" dest-id="40993145" weight="3.37330297114264"/> <connection id="40993216" src-id="40992943" dest-id="40993145" weight="2.7835529798017715"/> <connection id="40993217" src-id="40992944" dest-id="40993145" weight="-1.4250360747621527"/> <connection id="40993218" src-id="40992945" dest-id="40993145" weight="0.7071749501424597"/> <connection id="40993219" src-id="40992946" dest-id="40993145" weight="-8.886691039327618"/> <connection id="40993220" src-id="40992947" dest-id="40993145" weight="4.715029633704259"/> <connection id="40993221" src-id="40992948" dest-id="40993145" weight="5.748400956402919"/> <connection id="40993222" src-id="40992949" dest-id="40993145" weight="1.027288941824187"/> <connection id="40993223" src-id="40992950" dest-id="40993145" weight="6.553198258361626"/> <connection id="40993225" src-id="40992952" dest-id="40993145" weight="-2.3928566939148848"/> <connection id="40993226" src-id="40992953" dest-id="40993145" weight="-2.407437812633117"/> <connection id="40993227" src-id="40992954" dest-id="40993145" weight="-6.622135074933231"/> <connection id="40993228" src-id="40992955" dest-id="40993145" weight="-1.839702061322431"/> <connection id="40993229" src-id="40992956" dest-id="40993145" weight="6.713308067485533"/> <connection id="40993230" src-id="40992957" dest-id="40993145" weight="-1.6262599682508163"/> <connection id="40993231" src-id="40992958" dest-id="40993145" weight="-2.627149819926516"/> <connection id="40993233" src-id="40992960" dest-id="40993145" weight="-1.109871753990873"/> <connection id="40993234" src-id="40992961" dest-id="40993145" weight="9.34444446255623"/> <connection id="40993235" src-id="40992962" dest-id="40993145" weight="5.848391500231937"/> <neuron id="40993236" type="out" activation="sigmoid"/> <connection id="40993237" src-id="40992873" dest-id="40993236" weight="-0.7083260090648844"/> <connection id="40993239" src-id="40992875" dest-id="40993236" weight="-3.428004799834337"/> <connection id="40993240" src-id="40992876" dest-id="40993236" weight="1.6476958520439167"/> <connection id="40993241" src-id="40992877" dest-id="40993236" weight="-7.629383672379222"/> <connection id="40993243" src-id="40992879" dest-id="40993236" weight="-1.7100173038204391"/> <connection id="40993244" src-id="40992880" dest-id="40993236" weight="2.6157549532592226"/> <connection id="40993245" src-id="40992881" dest-id="40993236" weight="-5.3027751328217105"/> <connection id="40993246" src-id="40992882" dest-id="40993236" weight="-9.78480761565183"/> <connection id="40993247" src-id="40992883" dest-id="40993236" weight="0.9063219627545815"/> <connection id="40993248" src-id="40992884" dest-id="40993236" weight="0.9618306685984164"/> <connection id="40993249" src-id="40992885" dest-id="40993236" weight="-2.3102025886007964"/> <connection id="40993251" src-id="40992887" dest-id="40993236" weight="7.512426256329492"/> <connection id="40993252" src-id="40992888" dest-id="40993236" weight="5.978629536336351"/> <connection id="40993253" src-id="40992889" dest-id="40993236" weight="-2.0992405623287618"/> <connection id="40993254" src-id="40992890" dest-id="40993236" weight="4.312987065874354"/> <connection id="40993256" src-id="40992892" dest-id="40993236" weight="-5.725903494269948"/> <connection id="40993257" src-id="40992893" dest-id="40993236" weight="3.9758476760359662"/> <connection id="40993258" src-id="40992894" dest-id="40993236" weight="5.028242839083554"/> <connection id="40993259" src-id="40992895" dest-id="40993236" weight="-7.458650006967557"/> <connection id="40993260" src-id="40992896" dest-id="40993236" weight="3.8305976747468207"/> <connection id="40993261" src-id="40992897" dest-id="40993236" weight="-9.520829052078962"/> <connection id="40993262" src-id="40992898" dest-id="40993236" weight="-10.0"/> <connection id="40993263" src-id="40992899" dest-id="40993236" weight="-2.8724839638311868"/> <connection id="40993264" src-id="40992900" dest-id="40993236" weight="-6.905473225601852"/> <connection id="40993265" src-id="40992901" dest-id="40993236" weight="6.203080222355757"/> <connection id="40993266" src-id="40992902" dest-id="40993236" weight="3.9188719599001303"/> <connection id="40993267" src-id="40992903" dest-id="40993236" weight="1.9798215691643657"/> <connection id="40993269" src-id="40992905" dest-id="40993236" weight="9.669848408180172"/> <connection id="40993270" src-id="40992906" dest-id="40993236" weight="-9.645085165528787"/> <connection id="40993272" src-id="40992908" dest-id="40993236" weight="1.6823187328472047"/> <connection id="40993273" src-id="40992909" dest-id="40993236" weight="7.096300318087217"/> <connection id="40993274" src-id="40992910" dest-id="40993236" weight="-3.3461365337798803"/> <connection id="40993275" src-id="40992911" dest-id="40993236" weight="-2.202162653633454"/> <connection id="40993276" src-id="40992912" dest-id="40993236" weight="-4.8636459413182695"/> <connection id="40993277" src-id="40992913" dest-id="40993236" weight="9.72231527814271"/> <connection id="40993278" src-id="40992914" dest-id="40993236" weight="8.061741958051496"/> <connection id="40993279" src-id="40992915" dest-id="40993236" weight="2.220648282930246"/> <connection id="40993280" src-id="40992916" dest-id="40993236" weight="-5.726304094971101"/> <connection id="40993281" src-id="40992917" dest-id="40993236" weight="10.0"/> <connection id="40993282" src-id="40992918" dest-id="40993236" weight="-7.352268956482256"/> <connection id="40993284" src-id="40992920" dest-id="40993236" weight="-3.788034202852748"/> <connection id="40993285" src-id="40992921" dest-id="40993236" weight="-8.000601523228111"/> <connection id="40993286" src-id="40992922" dest-id="40993236" weight="3.2877129885625767"/> <connection id="40993288" src-id="40992924" dest-id="40993236" weight="9.678810690800857"/> <connection id="40993289" src-id="40992925" dest-id="40993236" weight="-2.9044051833846205"/> <connection id="40993290" src-id="40992926" dest-id="40993236" weight="-2.699522591040121"/> <connection id="40993291" src-id="40992927" dest-id="40993236" weight="3.9365923723517278"/> <connection id="40993295" src-id="40992931" dest-id="40993236" weight="2.250211420092037"/> <connection id="40993297" src-id="40992933" dest-id="40993236" weight="3.363423474476435"/> <connection id="40993298" src-id="40992934" dest-id="40993236" weight="-5.1276117842930695"/> <connection id="40993299" src-id="40992935" dest-id="40993236" weight="2.7043966609114505"/> <connection id="40993300" src-id="40992936" dest-id="40993236" weight="2.6664204552313993"/> <connection id="40993301" src-id="40992937" dest-id="40993236" weight="3.3134419250067606"/> <connection id="40993302" src-id="40992938" dest-id="40993236" weight="7.095920374105483"/> <connection id="40993303" src-id="40992939" dest-id="40993236" weight="4.447884525007595"/> <connection id="40993304" src-id="40992940" dest-id="40993236" weight="0.21413092213522722"/> <connection id="40993305" src-id="40992941" dest-id="40993236" weight="-4.508915938378413"/> <connection id="40993306" src-id="40992942" dest-id="40993236" weight="1.6258641102550846"/> <connection id="40993307" src-id="40992943" dest-id="40993236" weight="-2.081302864197386"/> <connection id="40993308" src-id="40992944" dest-id="40993236" weight="-8.39144847005614"/> <connection id="40993309" src-id="40992945" dest-id="40993236" weight="-4.644529695447574"/> <connection id="40993310" src-id="40992946" dest-id="40993236" weight="-7.63124498852167"/> <connection id="40993311" src-id="40992947" dest-id="40993236" weight="5.13447260542813"/> <connection id="40993312" src-id="40992948" dest-id="40993236" weight="7.355543051995619"/> <connection id="40993313" src-id="40992949" dest-id="40993236" weight="-5.80368987844286"/> <connection id="40993314" src-id="40992950" dest-id="40993236" weight="-10.0"/> <connection id="40993315" src-id="40992951" dest-id="40993236" weight="-1.1570757648310468"/> <connection id="40993316" src-id="40992952" dest-id="40993236" weight="-6.512633525933166"/> <connection id="40993317" src-id="40992953" dest-id="40993236" weight="-2.1628456049261033"/> <connection id="40993318" src-id="40992954" dest-id="40993236" weight="-3.7568404070215484"/> <connection id="40993319" src-id="40992955" dest-id="40993236" weight="5.530124475984454"/> <connection id="40993320" src-id="40992956" dest-id="40993236" weight="8.417414354944468"/> <connection id="40993321" src-id="40992957" dest-id="40993236" weight="-7.0412977991605565"/> <connection id="40993322" src-id="40992958" dest-id="40993236" weight="0.020352014602143642"/> <connection id="40993323" src-id="40992959" dest-id="40993236" weight="-1.569795351103246"/> <connection id="40993324" src-id="40992960" dest-id="40993236" weight="-7.602041478485102"/> <connection id="40993325" src-id="40992961" dest-id="40993236" weight="4.175708173576367"/> <connection id="40993326" src-id="40992962" dest-id="40993236" weight="-4.399269526695611"/> <neuron id="40993327" type="out" activation="sigmoid"/> <connection id="40993328" src-id="40992873" dest-id="40993327" weight="-2.380001581845746"/> <connection id="40993331" src-id="40992876" dest-id="40993327" weight="7.272783737566272"/> <connection id="40993332" src-id="40992877" dest-id="40993327" weight="-4.8521484947895495"/> <connection id="40993333" src-id="40992878" dest-id="40993327" weight="-6.17282290155655"/> <connection id="40993334" src-id="40992879" dest-id="40993327" weight="-3.919283184109367"/> <connection id="40993335" src-id="40992880" dest-id="40993327" weight="-6.419280186117061"/> <connection id="40993336" src-id="40992881" dest-id="40993327" weight="9.20038822905256"/> <connection id="40993337" src-id="40992882" dest-id="40993327" weight="-5.612812073719123"/> <connection id="40993338" src-id="40992883" dest-id="40993327" weight="0.7833779705517375"/> <connection id="40993339" src-id="40992884" dest-id="40993327" weight="9.294303109298832"/> <connection id="40993341" src-id="40992886" dest-id="40993327" weight="1.974709906170622"/> <connection id="40993342" src-id="40992887" dest-id="40993327" weight="-4.184610183848809"/> <connection id="40993343" src-id="40992888" dest-id="40993327" weight="-9.157661292755565"/> <connection id="40993344" src-id="40992889" dest-id="40993327" weight="-6.696625139340865"/> <connection id="40993345" src-id="40992890" dest-id="40993327" weight="-3.499779230181061"/> <connection id="40993346" src-id="40992891" dest-id="40993327" weight="3.840507443661882"/> <connection id="40993347" src-id="40992892" dest-id="40993327" weight="7.806594371754143"/> <connection id="40993348" src-id="40992893" dest-id="40993327" weight="-8.173289696429366"/> <connection id="40993350" src-id="40992895" dest-id="40993327" weight="2.4178633926711375"/> <connection id="40993352" src-id="40992897" dest-id="40993327" weight="-4.2990335391906225"/> <connection id="40993353" src-id="40992898" dest-id="40993327" weight="-4.249761421692833"/> <connection id="40993356" src-id="40992901" dest-id="40993327" weight="3.694799986424165"/> <connection id="40993357" src-id="40992902" dest-id="40993327" weight="-5.073186810013466"/> <connection id="40993358" src-id="40992903" dest-id="40993327" weight="-1.322634819511761"/> <connection id="40993360" src-id="40992905" dest-id="40993327" weight="10.0"/> <connection id="40993361" src-id="40992906" dest-id="40993327" weight="-8.272719962792275"/> <connection id="40993362" src-id="40992907" dest-id="40993327" weight="-1.980059000328661"/> <connection id="40993363" src-id="40992908" dest-id="40993327" weight="-3.4133559827663764"/> <connection id="40993364" src-id="40992909" dest-id="40993327" weight="-8.688919059936032"/> <connection id="40993366" src-id="40992911" dest-id="40993327" weight="-4.791701157748067"/> <connection id="40993367" src-id="40992912" dest-id="40993327" weight="-0.6090990583646758"/> <connection id="40993368" src-id="40992913" dest-id="40993327" weight="4.540292033787736"/> <connection id="40993370" src-id="40992915" dest-id="40993327" weight="8.085004707623511"/> <connection id="40993371" src-id="40992916" dest-id="40993327" weight="-0.6294107128882431"/> <connection id="40993373" src-id="40992918" dest-id="40993327" weight="10.0"/> <connection id="40993374" src-id="40992919" dest-id="40993327" weight="-5.23618249529413"/> <connection id="40993375" src-id="40992920" dest-id="40993327" weight="2.2606657554383656"/> <connection id="40993376" src-id="40992921" dest-id="40993327" weight="-7.112782910694036"/> <connection id="40993377" src-id="40992922" dest-id="40993327" weight="-9.133165803475606"/> <connection id="40993378" src-id="40992923" dest-id="40993327" weight="-7.971562361917526"/> <connection id="40993380" src-id="40992925" dest-id="40993327" weight="2.5489992679356424"/> <connection id="40993381" src-id="40992926" dest-id="40993327" weight="8.093150798177648"/> <connection id="40993383" src-id="40992928" dest-id="40993327" weight="6.412249621712759"/> <connection id="40993384" src-id="40992929" dest-id="40993327" weight="-1.5245945864912311"/> <connection id="40993385" src-id="40992930" dest-id="40993327" weight="1.6426302382434248"/> <connection id="40993386" src-id="40992931" dest-id="40993327" weight="0.42927514226636054"/> <connection id="40993387" src-id="40992932" dest-id="40993327" weight="-7.543045080493371"/> <connection id="40993389" src-id="40992934" dest-id="40993327" weight="-5.550640350586789"/> <connection id="40993390" src-id="40992935" dest-id="40993327" weight="-0.5409929339357976"/> <connection id="40993391" src-id="40992936" dest-id="40993327" weight="3.569089122391035"/> <connection id="40993392" src-id="40992937" dest-id="40993327" weight="-7.99659686315169"/> <connection id="40993393" src-id="40992938" dest-id="40993327" weight="6.398629073793521"/> <connection id="40993395" src-id="40992940" dest-id="40993327" weight="7.012290887596183"/> <connection id="40993397" src-id="40992942" dest-id="40993327" weight="4.732372796244065"/> <connection id="40993398" src-id="40992943" dest-id="40993327" weight="2.6043193423562094"/> <connection id="40993399" src-id="40992944" dest-id="40993327" weight="2.136024228398102"/> <connection id="40993400" src-id="40992945" dest-id="40993327" weight="-2.8410506618041795"/> <connection id="40993401" src-id="40992946" dest-id="40993327" weight="8.858536467304265"/> <connection id="40993402" src-id="40992947" dest-id="40993327" weight="-1.677303482947221"/> <connection id="40993403" src-id="40992948" dest-id="40993327" weight="6.617522720430472"/> <connection id="40993404" src-id="40992949" dest-id="40993327" weight="4.05588092894442"/> <connection id="40993405" src-id="40992950" dest-id="40993327" weight="-3.2082580356639303"/> <connection id="40993406" src-id="40992951" dest-id="40993327" weight="-2.9285291827327633"/> <connection id="40993407" src-id="40992952" dest-id="40993327" weight="-2.830186569395496"/> <connection id="40993408" src-id="40992953" dest-id="40993327" weight="0.043565399448300735"/> <connection id="40993409" src-id="40992954" dest-id="40993327" weight="-1.1734736719922403"/> <connection id="40993410" src-id="40992955" dest-id="40993327" weight="9.416087334203155"/> <connection id="40993411" src-id="40992956" dest-id="40993327" weight="-0.9620052677464317"/> <connection id="40993412" src-id="40992957" dest-id="40993327" weight="1.5554132825560179"/> <connection id="40993413" src-id="40992958" dest-id="40993327" weight="7.122919135040972"/> <connection id="40993416" src-id="40992961" dest-id="40993327" weight="5.939038176920165"/> <connection id="40993417" src-id="40992962" dest-id="40993327" weight="9.95959157412593"/> <neuron id="40993418" type="out" activation="sigmoid"/> <connection id="40993419" src-id="40992873" dest-id="40993418" weight="-3.4144125136530112"/> <connection id="40993421" src-id="40992875" dest-id="40993418" weight="-9.032728758407144"/> <connection id="40993422" src-id="40992876" dest-id="40993418" weight="8.947980148664763"/> <connection id="40993423" src-id="40992877" dest-id="40993418" weight="10.0"/> <connection id="40993424" src-id="40992878" dest-id="40993418" weight="-3.7932067963340628"/> <connection id="40993425" src-id="40992879" dest-id="40993418" weight="-5.291002150432588"/> <connection id="40993426" src-id="40992880" dest-id="40993418" weight="-1.876181477429225"/> <connection id="40993427" src-id="40992881" dest-id="40993418" weight="-7.925493293854992"/> <connection id="40993428" src-id="40992882" dest-id="40993418" weight="10.0"/> <connection id="40993430" src-id="40992884" dest-id="40993418" weight="-9.895403994371007"/> <connection id="40993431" src-id="40992885" dest-id="40993418" weight="-9.178494384388266"/> <connection id="40993432" src-id="40992886" dest-id="40993418" weight="1.8002730502702793"/> <connection id="40993434" src-id="40992888" dest-id="40993418" weight="-10.0"/> <connection id="40993436" src-id="40992890" dest-id="40993418" weight="-9.272403095527228"/> <connection id="40993437" src-id="40992891" dest-id="40993418" weight="-4.857847359073314"/> <connection id="40993439" src-id="40992893" dest-id="40993418" weight="3.4400928944157685"/> <connection id="40993440" src-id="40992894" dest-id="40993418" weight="-3.7331988356011263"/> <connection id="40993441" src-id="40992895" dest-id="40993418" weight="3.340362750913159"/> <connection id="40993443" src-id="40992897" dest-id="40993418" weight="4.991076245760791"/> <connection id="40993444" src-id="40992898" dest-id="40993418" weight="9.281442643478682"/> <connection id="40993445" src-id="40992899" dest-id="40993418" weight="-6.523252871987953"/> <connection id="40993446" src-id="40992900" dest-id="40993418" weight="5.133324949676961"/> <connection id="40993447" src-id="40992901" dest-id="40993418" weight="6.177336468372852"/> <connection id="40993448" src-id="40992902" dest-id="40993418" weight="-0.45758023691695726"/> <connection id="40993449" src-id="40992903" dest-id="40993418" weight="8.835990871382316"/> <connection id="40993450" src-id="40992904" dest-id="40993418" weight="1.602095239630016"/> <connection id="40993451" src-id="40992905" dest-id="40993418" weight="-2.4824208229553655"/> <connection id="40993452" src-id="40992906" dest-id="40993418" weight="-4.5364912762295555"/> <connection id="40993454" src-id="40992908" dest-id="40993418" weight="2.4176386670321923"/> <connection id="40993455" src-id="40992909" dest-id="40993418" weight="0.7179177642817827"/> <connection id="40993456" src-id="40992910" dest-id="40993418" weight="4.323098250477788"/> <connection id="40993457" src-id="40992911" dest-id="40993418" weight="-4.410184867485962"/> <connection id="40993458" src-id="40992912" dest-id="40993418" weight="-0.3773361695939189"/> <connection id="40993459" src-id="40992913" dest-id="40993418" weight="-7.251380131183682"/> <connection id="40993460" src-id="40992914" dest-id="40993418" weight="0.7167326151122462"/> <connection id="40993461" src-id="40992915" dest-id="40993418" weight="6.407434294751048"/> <connection id="40993462" src-id="40992916" dest-id="40993418" weight="1.534704306482345"/> <connection id="40993463" src-id="40992917" dest-id="40993418" weight="8.162701203613837"/> <connection id="40993464" src-id="40992918" dest-id="40993418" weight="5.069526572872124"/> <connection id="40993465" src-id="40992919" dest-id="40993418" weight="7.480525187962346"/> <connection id="40993466" src-id="40992920" dest-id="40993418" weight="-9.124041299564439"/> <connection id="40993467" src-id="40992921" dest-id="40993418" weight="0.183908499322601"/> <connection id="40993468" src-id="40992922" dest-id="40993418" weight="1.3732365078487918"/> <connection id="40993469" src-id="40992923" dest-id="40993418" weight="-4.076529420559452"/> <connection id="40993470" src-id="40992924" dest-id="40993418" weight="1.6618148593531248"/> <connection id="40993471" src-id="40992925" dest-id="40993418" weight="0.7387571352235596"/> <connection id="40993473" src-id="40992927" dest-id="40993418" weight="6.904790060165358"/> <connection id="40993474" src-id="40992928" dest-id="40993418" weight="6.7659721336123315"/> <connection id="40993476" src-id="40992930" dest-id="40993418" weight="6.8026343028635035"/> <connection id="40993477" src-id="40992931" dest-id="40993418" weight="-0.28140198822019835"/> <connection id="40993478" src-id="40992932" dest-id="40993418" weight="5.947026974445103"/> <connection id="40993479" src-id="40992933" dest-id="40993418" weight="3.4340504499077675"/> <connection id="40993481" src-id="40992935" dest-id="40993418" weight="4.388751256672285"/> <connection id="40993482" src-id="40992936" dest-id="40993418" weight="-3.8608226597484707"/> <connection id="40993483" src-id="40992937" dest-id="40993418" weight="-6.629931571473079"/> <connection id="40993486" src-id="40992940" dest-id="40993418" weight="-10.0"/> <connection id="40993488" src-id="40992942" dest-id="40993418" weight="7.2070825596190655"/> <connection id="40993491" src-id="40992945" dest-id="40993418" weight="1.626446336289212"/> <connection id="40993492" src-id="40992946" dest-id="40993418" weight="-0.48576034246459177"/> <connection id="40993493" src-id="40992947" dest-id="40993418" weight="4.141639855528097"/> <connection id="40993494" src-id="40992948" dest-id="40993418" weight="0.4716721083301971"/> <connection id="40993495" src-id="40992949" dest-id="40993418" weight="-8.679254679590827"/> <connection id="40993496" src-id="40992950" dest-id="40993418" weight="9.603639360267767"/> <connection id="40993497" src-id="40992951" dest-id="40993418" weight="2.870249004589252"/> <connection id="40993498" src-id="40992952" dest-id="40993418" weight="1.6441284147802602"/> <connection id="40993499" src-id="40992953" dest-id="40993418" weight="-1.4464265117567794"/> <connection id="40993500" src-id="40992954" dest-id="40993418" weight="-10.0"/> <connection id="40993501" src-id="40992955" dest-id="40993418" weight="-8.327453087928195"/> <connection id="40993502" src-id="40992956" dest-id="40993418" weight="8.528911997236396"/> <connection id="40993504" src-id="40992958" dest-id="40993418" weight="-4.605496460785837"/> <connection id="40993505" src-id="40992959" dest-id="40993418" weight="9.82379271435836"/> <connection id="40993506" src-id="40992960" dest-id="40993418" weight="-8.060788936841341"/> <connection id="40993507" src-id="40992961" dest-id="40993418" weight="10.0"/> <connection id="40993508" src-id="40992962" dest-id="40993418" weight="6.530112485864809"/> <neuron id="40993509" type="out" activation="sigmoid"/> <connection id="40993511" src-id="40992874" dest-id="40993509" weight="0.9593694736437614"/> <connection id="40993513" src-id="40992876" dest-id="40993509" weight="2.8700933246969793"/> <connection id="40993515" src-id="40992878" dest-id="40993509" weight="-7.755348096802623"/> <connection id="40993516" src-id="40992879" dest-id="40993509" weight="-6.977956117034465"/> <connection id="40993517" src-id="40992880" dest-id="40993509" weight="4.920272314782142"/> <connection id="40993518" src-id="40992881" dest-id="40993509" weight="-5.537510557607734"/> <connection id="40993519" src-id="40992882" dest-id="40993509" weight="9.68683270173401"/> <connection id="40993520" src-id="40992883" dest-id="40993509" weight="-9.03485631141177"/> <connection id="40993522" src-id="40992885" dest-id="40993509" weight="-6.756996176078609"/> <connection id="40993523" src-id="40992886" dest-id="40993509" weight="-0.4692653313836155"/> <connection id="40993524" src-id="40992887" dest-id="40993509" weight="-10.0"/> <connection id="40993526" src-id="40992889" dest-id="40993509" weight="7.254932218409079"/> <connection id="40993527" src-id="40992890" dest-id="40993509" weight="2.988394738949"/> <connection id="40993528" src-id="40992891" dest-id="40993509" weight="10.0"/> <connection id="40993529" src-id="40992892" dest-id="40993509" weight="4.204547867992623"/> <connection id="40993531" src-id="40992894" dest-id="40993509" weight="-2.78078257543232"/> <connection id="40993532" src-id="40992895" dest-id="40993509" weight="6.0719792899998835"/> <connection id="40993533" src-id="40992896" dest-id="40993509" weight="-3.5434292699466274"/> <connection id="40993534" src-id="40992897" dest-id="40993509" weight="10.0"/> <connection id="40993535" src-id="40992898" dest-id="40993509" weight="0.8339372699003239"/> <connection id="40993536" src-id="40992899" dest-id="40993509" weight="9.567307039747275"/> <connection id="40993537" src-id="40992900" dest-id="40993509" weight="-9.369956833456754"/> <connection id="40993539" src-id="40992902" dest-id="40993509" weight="-4.265607402421256"/> <connection id="40993540" src-id="40992903" dest-id="40993509" weight="-8.859841134320796"/> <connection id="40993541" src-id="40992904" dest-id="40993509" weight="2.3444031568974486"/> <connection id="40993542" src-id="40992905" dest-id="40993509" weight="5.98498344538708"/> <connection id="40993543" src-id="40992906" dest-id="40993509" weight="3.0286963581642374"/> <connection id="40993544" src-id="40992907" dest-id="40993509" weight="-0.6731542478977082"/> <connection id="40993545" src-id="40992908" dest-id="40993509" weight="-3.3271938244099255"/> <connection id="40993548" src-id="40992911" dest-id="40993509" weight="8.577761735218974"/> <connection id="40993549" src-id="40992912" dest-id="40993509" weight="-8.97892503128798"/> <connection id="40993551" src-id="40992914" dest-id="40993509" weight="4.949241941543018"/> <connection id="40993553" src-id="40992916" dest-id="40993509" weight="6.768275271661599"/> <connection id="40993554" src-id="40992917" dest-id="40993509" weight="8.774688670931624"/> <connection id="40993556" src-id="40992919" dest-id="40993509" weight="0.37056112435460653"/> <connection id="40993557" src-id="40992920" dest-id="40993509" weight="-0.583207063244122"/> <connection id="40993558" src-id="40992921" dest-id="40993509" weight="8.079130025321534"/> <connection id="40993559" src-id="40992922" dest-id="40993509" weight="-5.137769529700478"/> <connection id="40993561" src-id="40992924" dest-id="40993509" weight="-2.028321383916729"/> <connection id="40993562" src-id="40992925" dest-id="40993509" weight="10.0"/> <connection id="40993563" src-id="40992926" dest-id="40993509" weight="-5.556691693380063"/> <connection id="40993564" src-id="40992927" dest-id="40993509" weight="-7.197161896088091"/> <connection id="40993566" src-id="40992929" dest-id="40993509" weight="-3.3984778303087104"/> <connection id="40993567" src-id="40992930" dest-id="40993509" weight="-8.289082996964664"/> <connection id="40993568" src-id="40992931" dest-id="40993509" weight="-3.5780081952093403"/> <connection id="40993569" src-id="40992932" dest-id="40993509" weight="1.8942319559091079"/> <connection id="40993570" src-id="40992933" dest-id="40993509" weight="-2.6056432302185195"/> <connection id="40993571" src-id="40992934" dest-id="40993509" weight="6.265079949201645"/> <connection id="40993572" src-id="40992935" dest-id="40993509" weight="-0.5133814220322432"/> <connection id="40993573" src-id="40992936" dest-id="40993509" weight="-10.0"/> <connection id="40993574" src-id="40992937" dest-id="40993509" weight="0.9790030675194035"/> <connection id="40993575" src-id="40992938" dest-id="40993509" weight="-10.0"/> <connection id="40993576" src-id="40992939" dest-id="40993509" weight="-5.344208539701382"/> <connection id="40993579" src-id="40992942" dest-id="40993509" weight="5.87284747383783"/> <connection id="40993580" src-id="40992943" dest-id="40993509" weight="-6.4174485816745275"/> <connection id="40993581" src-id="40992944" dest-id="40993509" weight="6.593438305822067"/> <connection id="40993582" src-id="40992945" dest-id="40993509" weight="1.5201849207512894"/> <connection id="40993584" src-id="40992947" dest-id="40993509" weight="-7.6089193647663365"/> <connection id="40993586" src-id="40992949" dest-id="40993509" weight="-5.245517472830094"/> <connection id="40993587" src-id="40992950" dest-id="40993509" weight="-3.8368062643542915"/> <connection id="40993589" src-id="40992952" dest-id="40993509" weight="-2.5340454202841496"/> <connection id="40993590" src-id="40992953" dest-id="40993509" weight="-2.6009379658030385"/> <connection id="40993591" src-id="40992954" dest-id="40993509" weight="-5.0659905368946445"/> <connection id="40993592" src-id="40992955" dest-id="40993509" weight="8.839165411140403"/> <connection id="40993593" src-id="40992956" dest-id="40993509" weight="3.596428361202484"/> <connection id="40993596" src-id="40992959" dest-id="40993509" weight="-7.731166870601191"/> <connection id="40993597" src-id="40992960" dest-id="40993509" weight="-2.7106886208180123"/> <connection id="40993598" src-id="40992961" dest-id="40993509" weight="-4.759752232527014"/> <connection id="40993599" src-id="40992962" dest-id="40993509" weight="-0.5225231551191611"/> <neuron id="40993600" type="out" activation="sigmoid"/> <connection id="40993601" src-id="40992873" dest-id="40993600" weight="-9.394361191313854"/> <connection id="40993602" src-id="40992874" dest-id="40993600" weight="6.365787113127178"/> <connection id="40993603" src-id="40992875" dest-id="40993600" weight="6.07724060848672"/> <connection id="40993605" src-id="40992877" dest-id="40993600" weight="0.705078378190937"/> <connection id="40993606" src-id="40992878" dest-id="40993600" weight="9.085787573933958"/> <connection id="40993609" src-id="40992881" dest-id="40993600" weight="0.44845741657352"/> <connection id="40993610" src-id="40992882" dest-id="40993600" weight="1.9945281421912766"/> <connection id="40993611" src-id="40992883" dest-id="40993600" weight="6.577552257570609"/> <connection id="40993612" src-id="40992884" dest-id="40993600" weight="-3.7505862857156678"/> <connection id="40993613" src-id="40992885" dest-id="40993600" weight="-10.0"/> <connection id="40993614" src-id="40992886" dest-id="40993600" weight="1.9082439701910308"/> <connection id="40993615" src-id="40992887" dest-id="40993600" weight="-1.8689158572553284"/> <connection id="40993616" src-id="40992888" dest-id="40993600" weight="10.0"/> <connection id="40993617" src-id="40992889" dest-id="40993600" weight="5.458639534911898"/> <connection id="40993618" src-id="40992890" dest-id="40993600" weight="-6.81537298774802"/> <connection id="40993619" src-id="40992891" dest-id="40993600" weight="4.459511232751354"/> <connection id="40993621" src-id="40992893" dest-id="40993600" weight="9.005467003251606"/> <connection id="40993622" src-id="40992894" dest-id="40993600" weight="8.948643571203329"/> <connection id="40993623" src-id="40992895" dest-id="40993600" weight="-0.34290086444011414"/> <connection id="40993624" src-id="40992896" dest-id="40993600" weight="-4.957084948482685"/> <connection id="40993625" src-id="40992897" dest-id="40993600" weight="0.9532124580342651"/> <connection id="40993626" src-id="40992898" dest-id="40993600" weight="-1.5997844592730632"/> <connection id="40993627" src-id="40992899" dest-id="40993600" weight="-1.8053395920864856"/> <connection id="40993628" src-id="40992900" dest-id="40993600" weight="-2.6624384303698454"/> <connection id="40993629" src-id="40992901" dest-id="40993600" weight="-5.339165165150573"/> <connection id="40993630" src-id="40992902" dest-id="40993600" weight="-2.5795199919323437"/> <connection id="40993631" src-id="40992903" dest-id="40993600" weight="2.8215304293549006"/> <connection id="40993633" src-id="40992905" dest-id="40993600" weight="-1.6942401690993636"/> <connection id="40993634" src-id="40992906" dest-id="40993600" weight="-2.234641143087794"/> <connection id="40993635" src-id="40992907" dest-id="40993600" weight="5.2423127542887284"/> <connection id="40993636" src-id="40992908" dest-id="40993600" weight="4.159681141119913"/> <connection id="40993637" src-id="40992909" dest-id="40993600" weight="3.298486394486445"/> <connection id="40993638" src-id="40992910" dest-id="40993600" weight="-1.7562437149033414"/> <connection id="40993639" src-id="40992911" dest-id="40993600" weight="4.854111850993381"/> <connection id="40993640" src-id="40992912" dest-id="40993600" weight="-0.06982011479138381"/> <connection id="40993641" src-id="40992913" dest-id="40993600" weight="4.3777153134763696"/> <connection id="40993643" src-id="40992915" dest-id="40993600" weight="-4.398160771293675"/> <connection id="40993644" src-id="40992916" dest-id="40993600" weight="-5.202785644482591"/> <connection id="40993645" src-id="40992917" dest-id="40993600" weight="2.9187134697171624"/> <connection id="40993646" src-id="40992918" dest-id="40993600" weight="-1.0260175546963608"/> <connection id="40993647" src-id="40992919" dest-id="40993600" weight="6.714395089422833"/> <connection id="40993648" src-id="40992920" dest-id="40993600" weight="-4.286598533455703"/> <connection id="40993649" src-id="40992921" dest-id="40993600" weight="4.815094918074574"/> <connection id="40993650" src-id="40992922" dest-id="40993600" weight="-0.6365945158323913"/> <connection id="40993651" src-id="40992923" dest-id="40993600" weight="8.590914861274728"/> <connection id="40993653" src-id="40992925" dest-id="40993600" weight="-5.644961021886351"/> <connection id="40993654" src-id="40992926" dest-id="40993600" weight="5.192890082967496"/> <connection id="40993655" src-id="40992927" dest-id="40993600" weight="10.0"/> <connection id="40993657" src-id="40992929" dest-id="40993600" weight="-1.8559218625219653"/> <connection id="40993658" src-id="40992930" dest-id="40993600" weight="7.047419253378196"/> <connection id="40993660" src-id="40992932" dest-id="40993600" weight="3.418523101794975"/> <connection id="40993661" src-id="40992933" dest-id="40993600" weight="7.5657058307060865"/> <connection id="40993662" src-id="40992934" dest-id="40993600" weight="1.9594478837722291"/> <connection id="40993663" src-id="40992935" dest-id="40993600" weight="3.1430359517176267"/> <connection id="40993664" src-id="40992936" dest-id="40993600" weight="3.873391752898067"/> <connection id="40993665" src-id="40992937" dest-id="40993600" weight="-5.390394904787541"/> <connection id="40993666" src-id="40992938" dest-id="40993600" weight="9.45747784915261"/> <connection id="40993667" src-id="40992939" dest-id="40993600" weight="0.9852809123830022"/> <connection id="40993669" src-id="40992941" dest-id="40993600" weight="-10.0"/> <connection id="40993670" src-id="40992942" dest-id="40993600" weight="8.587866048570259"/> <connection id="40993671" src-id="40992943" dest-id="40993600" weight="5.039682396262503"/> <connection id="40993672" src-id="40992944" dest-id="40993600" weight="-3.499309438051581"/> <connection id="40993673" src-id="40992945" dest-id="40993600" weight="-1.2946845981687973"/> <connection id="40993674" src-id="40992946" dest-id="40993600" weight="3.573296286543475"/> <connection id="40993675" src-id="40992947" dest-id="40993600" weight="-8.922438750837033"/> <connection id="40993676" src-id="40992948" dest-id="40993600" weight="-0.05822569865696414"/> <connection id="40993679" src-id="40992951" dest-id="40993600" weight="-7.913776650775926"/> <connection id="40993680" src-id="40992952" dest-id="40993600" weight="-9.097070757570256"/> <connection id="40993681" src-id="40992953" dest-id="40993600" weight="3.0955257065693385"/> <connection id="40993682" src-id="40992954" dest-id="40993600" weight="-5.323551025013213"/> <connection id="40993683" src-id="40992955" dest-id="40993600" weight="-5.033428518603634"/> <connection id="40993684" src-id="40992956" dest-id="40993600" weight="-4.185983000012154"/> <connection id="40993685" src-id="40992957" dest-id="40993600" weight="-6.860251459075939"/> <connection id="40993686" src-id="40992958" dest-id="40993600" weight="6.7936738438212325"/> <connection id="40993688" src-id="40992960" dest-id="40993600" weight="1.3593173624302404"/> <connection id="40993689" src-id="40992961" dest-id="40993600" weight="1.4561356540050563"/> <neuron id="40993691" type="out" activation="sigmoid"/> <connection id="40993692" src-id="40992873" dest-id="40993691" weight="-9.99008907095469"/> <connection id="40993693" src-id="40992874" dest-id="40993691" weight="-0.5898137638507379"/> <connection id="40993694" src-id="40992875" dest-id="40993691" weight="1.2022097586972964"/> <connection id="40993696" src-id="40992877" dest-id="40993691" weight="-4.245745220720315"/> <connection id="40993697" src-id="40992878" dest-id="40993691" weight="-0.7305305373228594"/> <connection id="40993698" src-id="40992879" dest-id="40993691" weight="4.188959757702458"/> <connection id="40993699" src-id="40992880" dest-id="40993691" weight="4.092010641575229"/> <connection id="40993700" src-id="40992881" dest-id="40993691" weight="10.0"/> <connection id="40993701" src-id="40992882" dest-id="40993691" weight="-0.8618101146444702"/> <connection id="40993702" src-id="40992883" dest-id="40993691" weight="-5.183873445925224"/> <connection id="40993703" src-id="40992884" dest-id="40993691" weight="-7.27530105663441"/> <connection id="40993704" src-id="40992885" dest-id="40993691" weight="7.5449370394207484"/> <connection id="40993705" src-id="40992886" dest-id="40993691" weight="6.446807140465742"/> <connection id="40993706" src-id="40992887" dest-id="40993691" weight="-0.09692823849721349"/> <connection id="40993707" src-id="40992888" dest-id="40993691" weight="-8.174013639504194"/> <connection id="40993708" src-id="40992889" dest-id="40993691" weight="4.064636154511712"/> <connection id="40993709" src-id="40992890" dest-id="40993691" weight="10.0"/> <connection id="40993710" src-id="40992891" dest-id="40993691" weight="-6.607397482121444"/> <connection id="40993711" src-id="40992892" dest-id="40993691" weight="-1.4725314437139476"/> <connection id="40993712" src-id="40992893" dest-id="40993691" weight="-0.2086051584379811"/> <connection id="40993713" src-id="40992894" dest-id="40993691" weight="6.046880212013671"/> <connection id="40993716" src-id="40992897" dest-id="40993691" weight="-9.45688023134853"/> <connection id="40993717" src-id="40992898" dest-id="40993691" weight="-8.9706901967715"/> <connection id="40993718" src-id="40992899" dest-id="40993691" weight="-1.0891924347601671"/> <connection id="40993719" src-id="40992900" dest-id="40993691" weight="5.03542590889851"/> <connection id="40993720" src-id="40992901" dest-id="40993691" weight="3.2529338419624603"/> <connection id="40993721" src-id="40992902" dest-id="40993691" weight="-9.14519622912875"/> <connection id="40993722" src-id="40992903" dest-id="40993691" weight="-3.7290641000338"/> <connection id="40993725" src-id="40992906" dest-id="40993691" weight="9.834267328281026"/> <connection id="40993726" src-id="40992907" dest-id="40993691" weight="5.562084237281959"/> <connection id="40993728" src-id="40992909" dest-id="40993691" weight="-1.674191008666039"/> <connection id="40993729" src-id="40992910" dest-id="40993691" weight="1.0035625510758892"/> <connection id="40993730" src-id="40992911" dest-id="40993691" weight="9.302348311085307"/> <connection id="40993731" src-id="40992912" dest-id="40993691" weight="-2.041248923609259"/> <connection id="40993732" src-id="40992913" dest-id="40993691" weight="-3.9552986384119"/> <connection id="40993733" src-id="40992914" dest-id="40993691" weight="6.725463253744935"/> <connection id="40993734" src-id="40992915" dest-id="40993691" weight="-3.6730628451441616"/> <connection id="40993735" src-id="40992916" dest-id="40993691" weight="4.058894106231403"/> <connection id="40993736" src-id="40992917" dest-id="40993691" weight="-2.561508429687606"/> <connection id="40993737" src-id="40992918" dest-id="40993691" weight="-6.532783027515287"/> <connection id="40993738" src-id="40992919" dest-id="40993691" weight="-3.2237672457623994"/> <connection id="40993739" src-id="40992920" dest-id="40993691" weight="-3.5655424008381624"/> <connection id="40993740" src-id="40992921" dest-id="40993691" weight="-10.0"/> <connection id="40993741" src-id="40992922" dest-id="40993691" weight="6.253760284825933"/> <connection id="40993742" src-id="40992923" dest-id="40993691" weight="-4.876012952285826"/> <connection id="40993743" src-id="40992924" dest-id="40993691" weight="-7.861216322611054"/> <connection id="40993744" src-id="40992925" dest-id="40993691" weight="-9.41345012994567"/> <connection id="40993745" src-id="40992926" dest-id="40993691" weight="-7.810365649696856"/> <connection id="40993746" src-id="40992927" dest-id="40993691" weight="-4.396199946802341"/> <connection id="40993747" src-id="40992928" dest-id="40993691" weight="-4.830339949765634"/> <connection id="40993749" src-id="40992930" dest-id="40993691" weight="7.622176500961488"/> <connection id="40993750" src-id="40992931" dest-id="40993691" weight="6.851544274262896"/> <connection id="40993751" src-id="40992932" dest-id="40993691" weight="-8.186271893096466"/> <connection id="40993752" src-id="40992933" dest-id="40993691" weight="-8.068900544598515"/> <connection id="40993753" src-id="40992934" dest-id="40993691" weight="-5.673679668165057"/> <connection id="40993754" src-id="40992935" dest-id="40993691" weight="-2.0428067893709034"/> <connection id="40993755" src-id="40992936" dest-id="40993691" weight="3.5130664087652876"/> <connection id="40993756" src-id="40992937" dest-id="40993691" weight="-0.47597144891764986"/> <connection id="40993757" src-id="40992938" dest-id="40993691" weight="-0.9296174675743891"/> <connection id="40993758" src-id="40992939" dest-id="40993691" weight="-1.7759070280853768"/> <connection id="40993759" src-id="40992940" dest-id="40993691" weight="-3.8977255303143927"/> <connection id="40993760" src-id="40992941" dest-id="40993691" weight="1.4446603230187491"/> <connection id="40993762" src-id="40992943" dest-id="40993691" weight="1.6369840319287337"/> <connection id="40993764" src-id="40992945" dest-id="40993691" weight="-2.3024674030109393"/> <connection id="40993765" src-id="40992946" dest-id="40993691" weight="-9.513558795536644"/> <connection id="40993766" src-id="40992947" dest-id="40993691" weight="-3.84808995470829"/> <connection id="40993768" src-id="40992949" dest-id="40993691" weight="-6.649005861768036"/> <connection id="40993769" src-id="40992950" dest-id="40993691" weight="2.6780171431107793"/> <connection id="40993770" src-id="40992951" dest-id="40993691" weight="3.5034536115603245"/> <connection id="40993771" src-id="40992952" dest-id="40993691" weight="0.6815701436418768"/> <connection id="40993772" src-id="40992953" dest-id="40993691" weight="-1.411320683706814"/> <connection id="40993773" src-id="40992954" dest-id="40993691" weight="-6.759154161592177"/> <connection id="40993774" src-id="40992955" dest-id="40993691" weight="7.143303542828059"/> <connection id="40993775" src-id="40992956" dest-id="40993691" weight="-9.193399650193466"/> <connection id="40993776" src-id="40992957" dest-id="40993691" weight="4.422101259955158"/> <connection id="40993777" src-id="40992958" dest-id="40993691" weight="-5.8972590338536985"/> <connection id="40993778" src-id="40992959" dest-id="40993691" weight="-5.4519568262351825"/> <connection id="40993779" src-id="40992960" dest-id="40993691" weight="2.743716674283112"/> <connection id="40993780" src-id="40992961" dest-id="40993691" weight="9.300128152364918"/> <neuron id="40993782" type="out" activation="sigmoid"/> <connection id="40993783" src-id="40992873" dest-id="40993782" weight="2.4940954553513044"/> <connection id="40993784" src-id="40992874" dest-id="40993782" weight="-5.320941741328465"/> <connection id="40993785" src-id="40992875" dest-id="40993782" weight="-1.1370564260243843"/> <connection id="40993786" src-id="40992876" dest-id="40993782" weight="-7.431510235085014"/> <connection id="40993787" src-id="40992877" dest-id="40993782" weight="-0.7629382077837312"/> <connection id="40993789" src-id="40992879" dest-id="40993782" weight="4.217623813168851"/> <connection id="40993790" src-id="40992880" dest-id="40993782" weight="8.266459074179384"/> <connection id="40993792" src-id="40992882" dest-id="40993782" weight="-5.6433895068128"/> <connection id="40993793" src-id="40992883" dest-id="40993782" weight="6.072940640758802"/> <connection id="40993795" src-id="40992885" dest-id="40993782" weight="-3.5803465727105133"/> <connection id="40993796" src-id="40992886" dest-id="40993782" weight="-5.9886247782682664"/> <connection id="40993799" src-id="40992889" dest-id="40993782" weight="8.778343540463315"/> <connection id="40993800" src-id="40992890" dest-id="40993782" weight="-4.792222501113512"/> <connection id="40993801" src-id="40992891" dest-id="40993782" weight="-1.1617750075190485"/> <connection id="40993802" src-id="40992892" dest-id="40993782" weight="-1.2002267304918188"/> <connection id="40993803" src-id="40992893" dest-id="40993782" weight="6.876578429600432"/> <connection id="40993804" src-id="40992894" dest-id="40993782" weight="7.23745320195974"/> <connection id="40993806" src-id="40992896" dest-id="40993782" weight="-5.994075761498401"/> <connection id="40993807" src-id="40992897" dest-id="40993782" weight="-5.8523246374047915"/> <connection id="40993808" src-id="40992898" dest-id="40993782" weight="-9.389822370365273"/> <connection id="40993809" src-id="40992899" dest-id="40993782" weight="8.02860586790553"/> <connection id="40993811" src-id="40992901" dest-id="40993782" weight="2.1538178126265293"/> <connection id="40993812" src-id="40992902" dest-id="40993782" weight="-10.0"/> <connection id="40993813" src-id="40992903" dest-id="40993782" weight="7.224781898314291"/> <connection id="40993814" src-id="40992904" dest-id="40993782" weight="-2.1746743524459826"/> <connection id="40993817" src-id="40992907" dest-id="40993782" weight="-0.6574061814832599"/> <connection id="40993818" src-id="40992908" dest-id="40993782" weight="-9.337776983318117"/> <connection id="40993819" src-id="40992909" dest-id="40993782" weight="-5.37586520088"/> <connection id="40993820" src-id="40992910" dest-id="40993782" weight="5.025454102420124"/> <connection id="40993821" src-id="40992911" dest-id="40993782" weight="-8.658992216783332"/> <connection id="40993822" src-id="40992912" dest-id="40993782" weight="-5.914982500864456"/> <connection id="40993823" src-id="40992913" dest-id="40993782" weight="-4.6789298632460525"/> <connection id="40993824" src-id="40992914" dest-id="40993782" weight="9.30263581079157"/> <connection id="40993825" src-id="40992915" dest-id="40993782" weight="1.9716302685816773"/> <connection id="40993826" src-id="40992916" dest-id="40993782" weight="7.110908810772652"/> <connection id="40993827" src-id="40992917" dest-id="40993782" weight="-2.027776558589997"/> <connection id="40993828" src-id="40992918" dest-id="40993782" weight="0.9797882329600265"/> <connection id="40993829" src-id="40992919" dest-id="40993782" weight="-2.927832967010685"/> <connection id="40993830" src-id="40992920" dest-id="40993782" weight="-1.2900031997099526"/> <connection id="40993831" src-id="40992921" dest-id="40993782" weight="-0.3061580356791367"/> <connection id="40993833" src-id="40992923" dest-id="40993782" weight="4.60847000008624"/> <connection id="40993835" src-id="40992925" dest-id="40993782" weight="-7.859981660514504"/> <connection id="40993838" src-id="40992928" dest-id="40993782" weight="4.894610819053401"/> <connection id="40993839" src-id="40992929" dest-id="40993782" weight="-8.513284209943333"/> <connection id="40993840" src-id="40992930" dest-id="40993782" weight="2.004593102836693"/> <connection id="40993842" src-id="40992932" dest-id="40993782" weight="0.06852033161220072"/> <connection id="40993843" src-id="40992933" dest-id="40993782" weight="2.763622095782891"/> <connection id="40993844" src-id="40992934" dest-id="40993782" weight="-5.0723648269955355"/> <connection id="40993846" src-id="40992936" dest-id="40993782" weight="-0.034667184061227596"/> <connection id="40993847" src-id="40992937" dest-id="40993782" weight="-0.7910687911446663"/> <connection id="40993849" src-id="40992939" dest-id="40993782" weight="-9.116940275377226"/> <connection id="40993852" src-id="40992942" dest-id="40993782" weight="-2.2157308614597664"/> <connection id="40993854" src-id="40992944" dest-id="40993782" weight="0.671679478865259"/> <connection id="40993855" src-id="40992945" dest-id="40993782" weight="-8.289853895731932"/> <connection id="40993857" src-id="40992947" dest-id="40993782" weight="-10.0"/> <connection id="40993858" src-id="40992948" dest-id="40993782" weight="-4.5199123738617075"/> <connection id="40993859" src-id="40992949" dest-id="40993782" weight="-4.2962626785881906"/> <connection id="40993861" src-id="40992951" dest-id="40993782" weight="0.8091747846125508"/> <connection id="40993862" src-id="40992952" dest-id="40993782" weight="-6.519886250166683"/> <connection id="40993863" src-id="40992953" dest-id="40993782" weight="-1.5007844162839976"/> <connection id="40993864" src-id="40992954" dest-id="40993782" weight="5.138966308469425"/> <connection id="40993865" src-id="40992955" dest-id="40993782" weight="-5.887575698487197"/> <connection id="40993867" src-id="40992957" dest-id="40993782" weight="-10.0"/> <connection id="40993868" src-id="40992958" dest-id="40993782" weight="-8.744565211445163"/> <connection id="40993869" src-id="40992959" dest-id="40993782" weight="9.331877306337333"/> <connection id="40993870" src-id="40992960" dest-id="40993782" weight="1.6947779766544484"/> <connection id="40993871" src-id="40992961" dest-id="40993782" weight="-3.1418384285513157"/> <neuron id="40993873" type="out" activation="sigmoid"/> <connection id="40993874" src-id="40992873" dest-id="40993873" weight="5.880763425370793"/> <connection id="40993876" src-id="40992875" dest-id="40993873" weight="-5.778737852488554"/> <connection id="40993877" src-id="40992876" dest-id="40993873" weight="-7.759430580597594"/> <connection id="40993878" src-id="40992877" dest-id="40993873" weight="5.366494662314745"/> <connection id="40993879" src-id="40992878" dest-id="40993873" weight="2.9489984974495043"/> <connection id="40993880" src-id="40992879" dest-id="40993873" weight="-0.2601798595523739"/> <connection id="40993881" src-id="40992880" dest-id="40993873" weight="7.950403975543657"/> <connection id="40993882" src-id="40992881" dest-id="40993873" weight="-8.866081977260691"/> <connection id="40993883" src-id="40992882" dest-id="40993873" weight="4.852615035510552"/> <connection id="40993884" src-id="40992883" dest-id="40993873" weight="7.781574928993521"/> <connection id="40993885" src-id="40992884" dest-id="40993873" weight="1.1712453785267831"/> <connection id="40993886" src-id="40992885" dest-id="40993873" weight="-10.0"/> <connection id="40993887" src-id="40992886" dest-id="40993873" weight="0.15345539450244472"/> <connection id="40993890" src-id="40992889" dest-id="40993873" weight="3.561373262183776"/> <connection id="40993891" src-id="40992890" dest-id="40993873" weight="-1.2577398899548933"/> <connection id="40993892" src-id="40992891" dest-id="40993873" weight="2.241445750921406"/> <connection id="40993894" src-id="40992893" dest-id="40993873" weight="10.0"/> <connection id="40993895" src-id="40992894" dest-id="40993873" weight="-6.068040448402151"/> <connection id="40993896" src-id="40992895" dest-id="40993873" weight="0.8002818863593975"/> <connection id="40993897" src-id="40992896" dest-id="40993873" weight="1.8888223480814443"/> <connection id="40993898" src-id="40992897" dest-id="40993873" weight="-7.73056043455077"/> <connection id="40993899" src-id="40992898" dest-id="40993873" weight="-3.32241727910032"/> <connection id="40993901" src-id="40992900" dest-id="40993873" weight="4.03568403240561"/> <connection id="40993902" src-id="40992901" dest-id="40993873" weight="3.6654660045092586"/> <connection id="40993903" src-id="40992902" dest-id="40993873" weight="-2.0565215405320214"/> <connection id="40993904" src-id="40992903" dest-id="40993873" weight="9.251577323711805"/> <connection id="40993905" src-id="40992904" dest-id="40993873" weight="6.452429763909244"/> <connection id="40993906" src-id="40992905" dest-id="40993873" weight="-5.681398039081536"/> <connection id="40993909" src-id="40992908" dest-id="40993873" weight="-6.762600620304237"/> <connection id="40993910" src-id="40992909" dest-id="40993873" weight="7.783842966835648"/> <connection id="40993911" src-id="40992910" dest-id="40993873" weight="7.900226925545425"/> <connection id="40993912" src-id="40992911" dest-id="40993873" weight="-1.8367001148584468"/> <connection id="40993913" src-id="40992912" dest-id="40993873" weight="-5.44879260115988"/> <connection id="40993914" src-id="40992913" dest-id="40993873" weight="-1.6171390828094347"/> <connection id="40993915" src-id="40992914" dest-id="40993873" weight="3.4847019755280226"/> <connection id="40993916" src-id="40992915" dest-id="40993873" weight="-3.7625617376137184"/> <connection id="40993917" src-id="40992916" dest-id="40993873" weight="0.6611778266333572"/> <connection id="40993918" src-id="40992917" dest-id="40993873" weight="-4.037252325885595"/> <connection id="40993919" src-id="40992918" dest-id="40993873" weight="-3.938834688147682"/> <connection id="40993921" src-id="40992920" dest-id="40993873" weight="5.319424579611705"/> <connection id="40993922" src-id="40992921" dest-id="40993873" weight="-1.7060085376849896"/> <connection id="40993923" src-id="40992922" dest-id="40993873" weight="-2.024052333991681"/> <connection id="40993924" src-id="40992923" dest-id="40993873" weight="10.0"/> <connection id="40993925" src-id="40992924" dest-id="40993873" weight="5.9773229775450165"/> <connection id="40993926" src-id="40992925" dest-id="40993873" weight="-7.406002114518347"/> <connection id="40993928" src-id="40992927" dest-id="40993873" weight="8.61338372520752"/> <connection id="40993929" src-id="40992928" dest-id="40993873" weight="-7.951292708376451"/> <connection id="40993930" src-id="40992929" dest-id="40993873" weight="-1.402986281979077"/> <connection id="40993931" src-id="40992930" dest-id="40993873" weight="0.19118854853441425"/> <connection id="40993932" src-id="40992931" dest-id="40993873" weight="-10.0"/> <connection id="40993933" src-id="40992932" dest-id="40993873" weight="-1.0425096557367306"/> <connection id="40993934" src-id="40992933" dest-id="40993873" weight="-4.936069734261247"/> <connection id="40993935" src-id="40992934" dest-id="40993873" weight="-1.9079049485427266"/> <connection id="40993936" src-id="40992935" dest-id="40993873" weight="-1.939667160361598"/> <connection id="40993937" src-id="40992936" dest-id="40993873" weight="-1.5884710626823988"/> <connection id="40993938" src-id="40992937" dest-id="40993873" weight="-3.936527164191318"/> <connection id="40993939" src-id="40992938" dest-id="40993873" weight="-1.8637626651866617"/> <connection id="40993940" src-id="40992939" dest-id="40993873" weight="1.1730862114856724"/> <connection id="40993941" src-id="40992940" dest-id="40993873" weight="-7.302331408242613"/> <connection id="40993942" src-id="40992941" dest-id="40993873" weight="-1.5194068002088708"/> <connection id="40993943" src-id="40992942" dest-id="40993873" weight="10.0"/> <connection id="40993944" src-id="40992943" dest-id="40993873" weight="6.548189616091177"/> <connection id="40993945" src-id="40992944" dest-id="40993873" weight="-4.270965969955172"/> <connection id="40993947" src-id="40992946" dest-id="40993873" weight="7.797557484314004"/> <connection id="40993948" src-id="40992947" dest-id="40993873" weight="-1.6919777545484003"/> <connection id="40993949" src-id="40992948" dest-id="40993873" weight="-5.6131408883686875"/> <connection id="40993950" src-id="40992949" dest-id="40993873" weight="-1.340872844533925"/> <connection id="40993951" src-id="40992950" dest-id="40993873" weight="-9.753718003486506"/> <connection id="40993952" src-id="40992951" dest-id="40993873" weight="9.333779610926067"/> <connection id="40993953" src-id="40992952" dest-id="40993873" weight="-6.309300765690879"/> <connection id="40993954" src-id="40992953" dest-id="40993873" weight="7.3527767463190985"/> <connection id="40993955" src-id="40992954" dest-id="40993873" weight="-4.835962504093134"/> <connection id="40993956" src-id="40992955" dest-id="40993873" weight="7.957458969473227"/> <connection id="40993957" src-id="40992956" dest-id="40993873" weight="6.177113196132357"/> <connection id="40993958" src-id="40992957" dest-id="40993873" weight="4.552699680682876"/> <connection id="40993959" src-id="40992958" dest-id="40993873" weight="8.62865404447812"/> <connection id="40993960" src-id="40992959" dest-id="40993873" weight="-8.925274068734904"/> <connection id="40993961" src-id="40992960" dest-id="40993873" weight="9.772509425900154"/> <connection id="40993962" src-id="40992961" dest-id="40993873" weight="-7.5364528856045405"/> <neuron id="40993964" type="out" activation="sigmoid"/> <connection id="40993965" src-id="40992873" dest-id="40993964" weight="-5.715958395971077"/> <connection id="40993966" src-id="40992874" dest-id="40993964" weight="2.180007364638164"/> <connection id="40993969" src-id="40992877" dest-id="40993964" weight="4.658145923486002"/> <connection id="40993970" src-id="40992878" dest-id="40993964" weight="-10.0"/> <connection id="40993971" src-id="40992879" dest-id="40993964" weight="-8.094158078335553"/> <connection id="40993972" src-id="40992880" dest-id="40993964" weight="8.979284986562766"/> <connection id="40993973" src-id="40992881" dest-id="40993964" weight="-8.029562037429134"/> <connection id="40993974" src-id="40992882" dest-id="40993964" weight="-6.612056148301218"/> <connection id="40993975" src-id="40992883" dest-id="40993964" weight="1.7928903107319458"/> <connection id="40993976" src-id="40992884" dest-id="40993964" weight="-6.371691454422669"/> <connection id="40993978" src-id="40992886" dest-id="40993964" weight="-0.018325992485766385"/> <connection id="40993979" src-id="40992887" dest-id="40993964" weight="0.8600108396296322"/> <connection id="40993981" src-id="40992889" dest-id="40993964" weight="-8.002494775793515"/> <connection id="40993982" src-id="40992890" dest-id="40993964" weight="-4.92395108926822"/> <connection id="40993983" src-id="40992891" dest-id="40993964" weight="5.510634914762058"/> <connection id="40993984" src-id="40992892" dest-id="40993964" weight="1.3786919402638476"/> <connection id="40993985" src-id="40992893" dest-id="40993964" weight="-3.137943245568347"/> <connection id="40993988" src-id="40992896" dest-id="40993964" weight="4.605343313348369"/> <connection id="40993990" src-id="40992898" dest-id="40993964" weight="6.449182259710048"/> <connection id="40993991" src-id="40992899" dest-id="40993964" weight="-5.882971022300954"/> <connection id="40993992" src-id="40992900" dest-id="40993964" weight="-4.274204062339262"/> <connection id="40993993" src-id="40992901" dest-id="40993964" weight="5.251892077262619"/> <connection id="40993994" src-id="40992902" dest-id="40993964" weight="-0.7198147584905619"/> <connection id="40993995" src-id="40992903" dest-id="40993964" weight="-3.393981175012674"/> <connection id="40993996" src-id="40992904" dest-id="40993964" weight="2.1140428840248724"/> <connection id="40993997" src-id="40992905" dest-id="40993964" weight="2.510131339287498"/> <connection id="40993998" src-id="40992906" dest-id="40993964" weight="8.647017015665272"/> <connection id="40993999" src-id="40992907" dest-id="40993964" weight="8.339951343689755"/> <connection id="40994000" src-id="40992908" dest-id="40993964" weight="-6.770817211225098"/> <connection id="40994001" src-id="40992909" dest-id="40993964" weight="-0.06842560889915061"/> <connection id="40994002" src-id="40992910" dest-id="40993964" weight="-9.188765194496247"/> <connection id="40994003" src-id="40992911" dest-id="40993964" weight="-0.33036097256445607"/> <connection id="40994004" src-id="40992912" dest-id="40993964" weight="4.136882623966306"/> <connection id="40994005" src-id="40992913" dest-id="40993964" weight="2.055805755676929"/> <connection id="40994006" src-id="40992914" dest-id="40993964" weight="-9.911867821263844"/> <connection id="40994007" src-id="40992915" dest-id="40993964" weight="-5.072320365368925"/> <connection id="40994008" src-id="40992916" dest-id="40993964" weight="6.832307842770423"/> <connection id="40994009" src-id="40992917" dest-id="40993964" weight="-4.899147757643091"/> <connection id="40994010" src-id="40992918" dest-id="40993964" weight="2.4337068444613754"/> <connection id="40994012" src-id="40992920" dest-id="40993964" weight="3.4836610202806275"/> <connection id="40994013" src-id="40992921" dest-id="40993964" weight="-0.6289467416259292"/> <connection id="40994014" src-id="40992922" dest-id="40993964" weight="9.555625374755685"/> <connection id="40994015" src-id="40992923" dest-id="40993964" weight="-4.775179805770532"/> <connection id="40994016" src-id="40992924" dest-id="40993964" weight="1.0639982015728453"/> <connection id="40994018" src-id="40992926" dest-id="40993964" weight="-8.280985205407532"/> <connection id="40994019" src-id="40992927" dest-id="40993964" weight="-4.3946789784612"/> <connection id="40994022" src-id="40992930" dest-id="40993964" weight="-1.0495159680377821"/> <connection id="40994023" src-id="40992931" dest-id="40993964" weight="0.775081967765435"/> <connection id="40994024" src-id="40992932" dest-id="40993964" weight="-4.387585273006325"/> <connection id="40994026" src-id="40992934" dest-id="40993964" weight="7.335024888950148"/> <connection id="40994027" src-id="40992935" dest-id="40993964" weight="6.695330164217364"/> <connection id="40994028" src-id="40992936" dest-id="40993964" weight="-7.8392797380562556"/> <connection id="40994029" src-id="40992937" dest-id="40993964" weight="8.712394879044055"/> <connection id="40994030" src-id="40992938" dest-id="40993964" weight="3.438923466342601"/> <connection id="40994031" src-id="40992939" dest-id="40993964" weight="-9.95151181916219"/> <connection id="40994032" src-id="40992940" dest-id="40993964" weight="0.9165759364430248"/> <connection id="40994035" src-id="40992943" dest-id="40993964" weight="-2.327918165848361"/> <connection id="40994037" src-id="40992945" dest-id="40993964" weight="-4.822130613933573"/> <connection id="40994038" src-id="40992946" dest-id="40993964" weight="2.8233476017060744"/> <connection id="40994040" src-id="40992948" dest-id="40993964" weight="3.1571881389429453"/> <connection id="40994041" src-id="40992949" dest-id="40993964" weight="3.2241684769877557"/> <connection id="40994042" src-id="40992950" dest-id="40993964" weight="4.163471571364666"/> <connection id="40994043" src-id="40992951" dest-id="40993964" weight="0.9700029283279691"/> <connection id="40994044" src-id="40992952" dest-id="40993964" weight="7.282135731525276"/> <connection id="40994045" src-id="40992953" dest-id="40993964" weight="6.279705703506434"/> <connection id="40994046" src-id="40992954" dest-id="40993964" weight="7.979345189506234"/> <connection id="40994049" src-id="40992957" dest-id="40993964" weight="-5.749356038056347"/> <connection id="40994050" src-id="40992958" dest-id="40993964" weight="-2.4209584306108094"/> <connection id="40994051" src-id="40992959" dest-id="40993964" weight="-8.493430689109202"/> <connection id="40994052" src-id="40992960" dest-id="40993964" weight="-6.375148980139429"/> <connection id="40994053" src-id="40992961" dest-id="40993964" weight="0.8072240558431867"/> <connection id="40994054" src-id="40992962" dest-id="40993964" weight="-3.368938431463979"/> <neuron id="40994055" type="out" activation="sigmoid"/> <connection id="40994056" src-id="40992873" dest-id="40994055" weight="4.902333018891347"/> <connection id="40994057" src-id="40992874" dest-id="40994055" weight="-3.1791360975438274"/> <connection id="40994058" src-id="40992875" dest-id="40994055" weight="-2.3853552388965307"/> <connection id="40994059" src-id="40992876" dest-id="40994055" weight="7.9382522062563865"/> <connection id="40994060" src-id="40992877" dest-id="40994055" weight="-0.5047724239192597"/> <connection id="40994061" src-id="40992878" dest-id="40994055" weight="-8.008286762004532"/> <connection id="40994062" src-id="40992879" dest-id="40994055" weight="3.091679260237843"/> <connection id="40994063" src-id="40992880" dest-id="40994055" weight="2.0492830543723533"/> <connection id="40994064" src-id="40992881" dest-id="40994055" weight="-6.549488957132359"/> <connection id="40994066" src-id="40992883" dest-id="40994055" weight="8.013785842632993"/> <connection id="40994067" src-id="40992884" dest-id="40994055" weight="8.015571819997474"/> <connection id="40994068" src-id="40992885" dest-id="40994055" weight="-4.764109152854645"/> <connection id="40994069" src-id="40992886" dest-id="40994055" weight="5.4874437069116855"/> <connection id="40994070" src-id="40992887" dest-id="40994055" weight="-1.2114290938615584"/> <connection id="40994071" src-id="40992888" dest-id="40994055" weight="4.074480241460535"/> <connection id="40994072" src-id="40992889" dest-id="40994055" weight="5.714369963151869"/> <connection id="40994073" src-id="40992890" dest-id="40994055" weight="-2.2398152118889882"/> <connection id="40994074" src-id="40992891" dest-id="40994055" weight="1.3838915357367572"/> <connection id="40994076" src-id="40992893" dest-id="40994055" weight="0.6985884771168906"/> <connection id="40994077" src-id="40992894" dest-id="40994055" weight="2.0706934025907633"/> <connection id="40994078" src-id="40992895" dest-id="40994055" weight="10.0"/> <connection id="40994079" src-id="40992896" dest-id="40994055" weight="-8.730559036195274"/> <connection id="40994081" src-id="40992898" dest-id="40994055" weight="-9.627302594953948"/> <connection id="40994082" src-id="40992899" dest-id="40994055" weight="-7.9983061096936305"/> <connection id="40994083" src-id="40992900" dest-id="40994055" weight="-0.11149373284335085"/> <connection id="40994084" src-id="40992901" dest-id="40994055" weight="0.4683121798262869"/> <connection id="40994085" src-id="40992902" dest-id="40994055" weight="-6.719338048948812"/> <connection id="40994087" src-id="40992904" dest-id="40994055" weight="-4.468045501606376"/> <connection id="40994088" src-id="40992905" dest-id="40994055" weight="-7.315799480857449"/> <connection id="40994090" src-id="40992907" dest-id="40994055" weight="-10.0"/> <connection id="40994092" src-id="40992909" dest-id="40994055" weight="0.9046821292665919"/> <connection id="40994093" src-id="40992910" dest-id="40994055" weight="-7.5081742742302815"/> <connection id="40994094" src-id="40992911" dest-id="40994055" weight="1.215555249684798"/> <connection id="40994095" src-id="40992912" dest-id="40994055" weight="-10.0"/> <connection id="40994096" src-id="40992913" dest-id="40994055" weight="-1.250981437893369"/> <connection id="40994097" src-id="40992914" dest-id="40994055" weight="-7.1217617300771545"/> <connection id="40994098" src-id="40992915" dest-id="40994055" weight="8.847914486064074"/> <connection id="40994100" src-id="40992917" dest-id="40994055" weight="4.77023888114071"/> <connection id="40994101" src-id="40992918" dest-id="40994055" weight="1.1099563760766"/> <connection id="40994102" src-id="40992919" dest-id="40994055" weight="2.147869319446601"/> <connection id="40994103" src-id="40992920" dest-id="40994055" weight="9.671997998885749"/> <connection id="40994104" src-id="40992921" dest-id="40994055" weight="1.3717510110261923"/> <connection id="40994105" src-id="40992922" dest-id="40994055" weight="-7.5419562035253715"/> <connection id="40994106" src-id="40992923" dest-id="40994055" weight="4.971880993102685"/> <connection id="40994107" src-id="40992924" dest-id="40994055" weight="0.9893359762587597"/> <connection id="40994108" src-id="40992925" dest-id="40994055" weight="2.922365273613902"/> <connection id="40994109" src-id="40992926" dest-id="40994055" weight="8.547508709776652"/> <connection id="40994110" src-id="40992927" dest-id="40994055" weight="-1.1066976528501586"/> <connection id="40994112" src-id="40992929" dest-id="40994055" weight="5.439942541360087"/> <connection id="40994113" src-id="40992930" dest-id="40994055" weight="7.505559164899968"/> <connection id="40994115" src-id="40992932" dest-id="40994055" weight="3.6787481802246367"/> <connection id="40994116" src-id="40992933" dest-id="40994055" weight="-6.888578868446214"/> <connection id="40994117" src-id="40992934" dest-id="40994055" weight="-10.0"/> <connection id="40994119" src-id="40992936" dest-id="40994055" weight="0.005564858451382326"/> <connection id="40994120" src-id="40992937" dest-id="40994055" weight="0.7769162651097918"/> <connection id="40994122" src-id="40992939" dest-id="40994055" weight="-9.708610387393996"/> <connection id="40994123" src-id="40992940" dest-id="40994055" weight="7.125364587873236"/> <connection id="40994124" src-id="40992941" dest-id="40994055" weight="0.22014266000532956"/> <connection id="40994125" src-id="40992942" dest-id="40994055" weight="-6.243149301454518"/> <connection id="40994127" src-id="40992944" dest-id="40994055" weight="-10.0"/> <connection id="40994128" src-id="40992945" dest-id="40994055" weight="0.709384943203113"/> <connection id="40994129" src-id="40992946" dest-id="40994055" weight="-0.7882374265432119"/> <connection id="40994131" src-id="40992948" dest-id="40994055" weight="-1.2009185853740845"/> <connection id="40994132" src-id="40992949" dest-id="40994055" weight="-8.333361783286161"/> <connection id="40994133" src-id="40992950" dest-id="40994055" weight="-8.323847926285707"/> <connection id="40994134" src-id="40992951" dest-id="40994055" weight="2.8508962937328115"/> <connection id="40994136" src-id="40992953" dest-id="40994055" weight="3.907562394308308"/> <connection id="40994138" src-id="40992955" dest-id="40994055" weight="7.746790295754236"/> <connection id="40994139" src-id="40992956" dest-id="40994055" weight="-2.7442669190768845"/> <connection id="40994142" src-id="40992959" dest-id="40994055" weight="-4.577733646568779"/> <connection id="40994143" src-id="40992960" dest-id="40994055" weight="5.006263660054002"/> <connection id="40994144" src-id="40992961" dest-id="40994055" weight="-5.655386222028517"/> <connection id="40994145" src-id="40992962" dest-id="40994055" weight="10.0"/> <neuron id="40994146" type="out" activation="sigmoid"/> <connection id="40994147" src-id="40992873" dest-id="40994146" weight="1.4928844851566823"/> <connection id="40994148" src-id="40992874" dest-id="40994146" weight="-1.5320905845563257"/> <connection id="40994149" src-id="40992875" dest-id="40994146" weight="7.213812277494173"/> <connection id="40994150" src-id="40992876" dest-id="40994146" weight="-8.138134306554997"/> <connection id="40994153" src-id="40992879" dest-id="40994146" weight="5.216230281096914"/> <connection id="40994154" src-id="40992880" dest-id="40994146" weight="5.222616362254085"/> <connection id="40994158" src-id="40992884" dest-id="40994146" weight="-1.8255496992623037"/> <connection id="40994160" src-id="40992886" dest-id="40994146" weight="7.838927589934122"/> <connection id="40994162" src-id="40992888" dest-id="40994146" weight="-2.659368744290292"/> <connection id="40994163" src-id="40992889" dest-id="40994146" weight="2.7996245056650024"/> <connection id="40994164" src-id="40992890" dest-id="40994146" weight="2.20870146611131"/> <connection id="40994165" src-id="40992891" dest-id="40994146" weight="-4.162772909141173"/> <connection id="40994167" src-id="40992893" dest-id="40994146" weight="3.5538214662011973"/> <connection id="40994169" src-id="40992895" dest-id="40994146" weight="-0.5221223648685349"/> <connection id="40994170" src-id="40992896" dest-id="40994146" weight="-5.743965552662949"/> <connection id="40994171" src-id="40992897" dest-id="40994146" weight="-1.4081564907208264"/> <connection id="40994172" src-id="40992898" dest-id="40994146" weight="-9.300960396421452"/> <connection id="40994174" src-id="40992900" dest-id="40994146" weight="-5.303489972387897"/> <connection id="40994175" src-id="40992901" dest-id="40994146" weight="-4.679429704283748"/> <connection id="40994176" src-id="40992902" dest-id="40994146" weight="0.010427589057541375"/> <connection id="40994177" src-id="40992903" dest-id="40994146" weight="2.656511878382191"/> <connection id="40994178" src-id="40992904" dest-id="40994146" weight="4.199961872959257"/> <connection id="40994179" src-id="40992905" dest-id="40994146" weight="3.399896580364133"/> <connection id="40994180" src-id="40992906" dest-id="40994146" weight="-4.3144050705331365"/> <connection id="40994182" src-id="40992908" dest-id="40994146" weight="-1.3316881177713902"/> <connection id="40994183" src-id="40992909" dest-id="40994146" weight="-5.029382810277364"/> <connection id="40994184" src-id="40992910" dest-id="40994146" weight="2.6941661210629344"/> <connection id="40994185" src-id="40992911" dest-id="40994146" weight="6.490405290366141"/> <connection id="40994186" src-id="40992912" dest-id="40994146" weight="10.0"/> <connection id="40994187" src-id="40992913" dest-id="40994146" weight="9.064773853366866"/> <connection id="40994188" src-id="40992914" dest-id="40994146" weight="-5.1230816918347815"/> <connection id="40994189" src-id="40992915" dest-id="40994146" weight="0.6087206010982729"/> <connection id="40994190" src-id="40992916" dest-id="40994146" weight="10.0"/> <connection id="40994191" src-id="40992917" dest-id="40994146" weight="0.5518913758738162"/> <connection id="40994192" src-id="40992918" dest-id="40994146" weight="1.0400473880257834"/> <connection id="40994194" src-id="40992920" dest-id="40994146" weight="-3.324731787924784"/> <connection id="40994197" src-id="40992923" dest-id="40994146" weight="-4.925457007585441"/> <connection id="40994198" src-id="40992924" dest-id="40994146" weight="-2.946592583275286"/> <connection id="40994200" src-id="40992926" dest-id="40994146" weight="-3.2053179642385015"/> <connection id="40994201" src-id="40992927" dest-id="40994146" weight="-0.9771672111831671"/> <connection id="40994202" src-id="40992928" dest-id="40994146" weight="-3.833258068980041"/> <connection id="40994206" src-id="40992932" dest-id="40994146" weight="-0.5126491637839365"/> <connection id="40994207" src-id="40992933" dest-id="40994146" weight="-4.156044686645339"/> <connection id="40994208" src-id="40992934" dest-id="40994146" weight="3.192445975050042"/> <connection id="40994209" src-id="40992935" dest-id="40994146" weight="3.3687213393304045"/> <connection id="40994210" src-id="40992936" dest-id="40994146" weight="6.244153233722219"/> <connection id="40994211" src-id="40992937" dest-id="40994146" weight="3.2857186421997087"/> <connection id="40994212" src-id="40992938" dest-id="40994146" weight="3.8120925975313877"/> <connection id="40994213" src-id="40992939" dest-id="40994146" weight="0.046686201944000194"/> <connection id="40994214" src-id="40992940" dest-id="40994146" weight="-6.886303468938629"/> <connection id="40994215" src-id="40992941" dest-id="40994146" weight="0.33436841153143326"/> <connection id="40994216" src-id="40992942" dest-id="40994146" weight="-7.485119944952218"/> <connection id="40994217" src-id="40992943" dest-id="40994146" weight="1.2380227990483947"/> <connection id="40994219" src-id="40992945" dest-id="40994146" weight="-0.4260300657483813"/> <connection id="40994220" src-id="40992946" dest-id="40994146" weight="1.0776428360331431"/> <connection id="40994221" src-id="40992947" dest-id="40994146" weight="3.4800437494817533"/> <connection id="40994222" src-id="40992948" dest-id="40994146" weight="0.678633261518081"/> <connection id="40994223" src-id="40992949" dest-id="40994146" weight="-3.599221247252636"/> <connection id="40994224" src-id="40992950" dest-id="40994146" weight="9.664836470670458"/> <connection id="40994225" src-id="40992951" dest-id="40994146" weight="1.6584437947064874"/> <connection id="40994227" src-id="40992953" dest-id="40994146" weight="-3.651160924857193"/> <connection id="40994230" src-id="40992956" dest-id="40994146" weight="5.541040107434606"/> <connection id="40994231" src-id="40992957" dest-id="40994146" weight="-2.1288198454243306"/> <connection id="40994232" src-id="40992958" dest-id="40994146" weight="5.215592171067108"/> <connection id="40994233" src-id="40992959" dest-id="40994146" weight="-8.24739257019127"/> <connection id="40994234" src-id="40992960" dest-id="40994146" weight="-9.269695010795257"/> <connection id="40994235" src-id="40992961" dest-id="40994146" weight="0.23743879387338196"/> <connection id="40994236" src-id="40992962" dest-id="40994146" weight="0.8244685463773409"/> <neuron id="40994237" type="out" activation="sigmoid"/> <connection id="40994238" src-id="40992873" dest-id="40994237" weight="-3.1793263703755237"/> <connection id="40994239" src-id="40992874" dest-id="40994237" weight="6.700063575447936"/> <connection id="40994240" src-id="40992875" dest-id="40994237" weight="-5.0153436132391045"/> <connection id="40994241" src-id="40992876" dest-id="40994237" weight="-10.0"/> <connection id="40994242" src-id="40992877" dest-id="40994237" weight="-0.9476146589073647"/> <connection id="40994243" src-id="40992878" dest-id="40994237" weight="4.2891475724412444"/> <connection id="40994246" src-id="40992881" dest-id="40994237" weight="8.451526006870196"/> <connection id="40994247" src-id="40992882" dest-id="40994237" weight="9.862098882395914"/> <connection id="40994249" src-id="40992884" dest-id="40994237" weight="-2.4371214920415385"/> <connection id="40994251" src-id="40992886" dest-id="40994237" weight="1.3890651549769832"/> <connection id="40994252" src-id="40992887" dest-id="40994237" weight="0.07299094788797766"/> <connection id="40994253" src-id="40992888" dest-id="40994237" weight="-2.8300330324176555"/> <connection id="40994254" src-id="40992889" dest-id="40994237" weight="-1.7366476879510857"/> <connection id="40994255" src-id="40992890" dest-id="40994237" weight="8.12178448267729"/> <connection id="40994256" src-id="40992891" dest-id="40994237" weight="6.821526138198035"/> <connection id="40994257" src-id="40992892" dest-id="40994237" weight="-3.299975001559829"/> <connection id="40994258" src-id="40992893" dest-id="40994237" weight="7.598197299140882"/> <connection id="40994259" src-id="40992894" dest-id="40994237" weight="4.330688677508007"/> <connection id="40994260" src-id="40992895" dest-id="40994237" weight="5.66938133917799"/> <connection id="40994262" src-id="40992897" dest-id="40994237" weight="-10.0"/> <connection id="40994264" src-id="40992899" dest-id="40994237" weight="4.6529470000566"/> <connection id="40994265" src-id="40992900" dest-id="40994237" weight="8.962616777176693"/> <connection id="40994267" src-id="40992902" dest-id="40994237" weight="7.6984265248404835"/> <connection id="40994268" src-id="40992903" dest-id="40994237" weight="3.368421682885529"/> <connection id="40994270" src-id="40992905" dest-id="40994237" weight="-7.130625437158431"/> <connection id="40994271" src-id="40992906" dest-id="40994237" weight="1.2638761198635882"/> <connection id="40994272" src-id="40992907" dest-id="40994237" weight="0.07491914699401936"/> <connection id="40994273" src-id="40992908" dest-id="40994237" weight="7.370343370420624"/> <connection id="40994274" src-id="40992909" dest-id="40994237" weight="4.990773456157737"/> <connection id="40994275" src-id="40992910" dest-id="40994237" weight="-8.17763986299132"/> <connection id="40994276" src-id="40992911" dest-id="40994237" weight="-1.4344530932163218"/> <connection id="40994277" src-id="40992912" dest-id="40994237" weight="9.890003622660783"/> <connection id="40994279" src-id="40992914" dest-id="40994237" weight="-6.790910694473588"/> <connection id="40994280" src-id="40992915" dest-id="40994237" weight="5.8908686565282515"/> <connection id="40994281" src-id="40992916" dest-id="40994237" weight="2.9314066561166294"/> <connection id="40994282" src-id="40992917" dest-id="40994237" weight="-3.612003101133915"/> <connection id="40994283" src-id="40992918" dest-id="40994237" weight="0.3661590977139782"/> <connection id="40994284" src-id="40992919" dest-id="40994237" weight="-10.0"/> <connection id="40994285" src-id="40992920" dest-id="40994237" weight="2.2819820841376917"/> <connection id="40994286" src-id="40992921" dest-id="40994237" weight="0.6914559792150794"/> <connection id="40994287" src-id="40992922" dest-id="40994237" weight="10.0"/> <connection id="40994288" src-id="40992923" dest-id="40994237" weight="5.605816724564947"/> <connection id="40994289" src-id="40992924" dest-id="40994237" weight="-0.2015410149199326"/> <connection id="40994290" src-id="40992925" dest-id="40994237" weight="0.023080153750022703"/> <connection id="40994292" src-id="40992927" dest-id="40994237" weight="5.248550631886646"/> <connection id="40994293" src-id="40992928" dest-id="40994237" weight="7.933181405010516"/> <connection id="40994294" src-id="40992929" dest-id="40994237" weight="0.044473155837437606"/> <connection id="40994295" src-id="40992930" dest-id="40994237" weight="1.560710894231831"/> <connection id="40994296" src-id="40992931" dest-id="40994237" weight="10.0"/> <connection id="40994297" src-id="40992932" dest-id="40994237" weight="10.0"/> <connection id="40994298" src-id="40992933" dest-id="40994237" weight="-3.771805802297271"/> <connection id="40994299" src-id="40992934" dest-id="40994237" weight="4.262340600466274"/> <connection id="40994300" src-id="40992935" dest-id="40994237" weight="-2.853388737988009"/> <connection id="40994301" src-id="40992936" dest-id="40994237" weight="-8.421285594918329"/> <connection id="40994303" src-id="40992938" dest-id="40994237" weight="7.512601544329093"/> <connection id="40994304" src-id="40992939" dest-id="40994237" weight="-0.7015741604173777"/> <connection id="40994305" src-id="40992940" dest-id="40994237" weight="4.8114944147356224"/> <connection id="40994306" src-id="40992941" dest-id="40994237" weight="-3.7927522048050832"/> <connection id="40994307" src-id="40992942" dest-id="40994237" weight="1.38052001787872"/> <connection id="40994308" src-id="40992943" dest-id="40994237" weight="-3.5852287405759067"/> <connection id="40994309" src-id="40992944" dest-id="40994237" weight="-9.037492452480233"/> <connection id="40994311" src-id="40992946" dest-id="40994237" weight="1.1140092769061232"/> <connection id="40994312" src-id="40992947" dest-id="40994237" weight="-0.005105395606319285"/> <connection id="40994313" src-id="40992948" dest-id="40994237" weight="2.9174295303596303"/> <connection id="40994314" src-id="40992949" dest-id="40994237" weight="5.961063556088998"/> <connection id="40994315" src-id="40992950" dest-id="40994237" weight="-8.897047162812449"/> <connection id="40994316" src-id="40992951" dest-id="40994237" weight="3.8577485876160313"/> <connection id="40994317" src-id="40992952" dest-id="40994237" weight="1.3326891895997934"/> <connection id="40994318" src-id="40992953" dest-id="40994237" weight="10.0"/> <connection id="40994320" src-id="40992955" dest-id="40994237" weight="-1.972102063707728"/> <connection id="40994322" src-id="40992957" dest-id="40994237" weight="-2.729473926031087"/> <connection id="40994324" src-id="40992959" dest-id="40994237" weight="6.05174338392628"/> <connection id="40994325" src-id="40992960" dest-id="40994237" weight="-6.713562849425567"/> <connection id="40994326" src-id="40992961" dest-id="40994237" weight="-3.803116477950256"/> <connection id="40994327" src-id="40992962" dest-id="40994237" weight="7.234550706039363"/> <neuron id="40994328" type="out" activation="sigmoid"/> <connection id="40994329" src-id="40992873" dest-id="40994328" weight="5.7285548601792815"/> <connection id="40994330" src-id="40992874" dest-id="40994328" weight="7.214662705828767"/> <connection id="40994331" src-id="40992875" dest-id="40994328" weight="2.9100671460120253"/> <connection id="40994333" src-id="40992877" dest-id="40994328" weight="9.446953458566583"/> <connection id="40994334" src-id="40992878" dest-id="40994328" weight="-8.92904480992165"/> <connection id="40994336" src-id="40992880" dest-id="40994328" weight="7.880655738165181"/> <connection id="40994337" src-id="40992881" dest-id="40994328" weight="-2.8953594443802286"/> <connection id="40994338" src-id="40992882" dest-id="40994328" weight="2.0102804177249727"/> <connection id="40994339" src-id="40992883" dest-id="40994328" weight="5.426091309503502"/> <connection id="40994343" src-id="40992887" dest-id="40994328" weight="-0.7265045559031738"/> <connection id="40994345" src-id="40992889" dest-id="40994328" weight="4.159123837603595"/> <connection id="40994346" src-id="40992890" dest-id="40994328" weight="2.3764598083046815"/> <connection id="40994347" src-id="40992891" dest-id="40994328" weight="5.6806755413225964"/> <connection id="40994348" src-id="40992892" dest-id="40994328" weight="-3.2055746874922644"/> <connection id="40994350" src-id="40992894" dest-id="40994328" weight="-0.5343284996045099"/> <connection id="40994351" src-id="40992895" dest-id="40994328" weight="-1.4595255173058979"/> <connection id="40994352" src-id="40992896" dest-id="40994328" weight="-8.779250046389564"/> <connection id="40994355" src-id="40992899" dest-id="40994328" weight="10.0"/> <connection id="40994356" src-id="40992900" dest-id="40994328" weight="2.1688383713498913"/> <connection id="40994357" src-id="40992901" dest-id="40994328" weight="-0.8885948652994344"/> <connection id="40994358" src-id="40992902" dest-id="40994328" weight="10.0"/> <connection id="40994359" src-id="40992903" dest-id="40994328" weight="7.4923830313769955"/> <connection id="40994360" src-id="40992904" dest-id="40994328" weight="-10.0"/> <connection id="40994362" src-id="40992906" dest-id="40994328" weight="-1.7991129485690007"/> <connection id="40994365" src-id="40992909" dest-id="40994328" weight="8.677708006270766"/> <connection id="40994366" src-id="40992910" dest-id="40994328" weight="2.9750303090733947"/> <connection id="40994367" src-id="40992911" dest-id="40994328" weight="8.205151428888051"/> <connection id="40994368" src-id="40992912" dest-id="40994328" weight="9.906239886362593"/> <connection id="40994369" src-id="40992913" dest-id="40994328" weight="10.0"/> <connection id="40994370" src-id="40992914" dest-id="40994328" weight="-9.51865324867"/> <connection id="40994371" src-id="40992915" dest-id="40994328" weight="-8.114788144123295"/> <connection id="40994373" src-id="40992917" dest-id="40994328" weight="5.367928422260873"/> <connection id="40994374" src-id="40992918" dest-id="40994328" weight="2.4544904798265184"/> <connection id="40994375" src-id="40992919" dest-id="40994328" weight="5.0390203013946495"/> <connection id="40994376" src-id="40992920" dest-id="40994328" weight="0.3739010925135584"/> <connection id="40994378" src-id="40992922" dest-id="40994328" weight="7.333906147847627"/> <connection id="40994379" src-id="40992923" dest-id="40994328" weight="1.0187916457250408"/> <connection id="40994380" src-id="40992924" dest-id="40994328" weight="-3.6335413585424226"/> <connection id="40994382" src-id="40992926" dest-id="40994328" weight="2.1746730108372754"/> <connection id="40994383" src-id="40992927" dest-id="40994328" weight="7.020355714226304"/> <connection id="40994384" src-id="40992928" dest-id="40994328" weight="-6.933519729094446"/> <connection id="40994385" src-id="40992929" dest-id="40994328" weight="-1.1600069393656742"/> <connection id="40994386" src-id="40992930" dest-id="40994328" weight="-1.9192154759807867"/> <connection id="40994388" src-id="40992932" dest-id="40994328" weight="8.781858684184122"/> <connection id="40994389" src-id="40992933" dest-id="40994328" weight="-0.5059402908868225"/> <connection id="40994390" src-id="40992934" dest-id="40994328" weight="-0.5474033036795357"/> <connection id="40994391" src-id="40992935" dest-id="40994328" weight="4.669623668206563"/> <connection id="40994393" src-id="40992937" dest-id="40994328" weight="7.4463678016941035"/> <connection id="40994394" src-id="40992938" dest-id="40994328" weight="-7.569308116353266"/> <connection id="40994395" src-id="40992939" dest-id="40994328" weight="4.962703205616905"/> <connection id="40994396" src-id="40992940" dest-id="40994328" weight="-8.496769384658784"/> <connection id="40994397" src-id="40992941" dest-id="40994328" weight="-8.813801245723361"/> <connection id="40994398" src-id="40992942" dest-id="40994328" weight="-1.2868981457378934"/> <connection id="40994399" src-id="40992943" dest-id="40994328" weight="-3.987016192347769"/> <connection id="40994401" src-id="40992945" dest-id="40994328" weight="-10.0"/> <connection id="40994402" src-id="40992946" dest-id="40994328" weight="-3.127977479990497"/> <connection id="40994403" src-id="40992947" dest-id="40994328" weight="-5.137137589835453"/> <connection id="40994404" src-id="40992948" dest-id="40994328" weight="-8.712026608758322"/> <connection id="40994405" src-id="40992949" dest-id="40994328" weight="-2.3604632347999708"/> <connection id="40994406" src-id="40992950" dest-id="40994328" weight="4.815468243112208"/> <connection id="40994407" src-id="40992951" dest-id="40994328" weight="1.83031861114189"/> <connection id="40994408" src-id="40992952" dest-id="40994328" weight="-3.8145409474549474"/> <connection id="40994409" src-id="40992953" dest-id="40994328" weight="1.9092234207565304"/> <connection id="40994410" src-id="40992954" dest-id="40994328" weight="9.248152527333152"/> <connection id="40994411" src-id="40992955" dest-id="40994328" weight="1.223271824756003"/> <connection id="40994412" src-id="40992956" dest-id="40994328" weight="-9.821503521502313"/> <connection id="40994413" src-id="40992957" dest-id="40994328" weight="-5.221892631247673"/> <connection id="40994417" src-id="40992961" dest-id="40994328" weight="-10.0"/> <connection id="40994418" src-id="40992962" dest-id="40994328" weight="0.5448890290433873"/> <neuron id="40994419" type="out" activation="sigmoid"/> <connection id="40994420" src-id="40992873" dest-id="40994419" weight="-4.752599560829285"/> <connection id="40994422" src-id="40992875" dest-id="40994419" weight="-7.276804203106519"/> <connection id="40994423" src-id="40992876" dest-id="40994419" weight="1.922654164656849"/> <connection id="40994424" src-id="40992877" dest-id="40994419" weight="8.673234825868072"/> <connection id="40994425" src-id="40992878" dest-id="40994419" weight="4.7533187140325595"/> <connection id="40994426" src-id="40992879" dest-id="40994419" weight="-4.474022045382782"/> <connection id="40994427" src-id="40992880" dest-id="40994419" weight="-5.797982443742676"/> <connection id="40994429" src-id="40992882" dest-id="40994419" weight="6.880734867287755"/> <connection id="40994430" src-id="40992883" dest-id="40994419" weight="-9.038249421221145"/> <connection id="40994431" src-id="40992884" dest-id="40994419" weight="-3.7633959650131037"/> <connection id="40994432" src-id="40992885" dest-id="40994419" weight="-0.2324595177260707"/> <connection id="40994433" src-id="40992886" dest-id="40994419" weight="-0.7437148395243063"/> <connection id="40994434" src-id="40992887" dest-id="40994419" weight="-8.994471689259544"/> <connection id="40994435" src-id="40992888" dest-id="40994419" weight="-6.09981074139189"/> <connection id="40994438" src-id="40992891" dest-id="40994419" weight="-8.191346650780797"/> <connection id="40994439" src-id="40992892" dest-id="40994419" weight="10.0"/> <connection id="40994440" src-id="40992893" dest-id="40994419" weight="1.5335411855890497"/> <connection id="40994443" src-id="40992896" dest-id="40994419" weight="9.346435033266964"/> <connection id="40994444" src-id="40992897" dest-id="40994419" weight="-9.426630565974802"/> <connection id="40994445" src-id="40992898" dest-id="40994419" weight="-0.11789184423777499"/> <connection id="40994446" src-id="40992899" dest-id="40994419" weight="0.709192239130076"/> <connection id="40994447" src-id="40992900" dest-id="40994419" weight="8.791586945517755"/> <connection id="40994448" src-id="40992901" dest-id="40994419" weight="5.633210449929498"/> <connection id="40994449" src-id="40992902" dest-id="40994419" weight="-6.021138836644935"/> <connection id="40994450" src-id="40992903" dest-id="40994419" weight="-2.0172613410440894"/> <connection id="40994451" src-id="40992904" dest-id="40994419" weight="-1.4879669527988855"/> <connection id="40994452" src-id="40992905" dest-id="40994419" weight="-10.0"/> <connection id="40994453" src-id="40992906" dest-id="40994419" weight="2.439700192726759"/> <connection id="40994454" src-id="40992907" dest-id="40994419" weight="-6.910674572045952"/> <connection id="40994455" src-id="40992908" dest-id="40994419" weight="-10.0"/> <connection id="40994456" src-id="40992909" dest-id="40994419" weight="6.604045506115001"/> <connection id="40994457" src-id="40992910" dest-id="40994419" weight="-5.941606543841527"/> <connection id="40994458" src-id="40992911" dest-id="40994419" weight="-2.3972273117968315"/> <connection id="40994459" src-id="40992912" dest-id="40994419" weight="-1.1681863822851395"/> <connection id="40994460" src-id="40992913" dest-id="40994419" weight="-1.5953469883955247"/> <connection id="40994461" src-id="40992914" dest-id="40994419" weight="-1.7414939658071933"/> <connection id="40994462" src-id="40992915" dest-id="40994419" weight="-0.6371209243405955"/> <connection id="40994463" src-id="40992916" dest-id="40994419" weight="-6.834225905384962"/> <connection id="40994464" src-id="40992917" dest-id="40994419" weight="-8.892201537598222"/> <connection id="40994465" src-id="40992918" dest-id="40994419" weight="7.2561366605706645"/> <connection id="40994466" src-id="40992919" dest-id="40994419" weight="-9.925237762190719"/> <connection id="40994467" src-id="40992920" dest-id="40994419" weight="-3.2868622157124627"/> <connection id="40994468" src-id="40992921" dest-id="40994419" weight="6.380268092249854"/> <connection id="40994469" src-id="40992922" dest-id="40994419" weight="3.2735760190311014"/> <connection id="40994470" src-id="40992923" dest-id="40994419" weight="9.443752603896876"/> <connection id="40994471" src-id="40992924" dest-id="40994419" weight="-4.133456570145032"/> <connection id="40994473" src-id="40992926" dest-id="40994419" weight="8.246598131433188"/> <connection id="40994474" src-id="40992927" dest-id="40994419" weight="0.6885958684467903"/> <connection id="40994476" src-id="40992929" dest-id="40994419" weight="0.39821796744447746"/> <connection id="40994477" src-id="40992930" dest-id="40994419" weight="6.3201733542218355"/> <connection id="40994480" src-id="40992933" dest-id="40994419" weight="6.452240441363578"/> <connection id="40994481" src-id="40992934" dest-id="40994419" weight="10.0"/> <connection id="40994482" src-id="40992935" dest-id="40994419" weight="-3.8685186915227856"/> <connection id="40994483" src-id="40992936" dest-id="40994419" weight="0.8677736539571963"/> <connection id="40994484" src-id="40992937" dest-id="40994419" weight="-2.046608940543374"/> <connection id="40994485" src-id="40992938" dest-id="40994419" weight="8.450589509821892"/> <connection id="40994486" src-id="40992939" dest-id="40994419" weight="3.7453042923575968"/> <connection id="40994488" src-id="40992941" dest-id="40994419" weight="0.21660221417109782"/> <connection id="40994489" src-id="40992942" dest-id="40994419" weight="-2.8196714398514717"/> <connection id="40994490" src-id="40992943" dest-id="40994419" weight="1.772641088579753"/> <connection id="40994492" src-id="40992945" dest-id="40994419" weight="-7.208751237052548"/> <connection id="40994493" src-id="40992946" dest-id="40994419" weight="-7.460433660413258"/> <connection id="40994494" src-id="40992947" dest-id="40994419" weight="5.857084149694399"/> <connection id="40994495" src-id="40992948" dest-id="40994419" weight="2.959693656023033"/> <connection id="40994496" src-id="40992949" dest-id="40994419" weight="3.2009258334259165"/> <connection id="40994497" src-id="40992950" dest-id="40994419" weight="2.817172459713306"/> <connection id="40994498" src-id="40992951" dest-id="40994419" weight="-8.778559633545965"/> <connection id="40994499" src-id="40992952" dest-id="40994419" weight="3.063760346379837"/> <connection id="40994500" src-id="40992953" dest-id="40994419" weight="-0.461997188727576"/> <connection id="40994501" src-id="40992954" dest-id="40994419" weight="-4.94597320926057"/> <connection id="40994503" src-id="40992956" dest-id="40994419" weight="-6.881008613323683"/> <connection id="40994504" src-id="40992957" dest-id="40994419" weight="-4.337410921100402"/> <connection id="40994505" src-id="40992958" dest-id="40994419" weight="-7.64940277385393"/> <connection id="40994506" src-id="40992959" dest-id="40994419" weight="-8.04214851789751"/> <connection id="40994507" src-id="40992960" dest-id="40994419" weight="-5.164626278945407"/> <connection id="40994508" src-id="40992961" dest-id="40994419" weight="-0.47969468803150955"/> <neuron id="40994510" type="out" activation="sigmoid"/> <connection id="40994511" src-id="40992873" dest-id="40994510" weight="3.2321562194592497"/> <connection id="40994512" src-id="40992874" dest-id="40994510" weight="0.7996563093817215"/> <connection id="40994515" src-id="40992877" dest-id="40994510" weight="-2.0045653149631"/> <connection id="40994516" src-id="40992878" dest-id="40994510" weight="-8.553362099974725"/> <connection id="40994517" src-id="40992879" dest-id="40994510" weight="-3.2909735132690283"/> <connection id="40994518" src-id="40992880" dest-id="40994510" weight="-1.55308431202012"/> <connection id="40994519" src-id="40992881" dest-id="40994510" weight="5.166195528894783"/> <connection id="40994520" src-id="40992882" dest-id="40994510" weight="-8.811047316668752"/> <connection id="40994521" src-id="40992883" dest-id="40994510" weight="9.184393135379596"/> <connection id="40994522" src-id="40992884" dest-id="40994510" weight="0.35633173082189584"/> <connection id="40994523" src-id="40992885" dest-id="40994510" weight="-7.326444152633315"/> <connection id="40994524" src-id="40992886" dest-id="40994510" weight="3.2944729174930276"/> <connection id="40994525" src-id="40992887" dest-id="40994510" weight="-0.5036756115632941"/> <connection id="40994526" src-id="40992888" dest-id="40994510" weight="1.0692323305943252"/> <connection id="40994527" src-id="40992889" dest-id="40994510" weight="-10.0"/> <connection id="40994528" src-id="40992890" dest-id="40994510" weight="-2.9943433863381"/> <connection id="40994529" src-id="40992891" dest-id="40994510" weight="-7.592060762709876"/> <connection id="40994530" src-id="40992892" dest-id="40994510" weight="2.724468051750627"/> <connection id="40994531" src-id="40992893" dest-id="40994510" weight="-4.375306127775435"/> <connection id="40994532" src-id="40992894" dest-id="40994510" weight="-3.8574042600577405"/> <connection id="40994533" src-id="40992895" dest-id="40994510" weight="6.364092869888183"/> <connection id="40994537" src-id="40992899" dest-id="40994510" weight="4.701813661686862"/> <connection id="40994538" src-id="40992900" dest-id="40994510" weight="-7.565089353722428"/> <connection id="40994539" src-id="40992901" dest-id="40994510" weight="10.0"/> <connection id="40994540" src-id="40992902" dest-id="40994510" weight="-6.915441755018644"/> <connection id="40994541" src-id="40992903" dest-id="40994510" weight="-5.095665004272085"/> <connection id="40994542" src-id="40992904" dest-id="40994510" weight="0.1828285259187159"/> <connection id="40994543" src-id="40992905" dest-id="40994510" weight="7.163000224280179"/> <connection id="40994544" src-id="40992906" dest-id="40994510" weight="10.0"/> <connection id="40994545" src-id="40992907" dest-id="40994510" weight="4.71969437767236"/> <connection id="40994546" src-id="40992908" dest-id="40994510" weight="3.9926752675490773"/> <connection id="40994547" src-id="40992909" dest-id="40994510" weight="-0.2594094531056832"/> <connection id="40994548" src-id="40992910" dest-id="40994510" weight="0.175114443876345"/> <connection id="40994549" src-id="40992911" dest-id="40994510" weight="-1.6860558226135736"/> <connection id="40994550" src-id="40992912" dest-id="40994510" weight="9.22542072744034"/> <connection id="40994551" src-id="40992913" dest-id="40994510" weight="-0.6630015257067792"/> <connection id="40994552" src-id="40992914" dest-id="40994510" weight="-5.017510114702522"/> <connection id="40994553" src-id="40992915" dest-id="40994510" weight="3.1126585801112"/> <connection id="40994554" src-id="40992916" dest-id="40994510" weight="10.0"/> <connection id="40994555" src-id="40992917" dest-id="40994510" weight="-5.3670698021730745"/> <connection id="40994556" src-id="40992918" dest-id="40994510" weight="-5.4877818916673595"/> <connection id="40994557" src-id="40992919" dest-id="40994510" weight="3.231311664961165"/> <connection id="40994558" src-id="40992920" dest-id="40994510" weight="0.21958125925343286"/> <connection id="40994559" src-id="40992921" dest-id="40994510" weight="-3.0101542561349066"/> <connection id="40994560" src-id="40992922" dest-id="40994510" weight="-5.752712104857483"/> <connection id="40994561" src-id="40992923" dest-id="40994510" weight="-5.754371371547181"/> <connection id="40994564" src-id="40992926" dest-id="40994510" weight="-8.155026182647049"/> <connection id="40994566" src-id="40992928" dest-id="40994510" weight="-1.8081057993502117"/> <connection id="40994567" src-id="40992929" dest-id="40994510" weight="0.7636099727468708"/> <connection id="40994569" src-id="40992931" dest-id="40994510" weight="9.608902917905342"/> <connection id="40994570" src-id="40992932" dest-id="40994510" weight="-2.3339500410101754"/> <connection id="40994571" src-id="40992933" dest-id="40994510" weight="-4.690107039626097"/> <connection id="40994572" src-id="40992934" dest-id="40994510" weight="3.150644927010097"/> <connection id="40994573" src-id="40992935" dest-id="40994510" weight="-7.763778707393294"/> <connection id="40994574" src-id="40992936" dest-id="40994510" weight="-3.370120132520046"/> <connection id="40994575" src-id="40992937" dest-id="40994510" weight="-8.211493795645474"/> <connection id="40994577" src-id="40992939" dest-id="40994510" weight="-4.496468284752846"/> <connection id="40994578" src-id="40992940" dest-id="40994510" weight="5.234460586134261"/> <connection id="40994579" src-id="40992941" dest-id="40994510" weight="-6.137627899687765"/> <connection id="40994580" src-id="40992942" dest-id="40994510" weight="-0.3862525313531928"/> <connection id="40994581" src-id="40992943" dest-id="40994510" weight="2.710921350822588"/> <connection id="40994582" src-id="40992944" dest-id="40994510" weight="4.775564808426853"/> <connection id="40994583" src-id="40992945" dest-id="40994510" weight="-5.766882628628525"/> <connection id="40994584" src-id="40992946" dest-id="40994510" weight="2.854152085325857"/> <connection id="40994586" src-id="40992948" dest-id="40994510" weight="9.029036269961464"/> <connection id="40994587" src-id="40992949" dest-id="40994510" weight="-9.007093206435716"/> <connection id="40994588" src-id="40992950" dest-id="40994510" weight="1.2191121511270624"/> <connection id="40994589" src-id="40992951" dest-id="40994510" weight="-0.5291458921303711"/> <connection id="40994591" src-id="40992953" dest-id="40994510" weight="-0.1648418499392369"/> <connection id="40994592" src-id="40992954" dest-id="40994510" weight="4.3469755031489345"/> <connection id="40994594" src-id="40992956" dest-id="40994510" weight="9.641358008654228"/> <connection id="40994595" src-id="40992957" dest-id="40994510" weight="-6.770946291212381"/> <connection id="40994596" src-id="40992958" dest-id="40994510" weight="-4.145100633666905"/> <connection id="40994597" src-id="40992959" dest-id="40994510" weight="2.088440695853398"/> <connection id="40994600" src-id="40992962" dest-id="40994510" weight="0.26336444330735764"/> <neuron id="40994601" type="out" activation="sigmoid"/> <connection id="40994602" src-id="40992873" dest-id="40994601" weight="-8.542473405540417"/> <connection id="40994604" src-id="40992875" dest-id="40994601" weight="4.955044520804419"/> <connection id="40994605" src-id="40992876" dest-id="40994601" weight="6.256686760629773"/> <connection id="40994606" src-id="40992877" dest-id="40994601" weight="5.343596912332294"/> <connection id="40994607" src-id="40992878" dest-id="40994601" weight="-6.79182227553704"/> <connection id="40994608" src-id="40992879" dest-id="40994601" weight="-5.6904764266340315"/> <connection id="40994610" src-id="40992881" dest-id="40994601" weight="-3.69504321082716"/> <connection id="40994612" src-id="40992883" dest-id="40994601" weight="-7.694177793253927"/> <connection id="40994613" src-id="40992884" dest-id="40994601" weight="2.402025528783604"/> <connection id="40994614" src-id="40992885" dest-id="40994601" weight="-0.5947531194756561"/> <connection id="40994616" src-id="40992887" dest-id="40994601" weight="4.019445086285637"/> <connection id="40994617" src-id="40992888" dest-id="40994601" weight="3.7343824536313788"/> <connection id="40994620" src-id="40992891" dest-id="40994601" weight="5.327482237692069"/> <connection id="40994622" src-id="40992893" dest-id="40994601" weight="-7.445454323547495"/> <connection id="40994623" src-id="40992894" dest-id="40994601" weight="-0.4043852030893085"/> <connection id="40994624" src-id="40992895" dest-id="40994601" weight="-3.461634611520344"/> <connection id="40994625" src-id="40992896" dest-id="40994601" weight="-3.812400392209266"/> <connection id="40994626" src-id="40992897" dest-id="40994601" weight="-2.609643214517151"/> <connection id="40994627" src-id="40992898" dest-id="40994601" weight="-2.369414241963182"/> <connection id="40994628" src-id="40992899" dest-id="40994601" weight="0.543515372211548"/> <connection id="40994629" src-id="40992900" dest-id="40994601" weight="-2.399842263654637"/> <connection id="40994630" src-id="40992901" dest-id="40994601" weight="-3.9110129336031756"/> <connection id="40994631" src-id="40992902" dest-id="40994601" weight="-1.2902306920854238"/> <connection id="40994633" src-id="40992904" dest-id="40994601" weight="0.6907645340165046"/> <connection id="40994634" src-id="40992905" dest-id="40994601" weight="1.3310770435963573"/> <connection id="40994635" src-id="40992906" dest-id="40994601" weight="0.22540552659225277"/> <connection id="40994637" src-id="40992908" dest-id="40994601" weight="5.5311807270764355"/> <connection id="40994639" src-id="40992910" dest-id="40994601" weight="-6.8419521284951905"/> <connection id="40994640" src-id="40992911" dest-id="40994601" weight="1.622019143857066"/> <connection id="40994643" src-id="40992914" dest-id="40994601" weight="-4.4171852307132"/> <connection id="40994644" src-id="40992915" dest-id="40994601" weight="-0.059069754784112805"/> <connection id="40994647" src-id="40992918" dest-id="40994601" weight="-2.540259013713323"/> <connection id="40994649" src-id="40992920" dest-id="40994601" weight="-7.3149283771617934"/> <connection id="40994650" src-id="40992921" dest-id="40994601" weight="3.4768742876048426"/> <connection id="40994651" src-id="40992922" dest-id="40994601" weight="3.4756465311004643"/> <connection id="40994652" src-id="40992923" dest-id="40994601" weight="5.201399413225169"/> <connection id="40994653" src-id="40992924" dest-id="40994601" weight="0.13231262148060763"/> <connection id="40994654" src-id="40992925" dest-id="40994601" weight="-8.333441606848568"/> <connection id="40994655" src-id="40992926" dest-id="40994601" weight="7.093254826240626"/> <connection id="40994656" src-id="40992927" dest-id="40994601" weight="-1.1002295392253623"/> <connection id="40994657" src-id="40992928" dest-id="40994601" weight="10.0"/> <connection id="40994658" src-id="40992929" dest-id="40994601" weight="-5.357910486843179"/> <connection id="40994659" src-id="40992930" dest-id="40994601" weight="-1.09266677792455"/> <connection id="40994660" src-id="40992931" dest-id="40994601" weight="4.037180290247136"/> <connection id="40994661" src-id="40992932" dest-id="40994601" weight="2.668739702096869"/> <connection id="40994662" src-id="40992933" dest-id="40994601" weight="4.5143658094726264"/> <connection id="40994663" src-id="40992934" dest-id="40994601" weight="3.2763706571838016"/> <connection id="40994664" src-id="40992935" dest-id="40994601" weight="-1.2567779449599412"/> <connection id="40994665" src-id="40992936" dest-id="40994601" weight="2.690801545157446"/> <connection id="40994666" src-id="40992937" dest-id="40994601" weight="5.037607398694457"/> <connection id="40994669" src-id="40992940" dest-id="40994601" weight="10.0"/> <connection id="40994670" src-id="40992941" dest-id="40994601" weight="0.08930516133130628"/> <connection id="40994671" src-id="40992942" dest-id="40994601" weight="8.119206089243942"/> <connection id="40994672" src-id="40992943" dest-id="40994601" weight="-8.247676959767535"/> <connection id="40994675" src-id="40992946" dest-id="40994601" weight="-10.0"/> <connection id="40994676" src-id="40992947" dest-id="40994601" weight="4.038608200910776"/> <connection id="40994677" src-id="40992948" dest-id="40994601" weight="3.948386290772879"/> <connection id="40994679" src-id="40992950" dest-id="40994601" weight="3.2463138833934293"/> <connection id="40994681" src-id="40992952" dest-id="40994601" weight="-2.997674513501947"/> <connection id="40994682" src-id="40992953" dest-id="40994601" weight="-1.2911621034350023"/> <connection id="40994683" src-id="40992954" dest-id="40994601" weight="-5.423567662923788"/> <connection id="40994684" src-id="40992955" dest-id="40994601" weight="6.731206102776378"/> <connection id="40994685" src-id="40992956" dest-id="40994601" weight="-8.06583664070355"/> <connection id="40994686" src-id="40992957" dest-id="40994601" weight="6.459017184282492"/> <connection id="40994688" src-id="40992959" dest-id="40994601" weight="-6.155698909836311"/> <connection id="40994690" src-id="40992961" dest-id="40994601" weight="7.598187650782936"/> <connection id="40994691" src-id="40992962" dest-id="40994601" weight="-2.7293892338998877"/> <connection id="41043812" src-id="40992917" dest-id="40993691" weight="7.712530112138329"/> <connection id="41050961" src-id="40992925" dest-id="40992963" weight="-1.9206201169541326"/> <connection id="41075137" src-id="40992959" dest-id="40993600" weight="-2.344275515714323"/> <neuron id="41127105" type="hid" activation="sigmoid"/> <connection id="41127106" src-id="40992896" dest-id="41127105" weight="2.6502763211054066"/> <connection id="41127107" src-id="41127105" dest-id="40994237" weight="3.6676890815828944"/> <neuron id="41155065" type="hid" activation="sigmoid"/> <connection id="41155066" src-id="40992916" dest-id="41155065" weight="-3.426449583340072"/> <connection id="41155067" src-id="41155065" dest-id="40994055" weight="6.079986123309775"/> <connection id="41158593" src-id="40992930" dest-id="40993236" weight="-2.3336441132309353"/> <connection id="41170811" src-id="40992960" dest-id="40994328" weight="-0.7319493261115535"/> </chromosome>
89.270929
108
0.742941
8b839209fb61bfc42127b3b87dbce795154d886a
2,324
xml
XML
core/src/main/res/drawable/ic_i_training_class_negative.xml
Hamza-ye/dhis2-android-sdk
dfb5f2b3d656eb4494230c5f0250b46d55f64c61
[ "BSD-3-Clause" ]
34
2015-02-25T09:49:09.000Z
2021-11-12T11:38:53.000Z
core/src/main/res/drawable/ic_i_training_class_negative.xml
Hamza-ye/dhis2-android-sdk
dfb5f2b3d656eb4494230c5f0250b46d55f64c61
[ "BSD-3-Clause" ]
76
2015-03-26T12:46:49.000Z
2022-03-09T07:12:34.000Z
core/src/main/res/drawable/ic_i_training_class_negative.xml
Hamza-ye/dhis2-android-sdk
dfb5f2b3d656eb4494230c5f0250b46d55f64c61
[ "BSD-3-Clause" ]
79
2015-03-11T01:39:03.000Z
2021-11-11T10:55:20.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="48" android:viewportHeight="48"> <path android:pathData="M48,0H0V48H48V0ZM18.094,17.072V4H44V26.222H18.094V23.778L20.094,23.108V24.222H42V6H20.094V16.404L18.094,17.072ZM10.684,12.73C12.4303,12.73 13.846,11.3143 13.846,9.568C13.846,7.8217 12.4303,6.406 10.684,6.406C8.9377,6.406 7.522,7.8217 7.522,9.568C7.522,11.3143 8.9377,12.73 10.684,12.73ZM19.3016,19.9508C19.3135,19.9673 19.3253,19.9838 19.332,20.004C19.544,20.624 19.214,21.298 18.596,21.506L16.796,22.122C16.7836,22.1268 16.7735,22.1342 16.7636,22.1416C16.7525,22.1497 16.7416,22.1578 16.728,22.162C16.108,22.374 15.434,22.044 15.222,21.424L13.848,17.406V26.22H7.524V17.54L6.51,25.082C6.422,25.732 5.826,26.188 5.176,26.1C4.526,26.012 4.07,25.416 4.158,24.766L5.2,17.02C5.2073,16.956 5.2315,16.9005 5.2557,16.8449C5.2647,16.8241 5.2738,16.8033 5.282,16.782C5.546,15.64 6.394,14.724 7.522,14.426C7.776,14.36 8.038,14.312 8.312,14.312H13.056C13.33,14.312 13.592,14.358 13.846,14.424C14.822,14.678 15.598,15.392 15.966,16.314C15.97,16.325 15.976,16.3335 15.982,16.342C15.988,16.3505 15.994,16.359 15.998,16.37L17.076,19.522L17.826,19.266C18.24,19.124 18.666,19.24 18.972,19.506L25.052,13.426L25.406,13.78L19.276,19.91C19.283,19.9249 19.2923,19.9379 19.3016,19.9508ZM9.966,32.058C11.616,32.058 12.95,33.394 12.95,35.042C12.95,36.692 11.614,38.026 9.966,38.026C8.318,38.026 6.982,36.69 6.982,35.042C6.982,33.392 8.316,32.058 9.966,32.058ZM41.016,35.042C41.016,33.394 39.68,32.058 38.032,32.058C36.384,32.058 35.048,33.392 35.048,35.042C35.048,36.69 36.384,38.026 38.032,38.026C39.68,38.026 41.016,36.692 41.016,35.042ZM38.034,39.518C36.042,39.518 32.068,40.518 32.068,42.502V43.994H44V42.502C44,40.518 40.024,39.518 38.034,39.518ZM18.094,42.502C18.094,40.518 22.068,39.518 24.06,39.518C26.052,39.518 30.026,40.518 30.026,42.502V43.994H18.094V42.502ZM27.044,35.042C27.044,33.394 25.71,32.058 24.06,32.058C22.412,32.058 21.076,33.392 21.076,35.042C21.076,36.69 22.41,38.026 24.06,38.026C25.708,38.026 27.044,36.692 27.044,35.042ZM9.966,39.518C7.974,39.518 4,40.518 4,42.502V43.994H15.932V42.502C15.932,40.518 11.958,39.518 9.966,39.518Z" android:fillColor="#333333" android:fillType="evenOdd"/> </vector>
211.272727
2,054
0.741394
eb6ff7e25c89b33a918bc6bb8e7b6a5954bd1e28
13,656
ui
XML
sample1.ui
kalwaniya/Fossee_Steel_Section
b89651894a5265b3b5ac206b81de3770327c2255
[ "CC0-1.0" ]
4
2019-04-01T16:48:04.000Z
2019-04-06T06:44:10.000Z
sample1.ui
kalwaniya/Fossee_Steel_Section
b89651894a5265b3b5ac206b81de3770327c2255
[ "CC0-1.0" ]
null
null
null
sample1.ui
kalwaniya/Fossee_Steel_Section
b89651894a5265b3b5ac206b81de3770327c2255
[ "CC0-1.0" ]
1
2019-03-28T13:09:29.000Z
2019-03-28T13:09:29.000Z
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>923</width> <height>705</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLineEdit" name="lineEdit_6"> <property name="geometry"> <rect> <x>670</x> <y>20</y> <width>201</width> <height>20</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_7"> <property name="geometry"> <rect> <x>380</x> <y>20</y> <width>113</width> <height>20</height> </rect> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>350</x> <y>20</y> <width>51</width> <height>13</height> </rect> </property> <property name="font"> <font> <pointsize>9</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>ID</string> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>550</x> <y>20</y> <width>111</width> <height>16</height> </rect> </property> <property name="font"> <font> <pointsize>9</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Name of Steel</string> </property> </widget> <widget class="QWidget" name="layoutWidget_2"> <property name="geometry"> <rect> <x>490</x> <y>96</y> <width>139</width> <height>451</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="label_25"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Zz</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_24"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Ry</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_23"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Rz</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_22"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Iy</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_9"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>TW</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_29"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Zpy</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_30"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Source</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_28"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Zpz</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_21"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Iz</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_27"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Zy</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget_3"> <property name="geometry"> <rect> <x>708</x> <y>90</y> <width>171</width> <height>481</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QLineEdit" name="lineEdit_26"/> </item> <item> <widget class="QLineEdit" name="lineEdit_25"/> </item> <item> <widget class="QLineEdit" name="lineEdit_24"/> </item> <item> <widget class="QLineEdit" name="lineEdit_23"/> </item> <item> <widget class="QLineEdit" name="lineEdit_21"/> </item> <item> <widget class="QLineEdit" name="lineEdit_20"/> </item> <item> <widget class="QLineEdit" name="lineEdit_19"/> </item> <item> <widget class="QLineEdit" name="lineEdit_18"/> </item> <item> <widget class="QLineEdit" name="lineEdit_22"/> </item> </layout> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>320</x> <y>600</y> <width>251</width> <height>23</height> </rect> </property> <property name="font"> <font> <pointsize>9</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Exit Application</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_9"> <property name="geometry"> <rect> <x>160</x> <y>20</y> <width>113</width> <height>22</height> </rect> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>111</width> <height>20</height> </rect> </property> <property name="font"> <font> <pointsize>9</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Steel Section</string> </property> </widget> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>50</x> <y>100</y> <width>111</width> <height>441</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <pointsize>8</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Designation</string> </property> </widget> </item> <item> <widget class="QLabel" name="Mass"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Mass</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Area</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>B</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>D</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_19"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>R2</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_18"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>R1</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_17"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>FlangeSlope</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_16"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>T</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="verticalLayoutWidget_2"> <property name="geometry"> <rect> <x>190</x> <y>100</y> <width>160</width> <height>451</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLineEdit" name="lineEdit_5"/> </item> <item> <widget class="QLineEdit" name="lineEdit_4"/> </item> <item> <widget class="QLineEdit" name="lineEdit_2"/> </item> <item> <widget class="QLineEdit" name="lineEdit_15"/> </item> <item> <widget class="QLineEdit" name="lineEdit_16"/> </item> <item> <widget class="QLineEdit" name="lineEdit_14"/> </item> <item> <widget class="QLineEdit" name="lineEdit_17"/> </item> <item> <widget class="QLineEdit" name="lineEdit_8"/> </item> <item> <widget class="QLineEdit" name="lineEdit_3"/> </item> </layout> </widget> <zorder>lineEdit_6</zorder> <zorder>lineEdit_7</zorder> <zorder>label_7</zorder> <zorder>label_8</zorder> <zorder>layoutWidget_2</zorder> <zorder>layoutWidget_3</zorder> <zorder>pushButton</zorder> <zorder>label_18</zorder> <zorder>lineEdit_9</zorder> <zorder>label</zorder> <zorder>verticalLayoutWidget</zorder> <zorder>verticalLayoutWidget_2</zorder> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>923</width> <height>26</height> </rect> </property> <widget class="QMenu" name="menuOptions"> <property name="title"> <string>Options</string> </property> <addaction name="actionAdd_New_Steel"/> <addaction name="actionOpen_Steel"/> <addaction name="actionUpdate_Steel"/> <addaction name="actionSave_Steel"/> </widget> <addaction name="menuOptions"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionAdd_New_Steel"> <property name="text"> <string>Add New Steel</string> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> </action> <action name="actionOpen_Steel"> <property name="text"> <string>Open Steel</string> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> </action> <action name="actionUpdate_Steel"> <property name="text"> <string>Update Steel</string> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> </action> <action name="actionSave_Steel"> <property name="text"> <string>Save Steel</string> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> </action> </widget> <resources/> <connections/> </ui>
24.429338
58
0.501391
a1114009de65f03e4465e04dfa83bea54840250e
3,726
xml
XML
Kentucky/1822/ky.assemblymercer.1822.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
1
2017-04-19T06:36:57.000Z
2017-04-19T06:36:57.000Z
Kentucky/1822/ky.assemblymercer.1822.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
null
null
null
Kentucky/1822/ky.assemblymercer.1822.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0"?> <election_record label="Kentucky 1822 House of Representatives, Mercer County" type="General" iteration="First Ballot" date="1822" election_id="ky.assemblymercer.1822" handle="10427/28236" xmlns="http://dca.tufts.edu/aas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dca.tufts.edu/aas http://dca.tufts.edu/schema/aas/electionRecord.xsd"> <office name="House of Representatives" office_id="ON064" scope="State"> <role title="State Representative" scope="County"> <ballot> <candidate name="John J. Allen" name_id="AJ0072" affiliation="null" affiliation_id="null" candidate_num="1"><note resp="Philip Lampi">Elected.</note></candidate> <candidate name="David G. Cowan" name_id="CD0203" affiliation="null" affiliation_id="null" candidate_num="2"><note resp="Philip Lampi">Elected.</note></candidate> <candidate name="Samuel Daviess" name_id="DS0021" affiliation="null" affiliation_id="null" candidate_num="3"><note resp="Philip Lampi">Elected.</note></candidate> <candidate name="John A. Tomlinson" name_id="TJ0145" affiliation="null" affiliation_id="null" candidate_num="4"/> </ballot> <overview status="Version 1.0" modified="2008-06-19"> <candidate_summary candidate_ref="1" vote_total="1561" resp="Philip Lampi"/> <candidate_summary candidate_ref="2" vote_total="1328" resp="Philip Lampi"/> <candidate_summary candidate_ref="3" vote_total="1107" resp="Philip Lampi"/> <candidate_summary candidate_ref="4" vote_total="999" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01928" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01929" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01930" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.13314" resp="Philip Lampi"/> <note resp="Philip Lampi">The Argus of Western America lists John J. Allen with 1571 votes.</note> <note resp="Philip Lampi">The Kentucky Gazette reports First day results as: 1155 John J. Allen, 955 David G. Cowan, 823 Samuel Daviess and 696 John A. Tomlinson.</note> </overview> <admin_unit type="State" name="Kentucky" geog_id="null"> <sub_unit type="County" name="Mercer" geog_id="null"> <result candidate_ref="1" vote="1561" resp="Philip Lampi"/> <result candidate_ref="2" vote="1328" resp="Philip Lampi"/> <result candidate_ref="3" vote="1107" resp="Philip Lampi"/> <result candidate_ref="4" vote="999" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01928" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01929" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.01930" resp="Philip Lampi"/> <reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.13314" resp="Philip Lampi"/> </sub_unit> </admin_unit> </role> </office> <reference type="citation" resp="Philip Lampi">Kentucky Gazette (Lexington, KY). August 8, 1822.</reference> <reference type="citation" resp="Philip Lampi" urn="tufts:central:dca:MS115:MS115.001.DO.01928">Kentucky Reporter (Lexington, KY). August 12, 1822.</reference> <reference type="citation" resp="Philip Lampi" urn="tufts:central:dca:MS115:MS115.001.DO.01930">Western Monitor (Lexington, KY). August 13, 1822.</reference> <reference type="citation" resp="Philip Lampi" urn="tufts:central:dca:MS115:MS115.001.DO.01929">Argus of Western America (Frankfort, KY). August 15, 1822.</reference> </election_record>
88.714286
373
0.727858
483a19100df6a277772c85a7544ee438f45cf6d3
355
csproj
XML
Shared/Shared.csproj
LaXiS96/ImageHash
73ba88aec4cc2c0ce1aa96f530031ce6eba2d1ce
[ "MIT" ]
null
null
null
Shared/Shared.csproj
LaXiS96/ImageHash
73ba88aec4cc2c0ce1aa96f530031ce6eba2d1ce
[ "MIT" ]
null
null
null
Shared/Shared.csproj
LaXiS96/ImageHash
73ba88aec4cc2c0ce1aa96f530031ce6eba2d1ce
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> <AssemblyName>LaXiS.ImageHash.Shared</AssemblyName> <RootNamespace>LaXiS.ImageHash.Shared</RootNamespace> </PropertyGroup> <ItemGroup> <PackageReference Include="SixLabors.ImageSharp" Version="1.0.1" /> </ItemGroup> </Project>
25.357143
71
0.735211
6d52de0b9d68dcba4b6a2cfbddbc0f638a34db23
1,873
xml
XML
trainingdata/cache/49/48323749.xml
jremillard/osm-changeset-classification
61b21d526300c1152f7b29c0c93f2953dd1cd323
[ "MIT" ]
16
2018-03-05T14:21:53.000Z
2021-07-11T23:16:21.000Z
trainingdata/cache/49/48323749.xml
jremillard/osm-changeset-classification
61b21d526300c1152f7b29c0c93f2953dd1cd323
[ "MIT" ]
2
2018-03-05T16:33:10.000Z
2018-04-13T01:15:11.000Z
trainingdata/cache/49/48323749.xml
jremillard/osm-changeset-classification
61b21d526300c1152f7b29c0c93f2953dd1cd323
[ "MIT" ]
2
2018-03-14T13:06:34.000Z
2020-09-12T01:50:21.000Z
<changeset id="48323749" schema="2"> <counts nodesAdded="55" nodesDeleted="0" nodesModified="0" relationsAdded="0" relationsDeleted="0" relationsModified="0" waysAdded="2" waysDeleted="0" waysModified="2" /> <meta> <tag k="comment" v=" " /> <tag k="created_by" v="iD 2.1.3" /> <tag k="host" v="https://www.openstreetmap.org/id" /> <tag k="imagery_used" v="Bing aerial imagery" /> <tag k="locale" v="en-US" /> </meta> <body> <tag id="13297869" k="name" o="none" type="way" v="Creekside" /> <tag id="13297869" k="highway" o="none" type="way" v="residential" /> <tag id="13297869" k="tiger:cfcc" o="none" type="way" v="A41" /> <tag id="13297869" k="tiger:county" o="none" type="way" v="Orange, CA" /> <tag id="13297869" k="tiger:reviewed" o="none" type="way" v="no" /> <tag id="13297869" k="tiger:zip_left" o="none" type="way" v="92603" /> <tag id="13297869" k="tiger:name_base" o="none" type="way" v="Creekside" /> <tag id="13297869" k="tiger:zip_right" o="none" type="way" v="92603" /> <tag id="13306376" k="name" o="none" type="way" v="Sycamore Creek" /> <tag id="13306376" k="highway" o="none" type="way" v="residential" /> <tag id="13306376" k="tiger:cfcc" o="none" type="way" v="A41" /> <tag id="13306376" k="tiger:county" o="none" type="way" v="Orange, CA" /> <tag id="13306376" k="tiger:reviewed" o="none" type="way" v="no" /> <tag id="13306376" k="tiger:zip_left" o="none" type="way" v="92603" /> <tag id="13306376" k="tiger:name_base" o="none" type="way" v="Sycamore Creek" /> <tag id="13306376" k="tiger:zip_right" o="none" type="way" v="92603" /> <tag id="490817811" k="waterway" o="add" type="way" v="river" /> <tag id="490817816" k="water" o="add" type="way" v="lake" /> <tag id="490817816" k="natural" o="add" type="way" v="water" /> </body> </changeset>
58.53125
172
0.601175
c568f994fffb6798cc12833dec49291bb5363678
1,795
xml
XML
app/src/main/res/layout/list_edit.xml
elyzov/soppinst
f942b1f42fd3dc390cfe25abd63904716df22c2d
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/list_edit.xml
elyzov/soppinst
f942b1f42fd3dc390cfe25abd63904716df22c2d
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/list_edit.xml
elyzov/soppinst
f942b1f42fd3dc390cfe25abd63904716df22c2d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:id="@+id/list_editor" android:layout_height="56dp" android:layout_marginTop="14dp" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:visibility="gone"> <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/input_list_name" android:maxLines="1" android:imeOptions="actionSend" android:hint="List Name"/> </android.support.design.widget.TextInputLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_centerVertical="true" android:layout_alignParentEnd="true"> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" app:srcCompat="@drawable/ic_add_black_24dp" android:id="@+id/list_add" android:alpha="0.26" android:paddingRight="6dp"/> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" app:srcCompat="@drawable/ic_save_black_24dp" android:id="@+id/list_save" android:alpha="0.26" android:visibility="gone" /> </LinearLayout> </RelativeLayout>
35.9
74
0.651253
fe227a7ce3aab4f4e6d5777593ed632b3290adcd
1,967
xml
XML
xml/jakobi1.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
7
2016-11-13T09:19:00.000Z
2020-06-08T22:02:02.000Z
xml/jakobi1.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2021-03-22T17:13:09.000Z
2021-12-13T19:40:05.000Z
xml/jakobi1.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2015-03-05T22:14:45.000Z
2015-09-14T16:55:00.000Z
<?xml version="1.0"?> <!DOCTYPE vortaro SYSTEM "../dtd/vokoxml.dtd"> <vortaro> <art mrk="$Id: jakobi1.xml,v 1.10 2009/03/15 17:30:47 revo Exp $"> <kap> <rad>jakobian</rad>/o </kap> <drv mrk="jakobi1.0o"> <kap><tld/>o</kap> <uzo tip="fak">MAT</uzo> <fnt><bib>MatTerm</bib><lok>p. 21</lok></fnt> <snc> <ref tip="dif" cel="determ.jakobia0anto">jakobia determinanto.</ref> </snc> <trdgrp lng="be"> <trd>&c_f;&c_u;&c_n;&c_k;&c_c;&c_y;&c_j;&c_n;&c_y; <ind>&c_v;&c_y;&c_z;&c_n;&c_a;&c_ch;&c_n;&c_ib;&c_k;</ind></trd>, <trd>&c_ja;&c_k;&c_a;&c_b;&c_ib;&c_ja;&c_n;</trd> </trdgrp> <trd lng="de">Jacobische <ind>Determinante</ind></trd> <trdgrp lng="en"> <trd>Jacobian <ind>determinant</ind></trd>, <trd>Jacobian</trd> </trdgrp> <trdgrp lng="fr"> <trd>d&eacute;terminant jacobien</trd>, <trd>jacobien<klr tip="ind"> (subst.)</klr></trd> </trdgrp> <trd lng="hu">Jacobi-determin&aacute;ns</trd> <trd lng="pl">jakobian</trd> <trd lng="pt">jacobiano <klr tip="amb">(mat.)</klr></trd> <trdgrp lng="ru"> <trd>&c_f;&c_u;&c_n;&c_k;&c_c;&c_i;&c_o;&c_n;&c_a;&c_l;&c_mol;&c_n;&c_y;&c_j; <ind>&c_o;&c_p;&c_r;&c_je;&c_d;&c_je;&c_l;&c_i;&c_t;&c_je;&c_l;&c_mol; </ind></trd>, <trd>&c_ja;&c_k;&c_o;&c_b;&c_i;&c_a;&c_n;</trd> </trdgrp> <trd lng="it">jacobiano <klr tip="amb">(mat.)</klr></trd> </drv> </art> <!-- $Log: jakobi1.xml,v $ Revision 1.10 2009/03/15 17:30:47 revo Antonio Codazzi: +trd it Revision 1.9 2007/04/19 16:30:53 revo Tulio Flores: +tr pt Revision 1.8 2004/07/08 17:06:04 revo Dmitri Gabinski: +trd be Revision 1.7 2004/02/20 17:31:20 revo Jozefo Horvath: +trd hu Revision 1.6 2003/04/21 16:34:23 revo Marc Bavant: kor trd en Revision 1.5 2003/04/12 16:32:41 revo Marc Bavant: kor trd ru Revision 1.4 2002/11/30 17:35:26 revo Marc Bavant: kor lng cxe trd ru Revision 1.3 2002/11/18 17:34:14 revo Marc Bavant: reviziis trd Revision 1.2 2002/02/23 19:56:56 revo --> </vortaro>
28.926471
81
0.626335
e743cc677dc43fbd7a0080f7eb572d22fd7b3384
595
csproj
XML
src/CycloneDX.BomRepoServer/CycloneDX.BomRepoServer.csproj
k3rnelpan1c-dev/cyclonedx-bom-repo-server
e73100b1d14eba8271fe849da71e007ed6dd6d8b
[ "Apache-2.0" ]
null
null
null
src/CycloneDX.BomRepoServer/CycloneDX.BomRepoServer.csproj
k3rnelpan1c-dev/cyclonedx-bom-repo-server
e73100b1d14eba8271fe849da71e007ed6dd6d8b
[ "Apache-2.0" ]
null
null
null
src/CycloneDX.BomRepoServer/CycloneDX.BomRepoServer.csproj
k3rnelpan1c-dev/cyclonedx-bom-repo-server
e73100b1d14eba8271fe849da71e007ed6dd6d8b
[ "Apache-2.0" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="AWSSDK.S3" Version="3.7.8.23" /> <PackageReference Include="CycloneDX.Core" Version="5.2.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" /> <PackageReference Include="System.IO.Abstractions" Version="17.0.1" /> <PackageReference Include="System.Linq.Async" Version="6.0.1" /> <PackageReference Include="System.Reactive" Version="5.0.0" /> </ItemGroup> </Project>
35
75
0.682353
be8a01374637fd2c3fda4832865321f8ef666a09
210
xml
XML
recursos/pdf/09RSDC2IVI/_notes/dwsync.xml
albolivares/iphistory
4bc173e33b10502fd06e9654f97f643ccc712256
[ "MIT" ]
null
null
null
recursos/pdf/09RSDC2IVI/_notes/dwsync.xml
albolivares/iphistory
4bc173e33b10502fd06e9654f97f643ccc712256
[ "MIT" ]
null
null
null
recursos/pdf/09RSDC2IVI/_notes/dwsync.xml
albolivares/iphistory
4bc173e33b10502fd06e9654f97f643ccc712256
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" ?> <dwsync> <file name="salafranca_solicitud.pdf" server="teek.cultura.gob.mx//export/home/paginas/www2/" local="131681200710000000" remote="131681200710000000" /> </dwsync>
52.5
151
0.747619
c9bd87f318abb676cdc056c6a1900d1a9ecea004
631
xml
XML
docs/xsl/docbook-xsl-ns-1.74.0/epub/bin/spec/testdocs/index.003.xml
webholics/origo
12ce480c75103e4364335dcd1bb3c65976eb75c8
[ "MIT" ]
1
2017-03-02T12:24:10.000Z
2017-03-02T12:24:10.000Z
tools/docbook-xsl/epub/bin/spec/testdocs/index.003.xml
Gallio/book
b27a10b9d93bb2c989335585ecd68753a5ce035d
[ "Apache-2.0" ]
null
null
null
tools/docbook-xsl/epub/bin/spec/testdocs/index.003.xml
Gallio/book
b27a10b9d93bb2c989335585ecd68753a5ce035d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> <book> <bookinfo> <title>Unit Test: index.003</title> <releaseinfo role="CVS">$Id: index.003.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo> <author><firstname>Norman</firstname><surname>Walsh</surname> <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation> </author> </bookinfo> <index> <title>Index</title> <indexdiv> <title>Index Div</title> <indexentry> <primaryie>foo</primaryie> </indexentry> </indexdiv> </index> </book>
25.24
91
0.690967
ec3c9a0edd714a5c21539e1121dd51bc2d91faab
1,150
fxml
XML
src/main/resources/fxml/MunkatarsFelv.fxml
wasabi900/rendelesfelvetel
7a953c02b2809548f0e39e92dca5759fe4ab95df
[ "Apache-2.0" ]
null
null
null
src/main/resources/fxml/MunkatarsFelv.fxml
wasabi900/rendelesfelvetel
7a953c02b2809548f0e39e92dca5759fe4ab95df
[ "Apache-2.0" ]
null
null
null
src/main/resources/fxml/MunkatarsFelv.fxml
wasabi900/rendelesfelvetel
7a953c02b2809548f0e39e92dca5759fe4ab95df
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.Button?> <?import javafx.scene.control.Label?> <?import javafx.scene.control.TextField?> <?import javafx.scene.layout.AnchorPane?> <AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="kontroller.MunkatarsFelvKontroller"> <children> <Label layoutX="43.0" layoutY="87.0" prefHeight="17.0" prefWidth="83.0" text="Név:" /> <TextField fx:id="nev" layoutX="43.0" layoutY="113.0" /> <Label layoutX="43.0" layoutY="172.0" prefHeight="17.0" prefWidth="49.0" text="Jelszó:" /> <TextField fx:id="jelszo" layoutX="43.0" layoutY="200.0" /> <Button fx:id="mentes" layoutX="28.0" layoutY="266.0" mnemonicParsing="false" onAction="#mentes" text="Mentés" /> <Button fx:id="vissza" layoutX="29.0" layoutY="21.0" mnemonicParsing="false" onAction="#vissza" text="Vissza" /> <Label fx:id="regisztracioKimenetel" alignment="CENTER" layoutX="160.0" layoutY="329.0" prefHeight="17.0" prefWidth="280.0" textAlignment="CENTER" textFill="RED" /> </children> </AnchorPane>
60.526316
175
0.685217
c69b24944f771a8069653e3b7f8307e5e11d7239
147
xml
XML
data/webqueries/test/query_205/query_205_document_31_textmeta.xml
eigenfoo/svm2plus
090fe34b21e0d0a0587139f89ec3b9ce57b45713
[ "MIT" ]
null
null
null
data/webqueries/test/query_205/query_205_document_31_textmeta.xml
eigenfoo/svm2plus
090fe34b21e0d0a0587139f89ec3b9ce57b45713
[ "MIT" ]
null
null
null
data/webqueries/test/query_205/query_205_document_31_textmeta.xml
eigenfoo/svm2plus
090fe34b21e0d0a0587139f89ec3b9ce57b45713
[ "MIT" ]
null
null
null
ou un téléviseur Il adore se prélasser au soleil Bronzette Le jeu Un chat joueur est un chat Siamois Online - La race - Ses activités
29.4
51
0.721088
9a2415bdf717132c7dabe8c1273e3a944d9627d1
2,952
xml
XML
app/src/main/res/values/colores_arrays.xml
auz-jsm/MiMangaNu
84f8773985af04e0c96d2d5290f3f1245107c39e
[ "Unlicense", "MIT" ]
350
2015-01-02T12:42:36.000Z
2022-03-24T03:54:36.000Z
app/src/main/res/values/colores_arrays.xml
LuisLDA/MiMangaNu
84f8773985af04e0c96d2d5290f3f1245107c39e
[ "Unlicense", "MIT" ]
660
2015-01-02T09:47:25.000Z
2020-07-22T17:01:17.000Z
app/src/main/res/values/colores_arrays.xml
LuisLDA/MiMangaNu
84f8773985af04e0c96d2d5290f3f1245107c39e
[ "Unlicense", "MIT" ]
211
2015-01-02T12:48:31.000Z
2022-01-23T04:35:10.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="colores" translatable="false"> <item>#F44336</item> <item>#E91E63</item> <item>#9C27B0</item> <item>#673AB7</item> <item>#3F51B5</item> <item>#2196F3</item> <item>#03A9F4</item> <item>#009688</item> <item>#4CAF50</item> <item>#8BC34A</item> <item>#CDDC39</item> <item>#FFC107</item> <item>#FF9800</item> <item>#FF5722</item> <item>#795548</item> <item>#9E9E9E</item> <item>#607D8B</item> <item>#000000</item> </string-array> <!--My own color arrangement, hopefully the names are not licensed--> <!--The colors are an approximation of the color above, not the same, but almost--> <string-array name="color_codes"> <item>#FF3F34</item> <item>#E3256B</item> <item>#9932CC</item> <item>#652DC1</item> <item>#2A52BE</item> <item>#1E90FF</item> <item>#00B7EB</item> <item>#069B81</item> <item>#4FA83D</item> <item>#85BB65</item> <item>#D1E231</item> <item>#FFC40C</item> <item>#FB9902</item> <item>#F2552A</item> <item>#795D4C</item> <item>#9F9F9C</item> <item>#51808F</item> <item>#100C08</item> <item>#413839</item> <item>#151B54</item> <item>#483D8B</item> <item>#915c83</item> <item>#336666</item> </string-array> <string-array name="color_names"> <item>Red Orange</item> <item>Razzmatazz</item> <item>Dark Orchid</item> <item>Purple Heart</item> <item>Cerulean Blue</item> <item>Dodger Blue</item> <item>Cyan</item> <item>Gossamer</item> <item>Apple</item> <item>Dollar Bill</item> <item>Pear</item> <item>Mikado Yellow</item> <item>Orange</item> <item>Flamingo</item> <item>Roman Coffee</item> <item>Star Dust</item> <item>Smalt Blue</item> <item>Smoky Black</item> <item>Black Cat</item> <item>Midnight Blue</item> <item>Dark Slate Blue</item> <item>Antique Fuchsia</item> <item>Dark Slate Gray</item> </string-array> <string-array name="backgroungs" translatable="false"> <item>#FFEBEE</item> <item>#FCE4EC</item> <item>#F3E5F5</item> <item>#EDE7F6</item> <item>#E8EAF6</item> <item>#E3F2FD</item> <item>#E1F5FE</item> <item>#E0F2F1</item> <item>#E8F5E9</item> <item>#F1F8E9</item> <item>#F9FBE7</item> <item>#FFFDE7</item> <item>#FFF8E1</item> <item>#FFF3E0</item> <item>#EFEBE9</item> <item>#FAFAFA</item> <item>#ECEFF1</item> <item>#FFFFFF</item> </string-array> </resources>
29.52
87
0.528455
0ccc20a2c57400879a0cc739a0e1bdeee6376039
8,585
xml
XML
app/src/main/res/layout/fragment_view_profile.xml
GeorgeET15/CovidHelp
a188a724c84cdfd18caf1cab1aed5a37f8b5df94
[ "MIT" ]
null
null
null
app/src/main/res/layout/fragment_view_profile.xml
GeorgeET15/CovidHelp
a188a724c84cdfd18caf1cab1aed5a37f8b5df94
[ "MIT" ]
null
null
null
app/src/main/res/layout/fragment_view_profile.xml
GeorgeET15/CovidHelp
a188a724c84cdfd18caf1cab1aed5a37f8b5df94
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".fragments.ViewProfileFragment"> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <com.mikhaellopez.circularimageview.CircularImageView android:id="@+id/imgProfilePhoto" android:layout_width="200dp" android:layout_height="200dp" android:layout_centerHorizontal="true" android:layout_marginTop="50dp" android:src="@drawable/app_logo" app:civ_border="true" app:civ_border_color="@color/black" app:civ_border_width="2dp" /> <com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/btnEditProfile" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignTop="@id/llProfileBody" android:layout_alignParentEnd="true" android:layout_marginTop="10dp" android:layout_marginEnd="15dp" android:contentDescription="Edit Profile" android:src="@drawable/ic_baseline_edit_24" /> <LinearLayout android:id="@+id/llProfileBody" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/imgProfilePhoto" android:layout_marginTop="10dp" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:id="@+id/txtProfileName" android:layout_width='match_parent' android:layout_height="wrap_content" android:gravity="center" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Headline4" android:textStyle="bold" /> </LinearLayout> <TextView android:id="@+id/txtProfileEmail" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" /> <TextView android:id="@+id/txtISVol" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="5dp" android:text="😇 You are a Volunteer 😇" android:textStyle="bold" android:visibility="gone" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:background="#f5f5f5" android:paddingStart="20dp" android:paddingTop="10dp" android:paddingEnd="20dp" android:paddingBottom="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Address : " android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6" /> <TextView android:id="@+id/txtProfileAddress" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:background="#f5f5f5" android:paddingStart="20dp" android:paddingTop="10dp" android:paddingEnd="20dp" android:paddingBottom="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="State : " android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6" /> <TextView android:id="@+id/txtProfileState" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:background="#f5f5f5" android:paddingStart="20dp" android:paddingTop="10dp" android:paddingEnd="20dp" android:paddingBottom="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="District : " android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6" /> <TextView android:id="@+id/txtProfileDistrict" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:background="#f5f5f5" android:paddingStart="20dp" android:paddingTop="10dp" android:paddingEnd="20dp" android:paddingBottom="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Phone : " android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6" /> <TextView android:id="@+id/txtProfilePhone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Fetching..." android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle1" /> </LinearLayout> </LinearLayout> </RelativeLayout> </ScrollView> </RelativeLayout>
45.909091
102
0.526616
ed478aca7e8afea4c0bb3030a3ea20943b1c553b
787
xml
XML
spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/pollingNoAutoStartupJdbcInboundChannelAdapterTest.xml
StandCN/spring-integration
d86647807ebc624529edb1bd07bac3b7ebe9dedf
[ "Apache-2.0" ]
1,093
2015-01-01T15:28:50.000Z
2022-03-29T18:30:56.000Z
spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/pollingNoAutoStartupJdbcInboundChannelAdapterTest.xml
StandCN/spring-integration
d86647807ebc624529edb1bd07bac3b7ebe9dedf
[ "Apache-2.0" ]
1,920
2015-01-05T12:16:48.000Z
2022-03-31T16:58:41.000Z
spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/config/pollingNoAutoStartupJdbcInboundChannelAdapterTest.xml
Varulv1997/spring-integration
655839c66be70e92b5a8e33eae3ac97869497224
[ "Apache-2.0" ]
922
2015-01-05T05:10:05.000Z
2022-03-30T21:06:32.000Z
<?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/integration/jdbc" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/integration/jdbc https://www.springframework.org/schema/integration/jdbc/spring-integration-jdbc.xsd"> <beans:import resource="jdbcInboundChannelAdapterCommonConfig.xml" /> <inbound-channel-adapter id="jdbcAdapter" query="select * from item where status=2" channel="target" data-source="dataSource" auto-startup="#{systemProperties['autostart']?:false}"/> </beans:beans>
46.294118
101
0.763659
981166cc61279b620c9b7bde094075f472c31ebf
1,339
xml
XML
Auto/car_app_library/showcase/src/main/res/drawable/ic_face_24px.xml
nikagl/car-samples
bae69183a4f0376a9e46a339bae22195187de78f
[ "Apache-2.0" ]
1
2021-08-15T10:27:08.000Z
2021-08-15T10:27:08.000Z
Auto/car_app_library/showcase/src/main/res/drawable/ic_face_24px.xml
yanghuadong-Mobile-Researcher/car-samples
25fccfc90dd701d72d5a5913e903fd3af1b4bba8
[ "Apache-2.0" ]
null
null
null
Auto/car_app_library/showcase/src/main/res/drawable/ic_face_24px.xml
yanghuadong-Mobile-Researcher/car-samples
25fccfc90dd701d72d5a5913e903fd3af1b4bba8
[ "Apache-2.0" ]
1
2021-11-20T13:01:25.000Z
2021-11-20T13:01:25.000Z
<!-- Copyright (C) 2020 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FFFFFF" android:pathData="M9,11.75c-0.69,0 -1.25,0.56 -1.25,1.25s0.56,1.25 1.25,1.25 1.25,-0.56 1.25,-1.25 -0.56,-1.25 -1.25,-1.25zM15,11.75c-0.69,0 -1.25,0.56 -1.25,1.25s0.56,1.25 1.25,1.25 1.25,-0.56 1.25,-1.25 -0.56,-1.25 -1.25,-1.25zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8 0,-0.29 0.02,-0.58 0.05,-0.86 2.36,-1.05 4.23,-2.98 5.21,-5.37C11.07,8.33 14.05,10 17.42,10c0.78,0 1.53,-0.09 2.25,-0.26 0.21,0.71 0.33,1.47 0.33,2.26 0,4.41 -3.59,8 -8,8z"/> </vector>
51.5
507
0.685586
f0c4afff3d5ac60fe543a059990da0fd979db962
5,504
xml
XML
gradebookng/tool/pom.xml
hsteller/sakai
2d120173a606ec2afbb9724530d38d3c45b1a24c
[ "ECL-2.0" ]
1
2016-08-12T21:11:32.000Z
2016-08-12T21:11:32.000Z
gradebookng/tool/pom.xml
hsteller/sakai
2d120173a606ec2afbb9724530d38d3c45b1a24c
[ "ECL-2.0" ]
null
null
null
gradebookng/tool/pom.xml
hsteller/sakai
2d120173a606ec2afbb9724530d38d3c45b1a24c
[ "ECL-2.0" ]
2
2017-06-24T09:07:26.000Z
2017-06-26T09:07:26.000Z
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>GradebookNG :: Tool</name> <groupId>org.sakaiproject.gradebookng</groupId> <artifactId>gradebookng-tool</artifactId> <parent> <groupId>org.sakaiproject.gradebookng</groupId> <artifactId>gradebookng</artifactId> <version>21-SNAPSHOT</version> </parent> <packaging>war</packaging> <dependencies> <!-- third party dependencies --> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-spring</artifactId> <exclusions> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>cglib</groupId> <artifactId>cglib</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-component-manager</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-util</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.edu-services.gradebook</groupId> <artifactId>gradebook-service-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.edu-services.gradebook</groupId> <artifactId>gradebook-service-hibernate</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.edu-services.course-management</groupId> <artifactId>coursemanagement-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.edu-services.sections</groupId> <artifactId>sections-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.rubrics</groupId> <artifactId>rubrics-service-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.portal</groupId> <artifactId>sakai-portal-util</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.wicket</groupId> <artifactId>wicket-tool-6</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${sakai.poi.version}</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${sakai.poi.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.sakaiproject.entitybroker</groupId> <artifactId>entitybroker-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.entitybroker</groupId> <artifactId>entitybroker-utils</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <scope>provided</scope> <!-- to satisfy EB and eclipse --> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.2</version> </dependency> <!-- Webjars --> <dependency> <groupId>org.webjars</groupId> <artifactId>handsontable</artifactId> <version>6.2.2</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>webjars-servlet-2.x</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>chartjs</artifactId> <version>2.7.0</version> </dependency> </dependencies> <build> <resources> <!-- include everything except the Java source --> <resource> <directory>src/java</directory> <includes> <include>**</include> </includes> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> <!-- include our log4j.properties --> <resource> <directory>src/resources</directory> <includes> <include>*.properties</include> </includes> </resource> </resources> </build> </project>
30.241758
202
0.682594
3a32cb62c3f6bd386d3d074ea2394cfb18235876
204
mxml
XML
Antennae/tutorial/multi/library2/src/Lib2Component.mxml
FeiWongReed/antennae
2f69db6e654b34f1c17c96e9434571e571d29b60
[ "MIT" ]
null
null
null
Antennae/tutorial/multi/library2/src/Lib2Component.mxml
FeiWongReed/antennae
2f69db6e654b34f1c17c96e9434571e571d29b60
[ "MIT" ]
null
null
null
Antennae/tutorial/multi/library2/src/Lib2Component.mxml
FeiWongReed/antennae
2f69db6e654b34f1c17c96e9434571e571d29b60
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" > <LibComponent text="foobar"/> </mx:VBox>
29.142857
61
0.455882
bbda2e1e1779dbd0d2242a58a43eed0d57673142
11,866
xml
XML
qmui/src/main/res/values/qmui_attrs_base.xml
merlin720/android-easy
094904e92c9cc8288a0a96a71fd56fe591bd14f0
[ "Apache-2.0" ]
null
null
null
qmui/src/main/res/values/qmui_attrs_base.xml
merlin720/android-easy
094904e92c9cc8288a0a96a71fd56fe591bd14f0
[ "Apache-2.0" ]
null
null
null
qmui/src/main/res/values/qmui_attrs_base.xml
merlin720/android-easy
094904e92c9cc8288a0a96a71fd56fe591bd14f0
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><!-- Tencent is pleased to support the open source community by making QMUI_Android available. Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://opensource.org/licenses/MIT Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <resources> <attr name="qmui_content_padding_horizontal" format="dimension" /> <!-- 已废弃 --> <attr name="qmui_content_spacing_horizontal" format="dimension" /> <!-- margin 和 padding 等使用的内容通用水平间距 --> <!--********************************************** * qmui common color * **********************************************--> <attr name="qmui_config_color_blue" format="color" /> <attr name="qmui_config_color_red" format="color" /> <attr name="qmui_config_color_separator" format="color" /> <attr name="qmui_config_color_separator_darken" format="color" /> <attr name="qmui_config_color_background" format="color" /> <attr name="qmui_config_color_background_pressed" format="color" /> <attr name="qmui_config_color_black" format="color" /> <attr name="qmui_config_color_link" format="color" /> <attr name="qmui_config_color_pressed" format="color" /> <attr name="qmui_config_color_gray_1" format="color" /> <attr name="qmui_config_color_gray_2" format="color" /> <attr name="qmui_config_color_gray_3" format="color" /> <attr name="qmui_config_color_gray_4" format="color" /> <attr name="qmui_config_color_gray_5" format="color" /> <attr name="qmui_config_color_gray_6" format="color" /> <attr name="qmui_config_color_gray_7" format="color" /> <attr name="qmui_config_color_gray_8" format="color" /> <attr name="qmui_config_color_gray_9" format="color" /> <attr name="qmui_alpha_pressed" format="float" /> <attr name="qmui_alpha_disabled" format="float" /> <attr name="qmui_general_shadow_elevation" format="dimension" /> <attr name="qmui_general_shadow_alpha" format="float" /> <!--********************************************** * qmui dialog * **********************************************--> <attr name="qmui_dialog_min_width" format="dimension" /> <attr name="qmui_dialog_max_width" format="dimension" /> <attr name="qmui_dialog_bg" format="reference" /> <attr name="qmui_dialog_radius" format="dimension" /> <attr name="qmui_dialog_margin_vertical" format="dimension" /> <attr name="qmui_dialog_padding_horizontal" format="dimension" /> <attr name="qmui_dialog_background_dim_amount" format="float" /> <attr name="qmui_dialog_wrapper_style" format="reference" /> <attr name="qmui_dialog_title_style" format="reference" /> <attr name="qmui_dialog_action_container_style" format="reference" /> <attr name="qmui_dialog_action_style" format="reference" /> <attr name="qmui_dialog_message_content_style" format="reference" /> <attr name="qmui_dialog_edit_content_style" format="reference" /> <attr name="qmui_dialog_menu_container_style" format="reference" /> <attr name="qmui_dialog_menu_item_style" format="reference" /> <!-- tips --> <attr name="qmui_tip_dialog_bg" format="reference" /> <attr name="qmui_tip_dialog_min_width" format="dimension" /> <attr name="qmui_tip_dialog_min_height" format="dimension" /> <attr name="qmui_tip_dialog_padding_vertical" format="dimension" /> <attr name="qmui_tip_dialog_padding_horizontal" format="dimension" /> <attr name="qmui_tip_dialog_margin_horizontal" format="dimension" /> <!--********************************************** * qmui common list * **********************************************--> <attr name="qmui_common_list_item_icon_margin_right" format="dimension" /> <attr name="qmui_common_list_item_accessory_margin_left" format="dimension" /> <attr name="qmui_common_list_item_title_v_text_size" format="dimension" /> <attr name="qmui_common_list_item_title_h_text_size" format="dimension" /> <attr name="qmui_common_list_item_h_space_min_width" format="dimension" /> <attr name="qmui_common_list_item_detail_v_text_size" format="dimension" /> <attr name="qmui_common_list_item_detail_h_text_size" format="dimension" /> <attr name="qmui_common_list_item_detail_line_space" format="dimension" /> <!--********************************************** * qmui bottom sheet * **********************************************--> <attr name="qmui_bottom_sheet_title_height" format="dimension" /> <attr name="qmui_bottom_sheet_title_appearance" format="reference" /> <attr name="qmui_bottom_sheet_title_bg" format="reference" /> <attr name="qmui_bottom_sheet_list_item_padding_horizontal" format="dimension" /> <attr name="qmui_bottom_sheet_list_item_height" format="dimension" /> <attr name="qmui_bottom_sheet_list_item_mark_margin_left" format="dimension" /> <attr name="qmui_bottom_sheet_list_item_tip_point_margin_left" format="dimension" /> <attr name="qmui_bottom_sheet_list_item_text_appearance" format="reference" /> <attr name="qmui_bottom_sheet_list_item_bg" format="reference" /> <attr name="qmui_bottom_sheet_list_item_icon_size" format="dimension" /> <attr name="qmui_bottom_sheet_list_item_icon_margin_right" format="dimension" /> <attr name="qmui_bottom_sheet_grid_bg" format="color|reference" /> <attr name="qmui_bottom_sheet_grid_padding_vertical" format="dimension" /> <attr name="qmui_bottom_sheet_grid_line_padding_horizontal" format="dimension" /> <attr name="qmui_bottom_sheet_grid_line_vertical_space" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_mini_width" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_paddingTop" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_paddingBottom" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_icon_size" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_icon_marginTop" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_icon_marginBottom" format="dimension" /> <attr name="qmui_bottom_sheet_grid_item_text_appearance" format="reference" /> <attr name="qmui_bottom_sheet_button_height" format="dimension" /> <attr name="qmui_bottom_sheet_button_text_size" format="dimension" /> <attr name="qmui_bottom_sheet_button_text_color" format="color|reference" /> <attr name="qmui_bottom_sheet_button_background" format="color|reference" /> <!--********************************************** * qmui list item bg * **********************************************--> <attr name="qmui_list_item_height" format="dimension" /> <attr name="qmui_list_item_height_higher" format="dimension" /> <!-- android 5.0以下不支持在drawable中用?attr,所以必须把所有的drawable放到theme中 --> <attr name="qmui_list_item_bg_with_border_bottom" format="reference" /> <attr name="qmui_list_item_bg_with_border_bottom_pressed" format="reference" /> <attr name="qmui_list_item_bg_with_border_bottom_inset_left" format="reference" /> <attr name="qmui_list_item_bg_with_border_bottom_inset_left_pressed" format="reference" /> <attr name="qmui_list_item_bg_with_border_top" format="reference" /> <attr name="qmui_list_item_bg_with_border_top_pressed" format="reference" /> <attr name="qmui_list_item_bg_with_border_top_inset_left" format="reference" /> <attr name="qmui_list_item_bg_with_border_top_inset_left_pressed" format="reference" /> <attr name="qmui_list_item_bg_with_border_double" format="reference" /> <attr name="qmui_list_item_bg_with_border_double_pressed" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_bottom" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_bottom_inset" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_bottom_inset_left" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_top" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_top_inset_left" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_double" format="reference" /> <attr name="qmui_s_list_item_bg_with_border_none" format="reference" /> <!--********************************************** * qmui drawbale * **********************************************--> <attr name="qmui_icon_check_mark" format="reference" /> <attr name="qmui_s_checkbox" format="reference" /> <!--********************************************** * qmui btn * **********************************************--> <attr name="qmui_round_btn_text_size" format="dimension" /> <attr name="qmui_round_btn_border_width" format="dimension" /> <!-- android 5.0一下不能再selector中用?attr,必须要整个drawable由使用者提供 --> <attr name="qmui_round_btn_bg_color" format="color" /> <attr name="qmui_round_btn_border_color" format="color" /> <attr name="qmui_round_btn_text_color" format="color" /> <!--********************************************** * qmui topbar * ***********************************************--> <attr name="qmui_topbar_height" format="dimension" /> <!--********************************************** * qmui loading view * ***********************************************--> <attr name="qmui_loading_size" format="dimension" /> <attr name="qmui_loading_color" format="color" /> <!--********************************************** * qmui popup * ***********************************************--> <attr name="qmui_popup_radius" format="dimension" /> <attr name="qmui_popup_border_width" format="dimension" /> <attr name="qmui_popup_border_color" format="reference|color" /> <attr name="qmui_popup_shadow_elevation" format="dimension" /> <attr name="qmui_popup_shadow_alpha" format="float" /> <attr name="qmui_popup_shadow_inset" format="dimension" /> <attr name="qmui_popup_bg_color" format="reference|color" /> <attr name="qmui_popup_arrow_width" format="dimension"/> <attr name="qmui_popup_arrow_height" format="dimension"/> <attr name="qmui_popup_fullscreen_close_icon" format="reference"/> <attr name="qmui_popup_bg" format="reference" /> <attr name="qmui_popup_arrow_down" format="reference" /> <attr name="qmui_popup_arrow_up" format="reference" /> <attr name="qmui_popup_arrow_up_margin_top" format="dimension" /> <!-- 一般与qmui_popup_bg上阴影相等 --> <attr name="qmui_popup_arrow_down_margin_bottom" format="dimension" /> <!-- 一般与qmui_popup_bg下阴影相等 --> <!--********************************************** * qmui tabSegment * ***********************************************--> <attr name="qmui_tab_sign_count_view" format="reference" /> <attr name="qmui_tab_sign_count_view_minSize" format="dimension" /> <attr name="qmui_tab_sign_count_view_minSize_with_text" format="dimension" /> <attr name="qmui_tab_sign_count_view_bg" format="reference" /> <attr name="qmui_tab_sign_count_view_padding_horizontal" format="dimension" /> </resources>
56.236967
109
0.650935
fb5aed1b1e21333ae9d7f89bea25a4b83c592b88
2,287
xml
XML
data/1865/03/06/DDD_ddd_010139666_mpeg21/DDD_010139666_0011_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1865/03/06/DDD_ddd_010139666_mpeg21/DDD_010139666_0011_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1865/03/06/DDD_ddd_010139666_mpeg21/DDD_010139666_0011_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title></title> <p>ACCOORD HOMOLOGATIE. Bij vonnis der Arrondissemi nts-Regtbauk alhier, Eerste Kamer, ri.d. 27 Februarij 1865, is het acccordinde faillissementen van WIJTHOFF &amp; ZOON en van P. G. L. WIJTHOFF aangeboden, gehomologeerd. Amsterdam, De Curatoren. 1 Maart 1865. AUG. PHILIPS. (4875) A. A. ROHLING. BELANGRIJKE ÏÏOÜTVEII4NG te MAMMMGtfEW. De Notaris GOSLINGS, zal op WOENSDAG 15 MAAKT 1*65, &apos; middags 12 uur precies, bij THEUNIS BEITSCHAT , m dc Makkumerwngen, te Harlingen, publiek verkoopen, op 3 maanden crediet, tegen voldoende borgstelling: EESE LADW, KOOB.DSCH BOET, BESTAANDE IN: 1356 stuks YI&apos;KEX 8.-IMiEX, van 40—91 plm. 335 „ „ DEELEK, „ 20—68 „ 81 „ „ JUff__RS, „ 42—68 „ 368 „ „ „OLHEWS, „ 28—45 „ alles liggende in en bij de Stadsgracht te Harlingen. Informatien bij do Heeren S. BEITSCHAT Sz. en ZEILMAKER &amp; C., bij wien, alsmede bij den Notaris, 8 dagen vóór de veiling,_verkoopboekjes zijn te bekomen; alles op franco aanvraag. (4879) WILLIGE VERKOOPING door H. G. GEERS Gz., Makelaar in Vasto Goederen en Ondernemer van Verkoopingen, op WOENSDAG 8 MAART 1365, des morgens ten Tien Ure, op de Nieuwmarkt, het tweede huis van dc Koningstraat, N°. 370, van GOUD- EN ZILVERSIIDS- Gt _R_ ElMSC_t____i]S&apos;, waarhij zeer beste PLET- en DRAAIMOLEN, DBAADBANK, FOURNUIZEN, BLAASBALGEN, TREKBANKEN en verdere Bank«ereedschappen, benevens een Kistje met CHIRUR&quot; GICALE INSTRUMENTEN, al hetwelk daags voor den Verkoopdag van Tien tot Drie Ure te bezigtigen zal zijn. (4978) OPEHBARE VERKOOPING. Ten Overstaan van de Notarissen VAN DORSSERen SCHUIJTEN, gevestigd te Dordrecht, bij Veiling op Woensdag, den 15den en bij Afslag op Woensdag, den 22sten Maart 1865, telkens des Voormiddags ten lij ure, in het Logement DE GOUDEN LEEUW, te Dordrecht, van een in 1861 nieuw ingerigten en grootendeels vernieuwden en zeer gunßtig gelegen STÜOI-OLIEIOLEH, genaamd jojg HAAS, met HEERENHUIZING, wel-ingerigte TUIN, KNECHTSWONING en ERF, staande aan de Mijl, nabn&apos; de stad Dordrecht, aan het begin van den Zniderdijk; Kad. H 47, 629, 630 en 631; groot 14 R. 66 Ê.; met de Kraan en het Plankier, tegenover den Molen aan do Haven. Te Armvaarden bij dc betaling van den Koopprijs. (4910)</p> </text>
381.166667
2,211
0.76913
fbaf84f140bac01abd25d45de47a02acf32fed37
1,486
xml
XML
data/meta/about.xml
acdh-oeaw/teiminator
7423b5460d1dfde5b4f4ccae971bbdb78b404592
[ "MIT" ]
2
2017-12-05T21:02:45.000Z
2018-03-13T11:21:35.000Z
data/meta/about.xml
acdh-oeaw/teiminator
7423b5460d1dfde5b4f4ccae971bbdb78b404592
[ "MIT" ]
5
2017-06-29T13:34:36.000Z
2017-08-09T09:41:29.000Z
data/meta/about.xml
acdh-oeaw/teiminator
7423b5460d1dfde5b4f4ccae971bbdb78b404592
[ "MIT" ]
1
2018-07-27T08:11:07.000Z
2018-07-27T08:11:07.000Z
<?xml version="1.0" encoding="UTF-8"?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>About</title> <author> <persName> <forename>Peter</forename> <surname>Andorfer</surname> </persName> </author> </titleStmt> <publicationStmt> <publisher>ACDH-OeAW</publisher> <pubPlace>Vienna</pubPlace> <date when="2017"/> <availability> <licence target="https://creativecommons.org/licenses/by/4.0/"> <p>The Creative Commons Attribution 4.0 International (CC BY 4.0) License applies to this text.</p> <p>The CC BY 4.0 License also applies to this TEI XML file.</p> </licence> </availability> </publicationStmt> <sourceDesc> <p>born digital</p> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <div> <head>About this website</head> <p>This website provides several dissemination services for XML documents encoded following the <ref target="http://www.tei-c.org/">TEI-Guidelines</ref> </p> </div> </body> </text> </TEI>
37.15
168
0.45895
8f41e2c8ac60e1527e94c6055f39a853a866619f
3,294
xml
XML
data/projects/simspark/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/simspark/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/simspark/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <response> <status>success</status> <result> <project> <id>29402</id> <name>Spark - A generic physical simulator</name> <url>http://www.ohloh.net/p/simspark.xml</url> <html_url>http://www.ohloh.net/p/simspark</html_url> <created_at>2008-12-05T15:49:02Z</created_at> <updated_at>2013-07-08T09:47:37Z</updated_at> <description>Spark is a physical simulation system. The primary purpose of this system is to provide a *generic* simulator for different kinds of simulations. In these simulations, agents can participate as external processes.</description> <homepage_url>http://sourceforge.net/projects/simspark</homepage_url> <download_url>http://sourceforge.net/projects/simspark/files/</download_url> <url_name>simspark</url_name> <medium_logo_url>http://cloud.ohloh.net/attachments/34371/SimSpark-logo_med.png</medium_logo_url> <small_logo_url>http://cloud.ohloh.net/attachments/34371/SimSpark-logo_small.png</small_logo_url> <user_count>4</user_count> <average_rating>5.0</average_rating> <rating_count>1</rating_count> <review_count>0</review_count> <analysis_id>14568806</analysis_id> <tags> <tag>robocup3d</tag> <tag>researchtool</tag> <tag>simulation</tag> <tag>physics</tag> <tag>simulations</tag> <tag>research</tag> <tag>simulators</tag> <tag>robocup</tag> <tag>agents</tag> <tag>soccer</tag> <tag>robotics</tag> <tag>ode</tag> <tag>ai</tag> <tag>artificial-intelligence</tag> </tags> <analysis> <id>14568806</id> <url>http://www.ohloh.net/analyses/14568806.xml</url> <project_id>29402</project_id> <updated_at>2013-07-08T09:47:36Z</updated_at> <logged_at>2013-07-08T05:17:55Z</logged_at> <min_month>2005-11-01T00:00:00Z</min_month> <max_month>2013-06-01T00:00:00Z</max_month> <twelve_month_contributor_count>4</twelve_month_contributor_count> <total_code_lines>272919</total_code_lines> <factoids> <factoid type="FactoidAgeVeryOld"> Mature, well-established codebase </factoid> <factoid type="FactoidTeamSizeAverage"> Average size development team </factoid> <factoid type="FactoidCommentsAverage"> Average number of code comments </factoid> <factoid type="FactoidActivityStable"> Stable Y-O-Y development activity </factoid> </factoids> <languages graph_url="http://www.ohloh.net/p/simspark/analyses/14568806/languages.png"> <language color="F35F1F" percentage="75" id="44"> C++ </language> <language color="FF8F00" percentage="13" id="42"> C </language> <language color="000000" percentage="12" id=""> 15 Other </language> </languages> <main_language_id>44</main_language_id> <main_language_name>C++</main_language_name> </analysis> <licenses> <license> <name>gpl</name> <nice_name>GNU General Public License v2.0 or later</nice_name> </license> </licenses> </project> </result> </response>
41.696203
246
0.64238
14624f70f9f808d1d6236ce56a82a772b57eb4e7
595
xml
XML
app/src/main/res/values/dimen.xml
1210958801/Journey
832301801494bf0c669dd555a6cd91d20a7972c6
[ "Apache-2.0" ]
1
2020-05-12T12:48:48.000Z
2020-05-12T12:48:48.000Z
app/src/main/res/values/dimen.xml
1210958801/Journey
832301801494bf0c669dd555a6cd91d20a7972c6
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/dimen.xml
1210958801/Journey
832301801494bf0c669dd555a6cd91d20a7972c6
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="behind_width">260dp</dimen> <dimen name="text_height">100px</dimen> <dimen name="btn_width">30mm</dimen> <dimen name="btn_height">10mm</dimen> <dimen name="fbutton_default_conner_radius">8dp</dimen> <dimen name="fbutton_default_padding_left">10dp</dimen> <dimen name="fbutton_default_padding_right">10dp</dimen> <dimen name="fbutton_default_padding_top">5dp</dimen> <dimen name="fbutton_default_padding_bottom">5dp</dimen> <dimen name="fbutton_default_shadow_height">4dp</dimen> </resources>
45.769231
60
0.729412
ef87b50bb66494030dd32c850bf457fb11550383
3,046
xml
XML
app/src/main/res/layout/activity_direction.xml
mrokey1997/week45
7677b547e6ef21729c6212bff39e62a6c7da8d86
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_direction.xml
mrokey1997/week45
7677b547e6ef21729c6212bff39e62a6c7da8d86
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_direction.xml
mrokey1997/week45
7677b547e6ef21729c6212bff39e62a6c7da8d86
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".features.direction.DirectionActivity"> <fragment android:id="@+id/place_start" android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="8dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <fragment android:id="@+id/place_end" android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="8dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/place_start" /> <android.support.design.widget.BottomNavigationView android:id="@+id/navigation" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="parent" android:background="@color/darkBrown" app:layout_constraintTop_toBottomOf="@+id/place_end" app:menu="@menu/navigation" /> <ImageView android:id="@+id/img_back" android:layout_width="100dp" android:layout_height="100dp" android:layout_marginTop="252dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/navigation" app:srcCompat="@drawable/ic_direction_white" /> <!--<ImageView--> <!--android:id="@+id/imageView3"--> <!--android:layout_width="wrap_content"--> <!--android:layout_height="0dp"--> <!--android:layout_marginBottom="16dp"--> <!--android:layout_marginStart="8dp"--> <!--android:layout_marginTop="8dp"--> <!--android:elevation="5dp"--> <!--app:layout_constraintBottom_toTopOf="@+id/navigation"--> <!--app:layout_constraintStart_toStartOf="parent"--> <!--app:layout_constraintTop_toTopOf="parent"--> <!--app:srcCompat="@drawable/ic_location" />--> </android.support.constraint.ConstraintLayout>
43.514286
103
0.686802
81d6df5e31d71aec5ac2456969e30c42a66f3d02
13,199
xml
XML
Computerphile/The Danger Theory - Computerphile-urd4uWJ2rH4.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
Computerphile/The Danger Theory - Computerphile-urd4uWJ2rH4.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
Computerphile/The Danger Theory - Computerphile-urd4uWJ2rH4.xml
wielandb/YouTube-Annotation-Archive
8680b057af3a31060e99574030f361f901db3173
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?><document><annotations itct="CAAQwOYBIhMIvNuj3pXv3wIVj1ngCh3MhwM1KPgdMgJpdkj-2NqTlpfe27oB"> <annotation id="annotation_1160728195" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dnr9auoHtvzM&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_1160728195" itct="CAEQs-UBGP___________wEiEwi826Pele_fAhWPWeAKHcyHAzUo-B0yAml2SP7Y2pOWl97bugE"> <segment> <movingRegion type="rect"> <rectRegion x="52.93200" y="42.81700" w="36.25200" h="33.12700" t="8:02.376"/> <rectRegion x="52.93200" y="42.81700" w="36.25200" h="33.12700" t="8:19.360"/> </movingRegion> </segment> <appearance bgColor="6994293" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_1160728195&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=nr9auoHtvzM" link_class="1"/> </action> </annotation> <annotation id="annotation_1393382891" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGSIDS_lvRv4&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_1393382891" itct="CAIQs-UBGP___________wEiEwi826Pele_fAhWPWeAKHcyHAzUo-B0yAml2SP7Y2pOWl97bugE"> <segment> <movingRegion type="rect"> <rectRegion x="10.93500" y="43.38000" w="36.25200" h="31.71800" t="8:02.376"/> <rectRegion x="10.93500" y="43.38000" w="36.25200" h="31.71800" t="8:19.360"/> </movingRegion> </segment> <appearance bgColor="6994293" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_1393382891&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=GSIDS_lvRv4" link_class="1"/> </action> </annotation> <annotation id="annotation_1563591887" type="text" style="highlightText" logable="false" itct=""> <TEXT>EXTRA BITS: Danger Theory - Practical Demo</TEXT> <segment spaceRelative="annotation_2711990753"> <movingRegion type="rect"> <rectRegion x="0.00000" y="19.57700" w="36.09400" h="16.42300" t="never"/> <rectRegion x="0.00000" y="19.57700" w="36.09400" h="16.42300" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="4.814266666666667" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_2711990753" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_1619663679" type="text" style="highlightText" logable="false" itct=""> <TEXT>Crashes, Cosmic Rays and Kernel Panic</TEXT> <segment spaceRelative="annotation_1160728195"> <movingRegion type="rect"> <rectRegion x="0.15800" y="22.67600" w="35.77700" h="13.04600" t="never"/> <rectRegion x="0.15800" y="22.67600" w="35.77700" h="13.04600" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="4.814266666666667" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_1160728195" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_2093418363" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Du2qRUtg2k3Y&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_2093418363" itct="CAMQs-UBGP___________wEiEwi826Pele_fAhWPWeAKHcyHAzUo-B0yAml2SP7Y2pOWl97bugE"> <segment> <movingRegion type="rect"> <rectRegion x="53.09000" y="2.81700" w="35.93500" h="31.43700" t="8:02.376"/> <rectRegion x="53.09000" y="2.81700" w="35.93500" h="31.43700" t="8:19.360"/> </movingRegion> </segment> <appearance bgColor="6994293" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_2093418363&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=u2qRUtg2k3Y" link_class="1"/> </action> </annotation> <annotation id="annotation_2246663043" type="text" style="highlightText" logable="false" itct=""> <TEXT>AIS &amp; Negative Selection</TEXT> <segment spaceRelative="annotation_3777236203"> <movingRegion type="rect"> <rectRegion x="-1.90500" y="-0.69000" w="95.11400" h="16.98600" t="never"/> <rectRegion x="-1.90500" y="-0.69000" w="95.11400" h="16.98600" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="8.424966666666666" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_3777236203" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_2569030133" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNXqIpU6Gejw&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_2569030133" itct="CAQQs-UBGP___________wEiEwi826Pele_fAhWPWeAKHcyHAzUo-B0yAml2SP7Y2pOWl97bugE"> <segment> <movingRegion type="rect"> <rectRegion x="4.78600" y="82.01400" w="90.19800" h="13.56300" t="2:57.182"/> <rectRegion x="4.78600" y="82.01400" w="90.19800" h="13.56300" t="3:02.427"/> </movingRegion> </segment> <appearance bgColor="0" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_2569030133&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=NXqIpU6Gejw" link_class="1"/> </action> </annotation> <annotation id="annotation_2644280133" type="text" style="highlightText" logable="false" itct=""> <TEXT>EXTRA BITS: Danger Theory Practical Demo</TEXT> <segment spaceRelative="annotation_2569030133"> <movingRegion type="rect"> <rectRegion x="0.00000" y="-0.97200" w="90.45200" h="18.95800" t="never"/> <rectRegion x="0.00000" y="-0.97200" w="90.45200" h="18.95800" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="8.424966666666666" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_2569030133" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_2711990753" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNXqIpU6Gejw&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_2711990753" itct="CAUQs-UBGP___________wEiEwi826Pele_fAhWPWeAKHcyHAzUo-B0yAml2SP7Y2pOWl97bugE"> <segment> <movingRegion type="rect"> <rectRegion x="11.09400" y="2.81700" w="36.09400" h="32.28200" t="8:02.376"/> <rectRegion x="11.09400" y="2.81700" w="36.09400" h="32.28200" t="8:19.360"/> </movingRegion> </segment> <appearance bgColor="6994293" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_2711990753&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=NXqIpU6Gejw" link_class="1"/> </action> </annotation> <annotation id="annotation_2826220437" type="text" style="highlightText" logable="false" itct=""> <TEXT>Danger Theory - Practical Demo</TEXT> <segment spaceRelative="annotation_494322041"> <movingRegion type="rect"> <rectRegion x="0.00000" y="30.28200" w="36.56900" h="12.76100" t="never"/> <rectRegion x="0.00000" y="30.28200" w="36.56900" h="12.76100" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="3.911591666666667" highlightFontColor="0"/> <trigger> <condition ref="annotation_494322041" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_3315312899" type="text" style="highlightText" logable="false" itct=""> <TEXT>Public Key Cryptography</TEXT> <segment spaceRelative="annotation_1393382891"> <movingRegion type="rect"> <rectRegion x="0.00000" y="28.31000" w="35.46000" h="7.41200" t="never"/> <rectRegion x="0.00000" y="28.31000" w="35.46000" h="7.41200" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="4.814266666666667" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_1393382891" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_3777236203" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Du2qRUtg2k3Y&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_3777236203" itct=""> <segment> <movingRegion type="rect"> <rectRegion x="5.52300" y="83.70400" w="90.72900" h="10.69000" t="0:38.841"/> <rectRegion x="5.52300" y="83.70400" w="90.72900" h="10.69000" t="0:49.592"/> </movingRegion> </segment> <appearance bgColor="0" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_3777236203&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=u2qRUtg2k3Y" link_class="1"/> </action> </annotation> <annotation id="annotation_3836431679" type="text" style="highlightText" logable="false" itct=""> <TEXT>Artificial Immune Systems &amp; Negative Selection</TEXT> <segment spaceRelative="annotation_2093418363"> <movingRegion type="rect"> <rectRegion x="0.00000" y="20.98600" w="36.41000" h="15.57700" t="never"/> <rectRegion x="0.00000" y="20.98600" w="36.41000" h="15.57700" t="never"/> </movingRegion> </segment> <appearance bgAlpha="0" textSize="4.814266666666667" highlightFontColor="16777215"/> <trigger> <condition ref="annotation_2093418363" state="rollOver"/> </trigger> </annotation> <annotation id="annotation_494322041" type="highlight" log_data="a-v=urd4uWJ2rH4&amp;ei=C389XPypDY-zgQfMj46oAw&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNXqIpU6Gejw&amp;a-type=3&amp;xble=1&amp;l-class=1&amp;a-id=annotation_494322041" itct=""> <segment> <movingRegion type="rect"> <rectRegion x="7.13200" y="9.85900" w="37.20300" h="37.07000" t="3:02.427"/> <rectRegion x="7.13200" y="9.85900" w="37.20300" h="37.07000" t="3:12.186"/> </movingRegion> </segment> <appearance bgColor="6994293" highlightWidth="3" borderAlpha="0.2"/> <action type="openUrl" trigger="click"> <url target="new" value="https://www.youtube.com/watch?annotation_id=annotation_494322041&amp;ei=C389XPypDY-zgQfMj46oAw&amp;feature=iv&amp;src_vid=urd4uWJ2rH4&amp;v=NXqIpU6Gejw" link_class="1"/> </action> </annotation> <annotation id="channel:56a7cd8a-0000-2aea-9483-94eb2c05d02e" style="branding" type="branding" log_data="a-v=urd4uWJ2rH4&amp;link-id=UC9-y-6csu5WGm29I7JiwpnA&amp;ei=C389XPypDY-zgQfMj46oAw&amp;a-ch=UC9-y-6csu5WGm29I7JiwpnA&amp;a-type=10&amp;xble=0&amp;l-class=3&amp;a-id=56a7cd8a-0000-2aea-9483-94eb2c05d02e"> <data>{&quot;is_mobile&quot;:false,&quot;image_type&quot;:1,&quot;image_url&quot;:&quot;https:\/\/i.ytimg.com\/an\/9-y-6csu5WGm29I7JiwpnA\/featured_channel.jpg?v=56aa1811&quot;,&quot;channel_id&quot;:&quot;UC9-y-6csu5WGm29I7JiwpnA&quot;,&quot;start_ms&quot;:5000,&quot;use_standalone_subscribe_button&quot;:true,&quot;channel_name&quot;:&quot;Computerphile&quot;,&quot;standalone_subscribe_button_data&quot;:{&quot;subscribeText&quot;:&quot;Abonnieren&quot;,&quot;enabled&quot;:false,&quot;classic&quot;:true,&quot;subscribeCount&quot;:&quot;1,2\u00a0Mio.&quot;,&quot;subscribed&quot;:false,&quot;unsubscribeText&quot;:&quot;Abonniert&quot;,&quot;signinUrl&quot;:&quot;https:\/\/accounts.google.com\/ServiceLogin?service=youtube\u0026uilel=3\u0026continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Fhl%3Dde%26continue_action%3DQUFFLUhqbkwtR3JkSW4taDdMemdBdHBfVlAydTdrTFNmUXxBQ3Jtc0tsRWRhTGx1OFdBcDYtZm5sVUxGY1pWdkxLbGtFMGRaWmxKSHp1QU1oazJxemFrNnVkNWZDS0pwTTl3Z2N3NkNYVS1Vd3hmMU9FQ2xxdWNSS01VZVdLeDlta0Nqc2hBWmZkbjlDbFlDMEgyeTR0dXBBQ051VU9wUkRZR1RZV3FaV3E4SzNZRXhLc1ZCSXVGQ1RHc25tQmkzdHFKT1FEeTBMS2t4UzNpWUwyNUZuZUxveVNzTTdjeDZmX1RtTC1YeHhhSjgyazVBVjc3dG01TjREbTNYY3dnRTRXNm95TW84ZmMzYzhzS2kzV1MzOWdRZGY0%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%252FComputerphile%26action_handle_signin%3Dtrue%26feature%3Div%26app%3Ddesktop\u0026hl=de\u0026passive=true&quot;,&quot;unsubscribeCount&quot;:&quot;1,2\u00a0Mio.&quot;,&quot;feature&quot;:&quot;iv&quot;},&quot;end_ms&quot;:500000,&quot;num_subscribers&quot;:&quot;1272336&quot;,&quot;subscription_token&quot;:[&quot;&quot;,&quot;&quot;],&quot;image_width&quot;:51,&quot;session_data&quot;:{&quot;feature&quot;:&quot;iv&quot;,&quot;itct&quot;:&quot;CAYQ8zcY____________ASITCLzbo96V798CFY9Z4AodzIcDNSj4HTICaXZI_tjak5aX3tu6AQ&quot;,&quot;ei&quot;:&quot;C389XPypDY-zgQfMj46oAw&quot;,&quot;src_vid&quot;:&quot;urd4uWJ2rH4&quot;,&quot;annotation_id&quot;:&quot;56a7cd8a-0000-2aea-9483-94eb2c05d02e&quot;},&quot;image_height&quot;:23}</data> <segment/> <action trigger="click" type="openUrl"> <url type="hyperlink" target="new" value="https://www.youtube.com/user/Computerphile"/> </action> </annotation></annotations></document>
62.259434
1,992
0.733768
45dc981f82417d48d352c6591869134c219069dc
1,394
xml
XML
.idea/encodings.xml
sjdhanasekaran/cumulocity-parkingPi-javaAgent
3c6b5330ac0f9281d5c782ae6f9bd5f9c96cd334
[ "MIT" ]
1
2018-03-05T07:35:08.000Z
2018-03-05T07:35:08.000Z
.idea/encodings.xml
sjdhanasekaran/cumulocity-parkingPi-javaAgent
3c6b5330ac0f9281d5c782ae6f9bd5f9c96cd334
[ "MIT" ]
null
null
null
.idea/encodings.xml
sjdhanasekaran/cumulocity-parkingPi-javaAgent
3c6b5330ac0f9281d5c782ae6f9bd5f9c96cd334
[ "MIT" ]
6
2018-05-23T08:53:57.000Z
2020-08-30T22:39:45.000Z
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="Encoding"> <file url="file://$PROJECT_DIR$" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/generic-linux-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/jv-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/jv-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/kontron-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/mac-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages/kontron-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages/linux-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages/mac-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages/rpi-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/packages/win-agent" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/parking-pi-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/piface-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/remote-access-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/rpi-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/tinkerforge-driver" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/win-driver" charset="UTF-8" /> </component> </project>
60.608696
78
0.644907
8b06484ae5d51a1d5b43c15585704678cdffce3d
44,071
ui
XML
data/user_input/ui/Model/Info/getGroupInformationPerforatedPlate.ui
open-pulse/OpenPulse
ef49cd1ff672821c4b57729c0ef9f4ff5a83eadf
[ "MIT" ]
23
2020-01-14T12:49:11.000Z
2021-11-10T05:19:29.000Z
data/user_input/ui/Model/Info/getGroupInformationPerforatedPlate.ui
open-pulse/OpenPulse
ef49cd1ff672821c4b57729c0ef9f4ff5a83eadf
[ "MIT" ]
101
2020-01-23T19:29:00.000Z
2022-03-15T17:56:23.000Z
data/user_input/ui/Model/Info/getGroupInformationPerforatedPlate.ui
open-pulse/OpenPulse
ef49cd1ff672821c4b57729c0ef9f4ff5a83eadf
[ "MIT" ]
3
2020-01-14T12:49:26.000Z
2022-01-13T02:06:53.000Z
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>401</width> <height>659</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>Information of selected group</string> </property> <widget class="QFrame" name="frame"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>401</width> <height>39</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>450</width> <height>16777215</height> </size> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="lineWidth"> <number>1</number> </property> <widget class="QLabel" name="title_label"> <property name="geometry"> <rect> <x>2</x> <y>4</y> <width>401</width> <height>33</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>446</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>12</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="text"> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:12pt;&quot;&gt;Information of selected group&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property> <property name="textFormat"> <enum>Qt::AutoText</enum> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <widget class="QFrame" name="frame_2"> <property name="geometry"> <rect> <x>0</x> <y>38</y> <width>401</width> <height>621</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>450</width> <height>16777215</height> </size> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <widget class="QTreeWidget" name="treeWidget_group_info"> <property name="geometry"> <rect> <x>8</x> <y>16</y> <width>381</width> <height>51</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>402</width> <height>430</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>10</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="textElideMode"> <enum>Qt::ElideRight</enum> </property> <property name="indentation"> <number>0</number> </property> <property name="uniformRowHeights"> <bool>false</bool> </property> <property name="animated"> <bool>false</bool> </property> <property name="allColumnsShowFocus"> <bool>false</bool> </property> <property name="headerHidden"> <bool>false</bool> </property> <property name="columnCount"> <number>1</number> </property> <attribute name="headerVisible"> <bool>true</bool> </attribute> <column> <property name="text"> <string>Elements</string> </property> <property name="textAlignment"> <set>AlignCenter</set> </property> </column> </widget> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>381</width> <height>162</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout_7"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <item> <widget class="QLabel" name="Label_dh"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_dh</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_tp"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_tp</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_phi"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_phi</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_sigma"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_sigma</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="2"> <layout class="QVBoxLayout" name="verticalLayout_8"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLabel" name="label_17"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[m]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_14"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[m]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_15"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_16"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,0,0,0"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_HoleDiameter"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Hole diameter:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_thickness"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Plate thickness:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_porosity"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Area porosity:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_discharge"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Discharge coefficient:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="gridLayoutWidget_6"> <property name="geometry"> <rect> <x>10</x> <y>390</y> <width>381</width> <height>80</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_6"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="0" column="2"> <layout class="QVBoxLayout" name="verticalLayout_19"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLabel" name="label_22"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_28"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_18" stretch="0,0"> <property name="spacing"> <number>6</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item> <widget class="QLabel" name="label_correction_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Bias flow effects:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_bias"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Bias flow coefficient:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout_17"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <item> <widget class="QLabel" name="Label_bias_effects"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_gf_effects</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_bias_coefficient"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_gf_coefficient</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="gridLayoutWidget_5"> <property name="geometry"> <rect> <x>10</x> <y>250</y> <width>381</width> <height>121</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_5"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout_12"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <item> <widget class="QLabel" name="Label_nl_effects"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_nl_effects</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_nl_sigma"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_nl_sigma</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="Label_correction"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_correction</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_13" stretch="0,0,0"> <property name="spacing"> <number>6</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item> <widget class="QLabel" name="label_porosity_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string> Nonlinear effects:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_nonlinDischarge_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Nonlinear discharge coefficient:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_bias_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Correction factor:</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="2"> <layout class="QVBoxLayout" name="verticalLayout_14"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLabel" name="label_30"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_18"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_19"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>230</y> <width>401</width> <height>20</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="Line" name="line_2"> <property name="geometry"> <rect> <x>0</x> <y>370</y> <width>401</width> <height>20</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QPushButton" name="pushButton_close"> <property name="geometry"> <rect> <x>150</x> <y>570</y> <width>102</width> <height>32</height> </rect> </property> <property name="minimumSize"> <size> <width>102</width> <height>32</height> </size> </property> <property name="maximumSize"> <size> <width>102</width> <height>32</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>14</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Close</string> </property> </widget> <widget class="QWidget" name="gridLayoutWidget_7"> <property name="geometry"> <rect> <x>10</x> <y>490</y> <width>381</width> <height>41</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_7"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <property name="verticalSpacing"> <number>0</number> </property> <item row="0" column="2"> <layout class="QVBoxLayout" name="verticalLayout_20"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLabel" name="label_29"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>[-]</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_21" stretch="0"> <property name="spacing"> <number>6</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item> <widget class="QLabel" name="label_bias_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>160</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Dimensionless impedance</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout_22"> <property name="sizeConstraint"> <enum>QLayout::SetNoConstraint</enum> </property> <item> <widget class="QLabel" name="Label_dimensionless_impedance"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>35</height> </size> </property> <property name="font"> <font> <family>Arial</family> <pointsize>11</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Label_dimensionless_impedance</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="Line" name="line_3"> <property name="geometry"> <rect> <x>0</x> <y>470</y> <width>401</width> <height>20</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </widget> </widget> <resources/> <connections/> </ui>
28.034987
218
0.500647
dc2f9d065c056589154bce96444dcc65f5d77658
1,917
xml
XML
app/src/main/res/layout/fragment_roses.xml
floschu/sugarandrose
d561d6c2c940b938b37a9e871fe4c0bc30983d14
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/fragment_roses.xml
floschu/sugarandrose
d561d6c2c940b938b37a9e871fe4c0bc30983d14
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/fragment_roses.xml
floschu/sugarandrose
d561d6c2c940b938b37a9e871fe4c0bc30983d14
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"> <data> <variable name="vm" type="org.sugarandrose.app.ui.roses.RosesMvvm.ViewModel" /> </data> <androidx.coordinatorlayout.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent"> <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:layout_width="match_parent" android:layout_height="match_parent" android:enabled="@{false}" app:refreshing="@{vm.refreshing}" app:setColorScheme="@{true}"> <com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView android:id="@+id/recycler_view" android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" android:foreground="?android:windowContentOverlay" android:padding="@dimen/card_margin_half" app:adapter="@{vm.adapter}" app:fastScrollAutoHide="true" app:fastScrollAutoHideDelay="1500" app:fastScrollPopupBgColor="@color/colorAccent" app:fastScrollPopupPosition="adjacent" app:fastScrollPopupTextColor="@color/textWhitePrimary" app:fastScrollThumbColor="@color/colorAccent" app:fastScrollTrackColor="@color/pink" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" tools:listitem="@layout/item_rose" /> </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout> </layout>
44.581395
84
0.640584
2446eca4ea6bbfdef47e9b5334e5c138be25af02
6,719
xib
XML
XCodeProjectData/Demo-iOS/en.lproj/iPhoneDetailViewController.xib
seltzered/SVGKit
93fa613c303f4d9ef76fd37d3e8fba9305b00e20
[ "MIT" ]
null
null
null
XCodeProjectData/Demo-iOS/en.lproj/iPhoneDetailViewController.xib
seltzered/SVGKit
93fa613c303f4d9ef76fd37d3e8fba9305b00e20
[ "MIT" ]
null
null
null
XCodeProjectData/Demo-iOS/en.lproj/iPhoneDetailViewController.xib
seltzered/SVGKit
93fa613c303f4d9ef76fd37d3e8fba9305b00e20
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DetailViewController"> <connections> <outlet property="contentView" destination="26" id="43"/> <outlet property="progressLoading" destination="FNy-0k-7Zu" id="V9A-g9-a3D"/> <outlet property="scrollViewForSVG" destination="25" id="44"/> <outlet property="subViewLoadingPopup" destination="NFk-6v-xaP" id="80w-aR-wzw"/> <outlet property="view" destination="1" id="3"/> <outlet property="viewActivityIndicator" destination="45" id="48"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="1"> <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" translatesAutoresizingMaskIntoConstraints="NO" id="25"> <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> <subviews> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="26" customClass="SVGKFastImageView"> <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> </view> </subviews> <connections> <outlet property="delegate" destination="-1" id="65"/> </connections> </scrollView> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NFk-6v-xaP"> <rect key="frame" x="62" y="226" width="197" height="116"/> <subviews> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Loading, please wait" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="38"> <rect key="frame" x="20" y="20" width="158" height="21"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="FNy-0k-7Zu"> <rect key="frame" x="20" y="49" width="158" height="2"/> </progressView> <activityIndicatorView opaque="NO" contentMode="scaleToFill" hidesWhenStopped="YES" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="45"> <rect key="frame" x="80" y="59" width="37" height="37"/> </activityIndicatorView> </subviews> <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <constraints> <constraint firstItem="38" firstAttribute="leading" secondItem="NFk-6v-xaP" secondAttribute="leading" constant="20" symbolic="YES" id="0oC-5c-yFP"/> <constraint firstItem="FNy-0k-7Zu" firstAttribute="top" secondItem="38" secondAttribute="bottom" constant="8" symbolic="YES" id="7ca-Zq-LAW"/> <constraint firstAttribute="centerX" secondItem="45" secondAttribute="centerX" id="F8n-Xd-RN6"/> <constraint firstItem="45" firstAttribute="top" secondItem="FNy-0k-7Zu" secondAttribute="bottom" constant="8" symbolic="YES" id="QGs-6w-VoX"/> <constraint firstAttribute="centerX" secondItem="38" secondAttribute="centerX" id="bCq-cJ-Pb7"/> <constraint firstItem="38" firstAttribute="top" secondItem="NFk-6v-xaP" secondAttribute="top" constant="20" symbolic="YES" id="fMf-t9-qes"/> <constraint firstAttribute="bottom" secondItem="45" secondAttribute="bottom" constant="20" symbolic="YES" id="q12-rA-B17"/> <constraint firstItem="38" firstAttribute="trailing" secondItem="FNy-0k-7Zu" secondAttribute="trailing" id="tqX-m2-WAF"/> <constraint firstItem="38" firstAttribute="leading" secondItem="FNy-0k-7Zu" secondAttribute="leading" id="zPk-b3-vei"/> </constraints> </view> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <constraints> <constraint firstAttribute="bottom" secondItem="25" secondAttribute="bottom" id="Gel-TK-AKX"/> <constraint firstAttribute="centerY" secondItem="NFk-6v-xaP" secondAttribute="centerY" id="Lrd-7Z-HyW"/> <constraint firstAttribute="centerX" secondItem="NFk-6v-xaP" secondAttribute="centerX" id="VHw-Q5-Djb"/> <constraint firstItem="25" firstAttribute="top" secondItem="1" secondAttribute="top" id="XDM-jB-EoD"/> <constraint firstAttribute="trailing" secondItem="25" secondAttribute="trailing" id="ufI-i5-LYt"/> <constraint firstItem="25" firstAttribute="leading" secondItem="1" secondAttribute="leading" id="v0s-TW-4X0"/> </constraints> <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/> </view> </objects> <simulatedMetricsContainer key="defaultSimulatedMetrics"> <simulatedStatusBarMetrics key="statusBar"/> <simulatedOrientationMetrics key="orientation"/> <simulatedScreenMetrics key="destination" type="retina4"/> </simulatedMetricsContainer> </document>
82.950617
309
0.613038
9157e6fae8c1241f65eb0f641fc07530c6a81d26
13,345
xml
XML
data/dump/blogs/3864184.female.37.Law.Virgo.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/3864184.female.37.Law.Virgo.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/3864184.female.37.Law.Virgo.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
<Blog> <date>07,July,2004</date> <post> On a bright and sunny morning in the back woods of Michigan I woke to the sound of singing birds in the trees. As I laid there contemplating the day I wondered what made me choose to return to this hole in the wall town. I knew the answer, if I wanted to be honest. It was a combination of boredom and love of my mother. I had bolted from Idlewild as soon as I was able, off to California, as far away as possible, to escape what I believed to be hell on earth. What else would you call a small town with nothing to do, nothing to offer and no hope of change ever. I called it hell. California, on the other hand, seemed like heaven. Fun, exciting and very far away from Michigan. After two years in heaven, however, I figured out what got to me was staying in any place for too long. Two years had been too long for California. In an effort to change my surroundings I took a few quick classes in French and signed up with an agency that placed American nannies with families in France. I signed up for an 18 month stint, trying to curb the possible boredom I might find in France if I were to commit myself to staying any longer than that. After going through the telephone interview process with many families, I was hired by a family in Sceaux and scheduled to arrive at their home in October. Those arrangements in place I quickly packed my things and headed back to Michigan to spend the 3 months prior to October with my mother. Now here I was, waking up in what I use to view as hell, Idlewild, Michigan. Idlewild was once a bustling summer vacation spot for black families. It was established in the 1920s and grew through the '30s and '40s as Jim Crow laws prevented blacks from renting or owning homes in then-popular lakeside vacation spots. It was a place where families from Detroit, Chicago, Cleveland, New York and elsewhere would meet each summer to fish, hunt, swim and enjoy the pastoral woods. That was the early days. It still served as a vacation spot for many since fishing, hunting and swimming could still be enjoyed, but the "bustling" days were over and had been over for quite some time. Money had left Idlewild many years prior and from the vacant and boarded up properties throughout, it didn’t look like it would be coming back anytime soon. When I was a small child living in Dayton, Ohio we came to Idlewild frequently to vacation. We stayed in a cottage that my father had helped build as a child with his granfather. A small two bedroom house with no running water, a big wood stove in the middle of the living room and a fenced in porch that my brother and I shared as a bedroom. I don’t remember hating the experience, and actually believe my brother and I enjoyed it. Hot summers in Idlewild included playing outside, driving into “town” to buy ice ceam at Jones and having our parent’s undivided attention. It was a place that we visited . When our parents informed us, the summer before I started high school, we would be moving there to live full time, I knew they couldn’t be serious. No one lived in Idlewild. They didn’t even have a big grocery store, let alone a mall! I was also pretty sure they didn’t have a high school, but that thought didn’t seem to cause me as much greif as no mall. Two months later I found out that while I was right about there being no mall, I was wrong about everything else. People actually did live in Idlewild, they did have a big grocery store (“big” being a relative term) and to my even greater dismay I learned that they did have an elementary, middle and high school! All things considered, the three years I spent as a teenager living in Idlewild were not that bad. Yes, I viewed it as hell on earth, but that was the general consensus of all the teenagers in the Lake County area because there was NOTHING to do. This small fact lead to bigger problems like teen pregnancy and high drug use, but I managed to avoid those pitfalls and left for California as soon as my parents said I could. Now here I was, back at square one, if only temporarily, to hang out with my mother. My mother lives on one of the many lakes in the county. Of the 5 houses that surround the lake my mother’s is the only one that is occupied year round. The other neighbors only visit for a portion of the summer. Right now, towards the end of September, we are all alone. Me, my mom, Honey, our golden lab, and the mosquitos. It’s very quiet, with the exception of the birds singing in the trees, and quite serene. At moments like this I wonder why I had been so quick to bolt two years prior. Then I recall my epiphany about boredom. Were it not for the fact that I was scheduled to leave for France in two days today might have been identical to the almost 3 months of other days I’d spent in Idlewild which consisted mostly of sleeping in and doing nothing. This was, however, the last day I would spend with my mom before heading to Detroit to begin my journey to France. My mom took the day off from work so that we could spend some quality time together. Quality time with my mom can be as simple as being in the same room, same house, or general vicinity. My mom has an aura about her that can be felt miles from her physical being. Its an amazing thing but one that I am quite dependent on – her aura seemed to reach out to me while I was in California keeping me from feeling so far away. While I couldn’t be sure that she was happy about my decision to go to Europe, I was sure that she loved me and supported pretty much whatever I threw at her in the form of a personal decision. I often found myself wondering where that ability came from, if its one of those gifts you receive once you become a parent or something some people simply possess. </post> <date>07,July,2004</date> <post> I’m so pissed off. In March of 2003 I was admitted to the emergency room of Meridian Park Hospital because I was very ill. I couldn’t catch my breath, I didn’t respond to my husband, I didn’t respond to anyone. I was out of it. After checking me in the doctors were so sure that I was not going to live through the night that they asked my husband if I wanted to donate my organs. THAT’s how sick I was. By the following morning I had been up all night being worked on by doctors. I had a stint put into my heart so that they could draw blood directly from the point since my veins were nonexistent in such a dehydrated state. I was better, breathing and talking, in a knowing state of where I was and what was going on, even though still very weak. Around 11:15 that morning a phlebotomist came into my room to draw blood. He was sent from the lab because they needed blood from my veins and the nurse’s were unable to do it in such a dehydrated state. The phlebotomist entered the room, advised me why he was there and then tied rubber tubing around my arm. At this point I shut my eyes in an effort to rest while this was being done. I had been up all night, was exhausted and sick of all the commotion that had been constantly around me. Once the needle was inserted the phlebotomist put his hand on my left breast and fondled me. Being completely honest my first thought was that this must be a way in which to get the blood flowing so that they could withdraw the blood required. I knew they had been having a problem, and it was all that seemed to make sense. He removed his hand and then placed it again on my left breast again fondling. Again I thought it must be a medical routine. He removed his hand when my day nurse came into the room to check and see if everything was alright, that he was able to draw the blood successfully. He answered her and she left the room again and again, he placed his hand on my left breast. At this point I began to believe that something was not right with this situation so I opened my eyes and looked up at him. He was not looking at me, but was looking into the hallway as if to watch and be sure that no one could see what he was doing. He then removed his hand from my breast , took the needle out and left my room telling me that he hoped I felt better. Immediately after this encounter I was taken to have an MRI, then my husband and children came to visit and then I was allowed to try and get some rest. It was not until later that evening when I was finally alone, trying (unsuccessfully) to sleep that I replayed the day and the encounter with the phlebotomist. I buzzed the nurse to come in and when she did I told her that the phlebotomist had felt me up. That I had thought it must be some way to get blood circulating, but on reflection I was sure he had felt me up. She reported my complaint to the powers that be and the positioning began. When my husband visited me the next morning I informed him of the event and he immediately went to talk to whoever was in charge. The hospital immediately took the position that I was a nut and this did not happen. They were extremely defensive about the whole thing and without blatantly saying the words called me a liar. I was in ICU for 6 days. When I got out of the hospital I was required to be off work for a month. A week after I was released from the hospital I felt better and left my house for the first time. I went to the Police Department and filed charges for sexual assault. Of course the police spoke to the phlebotomist who denied that he had done anything and under the circumstances, because it was my word against his, and no witnesses were present, there was nothing the Police could do. Two months after my incident in March, the same phlebotomist did the same thing to another patient at the same hospital and this time there was a witness to his act. The police called to inform me that they were reopening the case because now there were two unrelated women accusing the same person of doing the same thing. In September me and the other victim testified before a grand jury which indicted the phlebotomist on four counts of sexual assault. In May of 2004 the trial was to begin against him. The first thing to happen was that the two cases were severed. Apparently it’s the courts prerogative to bend over backwards and help the defendant in any way it can. By separating the two cases it meant that a jury would only hear about one incident and form their opinions on his guilt or innocence on that limited bit of information. As it played out the other victim’s case went first – the one with a witness – and ultimately the jury found the bastard NOT GUILTY. I’m so pissed off. I’ve decided many things, mainly that I must vent my frustration in writing and then let it all go, but I’ve also decided that simply because he was found not guilty in her case does not mean I will give up my efforts and not go forward with my case. I feel duty bound to at least try and get him convicted. Chances are even slimmer in my situation that he will be convicted but I feel like I have to try. There are many things in my favor that were not in hers. She was 19, and I am 37. I have been married to the same man for 18 years and come across as a very stable and forthright individual. Not only was she 19, but she also spoke to the press about the incident A LOT. She created a circus atmosphere by talking to the paper and the TV stations frequently. I understand what she was doing, trying to get the information out there to alert people to the problem, but I had no desire to talk to the press and become part of the circus. The defense attorney in her case flat out said she was lying and simply in this for the money – although I don’t expect them to say that about me, cause my actions have proven different, I do expect them to say that I was very ill and although I believe this is what happened, in my state, how could anyone trust what I believed to be happening as truth. WHATEVER. I know what he did, HE knows what he did, and now, fortunately, his wife knows what he did two because even though the jury didn’t know two separate people with no connection whatsoever accused him of doing the same exact thing, SHE knows that and must live with that. Am I prepared to go to trial. I don’t know if you can be prepared. I was advised the defense attorney cried during closing arguments, CRIED at the injustice that was being served on his client, a fine upstanding model employee at the hospital – injustice because he is Pakistani, which in America’s vision equates to Arab – and this was all befalling him because of 911 – again WHATEVER. The man is a sicko preying on innocent, very ill women in a state where they cannot help themselves and he needs to STOP. I don’t believe I was his first victim, only the first to make the complaint, and if he isn’t found guilty I have no doubt that I’ll be the last. . . . I’m just so pissed off at the injustice and the unfairness of the court system. I don’t know why this surprises me though. O.J. was found not guilty, Michael Jackson will surely be found not guilty and Scott Peterson is destined for the same fate. I’d love to be wrong about the last two, but I am so bitter and pissed off right now I just can’t find the strength to think anything more. </post> </Blog>
580.217391
7,413
0.774148
d5caeedf1c544b10baeceaebd40a1b4d3f199049
27,652
xml
XML
data/input/f_176.xml
Nattasan/MARA-Clone
587aea8330f3f681f371a785cd49bd19ee1851b9
[ "Apache-2.0" ]
13
2016-01-21T22:11:44.000Z
2020-02-21T19:22:33.000Z
data/input/f_176.xml
prozzenn/MARA
587aea8330f3f681f371a785cd49bd19ee1851b9
[ "Apache-2.0" ]
7
2017-01-27T13:12:54.000Z
2017-02-08T14:31:26.000Z
data/input/f_176.xml
prozzenn/MARA
587aea8330f3f681f371a785cd49bd19ee1851b9
[ "Apache-2.0" ]
71
2017-01-21T09:55:01.000Z
2017-02-03T11:49:52.000Z
<all><div style="display: none;" class="doc-user-reviews-page num-pagination-page" data-pageid="0"><div class="doc-review"><span class="doc-review-author"><strong>$ENVEE$</strong></span><span class="doc-review-date"> - June 24, 2012</span> - Samsung Galaxy Nexus with version 12<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=09589416977470608569"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">My fave....Please update!!!</h4></div><p class="review-text">AOKP update moved weather images to framework (new lock screen weather panel), so weather doesn't get themed when applying the theme anymore! :-( Thx!</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Michael</strong></span><span class="doc-review-date"> - June 9, 2012</span> - Samsung Galaxy Nexus with version 10<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=15913403437193020883"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Great</h4></div><p class="review-text">Great Work.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>tuxracer</strong></span><span class="doc-review-date"> - June 7, 2012</span> - Version 9<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=04439034221600714791"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Very creative!</h4></div><p class="review-text">My request: Google Voice icon. Keep up the great work!</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Matt</strong></span><span class="doc-review-date"> - June 9, 2012</span> - Samsung Galaxy Nexus with version 8<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=01061358570714518135"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 4.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_off_dark"></div></div><h4 class="review-title">Awesome</h4></div><p class="review-text">Really sweet theme, but since todays update, my wifi and data signal icons are touching, almost overlapping</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>quinn</strong></span><span class="doc-review-date"> - June 4, 2012</span> - Version 7<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=14361345776223638002"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Awesome!</h4></div><p class="review-text">Buy this</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>...</strong></span><span class="doc-review-date"> - May 25, 2012</span> - Version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=13461831983224906380"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 4.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_off_dark"></div></div><h4 class="review-title">Very nice but not finished</h4></div><p class="review-text">I like it and will keep it although a lot of icons still ain't done... Hope they will come :-)</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>ToryNielsen</strong></span><span class="doc-review-date"> - May 24, 2012</span> - Samsung Galaxy S with version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=12524278889591372588"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Epic</h4></div><p class="review-text">Love it had to purchase. Simple and sexy, who wouldn't love that.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Brian</strong></span><span class="doc-review-date"> - May 20, 2012</span> - Samsung Galaxy Nexus with version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=09427663126001716803"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Love it.</h4></div><p class="review-text">So simple looking and not perfect or flashy!</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>wAndroid</strong></span><span class="doc-review-date"> - May 21, 2012</span> - Version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=07034796954806726620"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Love this!</h4></div><p class="review-text">Please make with other colors too like red or black/white.. It would be sooo freaking awesome!</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>CISCO</strong></span><span class="doc-review-date"> - May 20, 2012</span> - Samsung Galaxy Nexus with version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=14662534410855830199"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Gnex</h4></div><p class="review-text">This theme is so awesome looking by far the best</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> </div><div data-pageid="1" style="display: none;" class="doc-user-reviews-page num-pagination-page"><div class="doc-review"><span class="doc-review-author"><strong>Andy</strong></span><span class="doc-review-date"> - May 19, 2012</span> - Samsung Galaxy S with version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=14627560258878704873"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Looks amazing</h4></div><p class="review-text">This theme is so beautiful, keep up the good work and gets better with each update</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Carl</strong></span><span class="doc-review-date"> - May 29, 2012</span> - Version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=15181053977453888326"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Great theme</h4></div><p class="review-text">Looking forward to more icon updates.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Jason</strong></span><span class="doc-review-date"> - May 20, 2012</span> - Samsung Galaxy Nexus with version 5<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=01090440186478168917"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Awesome</h4></div><p class="review-text">This theme is pretty awesome.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Emilio</strong></span><span class="doc-review-date"> - May 19, 2012</span> - Version 3<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=10211814258262424393"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 4.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_off_dark"></div></div><h4 class="review-title">Wonderful theme!</h4></div><p class="review-text">Will give 5 stars when all G-Apps are themed :)</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Tommy</strong></span><span class="doc-review-date"> - May 18, 2012</span> - Samsung Galaxy Nexus with version 3<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=07071542522110935951"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Amazing</h4></div><p class="review-text">Don't always rate stuff...but I had to. This theme is beautiful. Amazing work.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Colin</strong></span><span class="doc-review-date"> - May 15, 2012</span> - Samsung Galaxy Nexus with version 2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=15856490734482174894"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Unique</h4></div><p class="review-text">Love it! That blue would really suit a dark black background hint hint :) top marks with the icons dude, cool as f..k</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Brae</strong></span><span class="doc-review-date"> - May 15, 2012</span> - Samsung Galaxy Nexus with version 2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=14701707883781372043"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Amazing!</h4></div><p class="review-text">Looks great, especially with the chococooky font.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Alek</strong></span><span class="doc-review-date"> - May 14, 2012</span> - Samsung Galaxy Nexus with version 2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=04216738186823385818"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">GNexus</h4></div><p class="review-text">Simply Beautiful.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>iammodo</strong></span><span class="doc-review-date"> - May 14, 2012</span> - Samsung Galaxy Nexus with version 2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=00944499955735722053"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 4.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_off_dark"></div></div><h4 class="review-title">Yay</h4></div><p class="review-text">Love it</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Henrik Schack</strong></span><span class="doc-review-date"> - May 14, 2012</span> - Version 2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=00453742317298408289"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Looks really nice</h4></div><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> </div><div data-pageid="2" style="" class="doc-user-reviews-page num-pagination-page"><div class="doc-review"><span class="doc-review-author"><strong>Stacy</strong></span><span class="doc-review-date"> - May 31, 2012</span> - Samsung Galaxy Nexus<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=00098935105566603907"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">So dope!</h4></div><p class="review-text">One of my faves! If you like thus theme you need to check out the new green one! Even better, the new freehand - no circles theme! Super sick!</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Leshy</strong></span><span class="doc-review-date"> - May 18, 2012</span> - HTC Droid Incredible<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=07406687141277322313"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Amazing</h4></div><p class="review-text">Works perfectly on my Droid Incredible AOKP! Looking forward to more icons themed. Looks great and is still functional and easy to read. Love the colors too.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Jonathan</strong></span><span class="doc-review-date"> - May 17, 2012</span> - Samsung Nexus S<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=04641858733992918031"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Nice</h4></div><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Eric</strong></span><span class="doc-review-date"> - June 21, 2012</span> - Samsung Galaxy S2<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=14375601998992477568"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Mucho bonito XD</h4></div><p class="review-text">Looks great and glad to support such talent.</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> <div class="doc-review"><span class="doc-review-author"><strong>Will</strong></span><span class="doc-review-date"> - May 19, 2012</span> - Samsung Galaxy Nexus<span><a href="/store/apps/details?id=com.hooolm.circlesmod.freehand.ics.blue&amp;reviewId=07331740611304275173"><div class="goog-inline-block review-permalink" title="Link to this review"></div></a></span><div class="doc-review-ratings-line"><div class="ratings goog-inline-block" title="Rating: 5.0 stars (Above average)"><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div><div class="goog-inline-block star SPRITE_star_on_dark"></div></div><h4 class="review-title">Perfect</h4></div><p class="review-text">But not too perfect. Lovely style and quality</p><div class="review-footer goog-inline-block"><div class="doc-review-label">&#160;</div><div class="per-review-controls goog-inline-block"></div></div></div> </div></all>
27,652
27,652
0.750253
b9cbd17f2a82fa83b68c79a2c1102cc50e5895e6
141
xml
XML
src/chrome/content/rules/imgking.co.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
13
2016-05-06T21:50:22.000Z
2019-08-09T03:11:53.000Z
src/chrome/content/rules/imgking.co.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
null
null
null
src/chrome/content/rules/imgking.co.xml
alexmuller/https-everywhere
f55291dba0bf0dde3362b05ce9cc973fd35c5955
[ "MIT" ]
10
2016-04-30T10:23:10.000Z
2019-08-07T06:36:40.000Z
<ruleset name="imgking"> <target host="imgking.co" /> <target host="www.imgking.co" /> <rule from="^http:" to="https:" /> </ruleset>
23.5
38
0.602837
94b4cf15d1415e08ee39c7d57861b75eff533029
20,811
xml
XML
grobid-trainer/resources/dataset/citation/corpus/10.1007%2FJHEP07(2017)141.training.references.tei.xml
ithaka/grobid
eac40f4cdce431e5b1fff4e9ec80e27d69a71121
[ "Apache-2.0" ]
1,666
2015-02-02T17:09:07.000Z
2022-03-31T21:40:48.000Z
grobid-trainer/resources/dataset/citation/corpus/10.1007%2FJHEP07(2017)141.training.references.tei.xml
ithaka/grobid
eac40f4cdce431e5b1fff4e9ec80e27d69a71121
[ "Apache-2.0" ]
844
2015-01-05T14:36:47.000Z
2022-03-29T08:47:31.000Z
grobid-trainer/resources/dataset/citation/corpus/10.1007%2FJHEP07(2017)141.training.references.tei.xml
ithaka/grobid
eac40f4cdce431e5b1fff4e9ec80e27d69a71121
[ "Apache-2.0" ]
348
2015-01-12T01:48:36.000Z
2022-03-24T12:38:06.000Z
<?xml version="1.0" ?> <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML"> <teiHeader> <fileDesc xml:id="0"/> </teiHeader> <text> <front/> <body/> <back> <listBibl> <bibl><orgName type="collaboration">ATLAS collaboration</orgName>, <title level="a">Measurements of the Nuclear Modification Factor for Jets in Pb+Pb Collisionsat √ sNN = 2 . 76TeVwith the ATLAS Detector</title> , <title level="j">Phys. Rev. Lett.</title> <biblScope unit="volume">114</biblScope>( <date>2015</date> )<biblScope unit="page">072302</biblScope>[ <idno type="arxiv">arXiv: 1411.2357</idno>][<note>INSPIRE</note>] .</bibl> <bibl><orgName type="collaboration">ALICE collaboration</orgName>, <title level="a">Measurement of jet suppression in central Pb-Pb collisions at √s NN = 2 .76TeV</title> ,<title level="j">Phys .Lett .B</title> <biblScope unit="volume">746</biblScope> ( <date>2015</date>)<biblScope unit="page">1</biblScope> [ <idno type="arxiv">arXiv:1502.01689</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Measurement of inclusive jet cross-sections in pp and PbPb collisions at √s N N = 2 .76TeV</title> ,<title level="j">Phys .Rev .C</title> ( <date>2016</date>)[ <idno type="arxiv">arXiv:1609.05383</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Measurement of transverse momentum relative to dijet systems in PbPb andpp collisions at √ sNN = 2 . 76TeV</title>, <title level="j">JHEP</title><biblScope unit="issue">01</biblScope> ( <date>2016</date> )<biblScope unit="page">006</biblScope>[ <idno type="arxiv">arXiv :1509.09029</idno>][<note>INSPIRE</note> ].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Measurement of jet fragmentation in PbPb and pp collisions at √s N N = 2 .76TeV</title> ,<title level="j">Phys .Rev .C</title> <biblScope unit="volume">90</biblScope> ( <date>2014</date>)<biblScope unit="page">024908</biblScope> [ <idno type="arxiv">arXiv:1406.0932</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ATLAS collaboration</orgName>, <title level="a">Measurement of inclusive jet charged-particle fragmentation functions inPb+Pb collisions at √ sN N = 2 . 76TeVwith the ATLAS detector</title> , <title level="j">Phys. Lett. B</title><biblScope unit="volume">739</biblScope> ( <date>2014</date> )<biblScope unit="page">320</biblScope>[<idno type="arxiv">arXiv : 1406.2979</idno>][<note>INSPIRE</note>] .</bibl> <bibl><orgName type="collaboration">ATLAS collaboration</orgName>, <title level="m">Internal structure of jets measured in Pb+Pb and pp collisions with theATLAS detector at the LHC</title> ,<idno type="report">ATLAS -CONF-2015-055</idno>[ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Modification of jet shapes in PbPb collisions at √s N N = 2 .76TeV</title> ,<title level="j">Phys .Lett. B</title> <biblScope unit="volume">730</biblScope> (<date>2014</date>) <biblScope unit="page">243</biblScope> [<idno type="arxiv">arXiv:1310.0878</idno>] [<note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Decomposing transverse momentum balance contributions for quenched jetsin PbPb collisions at √ sN N = 2 . 76TeV</title>, <title level="j">JHEP</title><biblScope unit="issue">11</biblScope> ( <date>2016</date> )<biblScope unit="page">055</biblScope>[ <idno type="arxiv">arXiv :1609.02466</idno>] [<note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ALICE collaboration</orgName>, <author>L. Cunqueiro</author>, <title level="a">Jet shapes in pp and Pb-Pb collisions at ALICE</title>, <title level="j">Nucl. Phys.A</title> <biblScope unit="volume">956</biblScope> ( <date>2016</date>)<biblScope unit="page">593</biblScope> [ <idno type="arxiv">arXiv:1512.07882</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="m">Splitting function in pp and PbPb collisions at 5.02 TeV</title>, <idno type="report">CMS-PAS-HIN-16-006</idno>[ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ALICE collaboration</orgName>, <title level="m">First measurement of jet mass in Pb-Pb and p-Pb collisions at the LHC</title>,<idno type="arxiv">arXiv :1702.00804</idno>[ <note>INSPIRE</note>].</bibl> <bibl><author>J.G. Milhano and K.C. Zapp</author>, <title level="a">Origins of the di-jet asymmetry in heavy ion collisions</title>, <title level="j">Eur. Phys.J .C</title> <biblScope unit="volume">76</biblScope> ( <date>2016</date>)<biblScope unit="page">288</biblScope> [ <idno type="arxiv">arXiv:1512.08107</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>K. Rajagopal, A.V. Sadofyev and W. van der Schee</author>, <title level="a">Evolution of the jet opening angle distributionin holographic plasma</title> ,<title level="j">Phys .Rev .Lett .</title><biblScope unit="volume">116</biblScope> ( <date>2016</date>)<biblScope unit="page">211603</biblScope> [ <idno type="arxiv">arXiv:1602.04187</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>J. Casalderrey-Solana, D. Gulhan, G. Milhano, D. Pablos and K. Rajagopal</author>, <title level="a">Angular Structureof Jet Quenching Within a Hybrid Strong /WeakCoupling Model</title> ,<title level="j">JHEP</title> <biblScope unit="issue">03</biblScope> ( <date>2017</date>)<biblScope unit="page">135</biblScope> [<idno type="arxiv">arXiv :1609.05842</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>R. Kunnawalkam Elayavalli</author>, <title level="a">Jet structure modifications in heavy-ion collisions with JEWEL</title>, <title level="j">J.Phys .Conf .Ser .</title><biblScope unit="volume">832</biblScope> ( <date>2017</date>)<biblScope unit="page">012004</biblScope> [ <idno type="arxiv">arXiv:1610.09364</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>Y. Tachibana, N.-B. Chang and G.-Y. Qin</author>, <title level="a">Full jet in quark-gluon plasma with hydrodynamic mediumresponse</title> ,<title level="j">Phys .Rev .C</title> <biblScope unit="volume">95</biblScope> ( <date>2017</date>)<biblScope unit="page">044909</biblScope> [ <idno type="arxiv">arXiv:1701.07951</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>Y.-T. Chien and I. Vitev</author>, <title level="a">Towards the understanding of jet shapes and cross sections in heavyion collisions using soft -collineareffective theory</title> ,<title level="j">JHEP</title> <biblScope unit="issue">05</biblScope> ( <date>2016</date>)<biblScope unit="page">023</biblScope> [ <idno type="arxiv">arXiv:1509.07257</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>S.S. Gubser, S.S. Pufu and A. Yarom</author>, <title level="a">Sonic booms and diffusion wakes generated by a heavy quarkin thermal AdS /CFT</title>,<title level="j">Phys .Rev .Lett .</title><biblScope unit="volume">100</biblScope> ( <date>2008</date>)<biblScope unit="page">012301</biblScope> [ <idno type="arxiv">arXiv:0706.4307</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>P.M. Chesler and L.G. Yaffe</author>, <title level="a">The stress-energy tensor of a quark moving through a strongly-coupledN = 4 supersymmetric Yang -Millsplasma :Comparing hydrodynamics and AdS /CFT</title>,<title level="j">Phys. Rev. D</title><biblScope unit="volume">78</biblScope> ( <date>2008</date> )<biblScope unit="page">045013</biblScope>[ <idno type="arxiv">arXiv :0712.0050</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>P.M. Chesler and W. van der Schee</author>, <title level="a">Early thermalization, hydrodynamics and energy loss in AdS/CFT</title>,<title level="j">Int .J .Mod .Phys .E</title> <biblScope unit="volume">24</biblScope> ( <date>2015</date>)<biblScope unit="page">1530011</biblScope> [ <idno type="arxiv">arXiv:1501.04952</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>J. Casalderrey-Solana, H. Liu, D. Mateos, K. Rajagopal and U.A. Wiedemann</author>, <title level="m">Gauge/String Duality,Hot QCD and Heavy Ion Collisions</title> ,<idno type="arxiv">arXiv :1101.0618</idno>[ <note>INSPIRE</note>].</bibl> <bibl><author>G.Y. Qin, A. Majumder, H. Song and U. Heinz</author>, <title level="a">Energy and momentum deposited into a QCDmedium by a jet shower</title> ,<title level="j">Phys .Rev .Lett .</title><biblScope unit="volume">103</biblScope> ( <date>2009</date>)<biblScope unit="page">152303</biblScope> [ <idno type="arxiv">arXiv:0903.2255</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>R.B. Neufeld and B. Müller</author>, <title level="a">The sound produced by a fast parton in the quark-gluon plasma isa &apos; crescendo</title>&apos;,<title level="j">Phys .Rev .Lett .</title><biblScope unit="volume">103</biblScope> ( <date>2009</date>)<biblScope unit="page">042301</biblScope> [ <idno type="arxiv">arXiv:0902.2950</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>E. Iancu and B. Wu</author>, <title level="a">Thermalization of mini-jets in a quark-gluon plasma</title>, <title level="j">JHEP</title> <biblScope unit="issue">10</biblScope> (<date>2015</date>) <biblScope unit="page">155</biblScope>[ <idno type="arxiv">arXiv:1506.07871</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>I. Bouras, B. Betz, Z. Xu and C. Greiner</author>, <title level="a">Mach cones in viscous heavy-ion collisions</title>, <title level="j">Phys. Rev.C</title> <biblScope unit="volume">90</biblScope> ( <date>2014</date>)<biblScope unit="page">024904</biblScope> [ <idno type="arxiv">arXiv:1401.3019</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>Y. He, T. Luo, X.-N. Wang and Y. Zhu</author>, <title level="a">Linear Boltzmann Transport for Jet Propagation in thequark -gluonPlasma :Elastic Processes and Medium Recoil</title> ,<title level="j">Phys .Rev .C</title> <biblScope unit="volume">91</biblScope> ( <date>2015</date>)<biblScope unit="page">054908</biblScope> [<idno type="arxiv">arXiv :1503.03313</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>Z. Gao, G.-L. Ma, G.-Y. Qin and H.-Z. Zhang</author>, <title level="m">Overall momentum balance and redistribution ofthe lost energy in asymmetric dijet events in 2 .76ATeV Pb -Pbcollisions with a multi -phasetransportmodel</title> , <idno type="arxiv">arXiv: 1612.02548</idno>[<note>INSPIRE</note> ].</bibl> <bibl><author>W. Chen, S. Cao, T. Luo, L.-G. Pang and X.-N. Wang</author>, <title level="m">Evidence of jet-induced medium excitationin γ -hadroncorrelation in A+A collisions</title> ,<idno type="arxiv">arXiv :1704.03648</idno>[ <note>INSPIRE</note>].</bibl> <bibl><author>K.C. Zapp</author>, <title level="a">JEWEL 2.0.0: directions for use</title>, <title level="j">Eur. Phys. J. C</title> <biblScope unit="volume">74</biblScope> (<date>2014</date>) <biblScope unit="page">2762</biblScope> [<idno type="arxiv">arXiv:1311.0048</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>S. Floerchinger and K.C. Zapp</author>, <title level="a">Hydrodynamics and Jets in Dialogue</title>, <title level="j">Eur. Phys. J. C</title> <biblScope unit="volume">74</biblScope> (<date>2014</date>)<biblScope unit="page">3189</biblScope> [ <idno type="arxiv">arXiv:1407.1782</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>K.C. Zapp, F. Krauss and U.A. Wiedemann</author>, <title level="a">A perturbative framework for jet quenching</title>, <title level="j">JHEP</title><biblScope unit="issue">03</biblScope> ( <date>2013</date>)<biblScope unit="page">080</biblScope> [ <idno type="arxiv">arXiv:1212.1599</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>K.C. Zapp</author>, <title level="a">Geometrical aspects of jet quenching in JEWEL</title>, <title level="j">Phys. Lett. B</title> <biblScope unit="volume">735</biblScope> (<date>2014</date>) <biblScope unit="page">157</biblScope> [<idno type="arxiv">arXiv:1312.5536</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>K.C. Zapp, J. Stachel and U.A. Wiedemann</author>, <title level="a">A local Monte Carlo framework for coherent QCDparton energy loss</title> ,<title level="j">JHEP</title> <biblScope unit="issue">07</biblScope> ( <date>2011</date>)<biblScope unit="page">118</biblScope> [ <idno type="arxiv">arXiv:1103.6252</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>A. Buckley et al.</author>, <title level="a">Rivet user manual</title>, <title level="j">Comput. Phys. Commun.</title> <biblScope unit="volume">184</biblScope> (<date>2013</date>) <biblScope unit="page">2803</biblScope> [<idno type="arxiv">arXiv:1003.0694</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>M. Cacciari, G.P. Salam and G. Soyez</author>, <title level="a">FastJet User Manual</title>, <title level="j">Eur. Phys. J. C</title> <biblScope unit="volume">72</biblScope> (<date>2012</date>) <biblScope unit="page">1896</biblScope>[ <idno type="arxiv">arXiv:1111.6097</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ALICE collaboration</orgName>, <title level="a">Measurement of charged jet suppression in Pb-Pb collisions at √s N N = 2 .76TeV</title> ,<title level="j">JHEP</title> <biblScope unit="issue">03</biblScope> ( <date>2014</date>)<biblScope unit="page">013</biblScope> [ <idno type="arxiv">arXiv:1311.0633</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>C. Shen and U. Heinz</author>, <title level="a">Collision Energy Dependence of Viscous Hydrodynamic Flow in RelativisticHeavy -IonCollisions</title> ,<title level="j">Phys .Rev .C</title> <biblScope unit="volume">85</biblScope> ( <date>2012</date>)<biblScope unit="page">054902</biblScope> [ <note>Erratumibid .C 86 ( 2012)049903</note>] [<idno type="arxiv">arXiv :1202.6620</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>C. Shen, Z. Qiu, H. Song, J. Bernhard, S. Bass and U. Heinz</author>, <title level="a">The iEBE-VISHNU code packagefor relativistic heavy -ioncollisions</title> ,<title level="j">Comput .Phys .Commun .</title><biblScope unit="volume">199</biblScope> ( <date>2016</date>)<biblScope unit="page">61</biblScope> [ <idno type="arxiv">arXiv:1409.8164</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>J. Pumplin, D.R. Stump, J. Huston, H.L. Lai, P.M. Nadolsky and W.K. Tung</author>, <title level="a">New generationof parton distributions with uncertainties from global QCD analysis</title> ,<title level="j">JHEP</title> <biblScope unit="issue">07</biblScope> ( <date>2002</date>)<biblScope unit="page">012</biblScope>[ <idno type="arxiv">hep -ph/0201195</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>K.J. Eskola, H. Paukkunen and C.A. Salgado</author>, <title level="a">EPS09: A New Generation of NLO and LO NuclearParton Distribution Functions</title> ,<title level="j">JHEP</title> <biblScope unit="issue">04</biblScope> ( <date>2009</date>)<biblScope unit="page">065</biblScope> [ <idno type="arxiv">arXiv:0902.4154</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>M.R. Whalley, D. Bourilkov and R.C. Group</author>, <title level="m">The Les Houches accord PDFs (LHAPDF) andLHAGLUE</title> ,<idno type="arxiv">hep -ph/0508110</idno>[ <note>INSPIRE</note>].</bibl> <bibl><author>M. Cacciari, G.P. Salam and G. Soyez</author>, <title level="a">The anti-k(t) jet clustering algorithm</title>, <title level="j">JHEP</title> <biblScope unit="issue">04</biblScope> (<date>2008</date>)<biblScope unit="page">063</biblScope> [ <idno type="arxiv">arXiv:0802.1189</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">CMS collaboration</orgName>, <title level="a">Determination of Jet Energy Calibration and Transverse Momentum Resolutionin CMS</title> ,<date>2011</date> <title level="j">JINST</title> <biblScope unit="volume">6</biblScope> <biblScope unit="page">P11002</biblScope> [ <idno type="arxiv">arXiv:1107.4277</idno>][ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ATLAS collaboration</orgName>, <author>P. Berta</author>, <title level="a">ATLAS jet and missing-ET reconstruction, calibration and performance</title>,<title level="j">Nucl .Part .Phys .Proc .</title><biblScope unit="volume">273 -275</biblScope>( <date>2016</date>)<biblScope unit="page">1121</biblScope> [ <note>INSPIRE</note>].</bibl> <bibl><orgName type="collaboration">ATLAS collaboration</orgName>, <title level="a">Measurement of jet fragmentation in Pb+Pb and pp collisions at √s NN = 2 .76TeV with the ATLAS detector at the LHC</title> ,<title level="j">Eur .Phys .J .C</title> <biblScope unit="volume">77</biblScope> ( <date>2017</date>)<biblScope unit="page">379</biblScope> [<idno type="arxiv">arXiv:1702.00674</idno>] [<note>INSPIRE</note>].</bibl> <bibl><author>O. Kodolova, I. Vardanian, A. Nikitenko and A. Oulianov</author>, <title level="a">The performance of the jet identificationand reconstruction in heavy ions collisions with CMS detector</title> ,<title level="j">Eur .Phys .J .C</title> <biblScope unit="volume">50</biblScope> (<date>2007</date> )<biblScope unit="page">117</biblScope>[ <note>INSPIRE</note> ].</bibl> <bibl><author>W.T. Giele, E.W.N. Glover and D.A. Kosower</author>, <title level="a">Jet investigations using the radial moment</title>, <title level="j">Phys.Rev .D</title> <biblScope unit="volume">57</biblScope> ( <date>1998</date>)<biblScope unit="page">1878</biblScope> [ <idno type="arxiv">hep-ph/9706210</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>A.J. Larkoski, S. Marzani and J. Thaler</author>, <title level="a">Sudakov Safety in Perturbative QCD</title>, <title level="j">Phys. Rev. D</title> <biblScope unit="volume">91</biblScope>( <date>2015</date>)<biblScope unit="page">111501</biblScope> [ <idno type="arxiv">arXiv:1502.01719</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>M. Dasgupta, A. Fregoso, S. Marzani and G.P. Salam</author>, <title level="a">Towards an understanding of jet substructure</title>,<title level="j">JHEP</title> <biblScope unit="issue">09</biblScope> ( <date>2013</date>)<biblScope unit="page">029</biblScope> [ <idno type="arxiv">arXiv:1307.0007</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>A.J. Larkoski, S. Marzani, G. Soyez and J. Thaler</author>, <title level="a">Soft Drop</title>, <title level="j">JHEP</title> <biblScope unit="issue">05</biblScope> (<date>2014</date>) <biblScope unit="page">146</biblScope> [<idno type="arxiv">arXiv:1402.2657</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>Y. Mehtar-Tani and K. Tywoniuk</author>, <title level="a">Groomed jets in heavy-ion collisions: sensitivity to medium-inducedbremsstrahlung</title> ,<title level="j">JHEP</title> <biblScope unit="issue">04</biblScope> ( <date>2017</date>)<biblScope unit="page">125</biblScope> [ <idno type="arxiv">arXiv:1610.08930</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>J.G. Milhano, U.A. Wiedemann and K.C. Zapp</author>, <note>in preparation</note>.</bibl> <bibl><author>J.D. Bjorken</author>, <title level="m">Energy Loss of Energetic Partons in Quark-Gluon Plasma: Possible Extinction ofHigh p (t)Jets in Hadron -HadronCollisions</title> ,<orgName>FERMILAB</orgName> -<idno type="report">PUB-82-059-THY</idno>,<orgName>FERMILAB</orgName> -<idno type="report">PUB-82-059-T</idno>,[<note>INSPIRE</note> ].</bibl> <bibl><author>T. Sjöstrand, S. Mrenna and P.Z. Skands</author>, <title level="a">PYTHIA 6.4 Physics and Manual</title>, <title level="j">JHEP</title> <biblScope unit="issue">05</biblScope> (<date>2006</date>)<biblScope unit="page">026</biblScope> [ <idno type="arxiv">hep-ph/0603175</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>J. Casalderrey-Solana, D.C. Gulhan, J.G. Milhano, D. Pablos and K. Rajagopal</author>, <title level="a">Predictions forBoson -JetObservables and Fragmentation Function Ratios from a Hybrid Strong /WeakCoupling Modelfor Jet Quenching</title> , <title level="j">JHEP</title><biblScope unit="issue">03</biblScope> ( <date>2016</date> )<biblScope unit="page">053</biblScope>[ <idno type="arxiv">arXiv :1508.00815</idno>][<note>INSPIRE</note> ].</bibl> <bibl><author>Y. Mehtar-Tani</author>, <title level="a">Theoretical Developments in QCD Jet Energy Loss</title>, <title level="j">Nucl. Phys. A</title> <biblScope unit="volume">956</biblScope> (<date>2016</date>)<biblScope unit="page">168</biblScope> [ <idno type="arxiv">arXiv:1602.01047</idno>][ <note>INSPIRE</note>].</bibl> <bibl><author>R. Kunnawalkam Elayavalli and K.C. Zapp</author>, <title level="a">Simulating V+jet processes in heavy ion collisionswith JEWEL ,</title><title level="j">Eur .Phys .J .C</title> <biblScope unit="volume">76</biblScope> ( <date>2016</date>)<biblScope unit="page">695</biblScope> [ <idno type="arxiv">arXiv:1608.03099</idno>][ <note>INSPIRE</note>].</bibl> </listBibl> </back> </text> </TEI>
270.272727
462
0.706742
dea5af69ea5ca47363df927e862ebb014303057d
339
xml
XML
app/src/main/res/drawable/background_user_profile.xml
Icohedron/Alexandria
18fc3b14ad463657a758cbfec0f8945bdbb7699f
[ "Apache-2.0" ]
2
2019-09-27T02:25:24.000Z
2020-11-07T15:22:18.000Z
app/src/main/res/drawable/background_user_profile.xml
Icohedron/Alexandria
18fc3b14ad463657a758cbfec0f8945bdbb7699f
[ "Apache-2.0" ]
89
2019-02-07T05:03:05.000Z
2022-01-22T04:14:53.000Z
app/src/main/res/drawable/background_user_profile.xml
Icohedron/Alexandria
18fc3b14ad463657a758cbfec0f8945bdbb7699f
[ "Apache-2.0" ]
6
2019-02-06T18:16:19.000Z
2019-07-16T11:24:42.000Z
<?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/colorOrange"/> <corners android:bottomRightRadius="30dp" android:topRightRadius="30dp"/> <padding android:left="26dp" android:top="12dp" android:right="18dp" android:bottom="12dp" /> </shape>
48.428571
97
0.713864
2cfdce11b948555363cd179b1f6fe4580f754b0c
3,631
xml
XML
500B/ijs.0.64840-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
1
2015-09-14T19:11:29.000Z
2015-09-14T19:11:29.000Z
500B/ijs.0.64840-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
3
2015-08-28T11:31:39.000Z
2015-09-15T06:49:26.000Z
500B/ijs.0.64840-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <log date="2015-08-28T10:36:26.734+01:00"> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.ensureOutputDirectory" message="PhyloTree output to: target/junk/1440754586734; suggest you setOutputDir()" millis="0"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="7321"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Gluconacetobacter Iiquefaciens IFO 123887 (X75617)]" millis="7321"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="7321"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="7322"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="7322"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Ace-tobacter indonesiensis NRIC 03137(AB032356)]" millis="7322"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Saccharibacter floricola S-8777 (AB1 1 0421 )]" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu1; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu2; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu3; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu5; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu6; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu9; not deleted" millis="7325"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: NULL parent node for: otu23; not deleted" millis="7325"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.createTree" message="Analyzed pixels for tree successfully" millis="7327"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNexml" message="wrote NEXML: ../ijsem/500B/ijs.0.64840-0-000.pbm/results/phylotree/001.nexml.xml" millis="7328"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNewick" message="wrote Newick: ../ijsem/500B/ijs.0.64840-0-000.pbm/results/phylotree/001.nwk" millis="7329"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputHocrSvg" message="wrote HOCSVG: ../ijsem/500B/ijs.0.64840-0-000.pbm/results/phylotree/001.hocr.svg" millis="7336"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputSvg" message="wrote HOCSVG: ../ijsem/500B/ijs.0.64840-0-000.pbm/results/phylotree/001.svg" millis="7342"/> </log>
151.291667
199
0.793721
fa672fd7a986c84f077e78ca8c1da5ff3d20d29d
33,043
xml
XML
vendor/jasny/http-message/build/phpdox/xml/tokens/ServerRequest/Uri.php.xml
qlixes/akipos
ef5166610207fa45f326790459788c0098233064
[ "MIT" ]
null
null
null
vendor/jasny/http-message/build/phpdox/xml/tokens/ServerRequest/Uri.php.xml
qlixes/akipos
ef5166610207fa45f326790459788c0098233064
[ "MIT" ]
null
null
null
vendor/jasny/http-message/build/phpdox/xml/tokens/ServerRequest/Uri.php.xml
qlixes/akipos
ef5166610207fa45f326790459788c0098233064
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <source xmlns="http://xml.phpdox.net/token"> <file xmlns="http://xml.phpdox.net/src" path="/opt/lampp/htdocs/news/vendor/jasny/http-message/src/ServerRequest" file="Uri.php" realpath="/opt/lampp/htdocs/news/vendor/jasny/http-message/src/ServerRequest/Uri.php" size="3413" time="2017-05-17T03:28:27+02:00" unixtime="1494984507" sha1="9c778b754dcd386341630bbd62a09f85816d6f80" relative="ServerRequest/Uri.php"/> <line no="1"> <token name="T_OPEN_TAG">&lt;?php</token> </line> <line no="2"/> <line no="3"> <token name="T_NAMESPACE">namespace</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">Jasny</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">HttpMessage</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">ServerRequest</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="4"/> <line no="5"> <token name="T_USE">use</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">Psr</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">Http</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">Message</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">UriInterface</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="6"> <token name="T_USE">use</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">Jasny</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">HttpMessage</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">Uri</token> <token name="T_WHITESPACE"> </token> <token name="T_AS">as</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">UriObject</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="7"/> <line no="8"> <token name="T_DOC_COMMENT">/**</token> </line> <line no="9"> <token name="T_DOC_COMMENT"> * ServerRequest URI methods</token> </line> <line no="10"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="11"> <token name="T_TRAIT">trait</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">Uri</token> </line> <line no="12"> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="13"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="14"> <token name="T_DOC_COMMENT"> * @var UriInterface</token> </line> <line no="15"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="16"> <token name="T_WHITESPACE"> </token> <token name="T_PROTECTED">protected</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$uri</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="17"> <token name="T_WHITESPACE"> </token> </line> <line no="18"> <token name="T_WHITESPACE"> </token> </line> <line no="19"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="20"> <token name="T_DOC_COMMENT"> * Disconnect the global enviroment, turning stale</token> </line> <line no="21"> <token name="T_DOC_COMMENT"> * </token> </line> <line no="22"> <token name="T_DOC_COMMENT"> * @return self A non-stale request</token> </line> <line no="23"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="24"> <token name="T_WHITESPACE"> </token> <token name="T_ABSTRACT">abstract</token> <token name="T_WHITESPACE"> </token> <token name="T_PROTECTED">protected</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">copy</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="25"/> <line no="26"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="27"> <token name="T_DOC_COMMENT"> * Get the server parameters</token> </line> <line no="28"> <token name="T_DOC_COMMENT"> * </token> </line> <line no="29"> <token name="T_DOC_COMMENT"> * @return array</token> </line> <line no="30"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="31"> <token name="T_WHITESPACE"> </token> <token name="T_ABSTRACT">abstract</token> <token name="T_WHITESPACE"> </token> <token name="T_PUBLIC">public</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">getServerParams</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="32"> <token name="T_WHITESPACE"> </token> </line> <line no="33"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="34"> <token name="T_DOC_COMMENT"> * Create a new instance with this header</token> </line> <line no="35"> <token name="T_DOC_COMMENT"> * </token> </line> <line no="36"> <token name="T_DOC_COMMENT"> * @param string $name</token> </line> <line no="37"> <token name="T_DOC_COMMENT"> * @param string|string[] $value</token> </line> <line no="38"> <token name="T_DOC_COMMENT"> * @return self</token> </line> <line no="39"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="40"> <token name="T_WHITESPACE"> </token> <token name="T_ABSTRACT">abstract</token> <token name="T_WHITESPACE"> </token> <token name="T_PUBLIC">public</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">withHeader</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$name</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$value</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="41"> <token name="T_WHITESPACE"> </token> </line> <line no="42"> <token name="T_WHITESPACE"> </token> </line> <line no="43"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="44"> <token name="T_DOC_COMMENT"> * Map server params for URI</token> </line> <line no="45"> <token name="T_DOC_COMMENT"> * </token> </line> <line no="46"> <token name="T_DOC_COMMENT"> * @param array $params</token> </line> <line no="47"> <token name="T_DOC_COMMENT"> * @return array</token> </line> <line no="48"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="49"> <token name="T_WHITESPACE"> </token> <token name="T_PROTECTED">protected</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">mapUriPartsFromServerParams</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_ARRAY">array</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> </line> <line no="50"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="51"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="52"> <token name="T_WHITESPACE"> </token> </line> <line no="53"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$map</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> </line> <line no="54"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'PHP_AUTH_USER'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'user'</token> <token name="T_PHPDOX_COMMA">,</token> </line> <line no="55"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'PHP_AUTH_PWD'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'password'</token> <token name="T_PHPDOX_COMMA">,</token> </line> <line no="56"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'HTTP_HOST'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'host'</token> <token name="T_PHPDOX_COMMA">,</token> </line> <line no="57"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'SERVER_PORT'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'port'</token> <token name="T_PHPDOX_COMMA">,</token> </line> <line no="58"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'REQUEST_URI'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'path'</token> <token name="T_PHPDOX_COMMA">,</token> </line> <line no="59"> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'QUERY_STRING'</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'query'</token> </line> <line no="60"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="61"> <token name="T_WHITESPACE"> </token> </line> <line no="62"> <token name="T_WHITESPACE"> </token> <token name="T_FOREACH">foreach</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$map</token> <token name="T_WHITESPACE"> </token> <token name="T_AS">as</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$param</token> <token name="T_WHITESPACE"> </token> <token name="T_DOUBLE_ARROW">=&gt;</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$key</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="63"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_ISSET">isset</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_VARIABLE">$param</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="64"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_VARIABLE">$key</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_VARIABLE">$param</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="65"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="66"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="67"> <token name="T_WHITESPACE"> </token> </line> <line no="68"> <token name="T_WHITESPACE"> </token> <token name="T_RETURN">return</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="69"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="70"> <token name="T_WHITESPACE"> </token> </line> <line no="71"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="72"> <token name="T_DOC_COMMENT"> * Determine the URI base on the server parameters</token> </line> <line no="73"> <token name="T_DOC_COMMENT"> * </token> </line> <line no="74"> <token name="T_DOC_COMMENT"> * @return string</token> </line> <line no="75"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="76"> <token name="T_WHITESPACE"> </token> <token name="T_PROTECTED">protected</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">determineUri</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> </line> <line no="77"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="78"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$params</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">getServerParams</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="79"> <token name="T_WHITESPACE"> </token> </line> <line no="80"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">mapUriPartsFromServerParams</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="81"> <token name="T_WHITESPACE"> </token> </line> <line no="82"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> </line> <line no="83"> <token name="T_WHITESPACE"> </token> <token name="T_ISSET">isset</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'SERVER_PROTOCOL'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_BOOLEAN_AND">&amp;&amp;</token> </line> <line no="84"> <token name="T_WHITESPACE"> </token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">Jasny</token> <token name="T_NS_SEPARATOR">\</token> <token name="T_STRING">str_starts_with</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_STRING">strtoupper</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'SERVER_PROTOCOL'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'HTTP/'</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> </line> <line no="85"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="86"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'scheme'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EXCLAMATION_MARK">!</token> <token name="T_EMPTY">empty</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'HTTPS'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_BOOLEAN_AND">&amp;&amp;</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$params</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'HTTPS'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_WHITESPACE"> </token> <token name="T_IS_NOT_IDENTICAL">!==</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'off'</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_QUESTION_MARK">?</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'https'</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_COLON">:</token> <token name="T_WHITESPACE"> </token> <token name="T_CONSTANT_ENCAPSED_STRING">'http'</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="87"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="88"> <token name="T_WHITESPACE"> </token> </line> <line no="89"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_ISSET">isset</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'host'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="90"> <token name="T_WHITESPACE"> </token> <token name="T_LIST">list</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'host'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">explode</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_CONSTANT_ENCAPSED_STRING">':'</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'host'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_LNUMBER">2</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> <token name="T_WHITESPACE"> </token> <token name="T_COMMENT">// May include the port</token> </line> <line no="91"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="92"> <token name="T_WHITESPACE"> </token> </line> <line no="93"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_ISSET">isset</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'path'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="94"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'path'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">parse_url</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_OPEN_SQUARE">[</token> <token name="T_CONSTANT_ENCAPSED_STRING">'path'</token> <token name="T_PHPDOX_CLOSE_SQUARE">]</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">PHP_URL_PATH</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> <token name="T_WHITESPACE"> </token> <token name="T_COMMENT">// Includes the query string</token> </line> <line no="95"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="96"/> <line no="97"> <token name="T_WHITESPACE"> </token> <token name="T_RETURN">return</token> <token name="T_WHITESPACE"> </token> <token name="T_NEW">new</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">UriObject</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$parts</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="98"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="99"> <token name="T_WHITESPACE"> </token> </line> <line no="100"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="101"> <token name="T_DOC_COMMENT"> * Retrieves the URI instance.</token> </line> <line no="102"> <token name="T_DOC_COMMENT"> *</token> </line> <line no="103"> <token name="T_DOC_COMMENT"> * This method MUST return a UriInterface instance.</token> </line> <line no="104"> <token name="T_DOC_COMMENT"> *</token> </line> <line no="105"> <token name="T_DOC_COMMENT"> * @see http://tools.ietf.org/html/rfc3986#section-4.3</token> </line> <line no="106"> <token name="T_DOC_COMMENT"> * @return UriInterface Returns a UriInterface instance representing the URI</token> </line> <line no="107"> <token name="T_DOC_COMMENT"> * of the request.</token> </line> <line no="108"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="109"> <token name="T_WHITESPACE"> </token> <token name="T_PUBLIC">public</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">getUri</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> </line> <line no="110"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="111"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_EXCLAMATION_MARK">!</token> <token name="T_ISSET">isset</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">uri</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="112"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">uri</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">determineUri</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="113"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="114"> <token name="T_WHITESPACE"> </token> </line> <line no="115"> <token name="T_WHITESPACE"> </token> <token name="T_RETURN">return</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">uri</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="116"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="117"/> <line no="118"> <token name="T_WHITESPACE"> </token> <token name="T_DOC_COMMENT">/**</token> </line> <line no="119"> <token name="T_DOC_COMMENT"> * Returns an instance with the provided URI.</token> </line> <line no="120"> <token name="T_DOC_COMMENT"> *</token> </line> <line no="121"> <token name="T_DOC_COMMENT"> * @see http://tools.ietf.org/html/rfc3986#section-4.3</token> </line> <line no="122"> <token name="T_DOC_COMMENT"> * @param UriInterface $uri New request URI to use.</token> </line> <line no="123"> <token name="T_DOC_COMMENT"> * @param boolean $preserveHost Preserve the original state of the Host header.</token> </line> <line no="124"> <token name="T_DOC_COMMENT"> * @return static</token> </line> <line no="125"> <token name="T_DOC_COMMENT"> */</token> </line> <line no="126"> <token name="T_WHITESPACE"> </token> <token name="T_PUBLIC">public</token> <token name="T_WHITESPACE"> </token> <token name="T_FUNCTION">function</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">withUri</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_STRING">UriInterface</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$uri</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$preserveHost</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_STRING">false</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> </line> <line no="127"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="128"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$this</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">copy</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="129"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">uri</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$uri</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="130"> <token name="T_WHITESPACE"> </token> </line> <line no="131"> <token name="T_WHITESPACE"> </token> <token name="T_IF">if</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_EXCLAMATION_MARK">!</token> <token name="T_VARIABLE">$preserveHost</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_OPEN_CURLY">{</token> </line> <line no="132"> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_EQUAL">=</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">withHeader</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_CONSTANT_ENCAPSED_STRING">'Host'</token> <token name="T_PHPDOX_COMMA">,</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">uri</token> <token name="T_OBJECT_OPERATOR">-&gt;</token> <token name="T_STRING">getHost</token> <token name="T_PHPDOX_OPEN_BRACKET">(</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_CLOSE_BRACKET">)</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="133"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="134"> <token name="T_WHITESPACE"> </token> </line> <line no="135"> <token name="T_WHITESPACE"> </token> <token name="T_RETURN">return</token> <token name="T_WHITESPACE"> </token> <token name="T_VARIABLE">$request</token> <token name="T_PHPDOX_SEMICOLON">;</token> </line> <line no="136"> <token name="T_WHITESPACE"> </token> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="137"> <token name="T_PHPDOX_CLOSE_CURLY">}</token> </line> <line no="138"/> </source>
37.634396
366
0.6326
98486210a5d59d59da1fbb59ecd0ec31cd3b1ad3
394
csproj
XML
src/Service.Model.EF.SelectParam/Service.Model.EF.SelectParam.csproj
parad74/Count4U.Service.5
50ef0dc5ebc07a37e32c17a9e02225eadf1458a7
[ "MIT" ]
null
null
null
src/Service.Model.EF.SelectParam/Service.Model.EF.SelectParam.csproj
parad74/Count4U.Service.5
50ef0dc5ebc07a37e32c17a9e02225eadf1458a7
[ "MIT" ]
null
null
null
src/Service.Model.EF.SelectParam/Service.Model.EF.SelectParam.csproj
parad74/Count4U.Service.5
50ef0dc5ebc07a37e32c17a9e02225eadf1458a7
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> <OutputType>Library</OutputType> <AnalysisLevel>5.0</AnalysisLevel> <BlazorWebAssemblyEnableLinking>false</BlazorWebAssemblyEnableLinking> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.2" /> </ItemGroup> </Project>
17.909091
80
0.743655
3e0f2c7f77a0152f8f2d89d7de6befe36156277c
324
xml
XML
EksiBiSeyler/app/src/main/res/values/strings.xml
eozdeveci/Eksi-Seyler-Android-Uygulamasi
73f5e95329e7df8fea4992584341cf54508180bc
[ "Apache-2.0" ]
1
2021-11-22T16:52:27.000Z
2021-11-22T16:52:27.000Z
EksiBiSeyler/app/src/main/res/values/strings.xml
eozdeveci/Eksi-Seyler-Android-Uygulamasi
73f5e95329e7df8fea4992584341cf54508180bc
[ "Apache-2.0" ]
null
null
null
EksiBiSeyler/app/src/main/res/values/strings.xml
eozdeveci/Eksi-Seyler-Android-Uygulamasi
73f5e95329e7df8fea4992584341cf54508180bc
[ "Apache-2.0" ]
null
null
null
<resources> <string name="app_name">EksiBiSeyler</string> <!-- TODO: Remove or change this placeholder text --> <string name="hello_blank_fragment">Hello blank fragment</string> <string name="title_activity_web_view">WebViewActivity</string> <string name="action_settings">Ayarlar</string> </resources>
36
69
0.731481
3a4e80f6e986501e514a7ac28b715c093c7a9d9c
33,896
xml
XML
misc/iam-online-handwriting-database/lineStrokes/a07/a07-480/a07-480z-08.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/a07/a07-480/a07-480z-08.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/a07/a07-480/a07-480z-08.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1"?> <WhiteboardCaptureSession> <WhiteboardDescription> <SensorLocation corner="top_left"/> <DiagonallyOppositeCoords x="6636" y="7383"/> <VerticallyOppositeCoords x="593" y="7383"/> <HorizontallyOppositeCoords x="6636" y="6751"/> </WhiteboardDescription> <StrokeSet> <Stroke colour="black" start_time="14221361.94" end_time="14221362.12"> <Point x="661" y="6839" time="14221361.94"/> <Point x="665" y="6864" time="14221361.96"/> <Point x="665" y="6896" time="14221361.97"/> <Point x="664" y="6939" time="14221361.99"/> <Point x="662" y="6995" time="14221362.00"/> <Point x="660" y="7055" time="14221362.02"/> <Point x="656" y="7119" time="14221362.03"/> <Point x="651" y="7179" time="14221362.05"/> <Point x="641" y="7234" time="14221362.06"/> <Point x="632" y="7282" time="14221362.08"/> <Point x="625" y="7313" time="14221362.09"/> <Point x="615" y="7329" time="14221362.11"/> <Point x="612" y="7325" time="14221362.12"/> </Stroke> <Stroke colour="black" start_time="14221362.27" end_time="14221362.33"> <Point x="593" y="7079" time="14221362.27"/> <Point x="596" y="7079" time="14221362.29"/> <Point x="608" y="7076" time="14221362.30"/> <Point x="624" y="7077" time="14221362.31"/> <Point x="641" y="7082" time="14221362.33"/> </Stroke> <Stroke colour="black" start_time="14221362.57" end_time="14221362.86"> <Point x="832" y="7064" time="14221362.57"/> <Point x="810" y="7063" time="14221362.58"/> <Point x="785" y="7066" time="14221362.60"/> <Point x="757" y="7080" time="14221362.61"/> <Point x="725" y="7103" time="14221362.63"/> <Point x="702" y="7134" time="14221362.64"/> <Point x="683" y="7161" time="14221362.66"/> <Point x="678" y="7197" time="14221362.67"/> <Point x="687" y="7229" time="14221362.69"/> <Point x="704" y="7254" time="14221362.70"/> <Point x="730" y="7275" time="14221362.72"/> <Point x="759" y="7284" time="14221362.73"/> <Point x="791" y="7282" time="14221362.75"/> <Point x="813" y="7271" time="14221362.76"/> <Point x="836" y="7260" time="14221362.78"/> <Point x="854" y="7229" time="14221362.79"/> <Point x="868" y="7197" time="14221362.81"/> <Point x="875" y="7161" time="14221362.82"/> <Point x="875" y="7129" time="14221362.84"/> <Point x="863" y="7105" time="14221362.85"/> <Point x="847" y="7080" time="14221362.86"/> </Stroke> <Stroke colour="black" start_time="14221363.28" end_time="14221363.46"> <Point x="1207" y="6859" time="14221363.28"/> <Point x="1209" y="6871" time="14221363.30"/> <Point x="1208" y="6883" time="14221363.31"/> <Point x="1208" y="6910" time="14221363.32"/> <Point x="1201" y="6951" time="14221363.34"/> <Point x="1197" y="6995" time="14221363.36"/> <Point x="1196" y="7047" time="14221363.37"/> <Point x="1199" y="7098" time="14221363.38"/> <Point x="1199" y="7151" time="14221363.40"/> <Point x="1202" y="7199" time="14221363.42"/> <Point x="1203" y="7235" time="14221363.43"/> <Point x="1203" y="7255" time="14221363.44"/> <Point x="1201" y="7259" time="14221363.46"/> </Stroke> <Stroke colour="black" start_time="14221363.59" end_time="14221364.12"> <Point x="1144" y="6916" time="14221363.59"/> <Point x="1151" y="6875" time="14221363.60"/> <Point x="1166" y="6843" time="14221363.62"/> <Point x="1186" y="6815" time="14221363.63"/> <Point x="1213" y="6787" time="14221363.65"/> <Point x="1242" y="6774" time="14221363.66"/> <Point x="1274" y="6769" time="14221363.68"/> <Point x="1304" y="6776" time="14221363.69"/> <Point x="1329" y="6795" time="14221363.71"/> <Point x="1346" y="6827" time="14221363.72"/> <Point x="1355" y="6862" time="14221363.74"/> <Point x="1354" y="6907" time="14221363.75"/> <Point x="1348" y="6943" time="14221363.77"/> <Point x="1332" y="6980" time="14221363.78"/> <Point x="1310" y="7009" time="14221363.80"/> <Point x="1286" y="7033" time="14221363.81"/> <Point x="1261" y="7045" time="14221363.82"/> <Point x="1231" y="7043" time="14221363.84"/> <Point x="1211" y="7035" time="14221363.86"/> <Point x="1194" y="7027" time="14221363.87"/> <Point x="1190" y="7007" time="14221363.88"/> <Point x="1190" y="6999" time="14221363.90"/> <Point x="1194" y="6987" time="14221363.92"/> <Point x="1198" y="6987" time="14221363.93"/> <Point x="1208" y="6991" time="14221363.94"/> <Point x="1222" y="7002" time="14221363.96"/> <Point x="1237" y="7019" time="14221363.97"/> <Point x="1256" y="7046" time="14221363.99"/> <Point x="1274" y="7077" time="14221364.00"/> <Point x="1295" y="7113" time="14221364.02"/> <Point x="1312" y="7152" time="14221364.03"/> <Point x="1327" y="7180" time="14221364.05"/> <Point x="1339" y="7212" time="14221364.06"/> <Point x="1350" y="7239" time="14221364.08"/> <Point x="1356" y="7255" time="14221364.10"/> <Point x="1360" y="7258" time="14221364.11"/> <Point x="1369" y="7263" time="14221364.12"/> </Stroke> <Stroke colour="black" start_time="14221364.27" end_time="14221364.57"> <Point x="1488" y="7080" time="14221364.27"/> <Point x="1483" y="7072" time="14221364.28"/> <Point x="1474" y="7053" time="14221364.30"/> <Point x="1462" y="7045" time="14221364.31"/> <Point x="1447" y="7046" time="14221364.33"/> <Point x="1429" y="7060" time="14221364.34"/> <Point x="1409" y="7072" time="14221364.36"/> <Point x="1390" y="7097" time="14221364.37"/> <Point x="1373" y="7134" time="14221364.39"/> <Point x="1366" y="7166" time="14221364.40"/> <Point x="1365" y="7198" time="14221364.42"/> <Point x="1375" y="7230" time="14221364.43"/> <Point x="1388" y="7253" time="14221364.45"/> <Point x="1410" y="7264" time="14221364.46"/> <Point x="1432" y="7272" time="14221364.47"/> <Point x="1453" y="7266" time="14221364.49"/> <Point x="1470" y="7249" time="14221364.51"/> <Point x="1483" y="7233" time="14221364.52"/> <Point x="1492" y="7205" time="14221364.53"/> <Point x="1496" y="7168" time="14221364.55"/> <Point x="1493" y="7135" time="14221364.57"/> </Stroke> <Stroke colour="black" start_time="14221364.84" end_time="14221365.86"> <Point x="1596" y="7017" time="14221364.84"/> <Point x="1599" y="7004" time="14221364.86"/> <Point x="1598" y="7001" time="14221364.87"/> <Point x="1596" y="7004" time="14221364.89"/> <Point x="1592" y="7017" time="14221364.90"/> <Point x="1590" y="7045" time="14221364.92"/> <Point x="1590" y="7082" time="14221364.93"/> <Point x="1590" y="7117" time="14221364.95"/> <Point x="1593" y="7157" time="14221364.96"/> <Point x="1595" y="7189" time="14221364.98"/> <Point x="1602" y="7212" time="14221364.99"/> <Point x="1611" y="7220" time="14221365.01"/> <Point x="1619" y="7224" time="14221365.02"/> <Point x="1628" y="7211" time="14221365.04"/> <Point x="1641" y="7185" time="14221365.05"/> <Point x="1652" y="7153" time="14221365.07"/> <Point x="1666" y="7111" time="14221365.08"/> <Point x="1679" y="7074" time="14221365.10"/> <Point x="1689" y="7041" time="14221365.11"/> <Point x="1696" y="7009" time="14221365.13"/> <Point x="1701" y="6992" time="14221365.14"/> <Point x="1704" y="6980" time="14221365.15"/> <Point x="1705" y="6983" time="14221365.17"/> <Point x="1708" y="7000" time="14221365.19"/> <Point x="1708" y="7024" time="14221365.20"/> <Point x="1705" y="7055" time="14221365.21"/> <Point x="1703" y="7096" time="14221365.23"/> <Point x="1705" y="7136" time="14221365.25"/> <Point x="1707" y="7172" time="14221365.26"/> <Point x="1714" y="7196" time="14221365.27"/> <Point x="1719" y="7211" time="14221365.29"/> <Point x="1730" y="7218" time="14221365.31"/> <Point x="1734" y="7209" time="14221365.32"/> <Point x="1744" y="7193" time="14221365.33"/> <Point x="1754" y="7164" time="14221365.35"/> <Point x="1767" y="7126" time="14221365.37"/> <Point x="1778" y="7089" time="14221365.38"/> <Point x="1790" y="7055" time="14221365.39"/> <Point x="1799" y="7022" time="14221365.41"/> <Point x="1805" y="6997" time="14221365.43"/> <Point x="1815" y="6980" time="14221365.44"/> <Point x="1818" y="6976" time="14221365.45"/> <Point x="1818" y="6976" time="14221365.47"/> <Point x="1817" y="6988" time="14221365.48"/> <Point x="1814" y="7013" time="14221365.50"/> <Point x="1812" y="7049" time="14221365.51"/> <Point x="1814" y="7085" time="14221365.53"/> <Point x="1821" y="7125" time="14221365.54"/> <Point x="1834" y="7159" time="14221365.56"/> <Point x="1852" y="7185" time="14221365.57"/> <Point x="1872" y="7200" time="14221365.59"/> <Point x="1891" y="7205" time="14221365.60"/> <Point x="1912" y="7199" time="14221365.62"/> <Point x="1932" y="7180" time="14221365.63"/> <Point x="1953" y="7158" time="14221365.65"/> <Point x="1968" y="7123" time="14221365.66"/> <Point x="1983" y="7081" time="14221365.68"/> <Point x="1992" y="7044" time="14221365.69"/> <Point x="1997" y="7015" time="14221365.70"/> <Point x="1990" y="6992" time="14221365.72"/> <Point x="1979" y="6976" time="14221365.74"/> <Point x="1962" y="6971" time="14221365.75"/> <Point x="1946" y="6981" time="14221365.76"/> <Point x="1930" y="7000" time="14221365.78"/> <Point x="1920" y="7033" time="14221365.80"/> <Point x="1917" y="7070" time="14221365.81"/> <Point x="1921" y="7113" time="14221365.82"/> <Point x="1935" y="7159" time="14221365.84"/> <Point x="1959" y="7201" time="14221365.86"/> </Stroke> <Stroke colour="black" start_time="14221366.02" end_time="14221366.09"> <Point x="2139" y="7108" time="14221366.02"/> <Point x="2138" y="7115" time="14221366.04"/> <Point x="2140" y="7136" time="14221366.06"/> <Point x="2144" y="7164" time="14221366.07"/> <Point x="2145" y="7195" time="14221366.09"/> </Stroke> <Stroke colour="black" start_time="14221366.39" end_time="14221367.00"> <Point x="2339" y="6927" time="14221366.39"/> <Point x="2338" y="6916" time="14221366.41"/> <Point x="2342" y="6915" time="14221366.43"/> <Point x="2341" y="6915" time="14221366.44"/> <Point x="2340" y="6928" time="14221366.46"/> <Point x="2337" y="6952" time="14221366.47"/> <Point x="2331" y="6990" time="14221366.49"/> <Point x="2329" y="7039" time="14221366.50"/> <Point x="2333" y="7087" time="14221366.52"/> <Point x="2340" y="7135" time="14221366.53"/> <Point x="2354" y="7173" time="14221366.55"/> <Point x="2371" y="7206" time="14221366.56"/> <Point x="2388" y="7219" time="14221366.58"/> <Point x="2408" y="7224" time="14221366.59"/> <Point x="2428" y="7216" time="14221366.61"/> <Point x="2445" y="7189" time="14221366.62"/> <Point x="2460" y="7153" time="14221366.64"/> <Point x="2474" y="7118" time="14221366.65"/> <Point x="2482" y="7087" time="14221366.67"/> <Point x="2486" y="7062" time="14221366.68"/> <Point x="2485" y="7045" time="14221366.70"/> <Point x="2488" y="7041" time="14221366.71"/> <Point x="2492" y="7045" time="14221366.73"/> <Point x="2499" y="7060" time="14221366.74"/> <Point x="2509" y="7082" time="14221366.76"/> <Point x="2521" y="7108" time="14221366.77"/> <Point x="2538" y="7137" time="14221366.78"/> <Point x="2560" y="7165" time="14221366.80"/> <Point x="2580" y="7185" time="14221366.82"/> <Point x="2599" y="7193" time="14221366.83"/> <Point x="2612" y="7199" time="14221366.84"/> <Point x="2628" y="7191" time="14221366.86"/> <Point x="2639" y="7176" time="14221366.88"/> <Point x="2643" y="7147" time="14221366.89"/> <Point x="2644" y="7118" time="14221366.90"/> <Point x="2644" y="7085" time="14221366.92"/> <Point x="2642" y="7053" time="14221366.94"/> <Point x="2637" y="7025" time="14221366.95"/> <Point x="2632" y="7002" time="14221366.96"/> <Point x="2625" y="6987" time="14221366.98"/> <Point x="2618" y="6976" time="14221367.00"/> </Stroke> <Stroke colour="black" start_time="14221367.38" end_time="14221368.23"> <Point x="2729" y="6786" time="14221367.38"/> <Point x="2731" y="6806" time="14221367.38"/> <Point x="2732" y="6838" time="14221367.39"/> <Point x="2732" y="6888" time="14221367.39"/> <Point x="2740" y="6993" time="14221367.42"/> <Point x="2744" y="7041" time="14221367.43"/> <Point x="2748" y="7089" time="14221367.44"/> <Point x="2755" y="7129" time="14221367.46"/> <Point x="2762" y="7156" time="14221367.47"/> <Point x="2767" y="7167" time="14221367.49"/> <Point x="2772" y="7174" time="14221367.50"/> <Point x="2781" y="7160" time="14221367.52"/> <Point x="2789" y="7133" time="14221367.53"/> <Point x="2803" y="7101" time="14221367.55"/> <Point x="2817" y="7065" time="14221367.56"/> <Point x="2835" y="7031" time="14221367.58"/> <Point x="2853" y="7002" time="14221367.59"/> <Point x="2871" y="6985" time="14221367.61"/> <Point x="2886" y="6973" time="14221367.62"/> <Point x="2900" y="6973" time="14221367.64"/> <Point x="2908" y="6979" time="14221367.65"/> <Point x="2912" y="7002" time="14221367.66"/> <Point x="2914" y="7031" time="14221367.68"/> <Point x="2914" y="7068" time="14221367.70"/> <Point x="2926" y="7102" time="14221367.71"/> <Point x="2941" y="7139" time="14221367.72"/> <Point x="2961" y="7164" time="14221367.74"/> <Point x="2984" y="7178" time="14221367.75"/> <Point x="3006" y="7180" time="14221367.77"/> <Point x="3026" y="7171" time="14221367.78"/> <Point x="3047" y="7156" time="14221367.80"/> <Point x="3063" y="7127" time="14221367.81"/> <Point x="3074" y="7090" time="14221367.83"/> <Point x="3087" y="7062" time="14221367.84"/> <Point x="3091" y="7031" time="14221367.86"/> <Point x="3086" y="7008" time="14221367.87"/> <Point x="3074" y="6995" time="14221367.89"/> <Point x="3059" y="6987" time="14221367.90"/> <Point x="3042" y="6987" time="14221367.92"/> <Point x="3029" y="7000" time="14221367.93"/> <Point x="3022" y="7018" time="14221367.95"/> <Point x="3020" y="7040" time="14221367.96"/> <Point x="3033" y="7069" time="14221367.98"/> <Point x="3056" y="7100" time="14221367.99"/> <Point x="3083" y="7120" time="14221368.01"/> <Point x="3117" y="7140" time="14221368.02"/> <Point x="3148" y="7148" time="14221368.04"/> <Point x="3173" y="7145" time="14221368.05"/> <Point x="3194" y="7134" time="14221368.07"/> <Point x="3210" y="7113" time="14221368.08"/> <Point x="3218" y="7085" time="14221368.10"/> <Point x="3217" y="7052" time="14221368.11"/> <Point x="3209" y="7021" time="14221368.13"/> <Point x="3199" y="6995" time="14221368.14"/> <Point x="3194" y="6955" time="14221368.18"/> <Point x="3194" y="6937" time="14221368.19"/> <Point x="3199" y="6932" time="14221368.20"/> <Point x="3205" y="6930" time="14221368.22"/> <Point x="3218" y="6942" time="14221368.23"/> </Stroke> <Stroke colour="black" start_time="14221368.34" end_time="14221368.64"> <Point x="3278" y="7108" time="14221368.34"/> <Point x="3292" y="7104" time="14221368.36"/> <Point x="3308" y="7090" time="14221368.37"/> <Point x="3326" y="7072" time="14221368.39"/> <Point x="3343" y="7045" time="14221368.40"/> <Point x="3356" y="7015" time="14221368.42"/> <Point x="3365" y="6992" time="14221368.43"/> <Point x="3368" y="6970" time="14221368.45"/> <Point x="3369" y="6952" time="14221368.46"/> <Point x="3363" y="6946" time="14221368.48"/> <Point x="3352" y="6945" time="14221368.49"/> <Point x="3339" y="6954" time="14221368.51"/> <Point x="3322" y="6977" time="14221368.52"/> <Point x="3309" y="7005" time="14221368.53"/> <Point x="3298" y="7035" time="14221368.55"/> <Point x="3297" y="7072" time="14221368.56"/> <Point x="3310" y="7111" time="14221368.58"/> <Point x="3335" y="7144" time="14221368.59"/> <Point x="3369" y="7167" time="14221368.61"/> <Point x="3412" y="7182" time="14221368.62"/> <Point x="3458" y="7193" time="14221368.64"/> </Stroke> <Stroke colour="black" start_time="14221370.60" end_time="14221371.44"> <Point x="3767" y="6783" time="14221370.60"/> <Point x="3775" y="6767" time="14221370.62"/> <Point x="3782" y="6756" time="14221370.64"/> <Point x="3784" y="6751" time="14221370.65"/> <Point x="3781" y="6751" time="14221370.66"/> <Point x="3776" y="6762" time="14221370.68"/> <Point x="3772" y="6790" time="14221370.70"/> <Point x="3764" y="6827" time="14221370.71"/> <Point x="3757" y="6874" time="14221370.72"/> <Point x="3756" y="6939" time="14221370.74"/> <Point x="3751" y="6992" time="14221370.75"/> <Point x="3755" y="7058" time="14221370.77"/> <Point x="3758" y="7113" time="14221370.78"/> <Point x="3764" y="7159" time="14221370.80"/> <Point x="3767" y="7183" time="14221370.81"/> <Point x="3774" y="7193" time="14221370.83"/> <Point x="3779" y="7187" time="14221370.84"/> <Point x="3788" y="7166" time="14221370.86"/> <Point x="3803" y="7135" time="14221370.87"/> <Point x="3820" y="7094" time="14221370.89"/> <Point x="3840" y="7051" time="14221370.90"/> <Point x="3863" y="7016" time="14221370.92"/> <Point x="3880" y="6979" time="14221370.93"/> <Point x="3899" y="6954" time="14221370.95"/> <Point x="3911" y="6936" time="14221370.96"/> <Point x="3917" y="6933" time="14221370.98"/> <Point x="3919" y="6945" time="14221370.99"/> <Point x="3920" y="6975" time="14221371.01"/> <Point x="3914" y="7012" time="14221371.02"/> <Point x="3910" y="7057" time="14221371.04"/> <Point x="3909" y="7105" time="14221371.05"/> <Point x="3912" y="7143" time="14221371.07"/> <Point x="3923" y="7177" time="14221371.08"/> <Point x="3937" y="7193" time="14221371.10"/> <Point x="3955" y="7199" time="14221371.11"/> <Point x="3974" y="7195" time="14221371.13"/> <Point x="3994" y="7178" time="14221371.14"/> <Point x="4014" y="7149" time="14221371.16"/> <Point x="4032" y="7115" time="14221371.17"/> <Point x="4046" y="7074" time="14221371.18"/> <Point x="4060" y="7038" time="14221371.20"/> <Point x="4069" y="7007" time="14221371.22"/> <Point x="4077" y="6982" time="14221371.23"/> <Point x="4077" y="6964" time="14221371.24"/> <Point x="4072" y="6962" time="14221371.26"/> <Point x="4061" y="6967" time="14221371.28"/> <Point x="4046" y="6991" time="14221371.29"/> <Point x="4027" y="7021" time="14221371.30"/> <Point x="4014" y="7061" time="14221371.32"/> <Point x="4005" y="7095" time="14221371.34"/> <Point x="4010" y="7141" time="14221371.35"/> <Point x="4027" y="7178" time="14221371.36"/> <Point x="4051" y="7202" time="14221371.38"/> <Point x="4093" y="7224" time="14221371.39"/> <Point x="4139" y="7230" time="14221371.41"/> <Point x="4188" y="7222" time="14221371.42"/> <Point x="4237" y="7200" time="14221371.44"/> </Stroke> <Stroke colour="black" start_time="14221371.65" end_time="14221372.24"> <Point x="4401" y="6901" time="14221371.65"/> <Point x="4397" y="6894" time="14221371.66"/> <Point x="4398" y="6898" time="14221371.68"/> <Point x="4401" y="6915" time="14221371.69"/> <Point x="4395" y="6940" time="14221371.71"/> <Point x="4391" y="6969" time="14221371.72"/> <Point x="4386" y="7012" time="14221371.73"/> <Point x="4384" y="7057" time="14221371.75"/> <Point x="4386" y="7100" time="14221371.77"/> <Point x="4396" y="7135" time="14221371.78"/> <Point x="4408" y="7160" time="14221371.79"/> <Point x="4422" y="7171" time="14221371.81"/> <Point x="4439" y="7167" time="14221371.83"/> <Point x="4456" y="7155" time="14221371.84"/> <Point x="4476" y="7128" time="14221371.85"/> <Point x="4496" y="7095" time="14221371.87"/> <Point x="4512" y="7061" time="14221371.89"/> <Point x="4522" y="7029" time="14221371.90"/> <Point x="4528" y="7008" time="14221371.91"/> <Point x="4529" y="6999" time="14221371.93"/> <Point x="4525" y="6997" time="14221371.95"/> <Point x="4524" y="7006" time="14221371.96"/> <Point x="4528" y="7026" time="14221371.97"/> <Point x="4534" y="7054" time="14221371.99"/> <Point x="4546" y="7084" time="14221372.01"/> <Point x="4563" y="7115" time="14221372.02"/> <Point x="4583" y="7141" time="14221372.03"/> <Point x="4603" y="7159" time="14221372.05"/> <Point x="4623" y="7162" time="14221372.07"/> <Point x="4647" y="7168" time="14221372.08"/> <Point x="4663" y="7150" time="14221372.10"/> <Point x="4678" y="7120" time="14221372.11"/> <Point x="4694" y="7085" time="14221372.12"/> <Point x="4700" y="7041" time="14221372.14"/> <Point x="4703" y="6998" time="14221372.15"/> <Point x="4702" y="6959" time="14221372.17"/> <Point x="4693" y="6922" time="14221372.19"/> <Point x="4685" y="6894" time="14221372.20"/> <Point x="4673" y="6874" time="14221372.21"/> <Point x="4656" y="6860" time="14221372.23"/> <Point x="4643" y="6863" time="14221372.24"/> </Stroke> <Stroke colour="black" start_time="14221372.49" end_time="14221372.96"> <Point x="4847" y="6869" time="14221372.49"/> <Point x="4833" y="6868" time="14221372.50"/> <Point x="4816" y="6878" time="14221372.52"/> <Point x="4799" y="6897" time="14221372.53"/> <Point x="4783" y="6928" time="14221372.55"/> <Point x="4772" y="6966" time="14221372.56"/> <Point x="4760" y="7009" time="14221372.58"/> <Point x="4747" y="7052" time="14221372.59"/> <Point x="4743" y="7095" time="14221372.61"/> <Point x="4745" y="7130" time="14221372.62"/> <Point x="4748" y="7155" time="14221372.64"/> <Point x="4759" y="7173" time="14221372.65"/> <Point x="4771" y="7171" time="14221372.67"/> <Point x="4781" y="7156" time="14221372.68"/> <Point x="4803" y="7132" time="14221372.70"/> <Point x="4823" y="7098" time="14221372.71"/> <Point x="4845" y="7058" time="14221372.73"/> <Point x="4858" y="7014" time="14221372.74"/> <Point x="4871" y="6976" time="14221372.76"/> <Point x="4878" y="6939" time="14221372.77"/> <Point x="4879" y="6912" time="14221372.79"/> <Point x="4878" y="6894" time="14221372.80"/> <Point x="4874" y="6887" time="14221372.82"/> <Point x="4873" y="6892" time="14221372.83"/> <Point x="4873" y="6910" time="14221372.84"/> <Point x="4869" y="6939" time="14221372.86"/> <Point x="4868" y="6978" time="14221372.88"/> <Point x="4871" y="7021" time="14221372.89"/> <Point x="4879" y="7067" time="14221372.90"/> <Point x="4891" y="7111" time="14221372.92"/> <Point x="4907" y="7152" time="14221372.93"/> <Point x="4920" y="7181" time="14221372.95"/> <Point x="4936" y="7195" time="14221372.96"/> </Stroke> <Stroke colour="black" start_time="14221373.14" end_time="14221373.45"> <Point x="5104" y="6891" time="14221373.14"/> <Point x="5096" y="6883" time="14221373.16"/> <Point x="5084" y="6881" time="14221373.18"/> <Point x="5069" y="6885" time="14221373.19"/> <Point x="5053" y="6894" time="14221373.20"/> <Point x="5035" y="6910" time="14221373.22"/> <Point x="5025" y="6930" time="14221373.24"/> <Point x="5025" y="6952" time="14221373.25"/> <Point x="5038" y="6977" time="14221373.26"/> <Point x="5055" y="7004" time="14221373.28"/> <Point x="5079" y="7036" time="14221373.29"/> <Point x="5107" y="7067" time="14221373.31"/> <Point x="5130" y="7094" time="14221373.32"/> <Point x="5144" y="7118" time="14221373.34"/> <Point x="5148" y="7140" time="14221373.35"/> <Point x="5137" y="7156" time="14221373.37"/> <Point x="5112" y="7165" time="14221373.38"/> <Point x="5084" y="7172" time="14221373.40"/> <Point x="5050" y="7188" time="14221373.41"/> <Point x="5022" y="7194" time="14221373.45"/> <Point x="5006" y="7193" time="14221373.45"/> </Stroke> <Stroke colour="black" start_time="14221374.01" end_time="14221375.40"> <Point x="5347" y="7264" time="14221374.01"/> <Point x="5359" y="7252" time="14221374.02"/> <Point x="5375" y="7223" time="14221374.05"/> <Point x="5392" y="7180" time="14221374.07"/> <Point x="5406" y="7130" time="14221374.08"/> <Point x="5418" y="7070" time="14221374.09"/> <Point x="5431" y="7009" time="14221374.11"/> <Point x="5447" y="6951" time="14221374.13"/> <Point x="5457" y="6898" time="14221374.14"/> <Point x="5466" y="6853" time="14221374.15"/> <Point x="5472" y="6816" time="14221374.17"/> <Point x="5472" y="6788" time="14221374.19"/> <Point x="5468" y="6776" time="14221374.20"/> <Point x="5465" y="6778" time="14221374.21"/> <Point x="5462" y="6794" time="14221374.23"/> <Point x="5458" y="6826" time="14221374.24"/> <Point x="5453" y="6867" time="14221374.26"/> <Point x="5445" y="6920" time="14221374.27"/> <Point x="5443" y="6983" time="14221374.29"/> <Point x="5441" y="7045" time="14221374.30"/> <Point x="5442" y="7106" time="14221374.32"/> <Point x="5448" y="7159" time="14221374.33"/> <Point x="5452" y="7200" time="14221374.35"/> <Point x="5456" y="7229" time="14221374.36"/> <Point x="5466" y="7242" time="14221374.38"/> <Point x="5474" y="7237" time="14221374.39"/> <Point x="5482" y="7223" time="14221374.40"/> <Point x="5495" y="7196" time="14221374.42"/> <Point x="5506" y="7161" time="14221374.44"/> <Point x="5518" y="7125" time="14221374.45"/> <Point x="5528" y="7089" time="14221374.46"/> <Point x="5540" y="7054" time="14221374.48"/> <Point x="5550" y="7028" time="14221374.50"/> <Point x="5557" y="7004" time="14221374.51"/> <Point x="5560" y="6992" time="14221374.52"/> <Point x="5559" y="6989" time="14221374.54"/> <Point x="5561" y="6997" time="14221374.56"/> <Point x="5557" y="7019" time="14221374.57"/> <Point x="5552" y="7046" time="14221374.58"/> <Point x="5550" y="7084" time="14221374.60"/> <Point x="5549" y="7123" time="14221374.61"/> <Point x="5557" y="7166" time="14221374.63"/> <Point x="5559" y="7197" time="14221374.64"/> <Point x="5572" y="7226" time="14221374.66"/> <Point x="5581" y="7244" time="14221374.67"/> <Point x="5590" y="7249" time="14221374.69"/> <Point x="5600" y="7248" time="14221374.70"/> <Point x="5608" y="7233" time="14221374.73"/> <Point x="5617" y="7207" time="14221374.73"/> <Point x="5627" y="7181" time="14221374.75"/> <Point x="5637" y="7152" time="14221374.76"/> <Point x="5649" y="7120" time="14221374.78"/> <Point x="5659" y="7094" time="14221374.79"/> <Point x="5669" y="7073" time="14221374.81"/> <Point x="5683" y="7055" time="14221374.82"/> <Point x="5692" y="7039" time="14221374.84"/> <Point x="5694" y="7032" time="14221374.87"/> <Point x="5698" y="7030" time="14221374.89"/> <Point x="5704" y="7041" time="14221374.91"/> <Point x="5701" y="7057" time="14221374.92"/> <Point x="5698" y="7082" time="14221374.92"/> <Point x="5703" y="7108" time="14221374.93"/> <Point x="5709" y="7139" time="14221374.94"/> <Point x="5711" y="7171" time="14221374.96"/> <Point x="5720" y="7203" time="14221374.97"/> <Point x="5741" y="7229" time="14221374.99"/> <Point x="5759" y="7250" time="14221375.00"/> <Point x="5780" y="7265" time="14221375.02"/> <Point x="5799" y="7267" time="14221375.03"/> <Point x="5822" y="7260" time="14221375.05"/> <Point x="5844" y="7246" time="14221375.06"/> <Point x="5863" y="7224" time="14221375.08"/> <Point x="5880" y="7197" time="14221375.09"/> <Point x="5897" y="7166" time="14221375.11"/> <Point x="5909" y="7134" time="14221375.12"/> <Point x="5913" y="7102" time="14221375.14"/> <Point x="5906" y="7072" time="14221375.15"/> <Point x="5897" y="7050" time="14221375.16"/> <Point x="5878" y="7033" time="14221375.18"/> <Point x="5856" y="7025" time="14221375.20"/> <Point x="5833" y="7031" time="14221375.21"/> <Point x="5812" y="7040" time="14221375.22"/> <Point x="5802" y="7057" time="14221375.24"/> <Point x="5800" y="7082" time="14221375.26"/> <Point x="5806" y="7107" time="14221375.27"/> <Point x="5825" y="7133" time="14221375.28"/> <Point x="5855" y="7161" time="14221375.30"/> <Point x="5885" y="7179" time="14221375.32"/> <Point x="5925" y="7196" time="14221375.33"/> <Point x="5968" y="7209" time="14221375.35"/> <Point x="6005" y="7213" time="14221375.36"/> <Point x="6042" y="7202" time="14221375.38"/> <Point x="6075" y="7189" time="14221375.40"/> </Stroke> <Stroke colour="black" start_time="14221375.77" end_time="14221376.01"> <Point x="6319" y="6896" time="14221375.77"/> <Point x="6320" y="6896" time="14221375.79"/> <Point x="6329" y="6904" time="14221375.80"/> <Point x="6334" y="6921" time="14221375.82"/> <Point x="6341" y="6951" time="14221375.83"/> <Point x="6344" y="6989" time="14221375.85"/> <Point x="6339" y="7033" time="14221375.86"/> <Point x="6337" y="7089" time="14221375.87"/> <Point x="6336" y="7152" time="14221375.89"/> <Point x="6337" y="7215" time="14221375.91"/> <Point x="6340" y="7273" time="14221375.92"/> <Point x="6349" y="7320" time="14221375.94"/> <Point x="6355" y="7355" time="14221375.95"/> <Point x="6367" y="7377" time="14221375.97"/> <Point x="6372" y="7383" time="14221375.98"/> <Point x="6373" y="7377" time="14221375.99"/> <Point x="6381" y="7357" time="14221376.01"/> </Stroke> <Stroke colour="black" start_time="14221376.13" end_time="14221376.25"> <Point x="6214" y="7152" time="14221376.13"/> <Point x="6215" y="7147" time="14221376.14"/> <Point x="6221" y="7142" time="14221376.15"/> <Point x="6247" y="7143" time="14221376.17"/> <Point x="6285" y="7144" time="14221376.19"/> <Point x="6327" y="7147" time="14221376.20"/> <Point x="6382" y="7162" time="14221376.22"/> <Point x="6430" y="7170" time="14221376.23"/> <Point x="6473" y="7177" time="14221376.25"/> </Stroke> <Stroke colour="black" start_time="14221376.41" end_time="14221376.77"> <Point x="6609" y="7173" time="14221376.41"/> <Point x="6601" y="7168" time="14221376.43"/> <Point x="6592" y="7171" time="14221376.45"/> <Point x="6571" y="7172" time="14221376.46"/> <Point x="6546" y="7181" time="14221376.48"/> <Point x="6519" y="7197" time="14221376.49"/> <Point x="6493" y="7222" time="14221376.51"/> <Point x="6471" y="7244" time="14221376.52"/> <Point x="6456" y="7266" time="14221376.54"/> <Point x="6452" y="7288" time="14221376.55"/> <Point x="6459" y="7304" time="14221376.58"/> <Point x="6468" y="7312" time="14221376.59"/> <Point x="6488" y="7317" time="14221376.59"/> <Point x="6515" y="7311" time="14221376.61"/> <Point x="6541" y="7301" time="14221376.62"/> <Point x="6569" y="7280" time="14221376.64"/> <Point x="6599" y="7257" time="14221376.65"/> <Point x="6621" y="7230" time="14221376.67"/> <Point x="6635" y="7202" time="14221376.68"/> <Point x="6636" y="7176" time="14221376.70"/> <Point x="6624" y="7150" time="14221376.71"/> <Point x="6606" y="7125" time="14221376.73"/> <Point x="6587" y="7108" time="14221376.74"/> <Point x="6568" y="7094" time="14221376.76"/> <Point x="6548" y="7078" time="14221376.77"/> </Stroke> </StrokeSet> </WhiteboardCaptureSession>
52.067588
75
0.55511
9de4e1df7933ad626fdf21d7a62c12e2634277da
3,184
csproj
XML
src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
crummel/dotnet_corert
57289ff33dba98c8aea472019adebc08ec68634b
[ "MIT" ]
null
null
null
src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
crummel/dotnet_corert
57289ff33dba98c8aea472019adebc08ec68634b
[ "MIT" ]
null
null
null
src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
crummel/dotnet_corert
57289ff33dba98c8aea472019adebc08ec68634b
[ "MIT" ]
1
2019-01-13T07:13:27.000Z
2019-01-13T07:13:27.000Z
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> <PropertyGroup> <OutputType>Library</OutputType> <AssemblyName>ILCompiler.MetadataTransform.Tests</AssemblyName> <RootNamespace>MetadataTransformTests</RootNamespace> <TargetFramework>netstandard1.3</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.DotNet.BuildTools.TestSuite"> <Version>$(XunitNetcoreExtensionsVersion)</Version> </PackageReference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\src\ILCompiler.MetadataTransform.csproj" /> <ProjectReference Include="..\..\ILCompiler.TypeSystem\src\ILCompiler.TypeSystem.csproj" /> <ProjectReference Include="..\..\ILCompiler.MetadataWriter\src\ILCompiler.MetadataWriter.csproj" /> <ProjectReference Include="PrimaryMetadataAssembly\PrimaryMetadataAssembly.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <OutputItemType>Content</OutputItemType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Targets>Build;DebugSymbolsProjectOutputGroup</Targets> </ProjectReference> <ProjectReference Include="ILMetadataAssembly\ILMetadataAssembly.ilproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <OutputItemType>Content</OutputItemType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Targets>Build</Targets> </ProjectReference> <ProjectReference Include="SampleMetadataAssembly\SampleMetadataAssembly.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <OutputItemType>Content</OutputItemType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Targets>Build;DebugSymbolsProjectOutputGroup</Targets> </ProjectReference> <ProjectReference Include="SampleWinRTMetadataAssembly\SampleWinRTMetadataAssembly.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <OutputItemType>Content</OutputItemType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Targets>Build;DebugSymbolsProjectOutputGroup</Targets> </ProjectReference> <ProjectReference Include="WindowsWinRTMetadataAssembly\WindowsWinRTMetadataAssembly.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <OutputItemType>Content</OutputItemType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Targets>Build;DebugSymbolsProjectOutputGroup</Targets> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="ExplicitScopeTests.cs" /> <Compile Include="MockPolicy.cs" /> <Compile Include="MultifileMetadataPolicy.cs" /> <Compile Include="NativeFormatExtensions.cs" /> <Compile Include="SimpleTests.cs" /> <Compile Include="SingleFileMetadataPolicy.cs" /> <Compile Include="TestTypeSystemContext.cs" /> </ItemGroup> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> </Project>
53.066667
118
0.774812
aeb8696b11d8bfb41e0b4c706cf649d7dcc85b8b
2,876
xml
XML
lib/Linux32/ImperasLib/imperas.ovpworld.org/module/ArmCortexMuCOS-II/1.0/module.igen.xml
emanuellucas2/OVPsimProject
6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e
[ "TCL" ]
null
null
null
lib/Linux32/ImperasLib/imperas.ovpworld.org/module/ArmCortexMuCOS-II/1.0/module.igen.xml
emanuellucas2/OVPsimProject
6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e
[ "TCL" ]
null
null
null
lib/Linux32/ImperasLib/imperas.ovpworld.org/module/ArmCortexMuCOS-II/1.0/module.igen.xml
emanuellucas2/OVPsimProject
6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e
[ "TCL" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <hw clp="T" clpAllArgs="T" clpExtArgs="T" clpStdArgs="T" diagnostics="F" httpvis="F" library="module" name="ArmCortexMuCOS-II" purpose="4" releasestatus="4" saverestore="F" stoponctrlc="F" vendor="imperas.ovpworld.org" verbose="F" version="1.0" visibility="0"> <nets name="nets"/> <docsection name="doc" text="Description"> <doctext name="txt" text="Platform for Micrium uc/OS-II bring up and simple LED access"/> </docsection> <docsection name="doc_1" text="Licensing"> <doctext name="txt" text="Open Source Apache 2.0"/> </docsection> <docsection name="doc_2" text="Limitations"> <doctext name="txt" text="BareMetal platform for bring up of uc/OS-II on ARM Cortex-M3 processor"/> </docsection> <docsection name="doc_3" text="Reference"> <doctext name="txt" text="www.micrium.com/page/products/rtos/os-ii"/> </docsection> <formalarg description="the uc/OS-II image" group="user platform config" mustbespecified="T" name="kernel" type="stringvar"/> <processorinstance endian="little" imagefile="ucosiiDemoApplication.ARM_CORTEX_M3.elf" mips="100.0" name="cpu1" simulateexceptions="T"> <vlnvreference name="armm" vendor="arm.ovpworld.org"/> <extlibrary directLoad="T" name="armNewlib_0"> <vlnvreference name="armNewlib" vendor="arm.ovpworld.org"/> </extlibrary> <attribute content="Cortex-M3" name="variant"/> <attribute content="gdb" name="compatibility"/> <busmasterportconnection connection="bus1" name="INSTRUCTION"/> <busmasterportconnection connection="bus1" name="DATA"/> </processorinstance> <bus addresswidth="32" name="bus1"/> <memoryinstance name="memory1"> <vlnvreference name="ram"/> <busslaveportconnection connection="bus1" hiaddress="0x0fffffff" loaddress="0x00000000" name="sp1"/> </memoryinstance> <memoryinstance name="memory2"> <vlnvreference name="ram"/> <busslaveportconnection connection="bus1" hiaddress="0xffffffff" loaddress="0x20000000" name="sp1"/> </memoryinstance> <peripheralinstance name="led"> <vlnvreference name="ledRegister" vendor="ovpworld.org"/> <busslaveportconnection connection="bus1" hiaddress="0x10000007" loaddress="0x10000000" name="busPort"/> </peripheralinstance> <fileversion major="1" minor="0" name="_version_0"/> </hw>
30.595745
91
0.579277
367375a88ee186d882da2bbc0ebe0f5d9b02cbea
1,463
xml
XML
src/test/resources/org/w3c/www/interop/xmldsig11/oracle/signature-enveloping-p521_sha384_4050.xml
gino0631/santuario-java
cb1a44518becb624bf5a15a40a36b6009f50f1c4
[ "Apache-2.0" ]
27
2015-07-29T21:49:36.000Z
2021-11-10T22:00:03.000Z
src/test/resources/org/w3c/www/interop/xmldsig11/oracle/signature-enveloping-p521_sha384_4050.xml
gino0631/santuario-java
cb1a44518becb624bf5a15a40a36b6009f50f1c4
[ "Apache-2.0" ]
21
2020-09-14T11:07:09.000Z
2022-03-01T07:45:56.000Z
src/test/resources/org/w3c/www/interop/xmldsig11/oracle/signature-enveloping-p521_sha384_4050.xml
gino0631/santuario-java
cb1a44518becb624bf5a15a40a36b6009f50f1c4
[ "Apache-2.0" ]
48
2015-03-25T12:36:07.000Z
2021-11-10T21:59:50.000Z
<dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:SignedInfo><dsig:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><dsig:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"/><dsig:Reference URI="#DSig.Object_1" Type="http://www.w3.org/2000/09/xmldsig#Object"><dsig:DigestMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#sha384"/><dsig:DigestValue>QQzWA5o7Aj0x+LglAnSMqaZlUTGiAiWd+wFQwZQixBTly7WkzpFrU3pyPLLOIlB7</dsig:DigestValue></dsig:Reference></dsig:SignedInfo><dsig:SignatureValue>ANQiXkRxf/1+sMwoBsGbQVkOinenhErneIxLKLYhP5R1Ilp4mncGVwIiMOefhklFAiRxYIlcX6LL99Mnw1Hphc0zAUBbVi05+MRRHNoxbg6zG/OBfVWpt5jgF0o3Vnz0h4PlFfevC7q9y8lKGhlxIk3yR7gyqvqXYqKZbtTtSHi4zcZL</dsig:SignatureValue><dsig:KeyInfo><dsig:KeyValue><ECDSAKeyValue xmlns="http://www.w3.org/2001/04/xmldsig-more#"><DomainParameters><NamedCurve URN="urn:oid:1.3.132.0.35"/></DomainParameters><PublicKey><X Value="6636123178588860263276021182187815267084205960456475480897129901598313503182219386215174992872732614994530890544414696187006462563614288269498402623375740729"/><Y Value="1845613809073002088597786696319242710743453216044890914005385795606839768940690125053917726250807477666723584213675626895165912471306678569896060933862305400"/></PublicKey></ECDSAKeyValue></dsig:KeyValue></dsig:KeyInfo><dsig:Object Id="DSig.Object_1" MimeType="text/xml"><Web>up up and away</Web></dsig:Object></dsig:Signature>
1,463
1,463
0.846206
cb269490d65feff8dc9248b79ed9f14423cc7744
30,714
storyboard
XML
Prework/Base.lproj/Main.storyboard
luke0zong/TipCalc
468a027a46d0d8837ddc6fdd1541e50f705f3e04
[ "Apache-2.0" ]
null
null
null
Prework/Base.lproj/Main.storyboard
luke0zong/TipCalc
468a027a46d0d8837ddc6fdd1541e50f705f3e04
[ "Apache-2.0" ]
null
null
null
Prework/Base.lproj/Main.storyboard
luke0zong/TipCalc
468a027a46d0d8837ddc6fdd1541e50f705f3e04
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="LTq-eG-xpv"> <device id="retina6_7" orientation="portrait" appearance="light"/> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="System colors in document resources" minToolsVersion="11.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> <!--View Controller--> <scene sceneID="tne-QT-ifu"> <objects> <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="TipCalc" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> <rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Bill Amount" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dpq-Wf-2HU"> <rect key="frame" x="20" y="197" width="87" height="20"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tip" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xva-LC-VPh"> <rect key="frame" x="20" y="321.66666666666669" width="24" height="21"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="$0.00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DK0-aX-IG8" userLabel="Tip Amount Label"> <rect key="frame" x="136" y="321" width="272" height="21"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" usesAttributedText="YES" borderStyle="roundedRect" placeholder="$" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="rYt-51-kTb" userLabel="Bill Amount Text Field"> <rect key="frame" x="136" y="190" width="272" height="34"/> <attributedString key="attributedText"/> <textInputTraits key="textInputTraits" keyboardType="decimalPad" enablesReturnKeyAutomatically="YES"/> <connections> <action selector="calculateTip:" destination="BYZ-38-t0r" eventType="editingChanged" id="LzI-AL-xgN"/> <action selector="calculateTip:" destination="BYZ-38-t0r" eventType="valueChanged" id="SZC-U3-ok2"/> </connections> </textField> <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="fill" segmentControlStyle="bordered" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="PJw-Wr-jcM" userLabel="Tip Control"> <rect key="frame" x="20" y="408" width="388" height="51"/> <constraints> <constraint firstAttribute="height" constant="50" id="69J-XK-QRF"/> </constraints> <segments> <segment title="15%"/> <segment title="18%"/> <segment title="20%"/> </segments> <color key="selectedSegmentTintColor" systemColor="systemGreenColor"/> <connections> <action selector="calculateTip:" destination="BYZ-38-t0r" eventType="valueChanged" id="ftH-PI-5Qa"/> </connections> </segmentedControl> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eB6-ge-kSN"> <rect key="frame" x="20" y="497" width="37" height="20.333333333333371"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="$0.00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kSI-tW-VoQ" userLabel="Total Label"> <rect key="frame" x="363.33333333333331" y="497" width="44.666666666666686" height="20"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="kSI-tW-VoQ" secondAttribute="trailing" constant="20" id="0wW-zL-gQ5"/> <constraint firstItem="Xva-LC-VPh" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="1km-9o-wTG"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="rYt-51-kTb" secondAttribute="trailing" constant="20" id="2Wj-Wi-qTf"/> <constraint firstItem="DK0-aX-IG8" firstAttribute="top" secondItem="rYt-51-kTb" secondAttribute="bottom" constant="97" id="8OE-c4-oJ4"/> <constraint firstItem="Dpq-Wf-2HU" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="DbZ-Q7-Srh"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="PJw-Wr-jcM" secondAttribute="trailing" constant="20" id="OZh-oS-l16"/> <constraint firstItem="eB6-ge-kSN" firstAttribute="top" secondItem="PJw-Wr-jcM" secondAttribute="bottom" constant="39" id="Q7e-17-YU0"/> <constraint firstItem="eB6-ge-kSN" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="Qc4-PB-dB2"/> <constraint firstItem="DK0-aX-IG8" firstAttribute="leading" secondItem="Xva-LC-VPh" secondAttribute="trailing" constant="92" id="a9G-O5-k10"/> <constraint firstItem="PJw-Wr-jcM" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="20" id="fAZ-ZT-Y1d"/> <constraint firstItem="rYt-51-kTb" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="102" id="gxK-9M-qTg"/> <constraint firstItem="kSI-tW-VoQ" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="eB6-ge-kSN" secondAttribute="trailing" constant="8" symbolic="YES" id="htx-N2-bns"/> <constraint firstItem="Xva-LC-VPh" firstAttribute="top" secondItem="Dpq-Wf-2HU" secondAttribute="bottom" constant="104.67" id="k7W-wm-x9i"/> <constraint firstItem="PJw-Wr-jcM" firstAttribute="top" secondItem="DK0-aX-IG8" secondAttribute="bottom" constant="66" id="oNb-XB-Ge5"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="DK0-aX-IG8" secondAttribute="trailing" constant="20" id="qkF-6a-O8p"/> <constraint firstItem="rYt-51-kTb" firstAttribute="leading" secondItem="Dpq-Wf-2HU" secondAttribute="trailing" constant="29" id="tiF-MC-OBa"/> <constraint firstItem="kSI-tW-VoQ" firstAttribute="top" secondItem="PJw-Wr-jcM" secondAttribute="bottom" constant="39" id="wd1-Ri-KLh"/> <constraint firstItem="Dpq-Wf-2HU" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="109" id="yTi-47-rHt"/> </constraints> </view> <navigationItem key="navigationItem" id="dx1-hY-DKD"> <barButtonItem key="rightBarButtonItem" title="Settings" id="cjk-Wy-XW2"> <connections> <segue destination="82Y-EA-Z9G" kind="show" id="kx0-Gp-MFG"/> </connections> </barButtonItem> </navigationItem> <connections> <outlet property="billAmountTextField" destination="rYt-51-kTb" id="avQ-Vj-soK"/> <outlet property="tipAmountLabel" destination="DK0-aX-IG8" id="3Hc-ml-QDc"/> <outlet property="tipControl" destination="PJw-Wr-jcM" id="WfI-3G-P2d"/> <outlet property="totalLabel" destination="kSI-tW-VoQ" id="QDg-73-aaE"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="1035.981308411215" y="132.18142548596114"/> </scene> <!--Settings View Controller--> <scene sceneID="O5u-EM-wnn"> <objects> <viewController id="82Y-EA-Z9G" customClass="SettingsViewController" customModule="TipCalc" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="ean-v6-hqR"> <rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Set Default Percentage" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="89L-mC-R5G"> <rect key="frame" x="19.999999999999986" y="138" width="246.66666666666663" height="30"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle1"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="45" translatesAutoresizingMaskIntoConstraints="NO" id="RhH-an-Crr"> <rect key="frame" x="20" y="203" width="405" height="240"/> <subviews> <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" alignment="center" spacing="50" translatesAutoresizingMaskIntoConstraints="NO" id="h9c-dh-9Gs" userLabel="Row 1"> <rect key="frame" x="0.0" y="0.0" width="405" height="50"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tip 1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lc3-5j-ac7"> <rect key="frame" x="0.0" y="9.333333333333341" width="101.66666666666667" height="31.333333333333329"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="98" id="BqU-Fc-jcl"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="26"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="line" placeholder="15" textAlignment="center" minimumFontSize="26" translatesAutoresizingMaskIntoConstraints="NO" id="K01-M8-l7R" userLabel="Tip 1 text"> <rect key="frame" x="151.66666666666666" y="2.6666666666666572" width="101.66666666666666" height="44.666666666666664"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="80" id="55y-8B-Qj1"/> </constraints> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <textInputTraits key="textInputTraits" keyboardType="numberPad"/> <connections> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingChanged" id="Pkt-GR-YxG"/> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingDidEnd" id="whq-v1-yla"/> </connections> </textField> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="%" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cf5-fc-KOZ"> <rect key="frame" x="303.33333333333331" y="9.333333333333341" width="101.66666666666669" height="31.333333333333329"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="lc3-5j-ac7" firstAttribute="top" secondItem="h9c-dh-9Gs" secondAttribute="top" constant="9.3333333333333428" id="ftC-l2-FJP"/> <constraint firstItem="K01-M8-l7R" firstAttribute="top" secondItem="h9c-dh-9Gs" secondAttribute="top" constant="2.6666666666666572" id="ilY-jQ-0cp"/> </constraints> </stackView> <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" alignment="center" spacing="50" translatesAutoresizingMaskIntoConstraints="NO" id="Fu8-Ke-NXv" userLabel="Row 2"> <rect key="frame" x="0.0" y="95" width="405" height="50"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tip 2" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nZY-iT-g0w"> <rect key="frame" x="0.0" y="9.3333333333333126" width="101.66666666666667" height="31.333333333333329"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="101.66666666666667" id="eLt-tH-RFc"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="26"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="line" placeholder="18" textAlignment="center" minimumFontSize="26" translatesAutoresizingMaskIntoConstraints="NO" id="0dj-k4-3Uw" userLabel="Tip 2 text"> <rect key="frame" x="151.66666666666666" y="2.6666666666666856" width="101.66666666666666" height="44.666666666666664"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="80" id="Fa9-ei-GXE"/> </constraints> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <textInputTraits key="textInputTraits" keyboardType="numberPad"/> <connections> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingChanged" id="FdD-QB-oKC"/> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingDidEnd" id="Q5u-71-ftP"/> </connections> </textField> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="%" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1g1-us-RdO"> <rect key="frame" x="303.33333333333331" y="9.3333333333333126" width="101.66666666666669" height="31.333333333333329"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="0dj-k4-3Uw" firstAttribute="top" secondItem="Fu8-Ke-NXv" secondAttribute="top" constant="2.6666666666666856" id="zBC-WW-Fgt"/> </constraints> </stackView> <stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" alignment="center" spacing="50" translatesAutoresizingMaskIntoConstraints="NO" id="tC2-Ip-23n" userLabel="Row 3"> <rect key="frame" x="0.0" y="190" width="405" height="50"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tip 3" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PQu-7E-TjD"> <rect key="frame" x="0.0" y="10" width="101.66666666666667" height="30"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="98.333333333333329" id="X95-G9-hAx"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="25"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="line" placeholder="20" textAlignment="center" minimumFontSize="26" translatesAutoresizingMaskIntoConstraints="NO" id="IvO-t1-tZk" userLabel="Tip 3 text"> <rect key="frame" x="151.66666666666666" y="2.6666666666666856" width="101.66666666666666" height="44.666666666666664"/> <constraints> <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="80" id="MT7-Xm-57b"/> </constraints> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <textInputTraits key="textInputTraits" keyboardType="numberPad"/> <connections> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingDidEnd" id="3Dz-TJ-kHV"/> <action selector="tipChange:" destination="82Y-EA-Z9G" eventType="editingChanged" id="MDC-sV-nM3"/> </connections> </textField> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="%" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Km1-TQ-n35"> <rect key="frame" x="303.33333333333331" y="9.3333333333333126" width="101.66666666666669" height="31.333333333333329"/> <fontDescription key="fontDescription" type="system" pointSize="26"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="IvO-t1-tZk" firstAttribute="top" secondItem="tC2-Ip-23n" secondAttribute="top" constant="2.6666666666666856" id="4bQ-Ye-mLo"/> </constraints> </stackView> </subviews> <constraints> <constraint firstItem="Fu8-Ke-NXv" firstAttribute="centerY" secondItem="RhH-an-Crr" secondAttribute="centerY" id="cAM-gC-TfO"/> </constraints> </stackView> </subviews> <viewLayoutGuide key="safeArea" id="95x-2q-2ZN"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> <constraint firstItem="95x-2q-2ZN" firstAttribute="trailing" secondItem="89L-mC-R5G" secondAttribute="trailing" constant="161.33333333333337" id="0W8-jF-VIO"/> <constraint firstItem="RhH-an-Crr" firstAttribute="top" secondItem="89L-mC-R5G" secondAttribute="bottom" constant="35" id="0xS-xa-HCP"/> <constraint firstItem="89L-mC-R5G" firstAttribute="top" secondItem="95x-2q-2ZN" secondAttribute="top" constant="50" id="1ld-75-AAd"/> <constraint firstItem="RhH-an-Crr" firstAttribute="leading" secondItem="89L-mC-R5G" secondAttribute="leading" id="7d3-Vx-SYt"/> <constraint firstItem="95x-2q-2ZN" firstAttribute="bottom" secondItem="RhH-an-Crr" secondAttribute="bottom" constant="449" id="Fg7-nN-sjk"/> <constraint firstItem="89L-mC-R5G" firstAttribute="leading" secondItem="ean-v6-hqR" secondAttribute="leadingMargin" id="VmA-tR-R1z"/> <constraint firstItem="89L-mC-R5G" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="RhH-an-Crr" secondAttribute="leading" id="qCH-7N-gM6"/> </constraints> </view> <navigationItem key="navigationItem" id="wIb-uI-6Ho"/> <connections> <outlet property="tip1" destination="K01-M8-l7R" id="385-nW-onu"/> <outlet property="tip2" destination="0dj-k4-3Uw" id="BGN-dr-1ze"/> <outlet property="tip3" destination="IvO-t1-tZk" id="cM6-Sa-XBF"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="hwi-qj-v9M" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="2043.9252336448596" y="131.53347732181427"/> </scene> <!--Navigation Controller--> <scene sceneID="qgt-ah-S7g"> <objects> <navigationController automaticallyAdjustsScrollViewInsets="NO" id="LTq-eG-xpv" sceneMemberID="viewController"> <toolbarItems/> <navigationBar key="navigationBar" contentMode="scaleToFill" id="lgl-ut-Gel"> <rect key="frame" x="0.0" y="44" width="428" height="44"/> <autoresizingMask key="autoresizingMask"/> </navigationBar> <nil name="viewControllers"/> <connections> <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="kZd-IS-fob"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="v1v-Jo-HUn" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="135.98130841121494" y="132.18142548596114"/> </scene> </scenes> <resources> <systemColor name="systemBackgroundColor"> <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> <systemColor name="systemGreenColor"> <color red="0.20392156862745098" green="0.7803921568627451" blue="0.34901960784313724" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </systemColor> </resources> </document>
103.067114
382
0.536596
1477cce25287555e2c8857c35488609d7828502f
48,749
xml
XML
docs/xml/hiraga/661a9046-64cd-4ea6-85b4-bdccccf6f0f1.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
docs/xml/hiraga/661a9046-64cd-4ea6-85b4-bdccccf6f0f1.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
docs/xml/hiraga/661a9046-64cd-4ea6-85b4-bdccccf6f0f1.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>〔説明書〕</title> <respStmt> <persName>Satoru Nakamura</persName> <resp>Text Encoding</resp> </respStmt> </titleStmt> <publicationStmt> <publisher>The University of Tokyo</publisher> <availability> <licence target="http://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 </licence> </availability> </publicationStmt> <sourceDesc> <p><ref target=".//{http://www.tei-c.org/ns/1.0}661a9046-64cd-4ea6-85b4-bdccccf6f0f1">.//{http://www.tei-c.org/ns/1.0}661a9046-64cd-4ea6-85b4-bdccccf6f0f1</ref></p></sourceDesc> </fileDesc> </teiHeader> <facsimile> <surfaceGrp facs="https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/110506/manifest"><surface><graphic n="https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/110506/canvas/p1" url="https://iiif.dl.itc.u-tokyo.ac.jp/repo/files/original/110506/40090701-001_001.jpg" /><zone lrx="704" lry="312" ulx="673" uly="298" xml:id="zone_984ce576-c393-11e8-a334-f40f243b5e05" /><zone lrx="513" lry="345" ulx="451" uly="288" xml:id="zone_984ce6fa-c393-11e8-ad28-f40f243b5e05" /><zone lrx="642" lry="341" ulx="609" uly="286" xml:id="zone_984ce7cc-c393-11e8-9587-f40f243b5e05" /><zone lrx="763" lry="339" ulx="677" uly="282" xml:id="zone_984ce882-c393-11e8-805c-f40f243b5e05" /><zone lrx="878" lry="335" ulx="827" uly="280" xml:id="zone_984ce940-c393-11e8-9e48-f40f243b5e05" /><zone lrx="955" lry="333" ulx="919" uly="277" xml:id="zone_984ce9e8-c393-11e8-ba7d-f40f243b5e05" /><zone lrx="1130" lry="320" ulx="1071" uly="288" xml:id="zone_984cea8a-c393-11e8-a194-f40f243b5e05" /><zone lrx="1145" lry="317" ulx="1136" uly="288" xml:id="zone_984ceb34-c393-11e8-a56d-f40f243b5e05" /><zone lrx="1235" lry="317" ulx="1148" uly="285" xml:id="zone_984cebde-c393-11e8-b1fb-f40f243b5e05" /><zone lrx="1202" lry="347" ulx="1167" uly="316" xml:id="zone_984cec88-c393-11e8-b7d4-f40f243b5e05" /><zone lrx="1109" lry="355" ulx="1048" uly="322" xml:id="zone_984ced28-c393-11e8-8410-f40f243b5e05" /><zone lrx="1266" lry="343" ulx="1240" uly="312" xml:id="zone_984cedd2-c393-11e8-b5c0-f40f243b5e05" /><zone lrx="1356" lry="341" ulx="1306" uly="307" xml:id="zone_984cee86-c393-11e8-b238-f40f243b5e05" /><zone lrx="2090" lry="336" ulx="2031" uly="308" xml:id="zone_984cef26-c393-11e8-abef-f40f243b5e05" /><zone lrx="1376" lry="406" ulx="1299" uly="310" xml:id="zone_984cefdc-c393-11e8-a5ef-f40f243b5e05" /><zone lrx="1588" lry="348" ulx="1471" uly="313" xml:id="zone_984cf086-c393-11e8-a0ad-f40f243b5e05" /><zone lrx="1596" lry="348" ulx="1587" uly="319" xml:id="zone_984cf12e-c393-11e8-bafe-f40f243b5e05" /><zone lrx="1470" lry="363" ulx="1455" uly="340" xml:id="zone_984cf1e4-c393-11e8-9703-f40f243b5e05" /><zone lrx="1553" lry="363" ulx="1482" uly="340" xml:id="zone_984cf282-c393-11e8-863d-f40f243b5e05" /><zone lrx="1568" lry="363" ulx="1562" uly="340" xml:id="zone_984cf32c-c393-11e8-83e0-f40f243b5e05" /><zone lrx="1580" lry="363" ulx="1574" uly="340" xml:id="zone_984cf3d4-c393-11e8-bafb-f40f243b5e05" /><zone lrx="1590" lry="363" ulx="1584" uly="340" xml:id="zone_984cf476-c393-11e8-b45d-f40f243b5e05" /><zone lrx="1607" lry="363" ulx="1601" uly="340" xml:id="zone_984cf522-c393-11e8-89e4-f40f243b5e05" /><zone lrx="1482" lry="402" ulx="1451" uly="371" xml:id="zone_984cf5ca-c393-11e8-93ac-f40f243b5e05" /><zone lrx="1505" lry="400" ulx="1496" uly="371" xml:id="zone_984cf674-c393-11e8-bdcc-f40f243b5e05" /><zone lrx="1535" lry="399" ulx="1526" uly="370" xml:id="zone_984cf712-c393-11e8-88dc-f40f243b5e05" /><zone lrx="1622" lry="398" ulx="1575" uly="367" xml:id="zone_984cf7be-c393-11e8-a632-f40f243b5e05" /><zone lrx="1575" lry="399" ulx="1534" uly="303" xml:id="zone_984cf868-c393-11e8-b183-f40f243b5e05" /><zone lrx="1779" lry="393" ulx="1726" uly="296" xml:id="zone_984cf912-c393-11e8-ac5c-f40f243b5e05" /><zone lrx="2096" lry="352" ulx="2035" uly="334" xml:id="zone_984cf9c6-c393-11e8-99f6-f40f243b5e05" /><zone lrx="1727" lry="344" ulx="1693" uly="319" xml:id="zone_984cfa66-c393-11e8-8f30-f40f243b5e05" /><zone lrx="1791" lry="340" ulx="1749" uly="314" xml:id="zone_984cfb10-c393-11e8-9119-f40f243b5e05" /><zone lrx="1703" lry="361" ulx="1697" uly="336" xml:id="zone_984cfbae-c393-11e8-9366-f40f243b5e05" /><zone lrx="1729" lry="361" ulx="1711" uly="336" xml:id="zone_984cfc5a-c393-11e8-a7bc-f40f243b5e05" /><zone lrx="1813" lry="361" ulx="1746" uly="336" xml:id="zone_984cfd06-c393-11e8-af76-f40f243b5e05" /><zone lrx="1833" lry="361" ulx="1827" uly="336" xml:id="zone_984cfdb6-c393-11e8-b96f-f40f243b5e05" /><zone lrx="1849" lry="361" ulx="1843" uly="336" xml:id="zone_984cfe5a-c393-11e8-a7fb-f40f243b5e05" /><zone lrx="1859" lry="361" ulx="1853" uly="336" xml:id="zone_984cff02-c393-11e8-9335-f40f243b5e05" /><zone lrx="1872" lry="361" ulx="1866" uly="336" xml:id="zone_984cffa2-c393-11e8-902f-f40f243b5e05" /><zone lrx="1694" lry="395" ulx="1685" uly="366" xml:id="zone_984d004a-c393-11e8-8e48-f40f243b5e05" /><zone lrx="1712" lry="394" ulx="1703" uly="365" xml:id="zone_984d00ec-c393-11e8-86cc-f40f243b5e05" /><zone lrx="1766" lry="392" ulx="1757" uly="363" xml:id="zone_984d0198-c393-11e8-8428-f40f243b5e05" /><zone lrx="1836" lry="391" ulx="1817" uly="360" xml:id="zone_984d0236-c393-11e8-8551-f40f243b5e05" /><zone lrx="1869" lry="388" ulx="1858" uly="294" xml:id="zone_984d02de-c393-11e8-a318-f40f243b5e05" /><zone lrx="2159" lry="380" ulx="2129" uly="285" xml:id="zone_984d0388-c393-11e8-be0e-f40f243b5e05" /><zone lrx="2207" lry="379" ulx="2177" uly="283" xml:id="zone_984d0436-c393-11e8-b3e7-f40f243b5e05" /><zone lrx="2256" lry="377" ulx="2225" uly="281" xml:id="zone_984d04de-c393-11e8-a214-f40f243b5e05" /><zone lrx="2316" lry="376" ulx="2262" uly="279" xml:id="zone_984d0588-c393-11e8-8d99-f40f243b5e05" /><zone lrx="1904" lry="388" ulx="1887" uly="359" xml:id="zone_984d0634-c393-11e8-ab9a-f40f243b5e05" /><zone lrx="1913" lry="388" ulx="1904" uly="359" xml:id="zone_984d06dc-c393-11e8-a5a5-f40f243b5e05" /><zone lrx="1958" lry="387" ulx="1949" uly="358" xml:id="zone_984d077a-c393-11e8-b32d-f40f243b5e05" /><zone lrx="1973" lry="386" ulx="1964" uly="357" xml:id="zone_984d0824-c393-11e8-816c-f40f243b5e05" /><zone lrx="303" lry="665" ulx="252" uly="650" xml:id="zone_984d08d2-c393-11e8-93d8-f40f243b5e05" /><zone lrx="303" lry="654" ulx="252" uly="639" xml:id="zone_984d0982-c393-11e8-b239-f40f243b5e05" /><zone lrx="302" lry="634" ulx="251" uly="619" xml:id="zone_984d0a24-c393-11e8-81b6-f40f243b5e05" /><zone lrx="302" lry="620" ulx="251" uly="605" xml:id="zone_984d0ad0-c393-11e8-8fae-f40f243b5e05" /><zone lrx="302" lry="582" ulx="251" uly="567" xml:id="zone_984d0b6e-c393-11e8-9bd8-f40f243b5e05" /><zone lrx="302" lry="561" ulx="251" uly="546" xml:id="zone_984d0c18-c393-11e8-8136-f40f243b5e05" /><zone lrx="301" lry="530" ulx="250" uly="515" xml:id="zone_984d0cc2-c393-11e8-8307-f40f243b5e05" /><zone lrx="301" lry="519" ulx="250" uly="504" xml:id="zone_984d0d76-c393-11e8-8c04-f40f243b5e05" /><zone lrx="301" lry="478" ulx="250" uly="463" xml:id="zone_984d0e18-c393-11e8-b1eb-f40f243b5e05" /><zone lrx="300" lry="457" ulx="249" uly="442" xml:id="zone_984d0ec0-c393-11e8-bd92-f40f243b5e05" /><zone lrx="300" lry="426" ulx="249" uly="411" xml:id="zone_984d0f5e-c393-11e8-a68f-f40f243b5e05" /><zone lrx="299" lry="374" ulx="248" uly="359" xml:id="zone_984d100a-c393-11e8-985f-f40f243b5e05" /><zone lrx="299" lry="322" ulx="248" uly="307" xml:id="zone_984d10b4-c393-11e8-954a-f40f243b5e05" /><zone lrx="298" lry="286" ulx="246" uly="181" xml:id="zone_984d115e-c393-11e8-a4f0-f40f243b5e05" /><zone lrx="503" lry="443" ulx="468" uly="417" xml:id="zone_984d11fe-c393-11e8-84e3-f40f243b5e05" /><zone lrx="675" lry="430" ulx="666" uly="395" xml:id="zone_984d12a8-c393-11e8-a782-f40f243b5e05" /><zone lrx="705" lry="430" ulx="679" uly="395" xml:id="zone_984d1348-c393-11e8-9b5a-f40f243b5e05" /><zone lrx="771" lry="430" ulx="712" uly="395" xml:id="zone_984d13e8-c393-11e8-963d-f40f243b5e05" /><zone lrx="808" lry="440" ulx="799" uly="406" xml:id="zone_984d1492-c393-11e8-bbaa-f40f243b5e05" /><zone lrx="896" lry="440" ulx="835" uly="406" xml:id="zone_984d1530-c393-11e8-88b9-f40f243b5e05" /><zone lrx="906" lry="440" ulx="897" uly="406" xml:id="zone_984d15e6-c393-11e8-9d5e-f40f243b5e05" /><zone lrx="994" lry="440" ulx="939" uly="406" xml:id="zone_984d1686-c393-11e8-b682-f40f243b5e05" /><zone lrx="806" lry="490" ulx="779" uly="450" xml:id="zone_984d1738-c393-11e8-ba94-f40f243b5e05" /><zone lrx="820" lry="490" ulx="809" uly="450" xml:id="zone_984d17da-c393-11e8-bfcf-f40f243b5e05" /><zone lrx="907" lry="489" ulx="839" uly="448" xml:id="zone_984d1886-c393-11e8-b7aa-f40f243b5e05" /><zone lrx="983" lry="488" ulx="949" uly="448" xml:id="zone_984d192e-c393-11e8-8d31-f40f243b5e05" /><zone lrx="1074" lry="440" ulx="1044" uly="406" xml:id="zone_984d19cc-c393-11e8-8d56-f40f243b5e05" /><zone lrx="1099" lry="488" ulx="1042" uly="446" xml:id="zone_984d1a78-c393-11e8-bb84-f40f243b5e05" /><zone lrx="1105" lry="487" ulx="1094" uly="447" xml:id="zone_984d1b22-c393-11e8-be7b-f40f243b5e05" /><zone lrx="1134" lry="487" ulx="1111" uly="447" xml:id="zone_984d1bc2-c393-11e8-81d6-f40f243b5e05" /><zone lrx="1188" lry="487" ulx="1154" uly="446" xml:id="zone_984d1c6c-c393-11e8-8252-f40f243b5e05" /><zone lrx="1193" lry="486" ulx="1182" uly="446" xml:id="zone_984d1d18-c393-11e8-915c-f40f243b5e05" /><zone lrx="1225" lry="486" ulx="1197" uly="446" xml:id="zone_984d1db6-c393-11e8-acbb-f40f243b5e05" /><zone lrx="1255" lry="486" ulx="1244" uly="446" xml:id="zone_984d1e62-c393-11e8-969a-f40f243b5e05" /><zone lrx="1267" lry="486" ulx="1256" uly="446" xml:id="zone_984d1f00-c393-11e8-853d-f40f243b5e05" /><zone lrx="1275" lry="486" ulx="1264" uly="446" xml:id="zone_984d1fa8-c393-11e8-a550-f40f243b5e05" /><zone lrx="1304" lry="485" ulx="1275" uly="445" xml:id="zone_984d2054-c393-11e8-b323-f40f243b5e05" /><zone lrx="1337" lry="485" ulx="1326" uly="445" xml:id="zone_984d20fe-c393-11e8-bf5b-f40f243b5e05" /><zone lrx="1345" lry="485" ulx="1334" uly="445" xml:id="zone_984d21a6-c393-11e8-bdd2-f40f243b5e05" /><zone lrx="1382" lry="485" ulx="1347" uly="445" xml:id="zone_984d2252-c393-11e8-b66a-f40f243b5e05" /><zone lrx="1386" lry="484" ulx="1375" uly="444" xml:id="zone_984d22fe-c393-11e8-9e3e-f40f243b5e05" /><zone lrx="1418" lry="484" ulx="1390" uly="444" xml:id="zone_984d239c-c393-11e8-aa3d-f40f243b5e05" /><zone lrx="705" lry="487" ulx="674" uly="437" xml:id="zone_984d2446-c393-11e8-a217-f40f243b5e05" /><zone lrx="792" lry="483" ulx="708" uly="426" xml:id="zone_984d24e4-c393-11e8-acaf-f40f243b5e05" /><zone lrx="1475" lry="484" ulx="1454" uly="444" xml:id="zone_984d2586-c393-11e8-9c5b-f40f243b5e05" /><zone lrx="1488" lry="484" ulx="1477" uly="444" xml:id="zone_984d2630-c393-11e8-8683-f40f243b5e05" /><zone lrx="1496" lry="483" ulx="1485" uly="443" xml:id="zone_984d26d0-c393-11e8-af0b-f40f243b5e05" /><zone lrx="1509" lry="483" ulx="1498" uly="443" xml:id="zone_984d2778-c393-11e8-b62a-f40f243b5e05" /><zone lrx="1561" lry="483" ulx="1517" uly="443" xml:id="zone_984d281a-c393-11e8-ae12-f40f243b5e05" /><zone lrx="1578" lry="483" ulx="1567" uly="443" xml:id="zone_984d28c6-c393-11e8-86d8-f40f243b5e05" /><zone lrx="1606" lry="483" ulx="1585" uly="442" xml:id="zone_984d2964-c393-11e8-9e72-f40f243b5e05" /><zone lrx="1624" lry="482" ulx="1613" uly="442" xml:id="zone_984d2a0c-c393-11e8-9fd5-f40f243b5e05" /><zone lrx="1632" lry="482" ulx="1621" uly="442" xml:id="zone_984d2aae-c393-11e8-b12d-f40f243b5e05" /><zone lrx="590" lry="482" ulx="564" uly="461" xml:id="zone_984d2b58-c393-11e8-aa38-f40f243b5e05" /><zone lrx="626" lry="480" ulx="592" uly="460" xml:id="zone_984d2c02-c393-11e8-9525-f40f243b5e05" /><zone lrx="1725" lry="482" ulx="1675" uly="441" xml:id="zone_984d2cac-c393-11e8-8a32-f40f243b5e05" /><zone lrx="1765" lry="481" ulx="1751" uly="441" xml:id="zone_984d2d54-c393-11e8-b5f1-f40f243b5e05" /><zone lrx="1779" lry="481" ulx="1768" uly="441" xml:id="zone_984d2df6-c393-11e8-9f06-f40f243b5e05" /><zone lrx="1788" lry="481" ulx="1777" uly="441" xml:id="zone_984d2ea2-c393-11e8-8485-f40f243b5e05" /><zone lrx="1842" lry="480" ulx="1812" uly="440" xml:id="zone_984d2f40-c393-11e8-a27f-f40f243b5e05" /><zone lrx="1857" lry="480" ulx="1846" uly="440" xml:id="zone_984d2fe8-c393-11e8-ad3c-f40f243b5e05" /><zone lrx="1866" lry="480" ulx="1855" uly="440" xml:id="zone_984d3092-c393-11e8-8e50-f40f243b5e05" /><zone lrx="1911" lry="480" ulx="1888" uly="440" xml:id="zone_984d3136-c393-11e8-9919-f40f243b5e05" /><zone lrx="1919" lry="480" ulx="1908" uly="440" xml:id="zone_984d31d4-c393-11e8-9a61-f40f243b5e05" /><zone lrx="1931" lry="480" ulx="1920" uly="440" xml:id="zone_984d327e-c393-11e8-93a4-f40f243b5e05" /><zone lrx="1996" lry="479" ulx="1956" uly="439" xml:id="zone_984d331e-c393-11e8-b159-f40f243b5e05" /><zone lrx="2130" lry="479" ulx="2058" uly="437" xml:id="zone_984d33c8-c393-11e8-a3d8-f40f243b5e05" /><zone lrx="2201" lry="477" ulx="2197" uly="437" xml:id="zone_984d3468-c393-11e8-9b22-f40f243b5e05" /><zone lrx="2272" lry="477" ulx="2227" uly="436" xml:id="zone_984d3512-c393-11e8-a1f3-f40f243b5e05" /><zone lrx="2321" lry="476" ulx="2284" uly="436" xml:id="zone_984d35b4-c393-11e8-b98d-f40f243b5e05" /><zone lrx="501" lry="485" ulx="472" uly="464" xml:id="zone_984d3652-c393-11e8-b2ca-f40f243b5e05" /><zone lrx="503" lry="484" ulx="497" uly="465" xml:id="zone_984d36f0-c393-11e8-a3a0-f40f243b5e05" /><zone lrx="515" lry="483" ulx="509" uly="464" xml:id="zone_984d3792-c393-11e8-9520-f40f243b5e05" /></surface><surface><graphic n="https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/110506/canvas/p2" url="https://iiif.dl.itc.u-tokyo.ac.jp/repo/files/original/110506/40090701-002_001.jpg" /><zone lrx="1744" lry="341" ulx="1628" uly="308" xml:id="zone_984d397e-c393-11e8-9e95-f40f243b5e05" /><zone lrx="1152" lry="352" ulx="1123" uly="334" xml:id="zone_984d3a2e-c393-11e8-94a5-f40f243b5e05" /><zone lrx="484" lry="399" ulx="436" uly="350" xml:id="zone_984d3ad0-c393-11e8-ae6e-f40f243b5e05" /><zone lrx="516" lry="398" ulx="502" uly="351" xml:id="zone_984d3b6e-c393-11e8-8a9b-f40f243b5e05" /><zone lrx="525" lry="398" ulx="511" uly="351" xml:id="zone_984d3c1a-c393-11e8-bf98-f40f243b5e05" /><zone lrx="537" lry="398" ulx="523" uly="351" xml:id="zone_984d3cba-c393-11e8-8ad2-f40f243b5e05" /><zone lrx="554" lry="397" ulx="540" uly="350" xml:id="zone_984d3d5a-c393-11e8-8059-f40f243b5e05" /><zone lrx="424" lry="433" ulx="336" uly="399" xml:id="zone_984d3e02-c393-11e8-96e6-f40f243b5e05" /><zone lrx="447" lry="431" ulx="438" uly="400" xml:id="zone_984d3ea4-c393-11e8-bb11-f40f243b5e05" /><zone lrx="461" lry="430" ulx="452" uly="399" xml:id="zone_984d3f46-c393-11e8-b137-f40f243b5e05" /><zone lrx="523" lry="430" ulx="486" uly="397" xml:id="zone_984d3fe4-c393-11e8-bfd6-f40f243b5e05" /><zone lrx="535" lry="429" ulx="526" uly="398" xml:id="zone_984d4086-c393-11e8-813b-f40f243b5e05" /><zone lrx="544" lry="429" ulx="535" uly="398" xml:id="zone_984d4124-c393-11e8-852d-f40f243b5e05" /><zone lrx="559" lry="428" ulx="550" uly="397" xml:id="zone_984d41c6-c393-11e8-86f2-f40f243b5e05" /><zone lrx="678" lry="396" ulx="631" uly="348" xml:id="zone_984d4264-c393-11e8-a81a-f40f243b5e05" /><zone lrx="642" lry="427" ulx="613" uly="395" xml:id="zone_984d4302-c393-11e8-8e37-f40f243b5e05" /><zone lrx="656" lry="426" ulx="647" uly="395" xml:id="zone_984d43a4-c393-11e8-a837-f40f243b5e05" /><zone lrx="682" lry="426" ulx="663" uly="395" xml:id="zone_984d4450-c393-11e8-965a-f40f243b5e05" /><zone lrx="1033" lry="356" ulx="956" uly="326" xml:id="zone_984d44e6-c393-11e8-8213-f40f243b5e05" /><zone lrx="856" lry="395" ulx="727" uly="345" xml:id="zone_984d4586-c393-11e8-8a0c-f40f243b5e05" /><zone lrx="935" lry="393" ulx="880" uly="344" xml:id="zone_984d4624-c393-11e8-87f5-f40f243b5e05" /><zone lrx="964" lry="392" ulx="936" uly="344" xml:id="zone_984d46c6-c393-11e8-b147-f40f243b5e05" /><zone lrx="1099" lry="391" ulx="1000" uly="342" xml:id="zone_984d4764-c393-11e8-a6f1-f40f243b5e05" /><zone lrx="1118" lry="389" ulx="1104" uly="342" xml:id="zone_984d4806-c393-11e8-bdbb-f40f243b5e05" /><zone lrx="1154" lry="389" ulx="1128" uly="342" xml:id="zone_984d48a4-c393-11e8-ab35-f40f243b5e05" /><zone lrx="1211" lry="389" ulx="1164" uly="340" xml:id="zone_984d494c-c393-11e8-a663-f40f243b5e05" /><zone lrx="1285" lry="388" ulx="1218" uly="339" xml:id="zone_984d49ee-c393-11e8-b812-f40f243b5e05" /><zone lrx="1396" lry="387" ulx="1318" uly="338" xml:id="zone_984d4a90-c393-11e8-901a-f40f243b5e05" /><zone lrx="771" lry="424" ulx="754" uly="393" xml:id="zone_984d4b2e-c393-11e8-bbbd-f40f243b5e05" /><zone lrx="791" lry="424" ulx="782" uly="393" xml:id="zone_984d4bd0-c393-11e8-a3a7-f40f243b5e05" /><zone lrx="803" lry="423" ulx="794" uly="392" xml:id="zone_984d4c6e-c393-11e8-b9a1-f40f243b5e05" /><zone lrx="816" lry="423" ulx="807" uly="392" xml:id="zone_984d4d0c-c393-11e8-8610-f40f243b5e05" /><zone lrx="945" lry="422" ulx="881" uly="389" xml:id="zone_984d4dae-c393-11e8-ae2d-f40f243b5e05" /><zone lrx="992" lry="420" ulx="983" uly="389" xml:id="zone_984d4e4c-c393-11e8-b758-f40f243b5e05" /><zone lrx="1053" lry="418" ulx="1034" uly="387" xml:id="zone_984d4eee-c393-11e8-a4f8-f40f243b5e05" /><zone lrx="1069" lry="418" ulx="1060" uly="387" xml:id="zone_984d4f90-c393-11e8-83a8-f40f243b5e05" /><zone lrx="1107" lry="417" ulx="1098" uly="386" xml:id="zone_984d502e-c393-11e8-97b4-f40f243b5e05" /><zone lrx="1266" lry="420" ulx="1257" uly="387" xml:id="zone_984d50d0-c393-11e8-b565-f40f243b5e05" /><zone lrx="1345" lry="420" ulx="1317" uly="387" xml:id="zone_984d516e-c393-11e8-b47d-f40f243b5e05" /><zone lrx="1401" lry="420" ulx="1359" uly="387" xml:id="zone_984d520c-c393-11e8-bcfa-f40f243b5e05" /><zone lrx="1415" lry="420" ulx="1406" uly="387" xml:id="zone_984d52ae-c393-11e8-8e75-f40f243b5e05" /><zone lrx="1558" lry="385" ulx="1480" uly="336" xml:id="zone_984d534c-c393-11e8-afef-f40f243b5e05" /><zone lrx="1489" lry="420" ulx="1457" uly="387" xml:id="zone_984d53ee-c393-11e8-8a65-f40f243b5e05" /><zone lrx="1515" lry="420" ulx="1504" uly="387" xml:id="zone_984d5482-c393-11e8-b9a2-f40f243b5e05" /><zone lrx="1553" lry="420" ulx="1523" uly="387" xml:id="zone_984d5524-c393-11e8-9b8a-f40f243b5e05" /><zone lrx="1723" lry="416" ulx="1624" uly="377" xml:id="zone_984d55c2-c393-11e8-bb8c-f40f243b5e05" /><zone lrx="1734" lry="416" ulx="1723" uly="377" xml:id="zone_984d5664-c393-11e8-ba8f-f40f243b5e05" /><zone lrx="1746" lry="416" ulx="1735" uly="377" xml:id="zone_984d5710-c393-11e8-844a-f40f243b5e05" /><zone lrx="1771" lry="416" ulx="1757" uly="377" xml:id="zone_984d57ae-c393-11e8-852f-f40f243b5e05" /><zone lrx="1790" lry="416" ulx="1779" uly="377" xml:id="zone_984d584c-c393-11e8-a113-f40f243b5e05" /><zone lrx="1798" lry="416" ulx="1787" uly="377" xml:id="zone_984d58ee-c393-11e8-8ce8-f40f243b5e05" /><zone lrx="1802" lry="416" ulx="1791" uly="377" xml:id="zone_984d598c-c393-11e8-9811-f40f243b5e05" /><zone lrx="1822" lry="416" ulx="1811" uly="377" xml:id="zone_984d5a38-c393-11e8-b9ed-f40f243b5e05" /><zone lrx="1830" lry="416" ulx="1819" uly="377" xml:id="zone_984d5ada-c393-11e8-b066-f40f243b5e05" /><zone lrx="1885" lry="416" ulx="1828" uly="377" xml:id="zone_984d5b6e-c393-11e8-ae58-f40f243b5e05" /><zone lrx="1898" lry="416" ulx="1887" uly="377" xml:id="zone_984d5c10-c393-11e8-bb24-f40f243b5e05" /><zone lrx="2005" lry="416" ulx="1922" uly="377" xml:id="zone_984d5cae-c393-11e8-b943-f40f243b5e05" /><zone lrx="2068" lry="416" ulx="2032" uly="377" xml:id="zone_984d5d50-c393-11e8-a413-f40f243b5e05" /><zone lrx="2082" lry="416" ulx="2071" uly="377" xml:id="zone_984d5df8-c393-11e8-b4f4-f40f243b5e05" /><zone lrx="2110" lry="416" ulx="2099" uly="377" xml:id="zone_984d5ea4-c393-11e8-93d6-f40f243b5e05" /><zone lrx="2122" lry="416" ulx="2111" uly="377" xml:id="zone_984d5f42-c393-11e8-9299-f40f243b5e05" /><zone lrx="2173" lry="416" ulx="2129" uly="377" xml:id="zone_984d5fe2-c393-11e8-ac99-f40f243b5e05" /><zone lrx="2213" lry="416" ulx="2180" uly="377" xml:id="zone_984d6082-c393-11e8-bbf6-f40f243b5e05" /><zone lrx="2226" lry="416" ulx="2215" uly="377" xml:id="zone_984d6122-c393-11e8-bce5-f40f243b5e05" /><zone lrx="2255" lry="416" ulx="2226" uly="377" xml:id="zone_984d61c2-c393-11e8-851a-f40f243b5e05" /><zone lrx="2262" lry="416" ulx="2251" uly="377" xml:id="zone_984d626c-c393-11e8-9255-f40f243b5e05" /><zone lrx="2306" lry="416" ulx="2295" uly="377" xml:id="zone_984d630c-c393-11e8-b489-f40f243b5e05" /><zone lrx="2322" lry="416" ulx="2311" uly="377" xml:id="zone_984d63ae-c393-11e8-bcbc-f40f243b5e05" /><zone lrx="2347" lry="416" ulx="2325" uly="377" xml:id="zone_984d6622-c393-11e8-830a-f40f243b5e05" /><zone lrx="2377" lry="416" ulx="2356" uly="377" xml:id="zone_984d66cc-c393-11e8-bdce-f40f243b5e05" /><zone lrx="415" lry="512" ulx="333" uly="470" xml:id="zone_984d6776-c393-11e8-8cd1-f40f243b5e05" /><zone lrx="476" lry="512" ulx="440" uly="470" xml:id="zone_984d6818-c393-11e8-b227-f40f243b5e05" /><zone lrx="485" lry="512" ulx="474" uly="470" xml:id="zone_984d68b6-c393-11e8-ba08-f40f243b5e05" /><zone lrx="531" lry="512" ulx="483" uly="470" xml:id="zone_984d6962-c393-11e8-95bb-f40f243b5e05" /><zone lrx="536" lry="512" ulx="525" uly="470" xml:id="zone_984d6a00-c393-11e8-a94a-f40f243b5e05" /><zone lrx="552" lry="512" ulx="536" uly="470" xml:id="zone_984d6a9e-c393-11e8-93d5-f40f243b5e05" /><zone lrx="567" lry="512" ulx="556" uly="470" xml:id="zone_984d6b40-c393-11e8-8911-f40f243b5e05" /><zone lrx="575" lry="512" ulx="564" uly="470" xml:id="zone_984d6bde-c393-11e8-8a90-f40f243b5e05" /><zone lrx="586" lry="512" ulx="575" uly="470" xml:id="zone_984d6c8a-c393-11e8-9eb0-f40f243b5e05" /><zone lrx="643" lry="512" ulx="620" uly="470" xml:id="zone_984d6d2c-c393-11e8-8536-f40f243b5e05" /><zone lrx="661" lry="512" ulx="650" uly="470" xml:id="zone_984d6dd4-c393-11e8-8dc4-f40f243b5e05" /><zone lrx="678" lry="512" ulx="667" uly="470" xml:id="zone_984d6e74-c393-11e8-bda8-f40f243b5e05" /><zone lrx="783" lry="512" ulx="752" uly="470" xml:id="zone_984d6f12-c393-11e8-9f11-f40f243b5e05" /><zone lrx="794" lry="512" ulx="783" uly="470" xml:id="zone_984d6fb4-c393-11e8-bdfe-f40f243b5e05" /><zone lrx="812" lry="512" ulx="801" uly="470" xml:id="zone_984d7054-c393-11e8-a975-f40f243b5e05" /><zone lrx="781" lry="500" ulx="752" uly="480" xml:id="zone_984d70f6-c393-11e8-ad0c-f40f243b5e05" /><zone lrx="791" lry="499" ulx="785" uly="480" xml:id="zone_984d7194-c393-11e8-948e-f40f243b5e05" /><zone lrx="809" lry="498" ulx="803" uly="479" xml:id="zone_984d723e-c393-11e8-b9a1-f40f243b5e05" /><zone lrx="1017" lry="512" ulx="887" uly="470" xml:id="zone_984d72de-c393-11e8-88d1-f40f243b5e05" /><zone lrx="1067" lry="512" ulx="1031" uly="470" xml:id="zone_984d738a-c393-11e8-b437-f40f243b5e05" /><zone lrx="1076" lry="512" ulx="1065" uly="470" xml:id="zone_984d7428-c393-11e8-8f71-f40f243b5e05" /><zone lrx="1087" lry="512" ulx="1076" uly="470" xml:id="zone_984d74c8-c393-11e8-bdb9-f40f243b5e05" /><zone lrx="1095" lry="512" ulx="1084" uly="470" xml:id="zone_984d7568-c393-11e8-bf28-f40f243b5e05" /><zone lrx="1124" lry="512" ulx="1108" uly="470" xml:id="zone_984d7608-c393-11e8-bed2-f40f243b5e05" /><zone lrx="1136" lry="512" ulx="1125" uly="470" xml:id="zone_984d76a8-c393-11e8-bce9-f40f243b5e05" /><zone lrx="1154" lry="512" ulx="1138" uly="470" xml:id="zone_984d7748-c393-11e8-be82-f40f243b5e05" /><zone lrx="1169" lry="512" ulx="1158" uly="470" xml:id="zone_984d77f0-c393-11e8-aec1-f40f243b5e05" /><zone lrx="1198" lry="512" ulx="1175" uly="470" xml:id="zone_984d7892-c393-11e8-8492-f40f243b5e05" /><zone lrx="1479" lry="497" ulx="1449" uly="455" xml:id="zone_984d7934-c393-11e8-b076-f40f243b5e05" /><zone lrx="1494" lry="496" ulx="1482" uly="456" xml:id="zone_984d79d2-c393-11e8-ba21-f40f243b5e05" /><zone lrx="1503" lry="496" ulx="1491" uly="456" xml:id="zone_984d7a74-c393-11e8-b7e0-f40f243b5e05" /><zone lrx="1513" lry="496" ulx="1501" uly="456" xml:id="zone_984d7b12-c393-11e8-871a-f40f243b5e05" /><zone lrx="1535" lry="497" ulx="1523" uly="457" xml:id="zone_984d7bb0-c393-11e8-af29-f40f243b5e05" /><zone lrx="1580" lry="498" ulx="1535" uly="457" xml:id="zone_984d7c52-c393-11e8-806d-f40f243b5e05" /><zone lrx="1610" lry="499" ulx="1580" uly="458" xml:id="zone_984d7cf0-c393-11e8-be91-f40f243b5e05" /><zone lrx="1649" lry="499" ulx="1627" uly="459" xml:id="zone_984d7d92-c393-11e8-8f12-f40f243b5e05" /><zone lrx="1663" lry="499" ulx="1651" uly="459" xml:id="zone_984d7e3e-c393-11e8-bdab-f40f243b5e05" /><zone lrx="1681" lry="500" ulx="1666" uly="460" xml:id="zone_984d7ee6-c393-11e8-8471-f40f243b5e05" /><zone lrx="1693" lry="500" ulx="1681" uly="460" xml:id="zone_984d7f86-c393-11e8-9a42-f40f243b5e05" /><zone lrx="1743" lry="501" ulx="1692" uly="460" xml:id="zone_984d802e-c393-11e8-a3d4-f40f243b5e05" /><zone lrx="1759" lry="501" ulx="1747" uly="461" xml:id="zone_984d80d2-c393-11e8-a3b7-f40f243b5e05" /><zone lrx="1805" lry="502" ulx="1783" uly="462" xml:id="zone_984d8170-c393-11e8-a71a-f40f243b5e05" /><zone lrx="1822" lry="502" ulx="1810" uly="462" xml:id="zone_984d8210-c393-11e8-811b-f40f243b5e05" /><zone lrx="1858" lry="504" ulx="1821" uly="463" xml:id="zone_984d82b0-c393-11e8-a7d0-f40f243b5e05" /><zone lrx="1251" lry="491" ulx="1235" uly="451" xml:id="zone_984d8350-c393-11e8-8c3a-f40f243b5e05" /><zone lrx="1265" lry="492" ulx="1253" uly="452" xml:id="zone_984d83f8-c393-11e8-a372-f40f243b5e05" /><zone lrx="1303" lry="493" ulx="1268" uly="452" xml:id="zone_984d84fe-c393-11e8-83a1-f40f243b5e05" /><zone lrx="1336" lry="494" ulx="1305" uly="453" xml:id="zone_984d85a8-c393-11e8-8f5e-f40f243b5e05" /><zone lrx="1391" lry="495" ulx="1350" uly="453" xml:id="zone_984d86a4-c393-11e8-9229-f40f243b5e05" /><zone lrx="1320" lry="512" ulx="1265" uly="470" xml:id="zone_984d879c-c393-11e8-b160-f40f243b5e05" /><zone lrx="1391" lry="512" ulx="1362" uly="470" xml:id="zone_984d88ac-c393-11e8-9583-f40f243b5e05" /><zone lrx="995" lry="501" ulx="946" uly="465" xml:id="zone_984d89b8-c393-11e8-88fc-f40f243b5e05" /><zone lrx="1948" lry="501" ulx="1939" uly="472" xml:id="zone_984d8b22-c393-11e8-b5b3-f40f243b5e05" /><zone lrx="1966" lry="500" ulx="1957" uly="471" xml:id="zone_984d8c4c-c393-11e8-94e9-f40f243b5e05" /><zone lrx="2010" lry="500" ulx="1972" uly="469" xml:id="zone_984d8d00-c393-11e8-acc9-f40f243b5e05" /><zone lrx="2050" lry="497" ulx="2041" uly="468" xml:id="zone_984d8dac-c393-11e8-9a7f-f40f243b5e05" /><zone lrx="2286" lry="496" ulx="2094" uly="459" xml:id="zone_984d8e5e-c393-11e8-b7ea-f40f243b5e05" /><zone lrx="978" lry="510" ulx="964" uly="492" xml:id="zone_984d8f12-c393-11e8-9c12-f40f243b5e05" /><zone lrx="985" lry="510" ulx="981" uly="492" xml:id="zone_984d8fb4-c393-11e8-b059-f40f243b5e05" /><zone lrx="1009" lry="510" ulx="988" uly="492" xml:id="zone_984d905c-c393-11e8-bdb1-f40f243b5e05" /><zone lrx="1330" lry="506" ulx="1326" uly="488" xml:id="zone_984d90fa-c393-11e8-b4be-f40f243b5e05" /><zone lrx="1373" lry="506" ulx="1360" uly="488" xml:id="zone_984d91ba-c393-11e8-8821-f40f243b5e05" /><zone lrx="1175" lry="518" ulx="1170" uly="497" xml:id="zone_984d925a-c393-11e8-addb-f40f243b5e05" /><zone lrx="1186" lry="518" ulx="1181" uly="497" xml:id="zone_984d92fa-c393-11e8-851a-f40f243b5e05" /><zone lrx="1223" lry="518" ulx="1184" uly="497" xml:id="zone_984d93ae-c393-11e8-b5fc-f40f243b5e05" /><zone lrx="373" lry="1542" ulx="349" uly="1502" xml:id="zone_984d945a-c393-11e8-9bda-f40f243b5e05" /><zone lrx="463" lry="1542" ulx="388" uly="1500" xml:id="zone_984d94f8-c393-11e8-90f0-f40f243b5e05" /><zone lrx="479" lry="1540" ulx="467" uly="1500" xml:id="zone_984d95a2-c393-11e8-973f-f40f243b5e05" /><zone lrx="535" lry="1540" ulx="491" uly="1498" xml:id="zone_984d9642-c393-11e8-84c3-f40f243b5e05" /><zone lrx="626" lry="1540" ulx="542" uly="1498" xml:id="zone_984d96e2-c393-11e8-90d0-f40f243b5e05" /><zone lrx="639" lry="1538" ulx="627" uly="1498" xml:id="zone_984d9780-c393-11e8-a731-f40f243b5e05" /><zone lrx="691" lry="1538" ulx="659" uly="1497" xml:id="zone_984d9824-c393-11e8-b1e8-f40f243b5e05" /><zone lrx="705" lry="1537" ulx="693" uly="1497" xml:id="zone_984d98cc-c393-11e8-b478-f40f243b5e05" /><zone lrx="736" lry="1537" ulx="706" uly="1497" xml:id="zone_984d9976-c393-11e8-9058-f40f243b5e05" /><zone lrx="849" lry="1537" ulx="751" uly="1495" xml:id="zone_984d9a14-c393-11e8-a31b-f40f243b5e05" /><zone lrx="877" lry="1535" ulx="865" uly="1495" xml:id="zone_984d9ab6-c393-11e8-8e3c-f40f243b5e05" /><zone lrx="929" lry="1534" ulx="895" uly="1494" xml:id="zone_984d9b58-c393-11e8-a6f2-f40f243b5e05" /><zone lrx="1014" lry="1534" ulx="936" uly="1493" xml:id="zone_984d9bf6-c393-11e8-bc33-f40f243b5e05" /><zone lrx="1085" lry="1533" ulx="1025" uly="1491" xml:id="zone_984d9ca2-c393-11e8-b3d0-f40f243b5e05" /><zone lrx="1121" lry="1532" ulx="1088" uly="1492" xml:id="zone_984d9d40-c393-11e8-b4a4-f40f243b5e05" /><zone lrx="1144" lry="1531" ulx="1132" uly="1491" xml:id="zone_984d9dde-c393-11e8-a346-f40f243b5e05" /><zone lrx="1269" lry="1531" ulx="1161" uly="1489" xml:id="zone_984d9e80-c393-11e8-9d46-f40f243b5e05" /><zone lrx="1318" lry="1529" ulx="1280" uly="1489" xml:id="zone_984d9f1e-c393-11e8-af74-f40f243b5e05" /><zone lrx="1379" lry="1529" ulx="1339" uly="1487" xml:id="zone_984d9fc0-c393-11e8-a171-f40f243b5e05" /><zone lrx="1406" lry="1528" ulx="1383" uly="1488" xml:id="zone_984da062-c393-11e8-9b92-f40f243b5e05" /><zone lrx="1422" lry="1528" ulx="1410" uly="1488" xml:id="zone_984da100-c393-11e8-b754-f40f243b5e05" /><zone lrx="1479" lry="1527" ulx="1456" uly="1487" xml:id="zone_984da1a2-c393-11e8-bd04-f40f243b5e05" /><zone lrx="1572" lry="1527" ulx="1491" uly="1485" xml:id="zone_984da240-c393-11e8-9d43-f40f243b5e05" /><zone lrx="1593" lry="1525" ulx="1572" uly="1485" xml:id="zone_984da2de-c393-11e8-ba5d-f40f243b5e05" /><zone lrx="1684" lry="1525" ulx="1600" uly="1484" xml:id="zone_984da380-c393-11e8-b890-f40f243b5e05" /></surface></surfaceGrp> </facsimile> <text> <body> <p><span facs="#zone_984ce576-c393-11e8-a334-f40f243b5e05">We</span><span facs="#zone_984ce6fa-c393-11e8-ad28-f40f243b5e05">phed</span><span facs="#zone_984ce7cc-c393-11e8-9587-f40f243b5e05">on</span><span facs="#zone_984ce882-c393-11e8-805c-f40f243b5e05">maching</span><span facs="#zone_984ce940-c393-11e8-9e48-f40f243b5e05">cral</span><span facs="#zone_984ce9e8-c393-11e8-ba7d-f40f243b5e05">il</span><span facs="#zone_984cea8a-c393-11e8-a194-f40f243b5e05">Cust</span><span facs="#zone_984ceb34-c393-11e8-a56d-f40f243b5e05">.</span><span facs="#zone_984cebde-c393-11e8-b1fb-f40f243b5e05">üt</span><span facs="#zone_984cec88-c393-11e8-b7d4-f40f243b5e05">مما</span><span facs="#zone_984ced28-c393-11e8-8410-f40f243b5e05">لا</span><span facs="#zone_984cedd2-c393-11e8-b5c0-f40f243b5e05">أمرا</span><span facs="#zone_984cee86-c393-11e8-b238-f40f243b5e05">لعلها</span><span facs="#zone_984cef26-c393-11e8-abef-f40f243b5e05">ܝܠܚܝܐ</span><span facs="#zone_984cefdc-c393-11e8-a5ef-f40f243b5e05">Tell</span><span facs="#zone_984cf086-c393-11e8-a0ad-f40f243b5e05">Freeboard</span><span facs="#zone_984cf12e-c393-11e8-bafe-f40f243b5e05">.</span><span facs="#zone_984cf1e4-c393-11e8-9703-f40f243b5e05">of</span><span facs="#zone_984cf282-c393-11e8-863d-f40f243b5e05">designs</span><span facs="#zone_984cf32c-c393-11e8-83e0-f40f243b5e05">W</span><span facs="#zone_984cf3d4-c393-11e8-bafb-f40f243b5e05">.</span><span facs="#zone_984cf476-c393-11e8-b45d-f40f243b5e05">L</span><span facs="#zone_984cf522-c393-11e8-89e4-f40f243b5e05">.</span><span facs="#zone_984cf5ca-c393-11e8-93ac-f40f243b5e05">slim</span><span facs="#zone_984cf674-c393-11e8-bdcc-f40f243b5e05">,</span><span facs="#zone_984cf712-c393-11e8-88dc-f40f243b5e05">☆</span><span facs="#zone_984cf7be-c393-11e8-a632-f40f243b5e05">abt</span><span facs="#zone_984cf868-c393-11e8-b183-f40f243b5e05">are</span><span facs="#zone_984cf912-c393-11e8-ac5c-f40f243b5e05">the</span><span facs="#zone_984cf9c6-c393-11e8-99f6-f40f243b5e05">kult</span><span facs="#zone_984cfa66-c393-11e8-8f30-f40f243b5e05">gun</span><span facs="#zone_984cfb10-c393-11e8-9119-f40f243b5e05">axes</span><span facs="#zone_984cfbae-c393-11e8-9366-f40f243b5e05">o</span><span facs="#zone_984cfc5a-c393-11e8-a7bc-f40f243b5e05">aur</span><span facs="#zone_984cfd06-c393-11e8-af76-f40f243b5e05">designed</span><span facs="#zone_984cfdb6-c393-11e8-b96f-f40f243b5e05">W</span><span facs="#zone_984cfe5a-c393-11e8-a7fb-f40f243b5e05">.</span><span facs="#zone_984cff02-c393-11e8-9335-f40f243b5e05">L</span><span facs="#zone_984cffa2-c393-11e8-902f-f40f243b5e05">.</span><span facs="#zone_984d004a-c393-11e8-8e48-f40f243b5e05">I</span><span facs="#zone_984d00ec-c393-11e8-86cc-f40f243b5e05">.</span><span facs="#zone_984d0198-c393-11e8-8428-f40f243b5e05">I</span><span facs="#zone_984d0236-c393-11e8-8551-f40f243b5e05">TILL</span><span facs="#zone_984d02de-c393-11e8-a318-f40f243b5e05">n</span><span facs="#zone_984d0388-c393-11e8-be0e-f40f243b5e05">is</span><span facs="#zone_984d0436-c393-11e8-b3e7-f40f243b5e05">on</span><span facs="#zone_984d04de-c393-11e8-a214-f40f243b5e05">the</span><span facs="#zone_984d0588-c393-11e8-8d99-f40f243b5e05">image</span><span facs="#zone_984d0634-c393-11e8-ab9a-f40f243b5e05">TV</span><span facs="#zone_984d06dc-c393-11e8-a5a5-f40f243b5e05">.</span><span facs="#zone_984d077a-c393-11e8-b32d-f40f243b5e05">V</span><span facs="#zone_984d0824-c393-11e8-816c-f40f243b5e05">.</span><span facs="#zone_984d08d2-c393-11e8-93d8-f40f243b5e05">3</span><span facs="#zone_984d0982-c393-11e8-b239-f40f243b5e05">.</span><span facs="#zone_984d0a24-c393-11e8-81b6-f40f243b5e05">1</span><span facs="#zone_984d0ad0-c393-11e8-8fae-f40f243b5e05">.</span><span facs="#zone_984d0b6e-c393-11e8-9bd8-f40f243b5e05">2</span><span facs="#zone_984d0c18-c393-11e8-8136-f40f243b5e05">.</span><span facs="#zone_984d0cc2-c393-11e8-8307-f40f243b5e05">3</span><span facs="#zone_984d0d76-c393-11e8-8c04-f40f243b5e05">.</span><span facs="#zone_984d0e18-c393-11e8-b1eb-f40f243b5e05">4</span><span facs="#zone_984d0ec0-c393-11e8-bd92-f40f243b5e05">.</span><span facs="#zone_984d0f5e-c393-11e8-a68f-f40f243b5e05">5</span><span facs="#zone_984d100a-c393-11e8-985f-f40f243b5e05">6</span><span facs="#zone_984d10b4-c393-11e8-954a-f40f243b5e05">7</span><span facs="#zone_984d115e-c393-11e8-a4f0-f40f243b5e05">89</span><span facs="#zone_984d11fe-c393-11e8-84e3-f40f243b5e05">23</span><span facs="#zone_984d12a8-c393-11e8-a782-f40f243b5e05">(</span><span facs="#zone_984d1348-c393-11e8-9b5a-f40f243b5e05">20</span><span facs="#zone_984d13e8-c393-11e8-963d-f40f243b5e05">hileno</span><span facs="#zone_984d1492-c393-11e8-bbaa-f40f243b5e05">·</span><span facs="#zone_984d1530-c393-11e8-88b9-f40f243b5e05">4724</span><span facs="#zone_984d15e6-c393-11e8-9d5e-f40f243b5e05">"</span><span facs="#zone_984d1686-c393-11e8-b682-f40f243b5e05">some</span><span facs="#zone_984d1738-c393-11e8-ba94-f40f243b5e05">ime</span><span facs="#zone_984d17da-c393-11e8-bfcf-f40f243b5e05">!</span><span facs="#zone_984d1886-c393-11e8-b7aa-f40f243b5e05">3543</span><span facs="#zone_984d192e-c393-11e8-8d31-f40f243b5e05">620</span><span facs="#zone_984d19cc-c393-11e8-8d56-f40f243b5e05">pic</span><span facs="#zone_984d1a78-c393-11e8-bb84-f40f243b5e05">1467</span><span facs="#zone_984d1b22-c393-11e8-be7b-f40f243b5e05">,</span><span facs="#zone_984d1bc2-c393-11e8-81d6-f40f243b5e05">711</span><span facs="#zone_984d1c6c-c393-11e8-8252-f40f243b5e05">891</span><span facs="#zone_984d1d18-c393-11e8-915c-f40f243b5e05">,</span><span facs="#zone_984d1db6-c393-11e8-acbb-f40f243b5e05">115</span><span facs="#zone_984d1e62-c393-11e8-969a-f40f243b5e05">(</span><span facs="#zone_984d1f00-c393-11e8-853d-f40f243b5e05">7</span><span facs="#zone_984d1fa8-c393-11e8-a550-f40f243b5e05">,</span><span facs="#zone_984d2054-c393-11e8-b323-f40f243b5e05">025</span><span facs="#zone_984d20fe-c393-11e8-bf5b-f40f243b5e05">2</span><span facs="#zone_984d21a6-c393-11e8-bdd2-f40f243b5e05">,</span><span facs="#zone_984d2252-c393-11e8-b66a-f40f243b5e05">415</span><span facs="#zone_984d22fe-c393-11e8-9e3e-f40f243b5e05">,</span><span facs="#zone_984d239c-c393-11e8-aa3d-f40f243b5e05">851</span><span facs="#zone_984d2446-c393-11e8-a217-f40f243b5e05">is</span><span facs="#zone_984d24e4-c393-11e8-acaf-f40f243b5e05">nie</span><span facs="#zone_984d2586-c393-11e8-9c5b-f40f243b5e05">22</span><span facs="#zone_984d2630-c393-11e8-8683-f40f243b5e05">+</span><span facs="#zone_984d26d0-c393-11e8-af0b-f40f243b5e05">6</span><span facs="#zone_984d2778-c393-11e8-b62a-f40f243b5e05">,</span><span facs="#zone_984d281a-c393-11e8-ae12-f40f243b5e05">1976</span><span facs="#zone_984d28c6-c393-11e8-86d8-f40f243b5e05">,</span><span facs="#zone_984d2964-c393-11e8-9e72-f40f243b5e05">13</span><span facs="#zone_984d2a0c-c393-11e8-9fd5-f40f243b5e05">-</span><span facs="#zone_984d2aae-c393-11e8-b12d-f40f243b5e05">0</span><span facs="#zone_984d2b58-c393-11e8-aa38-f40f243b5e05">31</span><span facs="#zone_984d2c02-c393-11e8-9525-f40f243b5e05">tuo</span><span facs="#zone_984d2cac-c393-11e8-8a32-f40f243b5e05">3660</span><span facs="#zone_984d2d54-c393-11e8-b5f1-f40f243b5e05">35</span><span facs="#zone_984d2df6-c393-11e8-9f06-f40f243b5e05">-</span><span facs="#zone_984d2ea2-c393-11e8-8485-f40f243b5e05">0</span><span facs="#zone_984d2f40-c393-11e8-a27f-f40f243b5e05">27</span><span facs="#zone_984d2fe8-c393-11e8-ad3c-f40f243b5e05">-</span><span facs="#zone_984d3092-c393-11e8-8e50-f40f243b5e05">0</span><span facs="#zone_984d3136-c393-11e8-9919-f40f243b5e05">27</span><span facs="#zone_984d31d4-c393-11e8-9a61-f40f243b5e05">-</span><span facs="#zone_984d327e-c393-11e8-93a4-f40f243b5e05">0</span><span facs="#zone_984d331e-c393-11e8-b159-f40f243b5e05">190</span><span facs="#zone_984d33c8-c393-11e8-a3d8-f40f243b5e05">894114</span><span facs="#zone_984d3468-c393-11e8-9b22-f40f243b5e05">3</span><span facs="#zone_984d3512-c393-11e8-a1f3-f40f243b5e05">046</span><span facs="#zone_984d35b4-c393-11e8-b98d-f40f243b5e05">head</span><span facs="#zone_984d3652-c393-11e8-b2ca-f40f243b5e05">21</span><span facs="#zone_984d36f0-c393-11e8-a3a0-f40f243b5e05">.</span><span facs="#zone_984d3792-c393-11e8-9520-f40f243b5e05">0</span></p><p><span facs="#zone_984d397e-c393-11e8-9e95-f40f243b5e05">Armament</span><span facs="#zone_984d3a2e-c393-11e8-94a5-f40f243b5e05">Trer</span><span facs="#zone_984d3ad0-c393-11e8-ae6e-f40f243b5e05">testien</span><span facs="#zone_984d3b6e-c393-11e8-8a9b-f40f243b5e05">.</span><span facs="#zone_984d3c1a-c393-11e8-bf98-f40f243b5e05">w</span><span facs="#zone_984d3cba-c393-11e8-8ad2-f40f243b5e05">.</span><span facs="#zone_984d3d5a-c393-11e8-8059-f40f243b5e05">.</span><span facs="#zone_984d3e02-c393-11e8-96e6-f40f243b5e05">Bayern</span><span facs="#zone_984d3ea4-c393-11e8-bb11-f40f243b5e05">.</span><span facs="#zone_984d3f46-c393-11e8-b137-f40f243b5e05">-</span><span facs="#zone_984d3fe4-c393-11e8-bfd6-f40f243b5e05">623</span><span facs="#zone_984d4086-c393-11e8-813b-f40f243b5e05">-</span><span facs="#zone_984d4124-c393-11e8-852d-f40f243b5e05">4</span><span facs="#zone_984d41c6-c393-11e8-86f2-f40f243b5e05">"</span><span facs="#zone_984d4264-c393-11e8-a81a-f40f243b5e05">Moser</span><span facs="#zone_984d4302-c393-11e8-8e37-f40f243b5e05">99</span><span facs="#zone_984d43a4-c393-11e8-a837-f40f243b5e05">-</span><span facs="#zone_984d4450-c393-11e8-965a-f40f243b5e05">91</span><span facs="#zone_984d44e6-c393-11e8-8213-f40f243b5e05">welmbies</span><span facs="#zone_984d4586-c393-11e8-8a0c-f40f243b5e05">ddecimalrad</span><span facs="#zone_984d4624-c393-11e8-87f5-f40f243b5e05">Asht</span><span facs="#zone_984d46c6-c393-11e8-b147-f40f243b5e05">do</span><span facs="#zone_984d4764-c393-11e8-a6f1-f40f243b5e05">warghera</span><span facs="#zone_984d4806-c393-11e8-bdbb-f40f243b5e05">e</span><span facs="#zone_984d48a4-c393-11e8-ab35-f40f243b5e05">hes</span><span facs="#zone_984d494c-c393-11e8-a663-f40f243b5e05">Warty</span><span facs="#zone_984d49ee-c393-11e8-b812-f40f243b5e05">lanet</span><span facs="#zone_984d4a90-c393-11e8-901a-f40f243b5e05">Sindet</span><span facs="#zone_984d4b2e-c393-11e8-bbbd-f40f243b5e05">28</span><span facs="#zone_984d4bd0-c393-11e8-a3a7-f40f243b5e05">-</span><span facs="#zone_984d4c6e-c393-11e8-b9a1-f40f243b5e05">0</span><span facs="#zone_984d4d0c-c393-11e8-8610-f40f243b5e05">"</span><span facs="#zone_984d4dae-c393-11e8-ae2d-f40f243b5e05">povo</span><span facs="#zone_984d4e4c-c393-11e8-b758-f40f243b5e05">-</span><span facs="#zone_984d4eee-c393-11e8-a4f8-f40f243b5e05">15</span><span facs="#zone_984d4f90-c393-11e8-83a8-f40f243b5e05">'</span><span facs="#zone_984d502e-c393-11e8-97b4-f40f243b5e05">-</span><span facs="#zone_984d50d0-c393-11e8-b565-f40f243b5e05">-</span><span facs="#zone_984d516e-c393-11e8-b47d-f40f243b5e05">Feve</span><span facs="#zone_984d520c-c393-11e8-bcfa-f40f243b5e05">1774</span><span facs="#zone_984d52ae-c393-11e8-8e75-f40f243b5e05">"</span><span facs="#zone_984d534c-c393-11e8-afef-f40f243b5e05">dioko</span><span facs="#zone_984d53ee-c393-11e8-8a65-f40f243b5e05">two</span><span facs="#zone_984d5482-c393-11e8-b9a2-f40f243b5e05">in</span><span facs="#zone_984d5524-c393-11e8-9b8a-f40f243b5e05">me</span><span facs="#zone_984d55c2-c393-11e8-bb8c-f40f243b5e05">87545al</span><span facs="#zone_984d5664-c393-11e8-ba8f-f40f243b5e05">.</span><span facs="#zone_984d5710-c393-11e8-844a-f40f243b5e05">,</span><span facs="#zone_984d57ae-c393-11e8-852f-f40f243b5e05">16</span><span facs="#zone_984d584c-c393-11e8-a113-f40f243b5e05">-</span><span facs="#zone_984d58ee-c393-11e8-8ce8-f40f243b5e05">s</span><span facs="#zone_984d598c-c393-11e8-9811-f40f243b5e05">=</span><span facs="#zone_984d5a38-c393-11e8-b9ed-f40f243b5e05">9</span><span facs="#zone_984d5ada-c393-11e8-b066-f40f243b5e05">,</span><span facs="#zone_984d5b6e-c393-11e8-ae58-f40f243b5e05">socal</span><span facs="#zone_984d5c10-c393-11e8-bb24-f40f243b5e05">.</span><span facs="#zone_984d5cae-c393-11e8-b943-f40f243b5e05">4or8zz</span><span facs="#zone_984d5d50-c393-11e8-a413-f40f243b5e05">HA</span><span facs="#zone_984d5df8-c393-11e8-b4f4-f40f243b5e05">.</span><span facs="#zone_984d5ea4-c393-11e8-93d6-f40f243b5e05">5</span><span facs="#zone_984d5f42-c393-11e8-9299-f40f243b5e05">-</span><span facs="#zone_984d5fe2-c393-11e8-ac99-f40f243b5e05">1977</span><span facs="#zone_984d6082-c393-11e8-bbf6-f40f243b5e05">sub</span><span facs="#zone_984d6122-c393-11e8-bce5-f40f243b5e05">.</span><span facs="#zone_984d61c2-c393-11e8-851a-f40f243b5e05">It</span><span facs="#zone_984d626c-c393-11e8-9255-f40f243b5e05">.</span><span facs="#zone_984d630c-c393-11e8-b489-f40f243b5e05">8</span><span facs="#zone_984d63ae-c393-11e8-bcbc-f40f243b5e05">–</span><span facs="#zone_984d6622-c393-11e8-830a-f40f243b5e05">110</span><span facs="#zone_984d66cc-c393-11e8-bdce-f40f243b5e05">mm</span><span facs="#zone_984d6776-c393-11e8-8cd1-f40f243b5e05">Körig</span><span facs="#zone_984d6818-c393-11e8-b227-f40f243b5e05">595</span><span facs="#zone_984d68b6-c393-11e8-ba08-f40f243b5e05">-</span><span facs="#zone_984d6962-c393-11e8-95bb-f40f243b5e05">975</span><span facs="#zone_984d6a00-c393-11e8-a94a-f40f243b5e05">-</span><span facs="#zone_984d6a9e-c393-11e8-93d5-f40f243b5e05">70</span><span facs="#zone_984d6b40-c393-11e8-8911-f40f243b5e05">+</span><span facs="#zone_984d6bde-c393-11e8-8a90-f40f243b5e05">2</span><span facs="#zone_984d6c8a-c393-11e8-9eb0-f40f243b5e05">"</span><span facs="#zone_984d6d2c-c393-11e8-8536-f40f243b5e05">96</span><span facs="#zone_984d6dd4-c393-11e8-8dc4-f40f243b5e05">-</span><span facs="#zone_984d6e74-c393-11e8-bda8-f40f243b5e05">9</span><span facs="#zone_984d6f12-c393-11e8-9f11-f40f243b5e05">27</span><span facs="#zone_984d6fb4-c393-11e8-bdfe-f40f243b5e05">-</span><span facs="#zone_984d7054-c393-11e8-a975-f40f243b5e05">3</span><span facs="#zone_984d70f6-c393-11e8-ad0c-f40f243b5e05">27</span><span facs="#zone_984d7194-c393-11e8-948e-f40f243b5e05">-</span><span facs="#zone_984d723e-c393-11e8-b9a1-f40f243b5e05">3</span><span facs="#zone_984d72de-c393-11e8-88d1-f40f243b5e05">2539040m</span><span facs="#zone_984d738a-c393-11e8-b437-f40f243b5e05">14K</span><span facs="#zone_984d7428-c393-11e8-8f71-f40f243b5e05">.</span><span facs="#zone_984d74c8-c393-11e8-bdb9-f40f243b5e05">C</span><span facs="#zone_984d7568-c393-11e8-bf28-f40f243b5e05">,</span><span facs="#zone_984d7608-c393-11e8-bed2-f40f243b5e05">65</span><span facs="#zone_984d76a8-c393-11e8-bce9-f40f243b5e05">,</span><span facs="#zone_984d7748-c393-11e8-be82-f40f243b5e05">10</span><span facs="#zone_984d77f0-c393-11e8-aec1-f40f243b5e05">,</span><span facs="#zone_984d7892-c393-11e8-8492-f40f243b5e05">72</span><span facs="#zone_984d7934-c393-11e8-b076-f40f243b5e05">24</span><span facs="#zone_984d79d2-c393-11e8-ba21-f40f243b5e05">-</span><span facs="#zone_984d7a74-c393-11e8-b7e0-f40f243b5e05">3</span><span facs="#zone_984d7b12-c393-11e8-871a-f40f243b5e05">"</span><span facs="#zone_984d7bb0-c393-11e8-af29-f40f243b5e05">'</span><span facs="#zone_984d7c52-c393-11e8-806d-f40f243b5e05">kelwb</span><span facs="#zone_984d7cf0-c393-11e8-be91-f40f243b5e05">WL</span><span facs="#zone_984d7d92-c393-11e8-8f12-f40f243b5e05">10</span><span facs="#zone_984d7e3e-c393-11e8-bdab-f40f243b5e05">-</span><span facs="#zone_984d7ee6-c393-11e8-8471-f40f243b5e05">12</span><span facs="#zone_984d7f86-c393-11e8-9a42-f40f243b5e05">,</span><span facs="#zone_984d802e-c393-11e8-a3d4-f40f243b5e05">50cal</span><span facs="#zone_984d80d2-c393-11e8-a3b7-f40f243b5e05">,</span><span facs="#zone_984d8170-c393-11e8-a71a-f40f243b5e05">14</span><span facs="#zone_984d8210-c393-11e8-811b-f40f243b5e05">-</span><span facs="#zone_984d82b0-c393-11e8-a7d0-f40f243b5e05">59</span><span facs="#zone_984d8350-c393-11e8-8c3a-f40f243b5e05">13</span><span facs="#zone_984d83f8-c393-11e8-a372-f40f243b5e05">,</span><span facs="#zone_984d84fe-c393-11e8-83a1-f40f243b5e05">147</span><span facs="#zone_984d85a8-c393-11e8-8f5e-f40f243b5e05">SE</span><span facs="#zone_984d86a4-c393-11e8-9229-f40f243b5e05">1394</span><span facs="#zone_984d879c-c393-11e8-b160-f40f243b5e05">143</span><span facs="#zone_984d88ac-c393-11e8-9583-f40f243b5e05">104</span><span facs="#zone_984d89b8-c393-11e8-88fc-f40f243b5e05">OSLO</span><span facs="#zone_984d8b22-c393-11e8-b5b3-f40f243b5e05">4</span><span facs="#zone_984d8c4c-c393-11e8-94e9-f40f243b5e05">-</span><span facs="#zone_984d8d00-c393-11e8-acc9-f40f243b5e05">22m</span><span facs="#zone_984d8dac-c393-11e8-9a7f-f40f243b5e05">"</span><span facs="#zone_984d8e5e-c393-11e8-b7ea-f40f243b5e05">linn</span><span facs="#zone_984d8f12-c393-11e8-9c12-f40f243b5e05">26</span><span facs="#zone_984d8fb4-c393-11e8-b059-f40f243b5e05">-</span><span facs="#zone_984d905c-c393-11e8-bdb1-f40f243b5e05">104</span><span facs="#zone_984d90fa-c393-11e8-b4be-f40f243b5e05">A</span><span facs="#zone_984d91ba-c393-11e8-8821-f40f243b5e05">10</span><span facs="#zone_984d925a-c393-11e8-addb-f40f243b5e05">X</span><span facs="#zone_984d92fa-c393-11e8-851a-f40f243b5e05">(</span><span facs="#zone_984d93ae-c393-11e8-b5fc-f40f243b5e05">LOH</span><span facs="#zone_984d945a-c393-11e8-9bda-f40f243b5e05">Lu</span><span facs="#zone_984d94f8-c393-11e8-90f0-f40f243b5e05">Käring</span><span facs="#zone_984d95a2-c393-11e8-973f-f40f243b5e05">,</span><span facs="#zone_984d9642-c393-11e8-84c3-f40f243b5e05">Linee</span><span facs="#zone_984d96e2-c393-11e8-90d0-f40f243b5e05">Gudland</span><span facs="#zone_984d9780-c393-11e8-a731-f40f243b5e05">,</span><span facs="#zone_984d9824-c393-11e8-b1e8-f40f243b5e05">Tork</span><span facs="#zone_984d98cc-c393-11e8-b478-f40f243b5e05">.</span><span facs="#zone_984d9976-c393-11e8-9058-f40f243b5e05">net</span><span facs="#zone_984d9a14-c393-11e8-a31b-f40f243b5e05">dwaardo</span><span facs="#zone_984d9ab6-c393-11e8-8e3c-f40f243b5e05">,</span><span facs="#zone_984d9b58-c393-11e8-a6f2-f40f243b5e05">luo</span><span facs="#zone_984d9bf6-c393-11e8-bc33-f40f243b5e05">rudolm</span><span facs="#zone_984d9ca2-c393-11e8-b3d0-f40f243b5e05">Mann</span><span facs="#zone_984d9d40-c393-11e8-b4a4-f40f243b5e05">from</span><span facs="#zone_984d9dde-c393-11e8-a346-f40f243b5e05">,</span><span facs="#zone_984d9e80-c393-11e8-9d46-f40f243b5e05">magazin</span><span facs="#zone_984d9f1e-c393-11e8-af74-f40f243b5e05">bele</span><span facs="#zone_984d9fc0-c393-11e8-a171-f40f243b5e05">shell</span><span facs="#zone_984da062-c393-11e8-9b92-f40f243b5e05">Rin</span><span facs="#zone_984da100-c393-11e8-b754-f40f243b5e05">,</span><span facs="#zone_984da1a2-c393-11e8-bd04-f40f243b5e05">20</span><span facs="#zone_984da240-c393-11e8-9d43-f40f243b5e05">Torfudores</span><span facs="#zone_984da2de-c393-11e8-ba5d-f40f243b5e05">in</span><span facs="#zone_984da380-c393-11e8-b890-f40f243b5e05">wailine</span></p></body> </text> </TEI>
1,681
29,103
0.734169
4e8354d714fea3376f516dcef291aadb7e2e15ad
1,037
xml
XML
ttt-ttv/src/test/resources/com/skynav/ttv/imsc11/invalid/image/imsc11-invld-pitch.xml
MaxEliaserAWS/ttt
2633b05fb42c12c4cdb8b85475605f969d332af9
[ "BSD-2-Clause" ]
75
2015-04-28T00:47:41.000Z
2022-03-30T11:27:24.000Z
ttt-ttv/src/test/resources/com/skynav/ttv/imsc11/invalid/image/imsc11-invld-pitch.xml
MaxEliaserAWS/ttt
2633b05fb42c12c4cdb8b85475605f969d332af9
[ "BSD-2-Clause" ]
263
2015-04-22T04:13:36.000Z
2021-11-18T22:05:50.000Z
ttt-ttv/src/test/resources/com/skynav/ttv/imsc11/invalid/image/imsc11-invld-pitch.xml
MaxEliaserAWS/ttt
2633b05fb42c12c4cdb8b85475605f969d332af9
[ "BSD-2-Clause" ]
13
2015-08-28T09:42:55.000Z
2021-10-01T23:46:34.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- invalid - prohibited tta:pitch attribute in image profile --> <tt xml:lang="" xmlns="http://www.w3.org/ns/ttml" xmlns:tta="http://www.w3.org/ns/ttml#audio" xmlns:ttp="http://www.w3.org/ns/ttml#parameter" ttp:contentProfiles="http://www.w3.org/ns/ttml/profile/imsc1.1/image" xmlns:ttva="http://skynav.com/ns/ttv/annotations" ttva:warnOn="all" ttva:expectedErrors="15" ttva:expectedWarnings="0" ttva:model="imsc11"> <head> <layout> <region> <style tta:pitch="+10%"/> <style tta:pitch="-10%"/> <style tta:pitch="+10hz"/> <style tta:pitch="-10hz"/> <style tta:pitch="261.6"/> <style tta:pitch="261.6hz"/> <style tta:pitch="0st"/> <style tta:pitch="+1st"/> <style tta:pitch="-1st"/> </region> </layout> </head> <body begin="0s" end="1s" tta:pitch="+1st"> <div tta:pitch="+2st"> <p tta:pitch="-2st"> <span tta:pitch="-1st">Spoken</span> </p> </div> </body> </tt>
35.758621
143
0.577628
96dc10210e156db71ad3804c3bea38a627960b1d
2,823
xml
XML
setup/hadoop/hadoop-conf/hdfs-site.xml
hiryou/odroidcluster
d0553279938399f4dcffeeb22a1a5240c1fe6146
[ "MIT" ]
2
2018-02-02T12:28:16.000Z
2019-07-09T21:43:35.000Z
setup/hadoop/hadoop-conf/hdfs-site.xml
hiryou/odroidcluster
d0553279938399f4dcffeeb22a1a5240c1fe6146
[ "MIT" ]
null
null
null
setup/hadoop/hadoop-conf/hdfs-site.xml
hiryou/odroidcluster
d0553279938399f4dcffeeb22a1a5240c1fe6146
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> <!-- Put site-specific property overrides in this file. --> <configuration> <property> <name>dfs.replication</name> <value>3</value> <description>The default replication factor of files on HDFS</description> </property> <property> <name>dfs.block.size</name> <value>67108864</value> <description>The default block size in bytes of data saved to HDFS</description> </property> <property> <name>dfs.namenode.rpc-bind-host</name> <value>0.0.0.0</value> <description> controls what IP address the NameNode binds to. 0.0.0.0 means all available. </description> </property> <property> <name>dfs.namenode.servicerpc-bind-host</name> <value>0.0.0.0</value> <description> controls what IP address the NameNode binds to. 0.0.0.0 means all available. </description> </property> <property> <name>dfs.namenode.http-bind-host</name> <value>0.0.0.0</value> <description> controls what IP address the NameNode binds to. 0.0.0.0 means all available. </description> </property> <property> <name>dfs.namenode.https-bind-host</name> <value>0.0.0.0</value> <description> controls what IP address the NameNode binds to. 0.0.0.0 means all available. </description> </property> <property> <name>nfs.dump.dir</name> <value>/tmp/.hdfs-nfs</value> <description>A temporary working directory for files coming into the HDFS proxy.</description> </property> <property> <name>nfs.metrics.percentiles.intervals</name> <value>100</value> <description> Enable the latency histograms for read, write and commit requests. The time unit is 100 seconds in this example. </description> </property> <property> <name>nfs.exports.allowed.hosts</name> <value>* rw</value> <description>Host permissions for connecting to the proxy.</description> </property> <property> <name>dfs.permissions</name> <value>true</value> <description>Enforce permissions</description> </property> <property> <name>dfs.permissions.supergroup</name> <value>hadoop</value> <description>The name of the group of Hadoop super-users.</description> </property> </configuration>
30.684783
96
0.718739
96f7a308a141863267155dcdad2fe678e5cbd5ea
87
xml
XML
samples/RenderTargets/Data/Resources.xml
bitsauce/NibbleSauce3D
79792388eaad659c241a292c470ee9fa6413d354
[ "MIT" ]
null
null
null
samples/RenderTargets/Data/Resources.xml
bitsauce/NibbleSauce3D
79792388eaad659c241a292c470ee9fa6413d354
[ "MIT" ]
null
null
null
samples/RenderTargets/Data/Resources.xml
bitsauce/NibbleSauce3D
79792388eaad659c241a292c470ee9fa6413d354
[ "MIT" ]
1
2021-04-25T09:58:46.000Z
2021-04-25T09:58:46.000Z
<resources> <font> <name>Arial</name> <path>Arial.fnt</path> </font> </resources>
14.5
24
0.632184
5eb51644a554d002a97b2982feadb6c739979f88
11,621
xlf
XML
Resources/Private/Language/de.locallang_tca.xlf
t3v/t3v_navigations
3f0b41cb0f5c00a6e3777281374b1af6388aa686
[ "MIT" ]
1
2020-09-15T16:04:40.000Z
2020-09-15T16:04:40.000Z
Resources/Private/Language/de.locallang_tca.xlf
t3v/t3v_navigations
3f0b41cb0f5c00a6e3777281374b1af6388aa686
[ "MIT" ]
10
2020-09-16T19:23:00.000Z
2020-09-21T12:06:23.000Z
Resources/Private/Language/de.locallang_tca.xlf
t3v/t3v_navigations
3f0b41cb0f5c00a6e3777281374b1af6388aa686
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <xliff version="1.0"> <file product-name="t3v_navigations" source-language="en" target-language="de" datatype="plaintext" original="messages"> <header /> <body> <!-- === Models === --> <!-- Flyout Navigation Item Model --> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item"> <source>Flyout Navigation Item</source> <target>Flyout-Navigationspunkt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.name"> <source>Name</source> <target>Name</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.label"> <source>Label</source> <target>Beschriftung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.type"> <source>Type</source> <target>Typ</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.type.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.type.email"> <source>Email</source> <target>E-Mail</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.type.phone"> <source>Phone</source> <target>Telefon</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.type.whatsapp"> <source>WhatsApp</source> <target>WhatsApp</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.handle"> <source>Handle</source> <target>Kurzname</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.content"> <source>Content</source> <target>Inhalt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.layout"> <source>Layout</source> <target>Layout</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_flyout_navigation_item.layout.default"> <source>Default</source> <target>Standard</target> </trans-unit> <!-- Footer Navigation Item Model --> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item"> <source>Footer Navigation Item</source> <target>Fußzeilen-Navigationspunkt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.name"> <source>Name</source> <target>Name</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.label"> <source>Label</source> <target>Beschriftung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.type"> <source>Type</source> <target>Typ</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.type.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.handle"> <source>Handle</source> <target>Kurzname</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.page"> <source>Page</source> <target>Seite</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.link"> <source>Link</source> <target>Link</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.layout"> <source>Layout</source> <target>Layout</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_footer_navigation_item.layout.default"> <source>Default</source> <target>Standard</target> </trans-unit> <!-- Overview Navigation Item Model --> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item"> <source>Overview Navigation Item</source> <target>Übersicht-Navigationspunkt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.name"> <source>Name</source> <target>Name</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.label"> <source>Label</source> <target>Beschriftung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.type"> <source>Type</source> <target>Typ</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.type.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.handle"> <source>Handle</source> <target>Kurzname</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.abstract"> <source>Abstract</source> <target>Zusammenfassung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.thumbnails"> <source>Thumbnails</source> <target>Vorschaubilder</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.thumbnails.createNewRelation.link.title"> <source>Add thumbnail</source> <target>Vorschaubild hinzufügen</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.page"> <source>Page</source> <target>Seite</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.link"> <source>Link</source> <target>Link</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.layout"> <source>Layout</source> <target>Layout</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_overview_navigation_item.layout.default"> <source>Default</source> <target>Standard</target> </trans-unit> <!-- Quick Navigation Item Model --> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item"> <source>Quick Navigation Item</source> <target>Schnell-Navigationspunkt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.name"> <source>Name</source> <target>Name</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.label"> <source>Label</source> <target>Beschriftung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.type"> <source>Type</source> <target>Typ</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.type.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.handle"> <source>Handle</source> <target>Kurzname</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.page"> <source>Page</source> <target>Seite</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.link"> <source>Link</source> <target>Link</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.layout"> <source>Layout</source> <target>Layout</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.layout.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.layout.button"> <source>Button</source> <target>Button</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_quick_navigation_item.layout.block"> <source>Block</source> <target>Block</target> </trans-unit> <!-- Vendor Navigation Item Model --> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item"> <source>Vendor Navigation Item</source> <target>Anbieter-Navigationspunkt</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.name"> <source>Name</source> <target>Name</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.label"> <source>Label</source> <target>Beschriftung</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type"> <source>Type</source> <target>Typ</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.default"> <source>Default</source> <target>Standard</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.facebook"> <source>Facebook</source> <target>Facebook</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.instagram"> <source>Instagram</source> <target>Instagram</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.linkedin"> <source>LinkedIn</source> <target>LinkedIn</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.twitter"> <source>Twitter</source> <target>Twitter</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.whatsapp"> <source>WhatsApp</source> <target>WhatsApp</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.type.youtube"> <source>YouTube</source> <target>YouTube</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.handle"> <source>Handle</source> <target>Kurzname</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.page"> <source>Page</source> <target>Seite</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.link"> <source>Link</source> <target>Link</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.layout"> <source>Layout</source> <target>Layout</target> </trans-unit> <trans-unit id="tx_t3vnavigations_domain_model_vendor_navigation_item.layout.default"> <source>Default</source> <target>Standard</target> </trans-unit> <!-- _XXX_T3V_GENERATOR_XXX_ --> </body> </file> </xliff>
34.381657
122
0.678685
817cfe2942bef91fdb63775e8dad1be530bd5260
222
xml
XML
grib/src/main/resources/resources/grib2/ncep/v23.0.0/Table4.2.4.5.xml
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
83
2019-07-04T13:40:24.000Z
2022-03-03T02:25:16.000Z
grib/src/main/resources/resources/grib2/ncep/v23.0.0/Table4.2.4.5.xml
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
655
2019-06-28T15:08:16.000Z
2022-03-29T17:12:46.000Z
grib/src/main/resources/resources/grib2/ncep/v23.0.0/Table4.2.4.5.xml
tdrwenski/netcdf-java
6dbe7a2300c4873d4e93d04b5200d0c77a18c483
[ "BSD-3-Clause" ]
87
2019-07-03T18:17:49.000Z
2022-03-30T01:53:16.000Z
<?xml version="1.0" encoding="UTF-8"?> <parameterMap> <table>Table4.2.4.5</table> <title>Waves</title> <source>https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_table4-2-4-5.shtml</source> </parameterMap>
31.714286
98
0.707207
c7983479e3364a8765eabfb79f13bd53c8d82262
719
xml
XML
app/src/main/res/values/strings.xml
ScriptDance/alua
7c1df14ebed89fe09692009648ed72e5e80ac58d
[ "MIT" ]
165
2018-01-20T01:53:38.000Z
2021-07-13T10:44:07.000Z
app/src/main/res/values/strings.xml
ScriptDance/alua
7c1df14ebed89fe09692009648ed72e5e80ac58d
[ "MIT" ]
33
2018-10-15T06:55:09.000Z
2021-05-14T21:51:42.000Z
app/src/main/res/values/strings.xml
ScriptDance/alua
7c1df14ebed89fe09692009648ed72e5e80ac58d
[ "MIT" ]
40
2018-07-16T07:34:45.000Z
2021-06-28T08:29:42.000Z
<resources> <string name="app_name">AndroidLua</string> <string name="get_lua_variable">get lua variable \'v1\'</string> <string name="set_lua_variable">set lua variable \'v2\'</string> <string name="get_lua_variable_v2">get lua variable \'v2\'</string> <string name="inject_java_fun">inject java function</string> <string name="call_inject_fun">call injected function</string> <string name="get_lua_table">get lua table \'table\'</string> <string name="set_lua_table">set lua table (override)</string> <string name="call_lua_fun">call lua fun</string> <string name="inject_java_obj">inject java object</string> <string name="lua_callback">lua callback</string> </resources>
51.357143
71
0.717663
07d89d04f7d5a35e76a75a8db60274cf637454e8
1,769
xml
XML
app/src/main/res/layout/activity_main.xml
appus-studio/CheckableItemViews
a55c6f21d41e7d12f43dcbac27a1c855285dd7bd
[ "Apache-2.0" ]
6
2015-10-22T16:35:18.000Z
2021-07-29T13:13:01.000Z
app/src/main/res/layout/activity_main.xml
appus-studio/CheckableItemViews
a55c6f21d41e7d12f43dcbac27a1c855285dd7bd
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_main.xml
appus-studio/CheckableItemViews
a55c6f21d41e7d12f43dcbac27a1c855285dd7bd
[ "Apache-2.0" ]
5
2015-10-22T16:35:18.000Z
2018-03-30T07:29:52.000Z
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:background="@drawable/d_bg" android:layout_height="match_parent" tools:context=".MainActivity"> <pro.appus.checkableitemviews.CheckableItemGroup android:id="@+id/group" android:layout_width="match_parent" android:layout_height="100dp" android:layout_marginTop="120dp" android:gravity="center" android:orientation="horizontal" app:radiogroup_mode="false"> <pro.appus.checkableitemviews.checkable_views.CheckableImageView android:id="@+id/item1" android:layout_width="84dp" android:layout_height="84dp" android:src="@drawable/icon" /> <pro.appus.checkableitemviews.checkable_views.CheckableTextView android:id="@+id/item2" android:layout_width="84dp" android:layout_height="84dp" android:gravity="center" android:text="Item 2" /> <pro.appus.checkableitemviews.checkable_views.CheckableImageView android:id="@+id/item3" android:layout_width="84dp" android:layout_height="84dp" android:src="@drawable/icon" /> <pro.appus.checkableitemviews.checkable_views.CheckableTextView android:id="@+id/item4" android:layout_width="84dp" android:layout_height="84dp" android:gravity="center" android:text="Item 4" /> </pro.appus.checkableitemviews.CheckableItemGroup> </RelativeLayout>
37.638298
74
0.650085
07dd58e29c7108fca9a2cfe4dcb98c755c734a35
85,220
xml
XML
.idea/workspace.xml
freezehacker/ProductCrudDemo
3d3628fcf22374d7e22b33ed8c288486dcc53bae
[ "Apache-2.0" ]
null
null
null
.idea/workspace.xml
freezehacker/ProductCrudDemo
3d3628fcf22374d7e22b33ed8c288486dcc53bae
[ "Apache-2.0" ]
null
null
null
.idea/workspace.xml
freezehacker/ProductCrudDemo
3d3628fcf22374d7e22b33ed8c288486dcc53bae
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="bb121cae-6bbd-4c98-bf9d-ab381095da3e" name="Default" comment=""> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/log4j.properties" afterPath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/log4j.properties" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/pages/front/get_list.jsp" afterPath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/pages/front/get_list.jsp" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/pages/front/page_footer.jsp" afterPath="$PROJECT_DIR$/out/artifacts/ContactsDemo_war_exploded/WEB-INF/pages/front/page_footer.jsp" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/productdemo/UI/ProductListUIController.java" afterPath="$PROJECT_DIR$/src/productdemo/UI/ProductListUIController.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/productdemo/repository/impl/ProductRepositoryImpl.java" afterPath="$PROJECT_DIR$/src/productdemo/repository/impl/ProductRepositoryImpl.java" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp" afterPath="$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/WEB-INF/pages/front/page_footer.jsp" afterPath="$PROJECT_DIR$/web/WEB-INF/pages/front/page_footer.jsp" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/WEB-INF/web.xml" afterPath="$PROJECT_DIR$/web/WEB-INF/web.xml" /> </list> <ignored path="$PROJECT_DIR$/out/" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="CreatePatchCommitExecutor"> <option name="PATCH_PATH" value="" /> </component> <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> <component name="FileEditorManager"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> <file leaf-file-name="get_list.jsp" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="77"> <caret line="21" column="17" lean-forward="true" selection-start-line="21" selection-start-column="17" selection-end-line="21" selection-end-column="17" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="web.xml" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/web/WEB-INF/web.xml"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="108"> <caret line="6" column="23" lean-forward="true" selection-start-line="6" selection-start-column="23" selection-end-line="6" selection-end-column="23" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="select_header.jsp" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/select_header.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="72"> <caret line="14" column="9" lean-forward="true" selection-start-line="14" selection-start-column="9" selection-end-line="14" selection-end-column="9" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="Pager.java" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/src/productdemo/bean/Pager.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="756"> <caret line="74" column="8" lean-forward="false" selection-start-line="74" selection-start-column="8" selection-end-line="74" selection-end-column="23" /> <folding> <element signature="e#1457#1458#0" expanded="true" /> <element signature="e#1487#1488#0" expanded="true" /> </folding> </state> </provider> </entry> </file> <file leaf-file-name="page_footer.jsp" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/page_footer.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="221"> <caret line="33" column="21" lean-forward="true" selection-start-line="33" selection-start-column="21" selection-end-line="33" selection-end-column="21" /> <folding> <element signature="n#style#0;n#body#0;n#html#0;n#!!top" expanded="true" /> </folding> </state> </provider> </entry> </file> <file leaf-file-name="index.jsp" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/web/index.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="10" column="20" lean-forward="false" selection-start-line="10" selection-start-column="20" selection-end-line="10" selection-end-column="20" /> <folding /> </state> </provider> </entry> </file> </leaf> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="Interface" /> <option value="Jsp File" /> <option value="Class" /> </list> </option> </component> <component name="FindInProjectRecents"> <findStrings> <find>\n</find> <find>cat_id</find> <find>catId</find> <find>new Object</find> <find>name=&quot;id&quot;</find> <find>method</find> <find>var=&quot;product&quot;</find> <find>Scalar</find> </findStrings> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="GradleLocalSettings"> <option name="externalProjectsViewState"> <projects_view /> </option> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/web/WEB-INF/pages/index.jsp" /> <option value="$PROJECT_DIR$/src/front/UI/ShowListController.java" /> <option value="$PROJECT_DIR$/src/global/utils/DBUtils.java" /> <option value="$PROJECT_DIR$/src/global/listener/InitDBListener.java" /> <option value="$PROJECT_DIR$/src/global/utils/ServletUtils.java" /> <option value="$PROJECT_DIR$/src/global/bean/Product.java" /> <option value="$PROJECT_DIR$/src/front/UI/ProductListUIController.java" /> <option value="$PROJECT_DIR$/src/productdemo/repository/ProductRepository.java" /> <option value="$PROJECT_DIR$/src/productdemo/listener/ConfigListener.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/index.jsp" /> <option value="$PROJECT_DIR$/web/index.jsp" /> <option value="$PROJECT_DIR$/src/productdemo/utils/BeanUtils.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/product_list.jsp" /> <option value="$PROJECT_DIR$/src/productdemo/UI/ProductListUI.java" /> <option value="$PROJECT_DIR$/src/productdemo/utils/MyBeanUtils.java" /> <option value="$PROJECT_DIR$/src/productdemo/repository/CategoryRepository.java" /> <option value="$PROJECT_DIR$/src/productdemo/bean/Category.java" /> <option value="$PROJECT_DIR$/src/productdemo/repository/ICategoryRepository.java" /> <option value="$PROJECT_DIR$/src/productdemo/repository/impl/CategoryRepositoryImpl.java" /> <option value="$PROJECT_DIR$/src/productdemo/service/ICategoryService.java" /> <option value="$PROJECT_DIR$/src/productdemo/service/impl/CategoryServiceImpl.java" /> <option value="$PROJECT_DIR$/src/productdemo/controller/ProductController.java" /> <option value="$PROJECT_DIR$/src/productdemo/bean/Product.java" /> <option value="$PROJECT_DIR$/src/productdemo/UI/ProductUIController.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/select_header.jsp" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/update_item.jsp" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/insert_item.jsp" /> <option value="$PROJECT_DIR$/src/productdemo/exception/BaseException.java" /> <option value="$PROJECT_DIR$/src/productdemo/exception/ServiceException.java" /> <option value="$PROJECT_DIR$/src/productdemo/exception/ControllerException.java" /> <option value="$PROJECT_DIR$/src/productdemo/exception/RepositoryException.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/search_items.jsp" /> <option value="$PROJECT_DIR$/src/productdemo/UI/SearchItemsUIController.java" /> <option value="$PROJECT_DIR$/src/productdemo/controller/ProductItemsController.java" /> <option value="$PROJECT_DIR$/src/productdemo/bean/Pager.java" /> <option value="$PROJECT_DIR$/src/productdemo/constant/PagerConst.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/log4j.properties" /> <option value="$PROJECT_DIR$/src/productdemo/repository/IProductRepository.java" /> <option value="$PROJECT_DIR$/src/productdemo/service/IProductService.java" /> <option value="$PROJECT_DIR$/src/productdemo/service/impl/ProductServiceImpl.java" /> <option value="$PROJECT_DIR$/src/productdemo/UI/ProductListUIController.java" /> <option value="$PROJECT_DIR$/src/productdemo/repository/impl/ProductRepositoryImpl.java" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp" /> <option value="$PROJECT_DIR$/web/WEB-INF/web.xml" /> <option value="$PROJECT_DIR$/web/WEB-INF/pages/front/page_footer.jsp" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="LogFilters"> <option name="FILTER_ERRORS" value="false" /> <option name="FILTER_WARNINGS" value="false" /> <option name="FILTER_INFO" value="true" /> <option name="FILTER_DEBUG" value="true" /> <option name="CUSTOM_FILTER" /> </component> <component name="ProjectFrameBounds"> <option name="x" value="65" /> <option name="y" value="24" /> <option name="width" value="1301" /> <option name="height" value="744" /> </component> <component name="ProjectView"> <navigator currentView="ProjectPane" proportions="" version="1"> <flattenPackages /> <showMembers /> <showModules /> <showLibraryContents /> <hideEmptyPackages /> <abbreviatePackageNames /> <autoscrollToSource /> <autoscrollFromSource /> <sortByType /> <manualOrder /> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="PackagesPane" /> <pane id="Scope" /> <pane id="Scratches" /> <pane id="ProjectPane"> <subPane> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="External Libraries" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="web" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="web" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="WEB-INF" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="web" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="WEB-INF" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="pages" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="front" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="web" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="WEB-INF" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="pages" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="utils" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="UI" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="service" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="service" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="impl" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="repository" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="repository" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="impl" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="exception" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="controller" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="constant" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ContactsDemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="src" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="productdemo" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="bean" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> </subPane> </pane> </panes> </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="aspect.path.notification.shown" value="true" /> <property name="nodejs_interpreter_path" value="/usr/local/bin/node" /> <property name="js.eslint.eslintPackage" value="" /> <property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" /> <property name="settings.editor.selected.configurable" value="preferences.lookFeel" /> <property name="project.structure.last.edited" value="Libraries" /> <property name="project.structure.proportion" value="0.15" /> <property name="project.structure.side.proportion" value="0.2" /> <property name="last_opened_file_path" value="$USER_HOME$/Downloads/jars/commons-beanutils-1.9.2.jar!/" /> <property name="SearchEverywhereHistoryKey" value="web.xml&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/web/WEB-INF/web.xml&#10;index.&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/web/index.jsp&#10;ProductReposi&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/src/productdemo/repository/impl/ProductRepositoryImpl.java&#10;ProductRe&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/src/productdemo/repository/impl/ProductRepositoryImpl.java&#10;ProductRepI&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/src/productdemo/repository/impl/ProductRepositoryImpl.java&#10;Product.java&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/src/productdemo/bean/Product.java&#10;Product.ja&#9;FILE&#9;file:///home/sjk/IdeaProjects/ContactsDemo/src/productdemo/bean/Product.java" /> </component> <component name="RecentsManager"> <key name="CopyFile.RECENT_KEYS"> <recent name="$PROJECT_DIR$/web/libs" /> </key> </component> <component name="RunManager" selected="Tomcat Server.MyTomcatServer"> <configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" ALTERNATIVE_JRE_ENABLED="false"> <deployment /> <server-settings /> <predefined_log_file id="Tomcat" enabled="true" /> <predefined_log_file id="Tomcat Catalina" enabled="true" /> <predefined_log_file id="Tomcat Manager" enabled="false" /> <predefined_log_file id="Tomcat Host Manager" enabled="false" /> <predefined_log_file id="Tomcat Localhost Access" enabled="false" /> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <method /> </configuration> <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin"> <module name="" /> <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> <option name="PROGRAM_PARAMETERS" /> <predefined_log_file id="idea.log" enabled="true" /> <method /> </configuration> <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App"> <module name="" /> <option name="DEPLOY" value="true" /> <option name="ARTIFACT_NAME" value="" /> <option name="PM_INSTALL_OPTIONS" value="" /> <option name="ACTIVITY_EXTRA_FLAGS" value="" /> <option name="MODE" value="default_activity" /> <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" /> <option name="PREFERRED_AVD" value="" /> <option name="CLEAR_LOGCAT" value="false" /> <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" /> <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" /> <option name="FORCE_STOP_RUNNING_APP" value="true" /> <option name="DEBUGGER_TYPE" value="Java" /> <option name="USE_LAST_SELECTED_DEVICE" value="false" /> <option name="PREFERRED_AVD" value="" /> <Java /> <Profilers> <option name="ENABLE_ADVANCED_PROFILING" value="true" /> <option name="GAPID_ENABLED" value="false" /> <option name="GAPID_DISABLE_PCS" value="false" /> <option name="SUPPORT_LIB_ENABLED" value="true" /> <option name="INSTRUMENTATION_ENABLED" value="true" /> </Profilers> <option name="DEEP_LINK" value="" /> <option name="ACTIVITY_CLASS" value="" /> <method /> </configuration> <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests"> <module name="" /> <option name="TESTING_TYPE" value="0" /> <option name="INSTRUMENTATION_RUNNER_CLASS" value="" /> <option name="METHOD_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="PACKAGE_NAME" value="" /> <option name="EXTRA_OPTIONS" value="" /> <option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" /> <option name="PREFERRED_AVD" value="" /> <option name="CLEAR_LOGCAT" value="false" /> <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" /> <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" /> <option name="FORCE_STOP_RUNNING_APP" value="true" /> <option name="DEBUGGER_TYPE" value="Java" /> <option name="USE_LAST_SELECTED_DEVICE" value="false" /> <option name="PREFERRED_AVD" value="" /> <Java /> <Profilers> <option name="ENABLE_ADVANCED_PROFILING" value="true" /> <option name="GAPID_ENABLED" value="false" /> <option name="GAPID_DISABLE_PCS" value="false" /> <option name="SUPPORT_LIB_ENABLED" value="true" /> <option name="INSTRUMENTATION_ENABLED" value="true" /> </Profilers> <method /> </configuration> <configuration default="true" type="Applet" factoryName="Applet"> <option name="HTML_USED" value="false" /> <option name="WIDTH" value="400" /> <option name="HEIGHT" value="300" /> <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> <module /> <method /> </configuration> <configuration default="true" type="Application" factoryName="Application"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <option name="MAIN_CLASS_NAME" /> <option name="VM_PARAMETERS" /> <option name="PROGRAM_PARAMETERS" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="ENABLE_SWING_INSPECTOR" value="false" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <module name="" /> <envs /> <method /> </configuration> <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <option name="arquillianRunConfiguration"> <value> <option name="containerStateName" value="" /> </value> </option> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="TEST_OBJECT" value="class" /> <option name="VM_PARAMETERS" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <envs /> <patterns /> <method /> </configuration> <configuration default="true" type="ArquillianTestNG" factoryName=""> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <option name="arquillianRunConfiguration"> <value> <option name="containerStateName" value="" /> </value> </option> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="SUITE_NAME" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="GROUP_NAME" /> <option name="TEST_OBJECT" value="CLASS" /> <option name="VM_PARAMETERS" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" /> <option name="OUTPUT_DIRECTORY" /> <option name="ANNOTATION_TYPE" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <option name="USE_DEFAULT_REPORTERS" value="false" /> <option name="PROPERTIES_FILE" /> <envs /> <properties /> <listeners /> <method /> </configuration> <configuration default="true" type="Cold Fusion runner description" factoryName="Cold Fusion" custom_browser="" web_path=""> <method /> </configuration> <configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <option name="myFilePath" /> <option name="GLUE" /> <option name="myNameFilter" /> <option name="myGeneratedName" /> <option name="MAIN_CLASS_NAME" /> <option name="VM_PARAMETERS" /> <option name="PROGRAM_PARAMETERS" /> <option name="WORKING_DIRECTORY" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="ENABLE_SWING_INSPECTOR" value="false" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <module name="" /> <envs /> <method /> </configuration> <configuration default="true" type="FlashRunConfigurationType" factoryName="Flash App"> <option name="BCName" value="" /> <option name="IOSSimulatorSdkPath" value="" /> <option name="adlOptions" value="" /> <option name="airProgramParameters" value="" /> <option name="appDescriptorForEmulator" value="Android" /> <option name="debugTransport" value="USB" /> <option name="debuggerSdkRaw" value="BC SDK" /> <option name="emulator" value="NexusOne" /> <option name="emulatorAdlOptions" value="" /> <option name="fastPackaging" value="true" /> <option name="fullScreenHeight" value="0" /> <option name="fullScreenWidth" value="0" /> <option name="launchUrl" value="false" /> <option name="launcherParameters"> <LauncherParameters> <option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" /> <option name="launcherType" value="OSDefault" /> <option name="newPlayerInstance" value="false" /> <option name="playerPath" value="/usr/bin/flashplayerdebugger" /> </LauncherParameters> </option> <option name="mobileRunTarget" value="Emulator" /> <option name="moduleName" value="" /> <option name="overriddenMainClass" value="" /> <option name="overriddenOutputFileName" value="" /> <option name="overrideMainClass" value="false" /> <option name="runTrusted" value="true" /> <option name="screenDpi" value="0" /> <option name="screenHeight" value="0" /> <option name="screenWidth" value="0" /> <option name="url" value="http://" /> <option name="usbDebugPort" value="7936" /> <method /> </configuration> <configuration default="true" type="FlexUnitRunConfigurationType" factoryName="FlexUnit" appDescriptorForEmulator="Android" class_name="" emulatorAdlOptions="" method_name="" package_name="" scope="Class"> <option name="BCName" value="" /> <option name="launcherParameters"> <LauncherParameters> <option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" /> <option name="launcherType" value="OSDefault" /> <option name="newPlayerInstance" value="false" /> <option name="playerPath" value="/usr/bin/flashplayerdebugger" /> </LauncherParameters> </option> <option name="moduleName" value="" /> <option name="trusted" value="true" /> <method /> </configuration> <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle"> <ExternalSystemSettings> <option name="executionName" /> <option name="externalProjectPath" /> <option name="externalSystemIdString" value="GRADLE" /> <option name="scriptParameters" /> <option name="taskDescriptions"> <list /> </option> <option name="taskNames"> <list /> </option> <option name="vmOptions" /> </ExternalSystemSettings> <method /> </configuration> <configuration default="true" type="GrailsRunConfigurationType" factoryName="Grails"> <setting name="vmparams" value="" /> <setting name="cmdLine" value="run-app" /> <setting name="passParentEnv" value="true" /> <setting name="launchBrowser" value="true" /> <setting name="launchBrowserUrl" value="" /> <setting name="depsClasspath" value="false" /> <method /> </configuration> <configuration default="true" type="JUnit" factoryName="JUnit"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="TEST_OBJECT" value="class" /> <option name="VM_PARAMETERS" value="-ea" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <envs /> <patterns /> <method /> </configuration> <configuration default="true" type="JarApplication" factoryName="JAR Application"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <envs /> <method /> </configuration> <configuration default="true" type="Java Scratch" factoryName="Java Scratch"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <option name="SCRATCH_FILE_ID" value="0" /> <option name="MAIN_CLASS_NAME" /> <option name="VM_PARAMETERS" /> <option name="PROGRAM_PARAMETERS" /> <option name="WORKING_DIRECTORY" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="ENABLE_SWING_INSPECTOR" value="false" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <module name="" /> <envs /> <method /> </configuration> <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor"> <config-file value="" /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug"> <method /> </configuration> <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <option name="MAIN_CLASS_NAME" /> <option name="VM_PARAMETERS" /> <option name="PROGRAM_PARAMETERS" /> <option name="WORKING_DIRECTORY" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PASS_PARENT_ENVS" value="true" /> <module name="ContactsDemo" /> <envs /> <method /> </configuration> <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <option name="filePath" /> <option name="vmParameters" /> <option name="alternativeJrePath" /> <option name="programParameters" /> <option name="passParentEnvs" value="true" /> <option name="workingDirectory" /> <option name="isAlternativeJrePathEnabled" value="false" /> <envs /> <method /> </configuration> <configuration default="true" type="Remote" factoryName="Remote"> <option name="USE_SOCKET_TRANSPORT" value="true" /> <option name="SERVER_MODE" value="false" /> <option name="SHMEM_ADDRESS" value="javadebug" /> <option name="HOST" value="localhost" /> <option name="PORT" value="5005" /> <method /> </configuration> <configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <envs /> <method /> </configuration> <configuration default="true" type="TestNG" factoryName="TestNG"> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <module name="" /> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="SUITE_NAME" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="GROUP_NAME" /> <option name="TEST_OBJECT" value="CLASS" /> <option name="VM_PARAMETERS" value="-ea" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> <option name="OUTPUT_DIRECTORY" /> <option name="ANNOTATION_TYPE" /> <option name="ENV_VARIABLES" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <option name="USE_DEFAULT_REPORTERS" value="false" /> <option name="PROPERTIES_FILE" /> <envs /> <properties /> <listeners /> <method /> </configuration> <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js"> <node-interpreter>project</node-interpreter> <node-options /> <gulpfile /> <tasks /> <arguments /> <envs /> <method /> </configuration> <configuration default="true" type="js.build_tools.npm" factoryName="npm"> <command value="run" /> <scripts /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="osgi.bnd.run" factoryName="Run Launcher"> <method /> </configuration> <configuration default="true" type="osgi.bnd.run" factoryName="Test Launcher (JUnit)"> <method /> </configuration> <configuration default="false" name="MyTomcatServer" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 9.0.0.M15" ALTERNATIVE_JRE_ENABLED="false"> <option name="UPDATING_POLICY" value="restart-server" /> <deployment> <artifact name="ContactsDemo:war exploded"> <settings> <option name="CONTEXT_PATH" value="/" /> </settings> </artifact> </deployment> <server-settings> <option name="BASE_DIRECTORY_NAME" value="Unnamed_ContactsDemo" /> </server-settings> <predefined_log_file id="Tomcat" enabled="true" /> <predefined_log_file id="Tomcat Catalina" enabled="true" /> <predefined_log_file id="Tomcat Manager" enabled="false" /> <predefined_log_file id="Tomcat Host Manager" enabled="false" /> <predefined_log_file id="Tomcat Localhost Access" enabled="false" /> <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> <RunnerSettings RunnerId="Debug"> <option name="DEBUG_PORT" value="34529" /> </RunnerSettings> <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover"> <option name="USE_ENV_VARIABLES" value="true" /> <STARTUP> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </STARTUP> <SHUTDOWN> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </SHUTDOWN> </ConfigurationWrapper> <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug"> <option name="USE_ENV_VARIABLES" value="true" /> <STARTUP> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </STARTUP> <SHUTDOWN> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </SHUTDOWN> </ConfigurationWrapper> <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run"> <option name="USE_ENV_VARIABLES" value="true" /> <STARTUP> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </STARTUP> <SHUTDOWN> <option name="USE_DEFAULT" value="true" /> <option name="SCRIPT" value="" /> <option name="VM_PARAMETERS" value="" /> <option name="PROGRAM_PARAMETERS" value="" /> </SHUTDOWN> </ConfigurationWrapper> <method> <option name="BuildArtifacts" enabled="true"> <artifact name="ContactsDemo:war exploded" /> </option> </method> </configuration> <list size="1"> <item index="0" class="java.lang.String" itemvalue="Tomcat Server.MyTomcatServer" /> </list> </component> <component name="ShelveChangesManager" show_recycled="false"> <option name="remove_strategy" value="false" /> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="bb121cae-6bbd-4c98-bf9d-ab381095da3e" name="Default" comment="" /> <created>1486475730943</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1486475730943</updated> <workItem from="1486475733717" duration="4480000" /> <workItem from="1486522523964" duration="21605000" /> <workItem from="1486614799918" duration="16193000" /> <workItem from="1486711587150" duration="6050000" /> <workItem from="1486789511376" duration="9139000" /> <workItem from="1486896310881" duration="1416000" /> <workItem from="1486960572329" duration="7697000" /> <workItem from="1486980588048" duration="4389000" /> <workItem from="1487080849965" duration="4076000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> <option name="totallyTimeSpent" value="75045000" /> </component> <component name="ToolWindowManager"> <frame x="65" y="24" width="1301" height="744" extended-state="6" /> <editor active="false" /> <layout> <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32935917" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39910313" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32935917" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.4005979" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24980783" sideWeight="0.7032419" order="0" side_tool="false" content_ui="combo" /> <window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24980783" sideWeight="0.29675812" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32935917" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="processedProjectFiles" value="true" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="XDebuggerManager"> <breakpoint-manager> <option name="time" value="7" /> </breakpoint-manager> <watches-manager /> </component> <component name="antWorkspaceConfiguration"> <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> <option name="FILTER_TARGETS" value="false" /> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/src/productdemo/service/IProductService.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="12" column="0" lean-forward="true" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/UI/ProductListUIController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="270"> <caret line="26" column="5" lean-forward="true" selection-start-line="26" selection-start-column="5" selection-end-line="26" selection-end-column="5" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/service/impl/ProductServiceImpl.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="126"> <caret line="12" column="49" lean-forward="false" selection-start-line="12" selection-start-column="49" selection-end-line="12" selection-end-column="49" /> <folding> <element signature="e#1785#1786#0" expanded="false" /> <element signature="e#1836#1837#0" expanded="false" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/log4j.properties"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="108"> <caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/index.jsp" /> <entry file="file://$PROJECT_DIR$/web/WEB-INF/web.xml"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="72"> <caret line="4" column="23" lean-forward="false" selection-start-line="4" selection-start-column="23" selection-end-line="4" selection-end-column="23" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/front/UI/ShowListController.java" /> <entry file="file://$PROJECT_DIR$/src/productdemo/listener/InitDBListener.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/Downloads/jars/mysql-connector-java-5.1.39.jar!/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.class"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-1152"> <caret line="5" column="38" lean-forward="true" selection-start-line="5" selection-start-column="38" selection-end-line="5" selection-end-column="38" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/index.jsp" /> <entry file="file://$PROJECT_DIR$/src/productdemo/utils/DBUtils.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="36"> <caret line="17" column="0" lean-forward="false" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" /> <folding> <element signature="imports" expanded="false" /> <element signature="e#671#672#0" expanded="false" /> <element signature="e#696#697#0" expanded="false" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/listener/InitDBListener.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="90"> <caret line="47" column="30" lean-forward="false" selection-start-line="47" selection-start-column="30" selection-end-line="47" selection-end-column="30" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/front/UI/ShowListController.java" /> <entry file="file://$PROJECT_DIR$/src/front/UI/ProductListUIController.java" /> <entry file="file://$PROJECT_DIR$/web/WEB-INF/index.jsp" /> <entry file="file://$PROJECT_DIR$/src/productdemo/listener/ConfigListener.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="306"> <caret line="27" column="8" lean-forward="false" selection-start-line="27" selection-start-column="8" selection-end-line="27" selection-end-column="8" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/utils/BeanUtils.java" /> <entry file="file://$PROJECT_DIR$/src/productdemo/service/impl/CategoryServiceImpl.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="324"> <caret line="18" column="46" lean-forward="false" selection-start-line="18" selection-start-column="46" selection-end-line="18" selection-end-column="46" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/repository/ICategoryRepository.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="198"> <caret line="11" column="31" lean-forward="false" selection-start-line="11" selection-start-column="31" selection-end-line="11" selection-end-column="31" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/service/ICategoryService.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="198"> <caret line="11" column="38" lean-forward="false" selection-start-line="11" selection-start-column="38" selection-end-line="11" selection-end-column="38" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/repository/impl/CategoryRepositoryImpl.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="222"> <caret line="27" column="55" lean-forward="false" selection-start-line="27" selection-start-column="55" selection-end-line="27" selection-end-column="55" /> <folding> <element signature="imports" expanded="false" /> <element signature="e#676#1264#0" expanded="false" /> <element signature="e#1263#1264#0" expanded="false" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/bean/Category.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="126"> <caret line="7" column="23" lean-forward="false" selection-start-line="7" selection-start-column="23" selection-end-line="7" selection-end-column="23" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/Documents/apache-tomcat-9.0.0.M15/lib/servlet-api.jar!/javax/servlet/ServletRequest.class"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="124"> <caret line="37" column="11" lean-forward="false" selection-start-line="37" selection-start-column="11" selection-end-line="37" selection-end-column="11" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/utils/ServletUtils.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="252"> <caret line="17" column="30" lean-forward="false" selection-start-line="17" selection-start-column="30" selection-end-line="17" selection-end-column="30" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/bean/Product.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="116"> <caret line="41" column="47" lean-forward="true" selection-start-line="41" selection-start-column="47" selection-end-line="41" selection-end-column="47" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/UI/ProductUIController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="522"> <caret line="44" column="0" lean-forward="false" selection-start-line="44" selection-start-column="0" selection-end-line="44" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/update_item.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="234"> <caret line="13" column="118" lean-forward="false" selection-start-line="13" selection-start-column="118" selection-end-line="13" selection-end-column="118" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/insert_item.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="312"> <caret line="18" column="12" lean-forward="false" selection-start-line="18" selection-start-column="12" selection-end-line="18" selection-end-column="12" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/exception/ServiceException.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="90"> <caret line="5" column="51" lean-forward="false" selection-start-line="5" selection-start-column="51" selection-end-line="5" selection-end-column="51" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/exception/ControllerException.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="90"> <caret line="5" column="54" lean-forward="false" selection-start-line="5" selection-start-column="54" selection-end-line="5" selection-end-column="54" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/exception/RepositoryException.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="90"> <caret line="5" column="54" lean-forward="false" selection-start-line="5" selection-start-column="54" selection-end-line="5" selection-end-column="54" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/UI/SearchItemsUIController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="306"> <caret line="28" column="24" lean-forward="false" selection-start-line="28" selection-start-column="24" selection-end-line="28" selection-end-column="24" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/exception/BaseException.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="144"> <caret line="8" column="1" lean-forward="true" selection-start-line="8" selection-start-column="1" selection-end-line="8" selection-end-column="1" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/controller/ProductItemsController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="315"> <caret line="25" column="82" lean-forward="false" selection-start-line="25" selection-start-column="82" selection-end-line="25" selection-end-column="82" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/controller/ProductController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="126"> <caret line="20" column="3" lean-forward="false" selection-start-line="20" selection-start-column="3" selection-end-line="20" selection-end-column="3" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/constant/PagerConst.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="162"> <caret line="9" column="47" lean-forward="true" selection-start-line="9" selection-start-column="47" selection-end-line="9" selection-end-column="47" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/search_items.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="162"> <caret line="31" column="6" lean-forward="true" selection-start-line="31" selection-start-column="6" selection-end-line="31" selection-end-column="6" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/utils/MyBeanUtils.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="99"> <caret line="12" column="7" lean-forward="true" selection-start-line="12" selection-start-column="7" selection-end-line="12" selection-end-column="7" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/log4j.properties"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="10" column="43" lean-forward="false" selection-start-line="10" selection-start-column="43" selection-end-line="10" selection-end-column="43" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/UI/ProductListUIController.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="471"> <caret line="76" column="0" lean-forward="false" selection-start-line="76" selection-start-column="0" selection-end-line="76" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/service/IProductService.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="311"> <caret line="25" column="24" lean-forward="false" selection-start-line="25" selection-start-column="8" selection-end-line="25" selection-end-column="24" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/repository/IProductRepository.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="311"> <caret line="26" column="18" lean-forward="false" selection-start-line="26" selection-start-column="18" selection-end-line="26" selection-end-column="18" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/repository/impl/ProductRepositoryImpl.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="154"> <caret line="145" column="38" lean-forward="true" selection-start-line="145" selection-start-column="38" selection-end-line="145" selection-end-column="38" /> <folding> <element signature="imports" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/service/impl/ProductServiceImpl.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="203"> <caret line="67" column="0" lean-forward="false" selection-start-line="67" selection-start-column="0" selection-end-line="67" selection-end-column="0" /> <folding> <element signature="e#1785#1786#0" expanded="false" /> <element signature="e#1836#1837#0" expanded="false" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/index.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="10" column="20" lean-forward="false" selection-start-line="10" selection-start-column="20" selection-end-line="10" selection-end-column="20" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/select_header.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="72"> <caret line="14" column="9" lean-forward="true" selection-start-line="14" selection-start-column="9" selection-end-line="14" selection-end-column="9" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/get_list.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="77"> <caret line="21" column="17" lean-forward="true" selection-start-line="21" selection-start-column="17" selection-end-line="21" selection-end-column="17" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/web.xml"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="108"> <caret line="6" column="23" lean-forward="true" selection-start-line="6" selection-start-column="23" selection-end-line="6" selection-end-column="23" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/src/productdemo/bean/Pager.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="756"> <caret line="74" column="8" lean-forward="false" selection-start-line="74" selection-start-column="8" selection-end-line="74" selection-end-column="23" /> <folding> <element signature="e#1457#1458#0" expanded="true" /> <element signature="e#1487#1488#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/web/WEB-INF/pages/front/page_footer.jsp"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="221"> <caret line="33" column="21" lean-forward="true" selection-start-line="33" selection-start-column="21" selection-end-line="33" selection-end-column="21" /> <folding> <element signature="n#style#0;n#body#0;n#html#0;n#!!top" expanded="true" /> </folding> </state> </provider> </entry> </component> <component name="masterDetails"> <states> <state key="ArtifactsStructureConfigurable.UI"> <settings> <artifact-editor /> <last-edited>ContactsDemo:war exploded</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> <option value="0.5" /> </list> </option> </splitter-proportions> </settings> </state> <state key="FacetStructureConfigurable.UI"> <settings> <last-edited>Web</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="GlobalLibrariesConfigurable.UI"> <settings> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="JdkListConfigurable.UI"> <settings> <last-edited>1.8</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="ModuleStructureConfigurable.UI"> <settings> <last-edited>ProductDemo</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> <state key="ProjectLibrariesConfigurable.UI"> <settings> <last-edited>log4j</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> </states> </component> </project>
54.107937
814
0.635637
6483f63a1d54caaa1f73bce5c7b84781c703425a
491
xml
XML
app/src/main/res/drawable/ic_library_add.xml
serhiq/LiskaDev
5f830c9bd3aea467ac31449f383506e56990400a
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_library_add.xml
serhiq/LiskaDev
5f830c9bd3aea467ac31449f383506e56990400a
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_library_add.xml
serhiq/LiskaDev
5f830c9bd3aea467ac31449f383506e56990400a
[ "Apache-2.0" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20" android:tint="?attr/colorControlNormal"> <path android:pathData="M2,4H0V18C0,19.1 0.9,20 2,20H16V18H2V4ZM18,0H6C4.9,0 4,0.9 4,2V14C4,15.1 4.9,16 6,16H18C19.1,16 20,15.1 20,14V2C20,0.9 19.1,0 18,0ZM18,14H6V2H18V14ZM11,12H13V9H16V7H13V4H11V7H8V9H11V12Z" android:fillColor="#000000"/> </vector>
44.636364
210
0.725051
63945dec4ee82f58381d5cb83c026fd343e8c7e1
7,398
xml
XML
pom.xml
Assembly-WebCrew/pss
29eec82b12d25758d1bb5817c1619136493a5d12
[ "MIT" ]
null
null
null
pom.xml
Assembly-WebCrew/pss
29eec82b12d25758d1bb5817c1619136493a5d12
[ "MIT" ]
2
2017-07-31T12:29:56.000Z
2021-10-18T17:13:00.000Z
pom.xml
Assembly-WebCrew/pss
29eec82b12d25758d1bb5817c1619136493a5d12
[ "MIT" ]
1
2017-08-03T09:20:10.000Z
2017-08-03T09:20:10.000Z
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.assembly</groupId> <artifactId>pss</artifactId> <version>0.1</version> <packaging>jar</packaging> <properties> <jdk.version>1.8</jdk.version> <jetty.version>9.4.30.v20200611</jetty.version> </properties> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-annotations</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.13.3</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.13.3</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>apache-log4j-extras</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>5.2.7.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.7.RELEASE</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.21</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.10</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.10.5</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.10.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.11.1</version> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>6.5.1</version> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>5.2</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.4</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <createDependencyReducedPom>false</createDependencyReducedPom> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.assembly.pss.Main</mainClass> </transformer> </transformers> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>3.0.0</version> <configuration> <mainClass>org.assembly.pss.Main</mainClass> </configuration> </plugin> </plugins> </build> </project>
34.092166
121
0.507299
ca170ffec8c281cee006e9e606111897ae2c0ab7
58,379
ct
XML
markdown/CheatTables/Archive/Injustice2fc.ct
rdutta1999/Sitesource
01ac597f168996f1184f339d0cbac6b4b67e9ece
[ "FSFAP" ]
16
2019-10-12T11:48:45.000Z
2022-03-27T01:33:23.000Z
markdown/CheatTables/Archive/Injustice2fc.ct
rdutta1999/Sitesource
01ac597f168996f1184f339d0cbac6b4b67e9ece
[ "FSFAP" ]
35
2019-03-06T16:33:58.000Z
2022-03-31T13:30:45.000Z
markdown/CheatTables/Archive/Injustice2fc.ct
rdutta1999/Sitesource
01ac597f168996f1184f339d0cbac6b4b67e9ece
[ "FSFAP" ]
33
2019-03-07T10:52:14.000Z
2022-03-29T15:00:16.000Z
<?xml version="1.0" encoding="utf-8"?> <CheatTable CheatEngineTableVersion="26"> <CheatEntries> <CheatEntry> <ID>14380</ID> <Description>"Set keypoll and delay to 10ms (EDIT &gt; SETTINGS &gt; HOTKEYS)"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>59</ID> <Description>"AR FIX"</Description> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] alloc(_zero,4) aobscanmodule(ARFIX,Injustice2.exe,F3 0F 5C C3 0F 5A C0 0F 54 05 * * * * 66 0F 5A C0 0F 5A C8 66 0F 2F 0D 00) alloc(newmem,$1000,ARFIX) label(code) label(return) newmem: movss xmm0,[_zero]// subss xmm0,xmm3 code: cvtps2pd xmm0,xmm0 jmp return ARFIX: jmp newmem db 90 90 return: registersymbol(ARFIX) [DISABLE] ARFIX: db F3 0F 5C C3 0F 5A C0 unregistersymbol(ARFIX) dealloc(newmem) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>0</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14629</ID> <Description>"&gt;&gt; CAMERA [PGDN]"</Description> <Options moHideChildren="1"/> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] alloc(_camera,8) alloc(_freecamON,4) alloc(_slow,4) alloc(_fast,4) alloc(_faster,4) registersymbol(_camera) registersymbol(_freecamON) registersymbol(_slow) registersymbol(_fast) registersymbol(_faster) _slow: dd (float)0.1 _fast: dd (float)10 _faster: dd (float)100 //"Injustice2.exe"+ACF1AB0 aobscanmodule(cameraAOB,Injustice2.exe,F2 0F 10 81 84 05 00 00) alloc(newmem,$1000,cameraAOB) label(code) label(return) newmem: mov [_camera],rcx code: movsd xmm0,[rcx+00000584] jmp return cameraAOB: jmp newmem db 90 90 90 return: registersymbol(cameraAOB) //"Injustice2.exe"+AD1C597 aobscanmodule(writecamAOB,Injustice2.exe,0F 11 87 84 05 00 00) alloc(newmem2,$1000,writecamAOB) label(code2) label(return2) newmem2: cmp [_freecamON],0 je code2 mov [rdi+00000580],ecx mov rcx,rdi jmp return2 code2: movups [rdi+00000584],xmm0 // x, y, z, pitch mov [rdi+00000580],ecx mov rcx,rdi movsd [rdi+00000594],xmm1 // yaw, roll mov [rdi+0000059C],eax // FOV jmp return2 writecamAOB: jmp newmem2 db 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 return2: registersymbol(writecamAOB) //"Injustice2.exe"+6C59AA8 aobscanmodule(supermoveAOB,Injustice2.exe,0F 28 CE 48 89 D9 E8 1D) alloc(newmem3,$1000,supermoveAOB) label(code3) label(return3) newmem3: code3: movaps xmm1,xmm6 mov rcx,rbx cmp [_freecamON],0 je return3 cmp [_camera],0 je return3 jmp supermoveAOB+0B supermoveAOB: jmp newmem3 db 90 return3: registersymbol(supermoveAOB) {$lua} if syntaxcheck then return end local symbolCheckT = createTimer() symbolCheckT.Interval = 1000 symbolCheckT.OnTimer = function(sender) if readInteger("Injustice2.exe") == nil then sender.destroy() return end local function cameraBase() return readQword("_camera") end local freecamONAD = getAddress("_freecamON") -- CAMERA ADDRESSES local function camXAD() return cameraBase()+0x584 end local function camYAD() return cameraBase()+0x588 end local function camZAD() return cameraBase()+0x58C end local function pitchAD()return cameraBase()+0x590 end local function yawAD() return cameraBase()+0x594 end local function rollAD() return cameraBase()+0x598 end local function FOVAD() return cameraBase()+0x59C end -- VARIABLES local flySpeed = 2 local aimSpeed = 0.004 local rollSpeed = 40 local FOVSpeed = 0.2 local ultraFast = 100 local fastMult = 10 local slowDiv = 10 local defaultFOV = 60 local prevX local prevY local prevZ local prevPitch local prevYaw local prevRoll local prevFOV local minDolly = 2 local defaultTarDist = 0.06 local function hellaFast() return readFloat("_faster") end local function fastMult() return readFloat("_fast") end local function slowMult() return readFloat("_slow") end local useZ = true local pitchMax = 0.48*math.pi local separation3D = 6.6 local function freecamEnabled() if readInteger(freecamONAD) == 1 then return true end return false end local function gameHasFocus() if getOpenedProcessID() == getForegroundProcess() then return true end return false end local function requiredConditions() if freecamEnabled() and gameHasFocus() then return true end return false end local function toggleFreecam() if not gameHasFocus() then return end if freecamEnabled() then for j=1,7,1 do camCheat[0].value[j] = readBytes(camCheat.addy[j],8,true) end writeFloat(camXAD(),prevX) writeFloat(camYAD(),prevY) writeFloat(camZAD(),prevZ) writeInteger(pitchAD(),prevPitch) writeInteger(yawAD(),prevYaw) writeInteger(rollAD(),prevRoll) writeFloat(FOVAD(),prevFOV) --sleep(100) writeInteger(freecamONAD, 0) else prevX = readFloat(camXAD()) prevY = readFloat(camYAD()) prevZ = readFloat(camZAD()) prevPitch = readInteger(pitchAD()) prevYaw = readInteger(yawAD()) prevRoll = readInteger(rollAD()) prevFOV = readFloat(FOVAD()) --sleep(100) local pitch = math.pi*readInteger(pitchAD())/32768 local yaw = math.pi*readInteger(yawAD())/32768 tarX = readFloat(camXAD())+32768*defaultTarDist*math.cos(yaw)*math.cos(pitch)/math.pi tarY = readFloat(camYAD())+32768*defaultTarDist*math.sin(yaw)*math.cos(pitch)/math.pi tarZ = readFloat(camZAD())+32768*defaultTarDist*math.sin(pitch)/math.pi writeInteger(freecamONAD, 1) end end if camCheat == nil then camCheat = {} camCheat.addy = {camXAD(); camYAD(); camZAD(); pitchAD(); yawAD(); rollAD(); FOVAD()} for i=0,9,1 do camCheat[i] = {value = {}} local set = function(sender) if not requiredConditions() then return end camCheat.addy = {camXAD(); camYAD(); camZAD(); pitchAD(); yawAD(); rollAD(); FOVAD()} for j=1,7,1 do camCheat[i].value[j] = readBytes(camCheat.addy[j],8,true) end end if i == 0 then set(nil) else camCheat[i].setHotkey = createHotkey(set, _G["VK_" .. i], VK_MENU) camCheat[i].setHotkey.DelayBetweenActivate = 1000 end local get = function(sender) if not gameHasFocus() or #camCheat[i].value ~= 7 then return end if not freecamEnabled() then toggleFreecam() end camCheat.addy = {camXAD(); camYAD(); camZAD(); pitchAD(); yawAD(); rollAD(); FOVAD()} for j=1,7,1 do if i ~= 0 then camCheat[0].value[j] = readBytes(camCheat.addy[j],8,true) end writeBytes(camCheat.addy[j], camCheat[i].value[j]) end end camCheat[i].getHotkey = createHotkey(get, _G["VK_" .. i]) camCheat[i].getHotkey.DelayBetweenActivate = 1000 end else camCheat.addy = {camXAD(); camYAD(); camZAD(); pitchAD(); yawAD(); rollAD(); FOVAD()} end -- MOVEMENT SPEED MODIFIERS local flySpeedOrig = flySpeed local aimSpeedOrig = aimSpeed local rollSpeedOrig = rollSpeed local FOVSpeedOrig = FOVSpeed local hellaFastModeEnabled = false local fastModeEnabled = false local slowModeEnabled = false local didReset = true local didSlow = false local didFast = false local didHellaFast = false checkCamKeys = createTimer() checkCamKeys.setInterval(100) checkCamKeys.onTimer = function() if not gameHasFocus() then return end if isKeyPressed(VK_T) and not isKeyPressed(VK_MENU) then if not didHellaFast then flySpeed = flySpeedOrig*hellaFast() aimSpeed = aimSpeedOrig*fastMult() rollSpeed = rollSpeedOrig*fastMult() FOVSpeed = FOVSpeedOrig*fastMult() didReset = false didHellaFast = true end elseif isKeyPressed(VK_F) and not isKeyPressed(VK_MENU) then if not didFast then flySpeed = flySpeedOrig*fastMult() aimSpeed = aimSpeedOrig*fastMult() rollSpeed = rollSpeedOrig*fastMult() FOVSpeed = FOVSpeedOrig*fastMult() didReset = false didFast = true end elseif isKeyPressed(VK_C) and not isKeyPressed(VK_MENU) then if not didSlow then flySpeed = flySpeedOrig*slowMult() aimSpeed = aimSpeedOrig*slowMult() rollSpeed = rollSpeedOrig*slowMult() FOVSpeed = FOVSpeedOrig*slowMult() didReset = false didSlow = true end elseif not didReset then flySpeed = flySpeedOrig aimSpeed = aimSpeedOrig rollSpeed = rollSpeedOrig FOVSpeed = FOVSpeedOrig didHellaFast = false didFast = false didSlow = false didReset = true hellaFastModeEnabled = false fastModeEnabled = false slowModeEnabled = false end end -- MOVEMENT SPEED TOGGLES local function resetSpeed() flySpeed = flySpeedOrig aimSpeed = aimSpeedOrig rollSpeed = rollSpeedOrig FOVSpeed = FOVSpeedOrig hellaFastModeEnabled = false fastModeEnabled = false slowModeEnabled = false end local function goHellaFast() if hellaFastModeEnabled then resetSpeed() else flySpeed = flySpeedOrig*hellaFast() aimSpeed = aimSpeedOrig*fastMult() rollSpeed = rollSpeedOrig*fastMult() FOVSpeed = FOVSpeedOrig*fastMult() hellaFastModeEnabled = true fastModeEnabled = false slowModeEnabled = false end end local function goFast() if fastModeEnabled then resetSpeed() else flySpeed = flySpeedOrig*fastMult() aimSpeed = aimSpeedOrig*fastMult() rollSpeed = rollSpeedOrig*fastMult() FOVSpeed = FOVSpeedOrig*fastMult() hellaFastModeEnabled = false fastModeEnabled = true slowModeEnabled = false end end local function goSlow() if slowModeEnabled then resetSpeed() else flySpeed = flySpeedOrig*slowMult() aimSpeed = aimSpeedOrig*slowMult() rollSpeed = rollSpeedOrig*slowMult() FOVSpeed = FOVSpeedOrig*slowMult() hellaFastModeEnabled = false fastModeEnabled = false slowModeEnabled = true end end -- CAMERA FUNCTIONS local function toggleUseZ() if not requiredConditions() then return end if useZ then useZ = false else useZ = true end end local function move(moveDir) if not requiredConditions() then return end local camX = readFloat(camXAD()) local camY = readFloat(camYAD()) local camZ = readFloat(camZAD()) local Xdiff = tarX-camX local Ydiff = tarY-camY local Zdiff local hypXY = math.sqrt(Xdiff*Xdiff+Ydiff*Ydiff) if moveDir == "up" then camZ = camZ+flySpeed writeFloat(camZAD(), camZ) tarZ = tarZ+flySpeed elseif moveDir == "upCamOnly" then camZ = camZ+flySpeed Zdiff = tarZ-camZ writeFloat(camZAD(), camZ) writeInteger(pitchAD(),32768*math.atan(Zdiff/hypXY)/math.pi) elseif moveDir == "down" then camZ = camZ-flySpeed writeFloat(camZAD(), camZ) tarZ = tarZ-flySpeed elseif moveDir == "downCamOnly" then camZ = camZ-flySpeed Zdiff = tarZ-camZ writeFloat(camZAD(), camZ) writeInteger(pitchAD(),32768*math.atan(Zdiff/hypXY)/math.pi) else local Zdiff = tarZ-camZ local dX; local dY; local dZ if moveDir == "right" or moveDir == "right3D" then if moveDir == "right3D" then dX = separation3D*Ydiff/hypXY dY = separation3D*Xdiff/hypXY else dX = flySpeed*Ydiff/hypXY dY = flySpeed*Xdiff/hypXY end if moveDir == "right3D" or useZ then local roll = math.pi*readInteger(rollAD())/32768 local cosRoll = math.cos(roll) dX = dX*cosRoll dY = dY*cosRoll if moveDir == "right3D" then dZ = separation3D*math.sin(roll) else dZ = flySpeed*math.sin(roll) end tarZ = tarZ-dZ camZ = camZ-dZ writeFloat(camZAD(), camZ) end tarX = tarX-dX tarY = tarY+dY camX = camX-dX camY = camY+dY writeFloat(camXAD(), camX) writeFloat(camYAD(), camY) return elseif moveDir == "left" or moveDir == "left3D" then if moveDir == "left3D" then dX = separation3D*Ydiff/hypXY dY = separation3D*Xdiff/hypXY else dX = flySpeed*Ydiff/hypXY dY = flySpeed*Xdiff/hypXY end if moveDir == "left3D" or useZ then local roll = math.pi*readInteger(rollAD())/32768 local cosRoll = math.cos(roll) dX = dX*cosRoll dY = dY*cosRoll if moveDir == "left3D" then dZ = separation3D*math.sin(roll) else dZ = flySpeed*math.sin(roll) end tarZ = tarZ+dZ camZ = camZ+dZ writeFloat(camZAD(), camZ) end tarX = tarX+dX tarY = tarY-dY camX = camX+dX camY = camY-dY writeFloat(camXAD(), camX) writeFloat(camYAD(), camY) return end local hypZ = math.sqrt(Zdiff*Zdiff+hypXY*hypXY) if useZ then dX = flySpeed*Xdiff/hypZ dY = flySpeed*Ydiff/hypZ dZ = flySpeed*Zdiff/hypZ if moveDir == "backward" then dZ = -dZ end tarZ = tarZ+dZ camZ = camZ+dZ writeFloat(camZAD(), camZ) else dX = flySpeed*Xdiff/hypXY dY = flySpeed*Ydiff/hypXY dZ = flySpeed*Zdiff/hypXY end if moveDir == "forward" then tarX = tarX+dX tarY = tarY+dY camX = camX+dX camY = camY+dY writeFloat(camXAD(), camX) writeFloat(camYAD(), camY) elseif moveDir == "backward" then tarX = tarX-dX tarY = tarY-dY camX = camX-dX camY = camY-dY writeFloat(camXAD(), camX) writeFloat(camYAD(), camY) else return end end end local function orbit(orbitDir) if not requiredConditions() then return end local exitFunction = false local camX = readFloat(camXAD()) local camY = readFloat(camYAD()) local Xdiff = tarX-camX local Ydiff = tarY-camY local hypXY = math.sqrt(Xdiff*Xdiff+Ydiff*Ydiff) local pitch2Byte = readInteger(pitchAD()) local pitch = math.pi*pitch2Byte/32768 local yaw = math.pi*readInteger(yawAD())/32768 if orbitDir == "left" or orbitDir == "panRight" then yaw = yaw + aimSpeed elseif orbitDir == "right" or orbitDir == "panLeft" then yaw = yaw - aimSpeed else local camZ = readFloat(camZAD()) local Zdiff = tarZ-camZ local hypZ = math.sqrt(Zdiff*Zdiff+hypXY*hypXY) if orbitDir == "down" or orbitDir == "panUp" then pitch = pitch + aimSpeed elseif orbitDir == "up" or orbitDir == "panDown" then pitch = pitch - aimSpeed else return end --if pitch&gt;-pitchMax and pitch&lt;pitchMax then local R = hypZ*math.cos(pitch)/hypXY local dX = Xdiff*R local dY = Ydiff*R local dZ = hypZ*math.sin(pitch) if orbitDir == "panUp" or orbitDir == "panDown" then tarX = camX+dX tarY = camY+dY tarZ = camZ+dZ exitFunction = true else writeFloat(camXAD(), tarX-dX) writeFloat(camYAD(), tarY-dY) writeFloat(camZAD(), tarZ-dZ) exitFunction = true end --end exitFunction = true end if not exitFunction then local dX = hypXY*math.cos(yaw) local dY = hypXY*math.sin(yaw) if orbitDir == "panLeft" or orbitDir == "panRight" then tarX = camX+dX tarY = camY+dY elseif orbitDir == "left" or orbitDir == "right" then writeFloat(camXAD(), tarX-dX) writeFloat(camYAD(), tarY-dY) else return end end writeInteger(pitchAD(),32768*pitch/math.pi) writeInteger(yawAD(),32768*yaw/math.pi) end local function dolly(dollyDir) if not requiredConditions() then return end local exitFunction = false local camX = readFloat(camXAD()) local camY = readFloat(camYAD()) local camZ = readFloat(camZAD()) local Xdiff = tarX-camX local Ydiff = tarY-camY local Zdiff = tarZ-camZ local hypXY = math.sqrt(Xdiff*Xdiff+Ydiff*Ydiff) local hypZ = math.sqrt(Zdiff*Zdiff+hypXY*hypXY) if dollyDir == "zoomReset" then local FOV = readFloat(FOVAD()) -- stored in degrees local FOVr = math.pi*FOV/180 -- convert to radians local objWidth = hypZ*2*math.tan(FOVr/2) local FOV2 = defaultFOV local FOVr2 = math.pi*FOV2/180 local hypZ2 = objWidth/(2*math.tan(FOVr2/2))-hypZ local dX = hypZ2*Xdiff/hypZ local dY = hypZ2*Ydiff/hypZ local dZ = hypZ2*Zdiff/hypZ writeFloat(FOVAD(), FOV2) writeFloat(camXAD(), camX-dX) writeFloat(camYAD(), camY-dY) writeFloat(camZAD(), camZ-dZ) exitFunction = true elseif dollyDir == "closer" then if hypZ &gt;= minDolly then local dX = flySpeed*Xdiff/hypZ local dY = flySpeed*Ydiff/hypZ local dZ = flySpeed*Zdiff/hypZ writeFloat(camXAD(), camX+dX) writeFloat(camYAD(), camY+dY) writeFloat(camZAD(), camZ+dZ) end exitFunction = true elseif dollyDir == "farther" then local dX = flySpeed*Xdiff/hypZ local dY = flySpeed*Ydiff/hypZ local dZ = flySpeed*Zdiff/hypZ writeFloat(camXAD(), camX-dX) writeFloat(camYAD(), camY-dY) writeFloat(camZAD(), camZ-dZ) exitFunction = true end if not exitFunction then local FOV = readFloat(FOVAD()) -- stored in degrees local FOVr = math.pi*FOV/180 -- convert to radians local dollySpeed = flySpeed*(1-FOV/180)^2 local objWidth = hypZ*2*math.tan(FOVr/2) if dollyDir == "zoomIn" then FOVr = 2*math.atan(objWidth/(2*(hypZ+dollySpeed))) FOV = 180*FOVr/math.pi -- convert back to degrees if FOV &gt;=1.2 then local dX = dollySpeed*Xdiff/hypZ local dY = dollySpeed*Ydiff/hypZ local dZ = dollySpeed*Zdiff/hypZ writeFloat(FOVAD(), FOV) writeFloat(camXAD(), camX-dX) writeFloat(camYAD(), camY-dY) writeFloat(camZAD(), camZ-dZ) end elseif dollyDir == "zoomOut" then FOVr = 2*math.atan(objWidth/(2*(hypZ-dollySpeed))) FOV = 180*FOVr/math.pi -- convert back to degrees if FOV &lt;= 169 then local dX = dollySpeed*Xdiff/hypZ local dY = dollySpeed*Ydiff/hypZ local dZ = dollySpeed*Zdiff/hypZ writeFloat(FOVAD(), FOV) writeFloat(camXAD(), camX+dX) writeFloat(camYAD(), camY+dY) writeFloat(camZAD(), camZ+dZ) end else return end end end local function zoomIn() if not requiredConditions() then return end local FOV = readFloat(FOVAD()) writeFloat(FOVAD(), FOV+FOVSpeed) end local function zoomOut() if not requiredConditions() then return end local FOV = readFloat(FOVAD()) writeFloat(FOVAD(), FOV-FOVSpeed) end local function rollLeft() if not requiredConditions() then return end local roll = readInteger(rollAD()) writeInteger(rollAD(), roll+rollSpeed) end local function rollRight() if not requiredConditions() then return end local roll = readInteger(rollAD()) writeInteger(rollAD(), roll-rollSpeed) end local function rollReset() if not requiredConditions() then return end writeInteger(rollAD(), 0) end local function moveForward() move("forward") end local function moveBackward() move("backward") end local function moveLeft() move("left") end local function moveLeft3D() move("left3D") end local function moveRight() move("right") end local function moveRight3D() move("right3D") end local function moveUp() move("up") end local function moveDown() move("down") end local function moveUpCamOnly() move("upCamOnly") end local function moveDownCamOnly() move("downCamOnly") end local function panUp() orbit("panUp") end local function panDown() orbit("panDown") end local function panLeft() orbit("panLeft") end local function panRight() orbit("panRight") end local function orbitUp() orbit("up") end local function orbitDown() orbit("down") end local function orbitLeft() orbit("left") end local function orbitRight() orbit("right") end local function dollyCloser() dolly("closer") end local function dollyFarther() dolly("farther") end local function dollyZoomIn() dolly("zoomIn") end local function dollyZoomOut() dolly("zoomOut") end local function dollyZoomReset() dolly("zoomReset") end -- CAMERA HOTKEYS camHotkeys = { createHotkey(toggleFreecam, VK_NEXT), createHotkey(toggleUseZ, VK_NUMPAD2), createHotkey(goHellaFast, VK_MENU, VK_T), createHotkey(goFast, VK_MENU, VK_F), createHotkey(goSlow, VK_MENU, VK_C), createHotkey(moveLeft3D, VK_MENU, VK_NUMPAD4), createHotkey(moveRight3D, VK_MENU, VK_NUMPAD6), createHotkey(moveForward, VK_NUMPAD8), -- pos 8 createHotkey(moveBackward, VK_NUMPAD5), createHotkey(moveLeft, VK_NUMPAD4), createHotkey(moveRight, VK_NUMPAD6), createHotkey(moveUp, VK_NUMPAD9), createHotkey(moveDown, VK_NUMPAD7), createHotkey(moveUpCamOnly, VK_NUMPAD3), createHotkey(moveDownCamOnly, VK_NUMPAD1), createHotkey(panUp, VK_ADD, VK_NUMPAD8), createHotkey(panDown, VK_ADD, VK_NUMPAD5), createHotkey(panLeft, VK_ADD, VK_NUMPAD4), createHotkey(panRight, VK_ADD, VK_NUMPAD6), createHotkey(rollLeft, VK_ADD, VK_NUMPAD3), createHotkey(rollRight, VK_ADD, VK_NUMPAD1), createHotkey(rollReset, VK_ADD, VK_NUMPAD2), createHotkey(zoomIn, VK_ADD, VK_NUMPAD7), createHotkey(zoomOut, VK_ADD, VK_NUMPAD9), createHotkey(orbitUp, VK_RETURN, VK_NUMPAD5), createHotkey(orbitDown, VK_RETURN, VK_NUMPAD8), createHotkey(orbitLeft, VK_RETURN, VK_NUMPAD6), createHotkey(orbitRight, VK_RETURN, VK_NUMPAD4), createHotkey(dollyCloser, VK_RETURN, VK_NUMPAD9), createHotkey(dollyFarther, VK_RETURN, VK_NUMPAD7), createHotkey(dollyZoomIn, VK_RETURN, VK_NUMPAD3), createHotkey(dollyZoomOut, VK_RETURN, VK_NUMPAD1), createHotkey(dollyZoomReset, VK_RETURN, VK_NUMPAD2), createHotkey(orbitUp, VK_SUBTRACT, VK_NUMPAD5), createHotkey(orbitDown, VK_SUBTRACT, VK_NUMPAD8), createHotkey(orbitLeft, VK_SUBTRACT, VK_NUMPAD6), createHotkey(orbitRight, VK_SUBTRACT, VK_NUMPAD4), createHotkey(dollyCloser, VK_SUBTRACT, VK_NUMPAD9), createHotkey(dollyFarther, VK_SUBTRACT, VK_NUMPAD7), createHotkey(dollyZoomIn, VK_SUBTRACT, VK_NUMPAD3), createHotkey(dollyZoomOut, VK_SUBTRACT, VK_NUMPAD1), createHotkey(dollyZoomReset, VK_SUBTRACT, VK_NUMPAD2) } local smDelay = 8 for i=1,smDelay-1,1 do camHotkeys[i].DelayBetweenActivate = 1000 end for i=smDelay,#camHotkeys,1 do camHotkeys[i].DelayBetweenActivate = 10 end sender.destroy() end {$asm} [DISABLE] _freecamON: dd 0 cameraAOB: db F2 0F 10 81 84 05 00 00 unregistersymbol(cameraAOB) dealloc(newmem) writecamAOB: db 0F 11 87 84 05 00 00 89 8F 80 05 00 00 48 89 F9 F2 0F 11 8F 94 05 00 00 89 87 9C 05 00 00 unregistersymbol(writecamAOB) dealloc(newmem2) supermoveAOB: db 0F 28 CE 48 89 D9 unregistersymbol(supermoveAOB) dealloc(newmem3) {$lua} if checkCamKeys ~= nil then checkCamKeys.destroy() checkCamKeys = nil end if camHotkeys ~= nil then for i,v in ipairs(camHotkeys) do v.destroy() end camHotkeys = nil end </AssemblerScript> <Hotkeys> <Hotkey> <Action>Activate</Action> <Keys> <Key>34</Key> </Keys> <ID>0</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>1</ID> </Hotkey> </Hotkeys> <CheatEntries> <CheatEntry> <ID>14630</ID> <Description>"&gt;&gt; values"</Description> <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/> <LastState Value="" RealAddress="00000000"/> <Color>FF0000</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>14631</ID> <Description>"Camera X"</Description> <VariableType>Float</VariableType> <Address>_camera</Address> <Offsets> <Offset>584</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14632</ID> <Description>"Camera Y"</Description> <VariableType>Float</VariableType> <Address>_camera</Address> <Offsets> <Offset>588</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14633</ID> <Description>"Camera Z"</Description> <VariableType>Float</VariableType> <Address>_camera</Address> <Offsets> <Offset>58C</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14634</ID> <Description>"Pitch"</Description> <ShowAsSigned>1</ShowAsSigned> <VariableType>2 Bytes</VariableType> <Address>_camera</Address> <Offsets> <Offset>590</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14635</ID> <Description>"Yaw"</Description> <ShowAsSigned>1</ShowAsSigned> <VariableType>2 Bytes</VariableType> <Address>_camera</Address> <Offsets> <Offset>594</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14636</ID> <Description>"Roll"</Description> <ShowAsSigned>1</ShowAsSigned> <VariableType>2 Bytes</VariableType> <Address>_camera</Address> <Offsets> <Offset>598</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14637</ID> <Description>"FOV"</Description> <VariableType>Float</VariableType> <Address>_camera</Address> <Offsets> <Offset>59C</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>13238</ID> <Description>"&gt;&gt; hotkeys"</Description> <Options moHideChildren="1"/> <LastState Value="" RealAddress="00000000"/> <Color>FF0000</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13295</ID> <Description>"*** MOVEMENT ***"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0080FF</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13249</ID> <Description>"SPEED: Slow, fast, faster - C, F, T (+ALT to toggle)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13240</ID> <Description>"FREECAM: On/off - Pagedown"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13296</ID> <Description>"FLY - No modifier"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0080FF</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13290</ID> <Description>"(Below, NUMPAD keys...)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13298</ID> <Description>"MOVE: Forward, backward, left, right - 8, 5, 4, 6"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13297</ID> <Description>"FLY: Up, down - 9, 7 (cam only - 3, 1)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13303</ID> <Description>"Height lock: On/off - 2"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13499</ID> <Description>"3D Capture: Step left, right - ALT+4, ALT+6"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>13292</ID> <Description>"AIM - Hold down PLUS"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0080FF</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13339</ID> <Description>"(Below, NUMPAD keys...)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13244</ID> <Description>"PAN: Up, down, left, right - 8, 5, 4, 6"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13246</ID> <Description>"ZOOM: In, out - 9, 7"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13242</ID> <Description>"TILT: Left, right - 1, 3 (reset: 2)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>13293</ID> <Description>"ROTATE - Hold down ENTER (OR MINUS)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0080FF</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13340</ID> <Description>"(Below, NUMPAD keys...)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13241</ID> <Description>"ROTATE: Up, down, left, right - 5, 8, 6, 4"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13248</ID> <Description>"MOVE: Forward, backward - 9, 7 (cam only)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13247</ID> <Description>"DOLLY-ZOOM: In, out - 3, 1 (reset: 2)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>13294</ID> <Description>"*** SETTINGS ***"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0080FF</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>13341</ID> <Description>"(Below, standard number keys...)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13250</ID> <Description>"SAVE: Save current settings - ALT+[number 1 to 9]"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13252</ID> <Description>"LOAD: Load saved settings - [number 1 to 9]"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>13251</ID> <Description>"UNDO: Load previous settings - 0 (zero)"</Description> <LastState Value="" RealAddress="00000000"/> <Color>000000</Color> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14638</ID> <Description>"Freecam on/off [PGDN]"</Description> <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">1:ON 0:- </DropDownList> <VariableType>4 Bytes</VariableType> <Address>_freecamON</Address> </CheatEntry> <CheatEntry> <ID>13500</ID> <Description>"Speed - Slow [C]"</Description> <VariableType>Float</VariableType> <Address>_slow</Address> </CheatEntry> <CheatEntry> <ID>13502</ID> <Description>"Speed - Fast [F]"</Description> <VariableType>Float</VariableType> <Address>_fast</Address> </CheatEntry> <CheatEntry> <ID>13501</ID> <Description>"Speed - Faster [T]"</Description> <VariableType>Float</VariableType> <Address>_faster</Address> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14335</ID> <Description>"&gt;&gt; GAME SPEED [F5]"</Description> <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] alloc(_timescale,8) registersymbol(_timescale) //"Injustice2.exe"+5EB6703 aobscanmodule(timescaleAOB,Injustice2.exe,F3 0F 10 80 88 00 00 00 48 83 C4 28) alloc(newmem,$1000,timescaleAOB) label(code) label(return) newmem: mov [_timescale],rax code: movss xmm0,[rax+00000088] jmp return timescaleAOB: jmp newmem db 90 90 90 return: registersymbol(timescaleAOB) //"Injustice2.exe"+ABDAAFC aobscanmodule(timescale2AOB,Injustice2.exe,F3 0F 11 B1 88 00 00 00) registersymbol(timescale2AOB) timescale2AOB: db 90 90 90 90 90 90 90 90 [DISABLE] timescaleAOB: db F3 0F 10 80 88 00 00 00 unregistersymbol(timescaleAOB) dealloc(newmem) timescale2AOB: db F3 0F 11 B1 88 00 00 00 unregistersymbol(timescale2AOB) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Activate</Action> <Keys> <Key>116</Key> </Keys> <ID>0</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>1</ID> </Hotkey> </Hotkeys> <CheatEntries> <CheatEntry> <ID>14336</ID> <Description>"Timescale [F5-F11] (def: F9)"</Description> <VariableType>Float</VariableType> <Address>_timescale</Address> <Offsets> <Offset>88</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Set Value</Action> <Keys> <Key>116</Key> </Keys> <Value>0</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>117</Key> </Keys> <Value>.01</Value> <ID>1</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>118</Key> </Keys> <Value>.1</Value> <ID>2</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>119</Key> </Keys> <Value>.5</Value> <ID>3</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>120</Key> </Keys> <Value>1</Value> <ID>4</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>121</Key> </Keys> <Value>2</Value> <ID>5</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>122</Key> </Keys> <Value>5</Value> <ID>6</ID> </Hotkey> </Hotkeys> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14610</ID> <Description>"&gt;&gt; COLOR/DOF [O]"</Description> <Options moHideChildren="1"/> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] alloc(_pp,8) registersymbol(_pp) //"Injustice2.exe"+AB68D5B aobscanmodule(dofAOB,Injustice2.exe,88 43 68 41 8B 46 6C) // should be unique alloc(newmem,$1000,dofAOB) label(code) label(return) newmem: mov [_pp],rbx code: mov [rbx+68],al mov eax,[r14+6C] jmp return dofAOB: jmp newmem db 90 90 return: registersymbol(dofAOB) [DISABLE] _pp: dq 0 dofAOB: db 88 43 68 41 8B 46 6C unregistersymbol(dofAOB) dealloc(newmem) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Activate</Action> <Keys> <Key>79</Key> </Keys> <ID>0</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>1</ID> </Hotkey> </Hotkeys> <CheatEntries> <CheatEntry> <ID>14586</ID> <Description>"Make editable"</Description> <LastState/> <Color>0000FF</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] //"Injustice2.exe"+AE56D9E aobscanmodule(overrideDOF,Injustice2.exe,4C 8D 44 24 30 48 89 CA E8) alloc(newmem2,$1000,overrideDOF) label(code2) label(return2) newmem2: code2: lea r8,[rsp+30] mov rdx,rcx cmp [_pp],0 jne overrideDOF+0D jmp return2 overrideDOF: jmp newmem2 db 90 90 90 return2: registersymbol(overrideDOF) [DISABLE] overrideDOF: db 4C 8D 44 24 30 48 89 CA unregistersymbol(overrideDOF) dealloc(newmem2) </AssemblerScript> </CheatEntry> <CheatEntry> <ID>14639</ID> <Description>"&gt;&gt; COLOR"</Description> <LastState Value="" RealAddress="00000000"/> <Color>FF0000</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>14611</ID> <Description>"Bloom (0.3)"</Description> <Color>000000</Color> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>24</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14612</ID> <Description>"Flares (1)"</Description> <Color>000000</Color> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>30</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14613</ID> <Description>"Desaturation (0)"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>38</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>14614</ID> <Description>"Exposure (1)"</Description> <Color>000000</Color> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>3C</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14640</ID> <Description>"&gt;&gt; DOF"</Description> <LastState Value="" RealAddress="00000000"/> <Color>FF0000</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>14615</ID> <Description>"DOF on/off [O, alt+O]"</Description> <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">2:ON 0:- </DropDownList> <VariableType>Byte</VariableType> <Address>_pp</Address> <Offsets> <Offset>68</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Set Value</Action> <Keys> <Key>79</Key> </Keys> <Value>2</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>18</Key> <Key>79</Key> </Keys> <Value>0</Value> <ID>1</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14616</ID> <Description>"Blur amount [left, right]"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>6C</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Increase Value</Action> <Keys> <Key>37</Key> </Keys> <Value>.002</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Decrease Value</Action> <Keys> <Key>39</Key> </Keys> <Value>.002</Value> <ID>1</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>.3</Value> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14628</ID> <Description>"Near transition"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>74</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>400</Value> <ID>0</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14627</ID> <Description>"Near distance [alt+up, down]"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>78</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>0</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Increase Value</Action> <Keys> <Key>18</Key> <Key>38</Key> </Keys> <Value>.5</Value> <ID>1</ID> </Hotkey> <Hotkey> <Action>Decrease Value</Action> <Keys> <Key>18</Key> <Key>40</Key> </Keys> <Value>.5</Value> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14626</ID> <Description>"Focal distance [up, down]"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>7C</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Increase Value</Action> <Keys> <Key>38</Key> </Keys> <Value>.5</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Decrease Value</Action> <Keys> <Key>40</Key> </Keys> <Value>.5</Value> <ID>1</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>600</Value> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14617</ID> <Description>"Far transition"</Description> <Color>000000</Color> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>80</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>400</Value> <ID>0</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14618</ID> <Description>"Far distance [alt+up, down]"</Description> <VariableType>Float</VariableType> <Address>_pp</Address> <Offsets> <Offset>84</Offset> </Offsets> <Hotkeys> <Hotkey> <Action>Increase Value</Action> <Keys> <Key>18</Key> <Key>38</Key> </Keys> <Value>.5</Value> <ID>0</ID> </Hotkey> <Hotkey> <Action>Decrease Value</Action> <Keys> <Key>18</Key> <Key>40</Key> </Keys> <Value>.5</Value> <ID>1</ID> </Hotkey> <Hotkey> <Action>Set Value</Action> <Keys> <Key>80</Key> </Keys> <Value>600</Value> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14646</ID> <Description>"DOF preset: P"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14354</ID> <Description>"HUD on/off [H, G]"</Description> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] alloc(_zero,16) //"Injustice2.exe"+9973E97 aobscanmodule(hudAOB,Injustice2.exe,41 0F 28 48 10 0F 29 02) alloc(newmem,$1000,hudAOB) label(code) label(return) newmem: movaps xmm1,[_zero] movaps xmm0,[_zero] code: //movaps xmm1,[r8+10] jmp return hudAOB: jmp newmem return: registersymbol(hudAOB) [DISABLE] hudAOB: db 41 0F 28 48 10 unregistersymbol(hudAOB) dealloc(newmem) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Activate</Action> <Keys> <Key>72</Key> </Keys> <ID>0</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>71</Key> </Keys> <ID>1</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14355</ID> <Description>"Motion blur [B, V]"</Description> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] //"Injustice2.exe"+A2A3160 aobscanmodule(blurAOB,Injustice2.exe,0F B6 41 09 84 C0) registersymbol(blurAOB) blurAOB: db B0 00 90 90 [DISABLE] blurAOB: db 0F B6 41 09 unregistersymbol(blurAOB) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Activate</Action> <Keys> <Key>66</Key> </Keys> <ID>0</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>86</Key> </Keys> <ID>1</ID> </Hotkey> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>2</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14466</ID> <Description>"&gt;&gt; OTHER"</Description> <LastState Value="" RealAddress="00000000"/> <Color>FF0000</Color> <GroupHeader>1</GroupHeader> <CheatEntries> <CheatEntry> <ID>14381</ID> <Description>"Pause fight countdown"</Description> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] //"Injustice2.exe"+5E9B55E aobscanmodule(countdown,Injustice2.exe,8D 8A FF FF FF FF 48 8B 05) registersymbol(countdown) countdown+02: db 00 00 00 00 [DISABLE] countdown+02: db FF FF FF FF unregistersymbol(countdown) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>0</ID> </Hotkey> </Hotkeys> </CheatEntry> <CheatEntry> <ID>14512</ID> <Description>"Godmode"</Description> <LastState/> <Color>FF0000</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] //"Injustice2.exe"+6D716AB aobscanmodule(godmodeAOB,Injustice2.exe,0F 11 B3 44 0A 00 00) registersymbol(godmodeAOB) godmodeAOB: db 90 90 90 90 90 90 90 [DISABLE] godmodeAOB: db 0F 11 B3 44 0A 00 00 unregistersymbol(godmodeAOB) </AssemblerScript> <Hotkeys> <Hotkey> <Action>Deactivate</Action> <Keys> <Key>17</Key> <Key>34</Key> </Keys> <ID>0</ID> </Hotkey> </Hotkeys> </CheatEntry> </CheatEntries> </CheatEntry> <CheatEntry> <ID>14641</ID> <Description>"TIPS:"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14642</ID> <Description>"Shoot ESC paused with HUD off (cursor will not be in your shot)"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14643</ID> <Description>"If shooting F5 paused, ESC twice will clean up blur"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14644</ID> <Description>"Use MINUS to rotate instead of ENTER (since it cancels ESC pause)"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14645</ID> <Description>"You have the current fight to shoot. Turn off scripts and close CE"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14648</ID> <Description>"Then, you may restart CE on next fight. CTRL+PGDN to disable all"</Description> <LastState Value="" RealAddress="00000000"/> <GroupHeader>1</GroupHeader> </CheatEntry> <CheatEntry> <ID>14647</ID> <Description>"DISABLE ALL: CTRL + PGDN"</Description> <LastState Value="" RealAddress="00000000"/> <Color>0000FF</Color> <GroupHeader>1</GroupHeader> </CheatEntry> </CheatEntries> <UserdefinedSymbols/> </CheatTable>
31.522138
110
0.523904
f66c1c895d5fb27f511f32180759bf3ef8e1a81f
2,705
xml
XML
app/src/main/res/layout/fragment_success.xml
moriswala/android-mvvm-architecture-sample
d86c6966951a27e20f464d230ed46cac672af430
[ "Apache-2.0" ]
1
2021-10-31T03:43:48.000Z
2021-10-31T03:43:48.000Z
app/src/main/res/layout/fragment_success.xml
moriswala/android-mvvm-architecture-sample
d86c6966951a27e20f464d230ed46cac672af430
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/fragment_success.xml
moriswala/android-mvvm-architecture-sample
d86c6966951a27e20f464d230ed46cac672af430
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".ui.newticket.NewTicketFragment"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:background="@color/colorPrimary" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:layout_marginVertical="@dimen/spacing_normal" android:scaleType="centerCrop" android:src="@drawable/ic_flight" /> <TextView android:id="@+id/greetingText" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginTop="16dp" android:fontFamily="@font/print_clearly" android:text="Hey Shanky!" android:textStyle="bold" android:textAlignment="center" android:textColor="#FFFFFF" android:textSize="32sp" /> <TextView android:id="@+id/textView2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/textView" android:layout_marginTop="8dp" android:fontFamily="@font/gotham" android:text="@string/booking_success_msg" android:textAlignment="center" android:textColor="#FFFFFF" android:textSize="18sp" /> </LinearLayout> <androidx.appcompat.widget.AppCompatButton android:id="@+id/doneButton" android:layout_width="match_parent" android:layout_height="50dp" android:layout_gravity="bottom" android:gravity="center" android:layout_margin="16dp" android:background="@drawable/button_white_shape" android:fontFamily="@font/calibri" android:text="@string/done" android:textColor="@color/colorPrimary" android:textAllCaps="false" android:textSize="18sp" android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent"/> </androidx.constraintlayout.widget.ConstraintLayout>
38.098592
109
0.649538
69d6d2d9b29d13b7a4ffc776b5d3b4febe6cb6d3
3,341
xml
XML
pom.xml
lusis/dropwizard-opencensus
e08e42c46d3fae4878d7c42f4c41b3648d3ac3fe
[ "Apache-2.0" ]
3
2019-05-13T21:36:29.000Z
2019-05-13T22:02:49.000Z
pom.xml
lusis/dropwizard-opencensus
e08e42c46d3fae4878d7c42f4c41b3648d3ac3fe
[ "Apache-2.0" ]
null
null
null
pom.xml
lusis/dropwizard-opencensus
e08e42c46d3fae4878d7c42f4c41b3648d3ac3fe
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright © 2019 John E Vincent (lusis.org+github.com@gmail.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.lusis.dropwizard</groupId> <artifactId>dropwizard-pom</artifactId> <version>1.1.1-SNAPSHOT</version> </parent> <groupId>io.github.lusis.dropwizard</groupId> <artifactId>dropwizard-opencensus</artifactId> <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>dropwizard-opencensus-parent</name> <description>Dropwizard OpenCensus Bundle</description> <url>https://github.com/lusis/dropwizard-opencensus</url> <properties> <opencensus.version>0.22.0</opencensus.version> <dropwizard.version>1.3.9</dropwizard.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <modules> <module>opencensus-core</module> <module>opencensus-example</module> </modules> <developers> <developer> <name>John E. Vincent</name> <url>https://github.com/lusis</url> </developer> </developers> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/lusis/dropwizard-opencensus.git</connection> <developerConnection>scm:git:git@github.com:lusis/dropwizard-opencensus.git</developerConnection> <url>https://github.com/lusis/dropwizard-opencensus</url> <tag>HEAD</tag> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.0</version> </plugin> </plugins> </reporting> </project>
34.091837
108
0.602215
155cb728086c98f113a9e3cc9d28d3760c17854b
1,410
csproj
XML
ChocoPacker.MSI.Windows.Tests/ChocoPacker.MSI.Windows.Tests.csproj
ChocoPacker/ChocoPacker.MSI
118f16bf6e5935ca1fdb282b1c1db911bd4bdd8f
[ "MIT" ]
null
null
null
ChocoPacker.MSI.Windows.Tests/ChocoPacker.MSI.Windows.Tests.csproj
ChocoPacker/ChocoPacker.MSI
118f16bf6e5935ca1fdb282b1c1db911bd4bdd8f
[ "MIT" ]
null
null
null
ChocoPacker.MSI.Windows.Tests/ChocoPacker.MSI.Windows.Tests.csproj
ChocoPacker/ChocoPacker.MSI
118f16bf6e5935ca1fdb282b1c1db911bd4bdd8f
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <VersionPrefix>0.3.0-release</VersionPrefix> <TargetFramework>netcoreapp1.0</TargetFramework> <AssemblyName>ChocoPacker.MSI.Windows.Tests</AssemblyName> <PackageId>ChocoPacker.MSI.Windows.Tests</PackageId> <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> <NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion> <RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion> </PropertyGroup> <ItemGroup> <Content Include="..\TestFiles\*.*"> <Link>TestFiles\%(Filename)%(Extension)</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <EmbeddedResource Include="TestData\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ChocoPacker.MSI.Windows\ChocoPacker.MSI.Windows.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> <PackageReference Include="xunit" Version="2.2.0" /> <PackageReference Include="ChocoPacker.Common" Version="0.3.0-release-*" /> </ItemGroup> <ItemGroup> <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> </ItemGroup> </Project>
35.25
114
0.719149
15d3c1a73e3e5beec78c41325711a7827e9d48cf
716
xml
XML
agp-7.1.0-alpha01/tools/base/build-system/integration-test/test-projects/shrink/src/main/res/layout/used1.xml
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/build-system/integration-test/test-projects/shrink/src/main/res/layout/used1.xml
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/build-system/integration-test/test-projects/shrink/src/main/res/layout/used1.xml
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
<merge xmlns:tools="http://schemas.android.com/tools"> <!-- referenced by RootLayout --> <include layout="@layout/used2"/> <!-- tools attribute: should not count as a keep reference --> <include tools:layout="@layout/unused14" layout="@layout/used2" /> <!-- tools:keep inside <include> tag should not count as keep reference as tools:keep intended for <resources>: https://developer.android.com/studio/write/tool-attributes#toolskeep @layout/marked_as_used_by_legacy is marked as used by old resource shrinker implementation and not marked by new one. --> <include tools:keep="@layout/marked_as_used_by_old" layout="@layout/used2"/> </merge>
37.684211
98
0.680168
2b087c8a10550c55facfc6bd83bf93bdfb9e9c91
13,402
xml
XML
app/src/main/res/layout/fragment_settings_theme_color.xml
iota9star/kisssub
edff44f5308acd660286096cf024cf996b1f29f2
[ "Apache-2.0" ]
15
2018-09-28T15:39:37.000Z
2022-03-28T08:49:34.000Z
app/src/main/res/layout/fragment_settings_theme_color.xml
CeuiLiSA/kisssub
edff44f5308acd660286096cf024cf996b1f29f2
[ "Apache-2.0" ]
1
2017-11-22T09:29:19.000Z
2017-11-22T09:29:19.000Z
app/src/main/res/layout/fragment_settings_theme_color.xml
kisssub/kisssub-app-android
418b03fe0c49ced81c516e92a707c0bcd8af634a
[ "Apache-2.0" ]
4
2019-06-06T03:06:51.000Z
2021-07-09T13:39:55.000Z
<?xml version="1.0" encoding="utf-8"?><!-- ~ /* ~ * Copyright 2018. iota9star ~ * ~ * Licensed under the Apache License, Version 2.0 (the "License"); ~ * you may not use this file except in compliance with the License. ~ * You may obtain a copy of the License at ~ * ~ * http://www.apache.org/licenses/LICENSE-2.0 ~ * ~ * Unless required by applicable law or agreed to in writing, software ~ * distributed under the License is distributed on an "AS IS" BASIS, ~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ * See the License for the specific language governing permissions and ~ * limitations under the License. ~ */ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <ImageView android:id="@+id/imageViewContentBackground" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" tools:ignore="ContentDescription" /> <View android:id="@+id/viewMask" android:layout_width="match_parent" android:layout_height="match_parent" /> <android.support.v4.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="24dp" android:text="@string/settings_theme_color_status_bar" android:textColor="?colorAccent" android:textStyle="bold" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/settings_theme_color_status_bar_depth" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <Space android:layout_width="8dp" android:layout_height="wrap_content" /> <com.afollestad.aesthetic.AestheticSeekBar android:id="@+id/seekBarStatusBarColorDepth" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:max="200" /> <Space android:layout_width="8dp" android:layout_height="wrap_content" /> <TextView android:id="@+id/textViewDepth" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp" android:text="@string/settings_theme_color_custom" android:textColor="?colorAccent" android:textStyle="bold" /> <LinearLayout android:id="@+id/linearLayoutPrimaryColor" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_primary_color" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewPrimaryColor" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <LinearLayout android:id="@+id/linearLayoutAccentColor" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_accent_color" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewAccentColor" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <LinearLayout android:id="@+id/linearLayoutPrimaryTextColor" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_primary_text_color" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewPrimaryTextColor" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <LinearLayout android:id="@+id/linearLayoutPrimaryTextColorDark" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_primary_text_color_dark" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewPrimaryTextColorDark" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <LinearLayout android:id="@+id/linearLayoutSecondaryTextColor" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_secondary_text_color" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewSecondaryTextColor" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <LinearLayout android:id="@+id/linearLayoutSecondaryTextColorDark" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:text="@string/settings_theme_color_secondary_text_color_dark" android:textColor="?android:textColorPrimary" android:textSize="16sp" /> <ImageView android:id="@+id/imageViewSecondaryTextColorDark" android:layout_width="28dp" android:layout_height="28dp" android:scaleType="fitXY" app:srcCompat="@drawable/ic_item_theme_uncheck" tools:ignore="ContentDescription" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingBottom="12dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="12dp" android:text="@string/settings_theme_color_default" android:textColor="?colorAccent" android:textStyle="bold" /> <android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" /> </LinearLayout> </android.support.v4.widget.NestedScrollView> </FrameLayout>
42.955128
89
0.551634
37fac434903ff8820a3e3dac2c541ad2b4ec5b6b
7,065
xib
XML
Example/Views/UserTableCell.xib
laohac8x/LHCoreRxRealmApiJWTExts
ad025edecc179f1f369d31e6601f0ae7462085c1
[ "MIT" ]
null
null
null
Example/Views/UserTableCell.xib
laohac8x/LHCoreRxRealmApiJWTExts
ad025edecc179f1f369d31e6601f0ae7462085c1
[ "MIT" ]
null
null
null
Example/Views/UserTableCell.xib
laohac8x/LHCoreRxRealmApiJWTExts
ad025edecc179f1f369d31e6601f0ae7462085c1
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_1" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="UserTableCell" rowHeight="308" id="uPs-Jc-1cj" customClass="UserTableCell" customModule="Example" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="414" height="308"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="uPs-Jc-1cj" id="QSZ-ZM-L3n"> <rect key="frame" x="0.0" y="0.0" width="414" height="307.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IEa-uQ-RHa"> <rect key="frame" x="107" y="0.0" width="200" height="200"/> <constraints> <constraint firstAttribute="width" constant="200" id="Yfl-Xt-5QO"/> <constraint firstAttribute="width" secondItem="IEa-uQ-RHa" secondAttribute="height" id="gfa-ja-KVN"/> </constraints> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SEf-fg-eTa"> <rect key="frame" x="32" y="246" width="350" height="30"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bX9-yr-NpI"> <rect key="frame" x="32" y="276" width="350" height="31.5"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oEw-xl-Kmc"> <rect key="frame" x="32" y="216" width="350" height="30"/> <constraints> <constraint firstAttribute="height" constant="30" id="d4V-n6-SQF"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <constraints> <constraint firstItem="oEw-xl-Kmc" firstAttribute="leading" secondItem="QSZ-ZM-L3n" secondAttribute="leading" constant="32" id="6Es-pi-xCh"/> <constraint firstItem="IEa-uQ-RHa" firstAttribute="top" secondItem="QSZ-ZM-L3n" secondAttribute="top" id="F1e-vq-Yta"/> <constraint firstAttribute="trailing" secondItem="oEw-xl-Kmc" secondAttribute="trailing" constant="32" id="Q5i-We-XAE"/> <constraint firstAttribute="bottom" secondItem="bX9-yr-NpI" secondAttribute="bottom" id="UjR-7V-EqR"/> <constraint firstItem="SEf-fg-eTa" firstAttribute="trailing" secondItem="oEw-xl-Kmc" secondAttribute="trailing" id="Z3z-7b-aPa"/> <constraint firstItem="SEf-fg-eTa" firstAttribute="leading" secondItem="oEw-xl-Kmc" secondAttribute="leading" id="h94-ix-Nti"/> <constraint firstItem="oEw-xl-Kmc" firstAttribute="top" secondItem="IEa-uQ-RHa" secondAttribute="bottom" constant="16" id="nGh-ov-kIA"/> <constraint firstItem="IEa-uQ-RHa" firstAttribute="centerX" secondItem="QSZ-ZM-L3n" secondAttribute="centerX" id="oJx-rX-aEQ"/> <constraint firstItem="bX9-yr-NpI" firstAttribute="trailing" secondItem="oEw-xl-Kmc" secondAttribute="trailing" id="opB-jg-QfU"/> <constraint firstItem="SEf-fg-eTa" firstAttribute="top" secondItem="oEw-xl-Kmc" secondAttribute="bottom" id="qin-Qq-5aa"/> <constraint firstItem="bX9-yr-NpI" firstAttribute="leading" secondItem="oEw-xl-Kmc" secondAttribute="leading" id="rfj-El-5wU"/> <constraint firstItem="bX9-yr-NpI" firstAttribute="top" secondItem="SEf-fg-eTa" secondAttribute="bottom" id="vOc-hs-9xr"/> <constraint firstItem="SEf-fg-eTa" firstAttribute="height" secondItem="oEw-xl-Kmc" secondAttribute="height" id="xW1-g9-hz1"/> </constraints> </tableViewCellContentView> <connections> <outlet property="mImageView" destination="IEa-uQ-RHa" id="OK4-J2-1Zl"/> <outlet property="mLabelEmail" destination="bX9-yr-NpI" id="0ha-6x-vhp"/> <outlet property="mLabelFirstName" destination="oEw-xl-Kmc" id="ZCu-ob-fMp"/> <outlet property="mLabelLastName" destination="SEf-fg-eTa" id="g54-kB-1aR"/> </connections> <point key="canvasLocation" x="71.014492753623188" y="105.80357142857143"/> </tableViewCell> </objects> </document>
92.960526
341
0.634961
724ff6b72c298dc6ee399f8086cd5fdace44daea
3,890
xml
XML
web/WEB-INF/sample_metadata/DLESE-000-000-000-002.xml
UCLALibrary/joai-project
25c00ccc7d63c2c3a3c673a321be6a21bc474b78
[ "ECL-2.0", "Apache-2.0" ]
12
2017-04-12T02:54:10.000Z
2021-11-16T14:57:48.000Z
web/WEB-INF/sample_metadata/DLESE-000-000-000-002.xml
UCLALibrary/joai-project
25c00ccc7d63c2c3a3c673a321be6a21bc474b78
[ "ECL-2.0", "Apache-2.0" ]
7
2018-05-03T07:06:16.000Z
2022-02-19T18:33:18.000Z
web/WEB-INF/sample_metadata/DLESE-000-000-000-002.xml
UCLALibrary/joai-project
25c00ccc7d63c2c3a3c673a321be6a21bc474b78
[ "ECL-2.0", "Apache-2.0" ]
5
2017-09-12T08:43:51.000Z
2022-02-18T19:55:03.000Z
<?xml version="1.0" encoding="UTF-8"?> <itemRecord xmlns="http://adn.dlese.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://adn.dlese.org http://www.dlese.org/Metadata/adn-item/0.6.50/record.xsd"> <general> <title>Acid Rain</title> <description>This site provides information on what is acid rain; what is acidity; what are the effects of acid rain on forests, water, human-made materials, and people. The site contains nine experiments in measuring pH in common substances, water, and soil. Experiments also explore the influence of acid rain on plant growth, acid effects on metal, and the observation of buffers in lakes, ponds, and streams. Suggestions for activities for classrooms, individuals and small groups, and field trip ideas are listed. A link to lesson plans for K-12 from the Texas Natural Resource Conservation Commission is available, as is the Acid Rain Prgram Progress Report.</description> <language>en</language> <subjects> <subject>DLESE:Environmental science</subject> <subject>DLESE:Chemistry</subject> </subjects> <keywords> <keyword>Dry deposition</keyword> <keyword>Air pollution</keyword> <keyword>pH</keyword> <keyword>Sulfur emissions</keyword> </keywords> </general> <lifecycle> <contributors> <contributor role="Publisher" date="1994-12"> <organization> <instName>U. S. Environmental Protection Agency, Office of Research and Development, Acid Rain Program</instName> </organization> </contributor> </contributors> </lifecycle> <metaMetadata> <catalogEntries> <catalog entry="DLESE-000-000-000-002">DLESE Program Center Catalog Record Number</catalog> </catalogEntries> <dateInfo created="2000-10-24" accessioned="2000-10-24"/> <statusOf status="Accessioned"/> <language>en</language> <scheme>ADN (ADEPT/DLESE/NASA Alexandria Digital Earth Prototype/Digital Library for Earth System Education/National Aeronautics and Space Administration)</scheme> <copyright>Copyright (c) 2002 UCAR (University Corporation for Atmospheric Research)</copyright> <termsOfUse URI="http://www.dlese.org/documents/policy/terms_use_full.html">Terms of use consistent with DLESE (Digital Library for Earth System Education) policy.</termsOfUse> </metaMetadata> <technical> <online> <primaryURL>http://www.epa.gov/airmarkets/acidrain/index.html</primaryURL> <mediums> <medium>text/html</medium> </mediums> <requirements> <requirement> <reqType>DLESE:General:No specific technical requirements</reqType> </requirement> </requirements> </online> </technical> <educational> <audiences> <audience> <gradeRange>DLESE:Primary elementary</gradeRange> </audience> <audience> <gradeRange>DLESE:Intermediate elementary</gradeRange> </audience> <audience> <gradeRange>DLESE:Middle school</gradeRange> </audience> <audience> <gradeRange>DLESE:High school</gradeRange> </audience> <audience> <gradeRange>DLESE:Undergraduate lower division</gradeRange> </audience> <audience> <gradeRange>DLESE:General public</gradeRange> </audience> </audiences> <resourceTypes> <resourceType>DLESE:Learning materials:Classroom activity</resourceType> <resourceType>DLESE:Learning materials:Field activity</resourceType> <resourceType>DLESE:Learning materials:Lab activity</resourceType> </resourceTypes> </educational> <rights> <cost>DLESE:No</cost> <description>These pages are adapted from, and may be cited as, the following publication: Acid Rain: A Student's First Sourcebook, U.S. Environmental Protection Agency, Office of Research and Development, Washington, DC 20460, December 1994, publication number EPA/600/0-90/027a. EPA's documents are in the public domain and have no copyright; you may use text and graphics from this Web site without our permission.</description> </rights> </itemRecord>
45.764706
680
0.755784
cc78c361ed0c949d656d8264cdbd1cf110a4490d
2,526
xml
XML
parts/res/drawable/ic_thermal_default.xml
Prashant1873/device_sdm660-common
32e52fb8b0e8d15fbaf79e08e55cdc2614ff50f7
[ "Apache-2.0" ]
41
2019-09-04T09:38:01.000Z
2022-03-25T07:17:59.000Z
parts/res/drawable/ic_thermal_default.xml
Prashant1873/device_sdm660-common
32e52fb8b0e8d15fbaf79e08e55cdc2614ff50f7
[ "Apache-2.0" ]
7
2019-12-04T18:14:56.000Z
2020-07-09T01:44:17.000Z
parts/res/drawable/ic_thermal_default.xml
Prashant1873/device_sdm660-common
32e52fb8b0e8d15fbaf79e08e55cdc2614ff50f7
[ "Apache-2.0" ]
64
2019-10-04T20:06:05.000Z
2022-01-22T18:44:08.000Z
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="24" android:viewportWidth="24"> <group android:scaleX="1.05866" android:scaleY="1.05866" android:translateX="-0.652026" android:translateY="-0.703971"> <path android:fillColor="?android:attr/colorAccent" android:fillType="evenOdd" android:pathData="M11.066 10.383l0 -2.773 -2.033 -2.033c-0.364 -0.365 -0.364 -0.956 0 -1.321 0.365 -0.364 0.956 -0.364 1.321 0l0.712 0.713 0 -1.111c0 -0.515 0.419 -0.934 0.934 -0.934 0.515 0 0.934 0.419 0.934 0.934l0 1.111 0.712 -0.713c0.365 -0.364 0.956 -0.364 1.321 0 0.364 0.365 0.364 0.956 0 1.321l-2.033 2.033 0 2.773 2.401 -1.387 0.744 -2.777c0.134 -0.498 0.646 -0.794 1.144 -0.66 0.498 0.133 0.794 0.646 0.66 1.143L17.622 7.676 18.584 7.12c0.447 -0.257 1.018 -0.104 1.276 0.342 0.258 0.446 0.104 1.018 -0.342 1.276l-0.962 0.555 0.973 0.261c0.498 0.133 0.794 0.646 0.661 1.144 -0.134 0.497 -0.646 0.793 -1.144 0.66L16.269 10.614 13.868 12l2.401 1.386 2.777 -0.744c0.498 -0.133 1.01 0.163 1.144 0.66 0.133 0.498 -0.163 1.011 -0.661 1.144l-0.973 0.261 0.962 0.555c0.446 0.258 0.6 0.83 0.342 1.276 -0.258 0.446 -0.829 0.599 -1.276 0.342l-0.962 -0.556 0.261 0.974c0.134 0.497 -0.162 1.01 -0.66 1.143 -0.498 0.134 -1.01 -0.162 -1.144 -0.66l-0.744 -2.777 -2.401 -1.387 0 2.886 2.033 2.034c0.364 0.364 0.364 0.956 0 1.32 -0.365 0.365 -0.956 0.365 -1.321 0l-0.712 -0.712 0 0.997c0 0.515 -0.419 0.934 -0.934 0.934 -0.515 0 -0.934 -0.419 -0.934 -0.934l0 -0.997 -0.712 0.712c-0.365 0.365 -0.956 0.365 -1.321 0 -0.364 -0.364 -0.364 -0.956 0 -1.32l2.033 -2.034 0 -2.886 -2.499 1.443 -0.744 2.778C7.689 18.335 7.177 18.631 6.679 18.498 6.181 18.365 5.885 17.852 6.019 17.354L6.28 16.381 5.416 16.88C4.969 17.137 4.398 16.984 4.14 16.538 3.882 16.092 4.036 15.52 4.482 15.262L5.346 14.764 4.372 14.503C3.875 14.369 3.579 13.857 3.712 13.359 3.846 12.861 4.358 12.565 4.856 12.699L7.633 13.443 10.132 12 7.633 10.557 4.856 11.301C4.358 11.435 3.846 11.139 3.712 10.641 3.579 10.143 3.875 9.631 4.372 9.497L5.346 9.236 4.482 8.738C4.036 8.48 3.882 7.908 4.14 7.462 4.398 7.016 4.969 6.863 5.416 7.12L6.28 7.619 6.019 6.646C5.885 6.148 6.181 5.635 6.679 5.502 7.177 5.369 7.689 5.665 7.823 6.162l0.744 2.778 2.499 1.443z" android:strokeLineJoin="round" android:strokeMiterLimit="1.41421" /> </group> </vector>
126.3
1,921
0.647664
66f72712227a408cdd305c1fcea575c4863e893a
747
xml
XML
data/1867/06/20/DDD_ddd_010138695_mpeg21/DDD_010138695_0045_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/06/20/DDD_ddd_010138695_mpeg21/DDD_010138695_0045_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/06/20/DDD_ddd_010138695_mpeg21/DDD_010138695_0045_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title>UITGEZEILD.</title> <p>HARLINGEN, 18 Junij; Osprey, Brackenbury, Riga. DELFZIJL, 14 Junij; Wieka, Wortel, Noorwegen. - Catharina Gerharda, Folgering, id. - Cornelia, Jentsema, id. - Alida, Feiken, id. - Maria, Gadelauwer, Emden. - Folkerdina, Dijkstra, Heppens. BOLDERA, 14 Junij; Oscar, Bjoness, Amst.-Fr. Ludwig, Boss, de Maas.-Argo, Koster Hzn., Nederland. - die Tranbe, Lange, id.-Hi&apos;l1 chiena, Brakke, id.-Joseph, Grube, id. - Tja ida Gesina, Staal id - Aglaja, Larsen, id. -Zwanette Jantina, Wegeuer, Antw.-de Fleckcn Jovwer, Mellema, Elseneur. TRIEST, 13 Junij; Titia Susanna, Potjer, Rott. - Eitea, Lucht, Hamb. MARSEILLE, 13 Jnnij; Jantina, de Groot, Falmouth.</p> </text>
124.5
660
0.705489
676376cdd9687614802030b1cee0ba1f481f5ca2
22,556
xml
XML
xml_docs/biss-03-e37412.xml
dshorthouse/biss_graph
a06676fe87b68d1f3431ed7c64b311c7c5d10178
[ "MIT" ]
1
2020-03-19T08:20:31.000Z
2020-03-19T08:20:31.000Z
xml_docs/biss-03-e37412.xml
dshorthouse/biss_graph
a06676fe87b68d1f3431ed7c64b311c7c5d10178
[ "MIT" ]
null
null
null
xml_docs/biss-03-e37412.xml
dshorthouse/biss_graph
a06676fe87b68d1f3431ed7c64b311c7c5d10178
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//TaxonX//DTD Taxonomic Treatment Publishing DTD v0 20100105//EN" "../../nlm/tax-treatment-NS0.dtd"> <article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tp="http://www.plazi.org/taxpub" article-type="research-article"> <front> <journal-meta> <journal-id journal-id-type="publisher-id">63</journal-id> <journal-id journal-id-type="index">urn:lsid:arphahub.com:pub:0E0032F455AE52638B3CF4DD637C30C2</journal-id> <journal-title-group> <journal-title xml:lang="en">Biodiversity Information Science and Standards</journal-title> <abbrev-journal-title xml:lang="en">BISS</abbrev-journal-title> </journal-title-group> <issn pub-type="epub">2535-0897</issn> <publisher> <publisher-name>Pensoft Publishers</publisher-name> </publisher> </journal-meta> <article-meta> <article-id pub-id-type="doi">10.3897/biss.3.37412</article-id> <article-id pub-id-type="publisher-id">37412</article-id> <article-id pub-id-type="manuscript">11615</article-id> <article-categories> <subj-group subj-group-type="heading"> <subject>Conference Abstract</subject> </subj-group> <subj-group subj-group-type="conference-part"> <subject>SI20 - Semantic Annotation of Collection Data</subject> </subj-group> </article-categories> <title-group> <article-title>From Data to Knowledge: A semantic knowledge graph application for curating specimen data</article-title> </title-group> <contrib-group content-type="authors"> <contrib contrib-type="author" corresp="yes"> <name name-style="western"> <surname>Grobe</surname> <given-names>Peter</given-names> </name> <email xlink:type="simple">p.grobe@leibniz-zfmk.de</email> <uri content-type="orcid">https://orcid.org/0000-0003-4991-5781</uri> <xref ref-type="aff" rid="A1">1</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Baum</surname> <given-names>Roman</given-names> </name> <uri content-type="orcid">https://orcid.org/0000-0001-5246-9351</uri> <xref ref-type="aff" rid="A2">2</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Bhatty</surname> <given-names>Philipp</given-names> </name> <xref ref-type="aff" rid="A1">1</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Köhler</surname> <given-names>Christian</given-names> </name> <xref ref-type="aff" rid="A1">1</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Meid</surname> <given-names>Sandra</given-names> </name> <xref ref-type="aff" rid="A1">1</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Quast</surname> <given-names>Björn</given-names> </name> <uri content-type="orcid">https://orcid.org/0000-0002-3760-5834</uri> <xref ref-type="aff" rid="A1">1</xref> </contrib> <contrib contrib-type="author" corresp="no"> <name name-style="western"> <surname>Vogt</surname> <given-names>Lars</given-names> </name> <uri content-type="orcid">https://orcid.org/0000-0002-8280-0487</uri> <xref ref-type="aff" rid="A2">2</xref> </contrib> </contrib-group> <aff id="A1"> <label>1</label> <addr-line content-type="verbatim">Zoological Research Museum Alexander Koenig, Bonn, Germany</addr-line> <institution>Zoological Research Museum Alexander Koenig</institution> <addr-line content-type="city">Bonn</addr-line> <country>Germany</country> </aff> <aff id="A2"> <label>2</label> <addr-line content-type="verbatim">Rheinische Friedrich-Wilhelms-Universität, Bonn, Germany</addr-line> <institution>Rheinische Friedrich-Wilhelms-Universität</institution> <addr-line content-type="city">Bonn</addr-line> <country>Germany</country> </aff> <author-notes> <fn fn-type="corresp"> <p>Corresponding author: Peter Grobe (<email xlink:type="simple">p.grobe@leibniz-zfmk.de</email>).</p> </fn> <fn fn-type="edited-by"> <p>Academic editor: </p> </fn> </author-notes> <pub-date pub-type="collection"> <year>2019</year> </pub-date> <pub-date pub-type="epub"> <day>26</day> <month>06</month> <year>2019</year> </pub-date> <volume>3</volume> <elocation-id>e37412</elocation-id> <uri content-type="arpha" xlink:href="http://openbiodiv.net/A1653BD38DFD53CEBBEDEB7052637313">A1653BD38DFD53CEBBEDEB7052637313</uri> <history> <date date-type="received"> <day>17</day> <month>06</month> <year>2019</year> </date> </history> <permissions> <copyright-statement>Peter Grobe, Roman Baum, Philipp Bhatty, Christian Köhler, Sandra Meid, Björn Quast, Lars Vogt</copyright-statement> <license license-type="creative-commons-attribution" xlink:href="http://creativecommons.org/licenses/by/4.0/" xlink:type="simple"> <license-p>This is an open access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.</license-p> </license> </permissions> <abstract> <label>Abstract</label> <p>The landscape of currently existing repositories of specimen data consists of isolated islands, with each applying its own underlying data model. Using standardized protocols such as DarwinCore or ABCD, specimen data and metadata are exchanged and published on web portals such as GBIF.</p> <p>However, data models differ across repositories. This can lead to problems when comparing and integrating content from different systems. for example, in one system there is a field with the label 'determination', in another there is a field with the label 'taxonomic identification'. Both might refer to the same concepts of organism identification process (e.g., 'obi:organism identification assay'; <ext-link ext-link-type="uri" xlink:href="http://purl.obolibrary.org/obo/OBI_0001624">http://purl.obolibrary.org/obo/OBI_0001624</ext-link>), but the intuitive meaning of the content is not clear and the understanding of the providers of the information might differ from that of the users. Without additional information, data integration across isolated repositories is thus difficult and error-prone. As a consequence, interoperability and retrievability of data across isolated repositories is difficult.</p> <p>Linked Open Data (LOD) promises an improvement. URIs can be used for concepts that are ideally created and accepted by a community and that provide machine-readable meanings. LOD thereby supports transfer of data into information and then into knowledge, thus making the data FAIR (<italic>F</italic>indable, <italic>A</italic>ccessible, <italic>I</italic>nteroperable, <italic>R</italic>eusable; <xref ref-type="bibr" rid="B5191786">Wilkinson et al. 2016</xref>). Annotating specimen associated data with LOD, therefore, seems to be a promising approach to guarantee interoperability across different repositories. However, all currently used specimen collection management systems are based on relational database systems, which lack semantic transparency and thus do not provide easily accessible, machine-readable meanings for the terms used in their data models. As a consequence, transferring their data contents into an LOD framework may lead to loss or misinterpretation of information. This discrepancy between LOD and relational databases results from the lack of semantic transparency and machine-readability of data in relational databases.</p> <p>Storing specimen collection data as semantic Knowledge Graphs provides semantic transparency and machine-readability of data. Semantic Knowledge Graphs are graphs that are based on the syntax of <italic>‘Subject – Property – Object’</italic> of the Resource Description Framework (RDF). The <italic>‘Subject’</italic> and <italic>‘Property’</italic> position is taken by URIs and the <italic>‘Object’</italic> position can be taken either by a URI or by a label or value. Since a given URI can take the <italic>‘Subject’</italic> position in one RDF statement and the <italic>‘Object’</italic> position in another RDF statement, several RDF statements can be connected to form a directed labeled graph, i.e. a semantic graph. Semantic Knowledge Graphs are graphs in which each described specimen and its parts and properties possess their own URI and thus can be individually referenced. These URIs are used to describe the respective specimen and its properties using the RDF syntax. Additional RDF statements specify the ontology class that each part and property instantiates. The reference to the URIs of the instantiated ontology classes guarantees the <italic>F</italic>indability, <italic>I</italic>nteroperability, and <italic>R</italic>eusability of information contained in semantic Knowledge Graphs. Specimen collection data contained in semantic Knowledge Graphs can be made <italic>A</italic>ccessible in a human-readable form through an interface and in a machine-readable form through a SPARQL endpoint (<ext-link ext-link-type="uri" xlink:href="https://en.wikipedia.org/wiki/SPARQL">https://en.wikipedia.org/wiki/SPARQL</ext-link>). As a consequence, semantic Knowledge Graphs comply with the FAIR guiding principles. By using URIs for the semantic Knowledge Graph of each specimen in the collection, it is also available as LOD.</p> <p>With semantic <ext-link ext-link-type="uri" xlink:href="https://proto.morphdbase.de">Morph·D·Base</ext-link><ext-link ext-link-type="uri" xlink:href="https://proto.morphdbase.de">,</ext-link> we have implemented a prototype to this approach that is based on <ext-link ext-link-type="uri" xlink:href="https://www.semantic-web-journal.net/content/semantic-programming-framework-developing-ontology-controlled-applications">Semantic Programming</ext-link>. We present the prototype and discuss different aspects of how specimen collection data are handled. By using community created terminologies and standardized methods for the contents created (e.g. species identification) as well as URIs for each expression, we make the data and metadata semantically transparent and communicable.</p> <p>The source code for Semantic Programming and for semantic Morph·D·Base is available from <ext-link ext-link-type="uri" xlink:href="https://github.com/SemanticProgramming"> https://github.com/SemanticProgramming</ext-link>. The prototype of semantic Morph·D·Base can be accessed here: <ext-link ext-link-type="uri" xlink:href="https://proto.morphdbase.de">https://proto.morphdbase.de</ext-link>.</p> </abstract> <kwd-group> <label>Keywords</label> <kwd>semantic programming</kwd> <kwd>FAIR data principle</kwd> <kwd>knowledge graph application</kwd> <kwd>collection data</kwd> </kwd-group> <funding-group> <award-group> <funding-source> <named-content content-type="funder_name">Deutsche Forschungsgemeinschaft</named-content> <named-content content-type="funder_identifier">501100001659</named-content> <named-content content-type="funder_doi">http://doi.org/10.13039/501100001659</named-content> </funding-source> </award-group> </funding-group> <conference> <conf-date>2019</conf-date> <conf-name>Biodiversity_Next</conf-name> <conf-acronym>Biodiversity_Next 2019</conf-acronym> <conf-loc>Leiden, The Netherlands</conf-loc> <conf-theme>A joint conference by The Global Biodiversity Information Facility (GBIF), a new pan-European Research Infrastructure initiative (DiSSCo), the national resource for digitized information about vouchered natural history collections (iDigBio), Consortium of European Taxonomic Facilities (CETAF), Biodiversity Information Standards (TDWG) and LifeWatch ERIC, the e-Science and Technology European Infrastructure for Biodiversity and Ecosystem Research.</conf-theme> </conference> <counts> <fig-count count="0"/> <table-count count="0"/> <ref-count count="1"/> </counts> </article-meta> <notes> <sec sec-type="Presenting author"> <title>Presenting author</title> <p>Peter Grobe</p> </sec> <sec sec-type="Presented at"> <title>Presented at</title> <p>Biodiversity_Next 2019</p> </sec> <sec sec-type="Funding program"> <title>Funding program</title> <p>DFG LIS: Information Infrastructures for Research Data (http://gepris.dfg.de/gepris/projekt/248394582)</p> </sec> </notes> </front> <back> <sec sec-type="Funding program"> <title>Funding program</title> <p>DFG LIS: Information Infrastructures for Research Data (http://gepris.dfg.de/gepris/projekt/248394582)</p> </sec> <sec sec-type="Grant title"> <title>Grant title</title> <p>eScience-Compliant Standards for Morphology</p> </sec> <ref-list> <title>References</title> <ref id="B5191786"> <element-citation publication-type="article"> <person-group person-group-type="author"> <name name-style="western"> <surname>Wilkinson</surname> <given-names>Mark D.</given-names> </name> <name name-style="western"> <surname>Dumontier</surname> <given-names>Michel</given-names> </name> <name name-style="western"> <surname>Aalbersberg</surname> <given-names>IJsbrand Jan</given-names> </name> <name name-style="western"> <surname>Appleton</surname> <given-names>Gabrielle</given-names> </name> <name name-style="western"> <surname>Axton</surname> <given-names>Myles</given-names> </name> <name name-style="western"> <surname>Baak</surname> <given-names>Arie</given-names> </name> <name name-style="western"> <surname>Blomberg</surname> <given-names>Niklas</given-names> </name> <name name-style="western"> <surname>Boiten</surname> <given-names>Jan-Willem</given-names> </name> <name name-style="western"> <surname>da Silva Santos</surname> <given-names>Luiz Bonino</given-names> </name> <name name-style="western"> <surname>Bourne</surname> <given-names>Philip E.</given-names> </name> <name name-style="western"> <surname>Bouwman</surname> <given-names>Jildau</given-names> </name> <name name-style="western"> <surname>Brookes</surname> <given-names>Anthony J.</given-names> </name> <name name-style="western"> <surname>Clark</surname> <given-names>Tim</given-names> </name> <name name-style="western"> <surname>Crosas</surname> <given-names>Mercè</given-names> </name> <name name-style="western"> <surname>Dillo</surname> <given-names>Ingrid</given-names> </name> <name name-style="western"> <surname>Dumon</surname> <given-names>Olivier</given-names> </name> <name name-style="western"> <surname>Edmunds</surname> <given-names>Scott</given-names> </name> <name name-style="western"> <surname>Evelo</surname> <given-names>Chris T.</given-names> </name> <name name-style="western"> <surname>Finkers</surname> <given-names>Richard</given-names> </name> <name name-style="western"> <surname>Gonzalez-Beltran</surname> <given-names>Alejandra</given-names> </name> <name name-style="western"> <surname>Gray</surname> <given-names>Alasdair J. G.</given-names> </name> <name name-style="western"> <surname>Groth</surname> <given-names>Paul</given-names> </name> <name name-style="western"> <surname>Goble</surname> <given-names>Carole</given-names> </name> <name name-style="western"> <surname>Grethe</surname> <given-names>Jeffrey S.</given-names> </name> <name name-style="western"> <surname>Heringa</surname> <given-names>Jaap</given-names> </name> <name name-style="western"> <surname>’t Hoen</surname> <given-names>Peter A. C</given-names> </name> <name name-style="western"> <surname>Hooft</surname> <given-names>Rob</given-names> </name> <name name-style="western"> <surname>Kuhn</surname> <given-names>Tobias</given-names> </name> <name name-style="western"> <surname>Kok</surname> <given-names>Ruben</given-names> </name> <name name-style="western"> <surname>Kok</surname> <given-names>Joost</given-names> </name> <name name-style="western"> <surname>Lusher</surname> <given-names>Scott J.</given-names> </name> <name name-style="western"> <surname>Martone</surname> <given-names>Maryann E.</given-names> </name> <name name-style="western"> <surname>Mons</surname> <given-names>Albert</given-names> </name> <name name-style="western"> <surname>Packer</surname> <given-names>Abel L.</given-names> </name> <name name-style="western"> <surname>Persson</surname> <given-names>Bengt</given-names> </name> <name name-style="western"> <surname>Rocca-Serra</surname> <given-names>Philippe</given-names> </name> <name name-style="western"> <surname>Roos</surname> <given-names>Marco</given-names> </name> <name name-style="western"> <surname>van Schaik</surname> <given-names>Rene</given-names> </name> <name name-style="western"> <surname>Sansone</surname> <given-names>Susanna-Assunta</given-names> </name> <name name-style="western"> <surname>Schultes</surname> <given-names>Erik</given-names> </name> <name name-style="western"> <surname>Sengstag</surname> <given-names>Thierry</given-names> </name> <name name-style="western"> <surname>Slater</surname> <given-names>Ted</given-names> </name> <name name-style="western"> <surname>Strawn</surname> <given-names>George</given-names> </name> <name name-style="western"> <surname>Swertz</surname> <given-names>Morris A.</given-names> </name> <name name-style="western"> <surname>Thompson</surname> <given-names>Mark</given-names> </name> <name name-style="western"> <surname>van der Lei</surname> <given-names>Johan</given-names> </name> <name name-style="western"> <surname>van Mulligen</surname> <given-names>Erik</given-names> </name> <name name-style="western"> <surname>Velterop</surname> <given-names>Jan</given-names> </name> <name name-style="western"> <surname>Waagmeester</surname> <given-names>Andra</given-names> </name> <name name-style="western"> <surname>Wittenburg</surname> <given-names>Peter</given-names> </name> <name name-style="western"> <surname>Wolstencroft</surname> <given-names>Katherine</given-names> </name> <name name-style="western"> <surname>Zhao</surname> <given-names>Jun</given-names> </name> <name name-style="western"> <surname>Mons</surname> <given-names>Barend</given-names> </name> </person-group> <year>2016</year> <article-title>The FAIR Guiding Principles for scientific data management and stewardship</article-title> <source>Scientific Data</source> <volume>3</volume> <pub-id pub-id-type="doi">10.1038/sdata.2016.18</pub-id> </element-citation> </ref> </ref-list> </back> </article>
53.198113
1,860
0.611367
0013bc4be05c01bd507e350808e647b27c506b09
656
xml
XML
app/src/main/res/values/strings.xml
vpmalley/jetlag-android
58561a7a49f430bac036a26710b63108f08bce56
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
vpmalley/jetlag-android
58561a7a49f430bac036a26710b63108f08bce56
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
vpmalley/jetlag-android
58561a7a49f430bac036a26710b63108f08bce56
[ "MIT" ]
null
null
null
<resources> <string name="app_name">BlogWithJ</string> <string name="title_article_detail">Article Detail</string> <string name="action_new_text">add new text paragraph</string> <string name="action_new_media">add new media paragraph</string> <string name="title_paragraph_edition">Inspired ?</string> <string name="content_hint">Tell about your discoveries today ...</string> <string name="action_title">Title</string> <string name="action_ok">Ok</string> <string name="paragraph_title_hint">Give a title to today\'s adventures</string> <string name="caption_hint">Tell about this picture ...</string> </resources>
50.461538
84
0.728659
89ed807c67f826b478bfad7b8b3c3a987c366264
4,978
xml
XML
research/object_detection/tsod/test/DC20_2161_TarSpot_6photo_1_2020-08-27-09-43-47.jpg_05_01.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
research/object_detection/tsod/test/DC20_2161_TarSpot_6photo_1_2020-08-27-09-43-47.jpg_05_01.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
research/object_detection/tsod/test/DC20_2161_TarSpot_6photo_1_2020-08-27-09-43-47.jpg_05_01.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
<annotation> <folder>Emma_WorkingImages</folder> <filename>DC20_2161_TarSpot_6photo_1_2020-08-27-09-43-47.jpg_05_01.jpg</filename> <path>/Volumes/ThompsonLab/Personnel/Elyse/Student_Folders/Emma_WorkingImages/DC20_2161_TarSpot_6photo_1_2020-08-27-09-43-47.jpg_05_01.jpg</path> <source> <database>Unknown</database> </source> <size> <width>360</width> <height>213</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>100</xmin> <ymin>72</ymin> <xmax>111</xmax> <ymax>86</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>100</xmin> <ymin>156</ymin> <xmax>110</xmax> <ymax>171</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>141</xmin> <ymin>178</ymin> <xmax>161</xmax> <ymax>208</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>77</xmin> <ymin>147</ymin> <xmax>86</xmax> <ymax>157</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>258</xmin> <ymin>61</ymin> <xmax>273</xmax> <ymax>72</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>337</xmin> <ymin>61</ymin> <xmax>349</xmax> <ymax>72</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>248</xmin> <ymin>123</ymin> <xmax>260</xmax> <ymax>141</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>319</xmin> <ymin>129</ymin> <xmax>331</xmax> <ymax>150</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>175</xmin> <ymin>1</ymin> <xmax>186</xmax> <ymax>12</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>87</xmin> <ymin>42</ymin> <xmax>102</xmax> <ymax>53</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>88</xmin> <ymin>56</ymin> <xmax>101</xmax> <ymax>69</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>65</xmin> <ymin>193</ymin> <xmax>72</xmax> <ymax>206</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>98</xmin> <ymin>117</ymin> <xmax>108</xmax> <ymax>128</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>105</xmin> <ymin>125</ymin> <xmax>115</xmax> <ymax>134</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>351</xmin> <ymin>115</ymin> <xmax>360</xmax> <ymax>126</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>296</xmin> <ymin>43</ymin> <xmax>304</xmax> <ymax>58</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>161</xmin> <ymin>175</ymin> <xmax>170</xmax> <ymax>187</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>73</xmin> <ymin>52</ymin> <xmax>83</xmax> <ymax>62</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>143</xmin> <ymin>6</ymin> <xmax>151</xmax> <ymax>20</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>61</xmin> <ymin>3</ymin> <xmax>71</xmax> <ymax>16</ymax> </bndbox> </object> </annotation>
19.521569
146
0.625151
5bfb225f0271ee2d716eaf134539d0b9c50482ba
698
xml
XML
ruava-core/pom.xml
rgb-24bit/ruava
cd670c4039298ae1d943534dc94c720888ffac8d
[ "MIT" ]
null
null
null
ruava-core/pom.xml
rgb-24bit/ruava
cd670c4039298ae1d943534dc94c720888ffac8d
[ "MIT" ]
null
null
null
ruava-core/pom.xml
rgb-24bit/ruava
cd670c4039298ae1d943534dc94c720888ffac8d
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.rgbit.ruava</groupId> <artifactId>ruava</artifactId> <version>1.0-SNAPSHOT</version> </parent> <artifactId>ruava-core</artifactId> <name>${project.artifactId}</name> <description>Core code set, no third-party dependencies</description> <properties></properties> <dependencies> <!-- No other dependency --> </dependencies> </project>
27.92
108
0.670487
9074c8d5c70b9cdb822295fd4b3412781764d0f4
53
xml
XML
packages/HaXml/tests/xml-conformance/eduni/errata-2e/E15d.xml
david-pfx/Hugs98-plus-Sep2006
4ee7ebb0c84550f7df250715686a8472ceaca6b3
[ "BSD-3-Clause" ]
202
2017-06-04T05:39:17.000Z
2022-02-27T22:30:19.000Z
packages/HaXml/tests/xml-conformance/eduni/errata-2e/E15d.xml
david-pfx/Hugs98-plus-Sep2006
4ee7ebb0c84550f7df250715686a8472ceaca6b3
[ "BSD-3-Clause" ]
129
2018-12-14T17:39:28.000Z
2022-03-28T04:09:04.000Z
packages/HaXml/tests/xml-conformance/eduni/errata-2e/E15d.xml
david-pfx/Hugs98-plus-Sep2006
4ee7ebb0c84550f7df250715686a8472ceaca6b3
[ "BSD-3-Clause" ]
18
2017-07-20T17:25:01.000Z
2021-02-26T05:14:57.000Z
<!DOCTYPE foo [ <!ELEMENT foo EMPTY> ]> <foo> </foo>
10.6
20
0.584906
da39f032c2862a3a56574752171772474b706891
647
xml
XML
app/src/main/res/values/colors.xml
irvintanutan/Tawk.To
08bd9a0323413017f1d5ac1fb746211812c12ae3
[ "MIT" ]
null
null
null
app/src/main/res/values/colors.xml
irvintanutan/Tawk.To
08bd9a0323413017f1d5ac1fb746211812c12ae3
[ "MIT" ]
null
null
null
app/src/main/res/values/colors.xml
irvintanutan/Tawk.To
08bd9a0323413017f1d5ac1fb746211812c12ae3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#FF4081</color> <color name="colorPrimaryDark">#FF4081</color> <color name="colorAccent">#424242</color> <color name="contentTextColor">#020000</color> <color name="whiteTextColor">#fff</color> <color name="indicator">#ecd95a</color> <color name="white">#ffffff</color> <color name="black">#000000</color> <color name="green">#2e7d32</color> <color name="cashier_green">#424242</color> <color name="divider">#F5F5F5</color> <color name="status_bar">#FF4081</color> <color name="end_color">#FF4081</color> </resources>
40.4375
50
0.666151
a33ebfddd386934614ed47f59073a13ddb134cd1
11,060
ui
XML
mainwindow.ui
lisitsynSA/simulator
f93e51ef408ab409c52ad8a535dc63c21de8b4e0
[ "Apache-2.0" ]
null
null
null
mainwindow.ui
lisitsynSA/simulator
f93e51ef408ab409c52ad8a535dc63c21de8b4e0
[ "Apache-2.0" ]
null
null
null
mainwindow.ui
lisitsynSA/simulator
f93e51ef408ab409c52ad8a535dc63c21de8b4e0
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>646</width> <height>474</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>601</width> <height>391</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="2"> <widget class="QTextEdit" name="cpuEdit"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="html"> <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; p, li { white-space: pre-wrap; } &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QTextEdit" name="codeEdit"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="html"> <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; p, li { white-space: pre-wrap; } &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;BL test_app&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;EXIT&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;test_app:&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;MOVhi r1 0&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;MOVli r1 32768&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;SUBi r2 r1 1&lt;/span&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;MOVhi r3 61440&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;MOVli r3 0&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;XOR r4 r4 r4&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;loop:&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;B.EQ r2 r4 return&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;ST r3 r1 r2&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;SUBi r2 r2 1&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;ADDi r3 r3 4112&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;FLUSH&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;ANDi r5 r2 255&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;B.EQ r5 r4 break&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;B loop&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;break:&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;BKPT&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;B loop&lt;/p&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;return:&lt;/p&gt; &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;RET&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property> </widget> </item> <item row="1" column="3"> <widget class="QPlainTextEdit" name="hexEdit"> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="1" column="4" rowspan="2" colspan="2"> <layout class="QGridLayout" name="displayLayout"> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> </layout> </item> <item row="2" column="1" colspan="3"> <widget class="QTextBrowser" name="ISABrowser"/> </item> </layout> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>646</width> <height>26</height> </rect> </property> <widget class="QMenu" name="menuDemo"> <property name="title"> <string>Demo</string> </property> <widget class="QMenu" name="menuMapGen"> <property name="title"> <string>MapGen</string> </property> <addaction name="actionLocusGen"/> <addaction name="actionHeightGen"/> <addaction name="actionRiverGen"/> </widget> <addaction name="actionLife"/> <addaction name="actionRelaxation"/> <addaction name="actionTorRelaxation"/> <addaction name="actionStopDemo"/> <addaction name="menuMapGen"/> </widget> <widget class="QMenu" name="menuCPU"> <property name="title"> <string>CPU</string> </property> <addaction name="actionLoad_code"/> <addaction name="actionRun_CPU"/> <addaction name="actionPause_CPU"/> <addaction name="actionStop_CPU"/> <addaction name="actionStep"/> </widget> <addaction name="menuCPU"/> <addaction name="menuDemo"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionLocusGen"> <property name="text"> <string>LocusGen</string> </property> </action> <action name="actionHeightGen"> <property name="text"> <string>HeightGen</string> </property> </action> <action name="actionRiverGen"> <property name="text"> <string>RiverGen</string> </property> </action> <action name="actionLoad_code"> <property name="text"> <string>Load code</string> </property> <property name="shortcut"> <string>Ctrl+L</string> </property> </action> <action name="actionRun_CPU"> <property name="text"> <string>Run CPU</string> </property> <property name="shortcut"> <string>Ctrl+R</string> </property> </action> <action name="actionStop_CPU"> <property name="text"> <string>Stop CPU</string> </property> <property name="shortcut"> <string>Ctrl+T</string> </property> </action> <action name="actionPause_CPU"> <property name="text"> <string>Pause CPU</string> </property> <property name="shortcut"> <string>Ctrl+P</string> </property> </action> <action name="actionStep"> <property name="text"> <string>Step</string> </property> <property name="shortcut"> <string>Ctrl+S</string> </property> </action> <action name="actionLife"> <property name="text"> <string>Conway's Game of Life</string> </property> </action> <action name="actionRelaxation"> <property name="text"> <string>Relaxation</string> </property> </action> <action name="actionTorRelaxation"> <property name="text"> <string>Tor Relaxation</string> </property> </action> <action name="actionStopDemo"> <property name="text"> <string>Stop Demo</string> </property> </action> </widget> <resources/> <connections/> </ui>
43.543307
217
0.647107
8eca243f94bd0a7904c5cffa2b97377bfb5dfa8c
660
wsdl
XML
test/fixtures/wsdl/wsdl-policies.wsdl
Kiachma/soap-client
667307614adda95ef6460d0dd83869734b7b90b3
[ "MIT" ]
7
2021-07-10T02:23:03.000Z
2021-12-01T15:44:29.000Z
test/fixtures/wsdl/wsdl-policies.wsdl
Kiachma/soap-client
667307614adda95ef6460d0dd83869734b7b90b3
[ "MIT" ]
4
2021-11-26T11:23:26.000Z
2022-03-11T12:56:39.000Z
test/fixtures/wsdl/wsdl-policies.wsdl
Kiachma/soap-client
667307614adda95ef6460d0dd83869734b7b90b3
[ "MIT" ]
1
2021-01-20T09:49:01.000Z
2021-01-20T09:49:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" > <wsp:UsingPolicy wsdl:required="true" /> <wsp:Policy wsu:Id="PolicySampleService" /> <wsdl:portType name="SampleService"> <wsdl:operation name="SampleService"> <wsp:Policy> <wsp:PolicyReference URI="#PolicySampleService" /> </wsp:Policy> </wsdl:operation> </wsdl:portType> </wsdl:definitions>
44
114
0.619697
1a16177f72b3eed50703192d70cc4da7856eb84f
7,718
storyboard
XML
TabbarViewTest/TabbarViewTest/Base.lproj/Main.storyboard
Loveswift/TabbarTest
dd4beff3534cde2d75951e254d3b4d99baabb3e7
[ "Apache-2.0" ]
1
2016-05-01T14:09:23.000Z
2016-05-01T14:09:23.000Z
TabbarViewTest/TabbarViewTest/Base.lproj/Main.storyboard
Loveswift/TabbarTest
dd4beff3534cde2d75951e254d3b4d99baabb3e7
[ "Apache-2.0" ]
null
null
null
TabbarViewTest/TabbarViewTest/Base.lproj/Main.storyboard
Loveswift/TabbarTest
dd4beff3534cde2d75951e254d3b4d99baabb3e7
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="49e-Tb-3d3"> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/> </dependencies> <scenes> <!--首页--> <scene sceneID="hNz-n2-bh7"> <objects> <viewController storyboardIdentifier="First" id="9pv-A4-QxB" customClass="FirstViewController" customModule="TabbarViewTest" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="Ia1-K6-d13"/> <viewControllerLayoutGuide type="bottom" id="4ug-Mw-9AY"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="tsR-hK-woN"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="0.43529411759999997" green="0.4431372549" blue="0.47450980390000003" alpha="1" colorSpace="calibratedRGB"/> </view> <tabBarItem key="tabBarItem" title="首页" image="umbrella" selectedImage="umbrella" id="acW-dT-cKf"/> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="750" y="-320"/> </scene> <!--发现--> <scene sceneID="wg7-f3-ORb"> <objects> <viewController storyboardIdentifier="Second" id="8rJ-Kc-sve" customClass="SecondViewController" customModule="TabbarViewTest" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="L7p-HK-0SC"/> <viewControllerLayoutGuide type="bottom" id="Djb-ko-YwX"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="0.50196081399917603" green="0.91372549533843994" blue="0.62352943420410156" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> <tabBarItem key="tabBarItem" title="发现" image="magnifier" selectedImage="magnifier" id="cPa-gy-q4n"/> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="750" y="360"/> </scene> <!--个人--> <scene sceneID="8Is-oU-MZK"> <objects> <viewController storyboardIdentifier="Forth" id="PtK-hI-pqi" customClass="ForthViewController" customModule="TabbarViewTest" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="nc8-nU-DtT"/> <viewControllerLayoutGuide type="bottom" id="ieM-T1-JYR"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="mIS-8Q-QCT"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="1" green="0.5" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> </view> <tabBarItem key="tabBarItem" title="个人" image="contact" selectedImage="contact" id="dS8-gf-mrb"/> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="bEW-SW-YQG" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="750" y="-979"/> </scene> <!--Tab Bar Controller--> <scene sceneID="yl2-sM-qoP"> <objects> <tabBarController id="49e-Tb-3d3" sceneMemberID="viewController"> <nil key="simulatedBottomBarMetrics"/> <tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA"> <rect key="frame" x="0.0" y="975" width="768" height="49"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </tabBar> <connections> <segue destination="9pv-A4-QxB" kind="relationship" relationship="viewControllers" id="u7Y-xg-7CH"/> <segue destination="8rJ-Kc-sve" kind="relationship" relationship="viewControllers" id="lzU-1b-eKA"/> <segue destination="6oR-WD-UPy" kind="relationship" relationship="viewControllers" id="Iy0-td-2rb"/> <segue destination="PtK-hI-pqi" kind="relationship" relationship="viewControllers" id="bBg-sd-AWf"/> </connections> </tabBarController> <placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="0.0" y="0.0"/> </scene> <!--新建--> <scene sceneID="LJG-10-Dxw"> <objects> <viewController storyboardIdentifier="Third" id="6oR-WD-UPy" customClass="ThirdViewController" customModule="TabbarViewTest" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="BJl-n7-XzI"/> <viewControllerLayoutGuide type="bottom" id="iMz-pO-7ek"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="1LG-8n-quD"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="0.96470588450000005" green="0.91372549530000002" blue="0.058823529630000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> <tabBarItem key="tabBarItem" title="新建" image="pencil" selectedImage="pencil" id="cc8-0W-8bc"/> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="NHL-SJ-kjY" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="750" y="1062"/> </scene> </scenes> <resources> <image name="contact" width="32" height="32"/> <image name="magnifier" width="32" height="32"/> <image name="pencil" width="32" height="32"/> <image name="umbrella" width="32" height="32"/> </resources> </document>
68.300885
268
0.58072
8e54e9e709a3fa272fd39a5259b587a7b1bf5deb
44,691
xml
XML
fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_e8ac8f99-9c90-4872-9d1c-a44d7b7070e7.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_e8ac8f99-9c90-4872-9d1c-a44d7b7070e7.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_e8ac8f99-9c90-4872-9d1c-a44d7b7070e7.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN5_9965_9965_20190225_e8ac8f99-9c90-4872-9d1c-a44d7b7070e7" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ5" КолДок="163"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="7ce1f2f0-b9ca-4f16-81f0-a01ec48c2081" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ИНВЕСТИЦИОННАЯ ТРАНСПОРТНАЯ ГРУППА&quot;" ИННЮЛ="7717630150"/><СведДохРасх СумДоход="118932000.00" СумРасход="102200000.00"/></Документ><Документ ИдДок="9e46e6dd-5a29-4ad0-8bab-fdc8a8714c56" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САЛАИР&quot;" ИННЮЛ="7715857460"/><СведДохРасх СумДоход="2008872000.00" СумРасход="1779323000.00"/></Документ><Документ ИдДок="602ef940-5211-4769-acb6-9c2c0b2f1677" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АМАРИС&quot;" ИННЮЛ="7707745579"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="bd67274c-29ce-430d-9667-d78d8091ea19" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="БАРНАУЛЬСКОЕ ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОЮЗЛИФТМОНТАЖ&quot;" ИННЮЛ="2221031811"/><СведДохРасх СумДоход="4492000.00" СумРасход="1692000.00"/></Документ><Документ ИдДок="f2051492-a7fd-4e55-8e15-0fc53d2ca4c0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОХОДНАЯ КОМПАНИЯ РЕГИОН-ЦЕНТР&quot;" ИННЮЛ="7701911653"/><СведДохРасх СумДоход="18788000.00" СумРасход="18744000.00"/></Документ><Документ ИдДок="e5e3aa43-a25f-495d-af11-76b7de56ee52" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПФМ-ГРУПП&quot;" ИННЮЛ="7721717453"/><СведДохРасх СумДоход="17889000.00" СумРасход="17810000.00"/></Документ><Документ ИдДок="a64d06a9-5af8-4ddd-8393-cc30a1bca1f2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БЬЮТИ КОНЦЕПТ&quot;" ИННЮЛ="7714832293"/><СведДохРасх СумДоход="4459000.00" СумРасход="3709000.00"/></Документ><Документ ИдДок="77760972-cb58-4c56-9513-8f995de8cfe6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАДВЕНТ&quot;" ИННЮЛ="7721717460"/><СведДохРасх СумДоход="80000.00" СумРасход="116000.00"/></Документ><Документ ИдДок="7f6f5595-c73e-46d9-8509-506dc233df0c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АЛТАЙТУРИСТ &quot;" ИННЮЛ="2221043574"/><СведДохРасх СумДоход="5245000.00" СумРасход="4023000.00"/></Документ><Документ ИдДок="a651eca3-8570-4b2c-ab1c-9f079f392094" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФРУТЛАЙФ&quot;" ИННЮЛ="7726607221"/><СведДохРасх СумДоход="20673000.00" СумРасход="20654000.00"/></Документ><Документ ИдДок="13c8e099-0d73-4a97-bfbb-341771eb144c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦВЕТЫ&quot;" ИННЮЛ="5031068368"/><СведДохРасх СумДоход="3836000.00" СумРасход="3539000.00"/></Документ><Документ ИдДок="58798485-d1dc-4c48-ae6a-ca4dccf184ec" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СМУ-613&quot;" ИННЮЛ="5031068343"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="a9f7c575-b2f1-40ef-b481-9227759a160d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОЛЛЕКШНПЛЮС&quot;" ИННЮЛ="7706700046"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="a9de5c82-62be-4075-ade7-78e28ee18cc0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТОМИР&quot;" ИННЮЛ="7707744102"/><СведДохРасх СумДоход="467429000.00" СумРасход="681285000.00"/></Документ><Документ ИдДок="08394a41-268f-4d73-8237-4076611410de" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АДИКОН&quot;" ИННЮЛ="5031068375"/><СведДохРасх СумДоход="15008000.00" СумРасход="27111000.00"/></Документ><Документ ИдДок="8ee33935-3758-4ff4-bbfd-62a0d3d960dc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОВРОВЫЙ ДОМ СМИТТА&quot;" ИННЮЛ="7743809789"/><СведДохРасх СумДоход="688000.00" СумРасход="686000.00"/></Документ><Документ ИдДок="3880bbdf-cdc9-4703-972f-2b23dca98d08" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВОЛЬТМОТОРС&quot;" ИННЮЛ="7715854074"/><СведДохРасх СумДоход="2834000.00" СумРасход="2804000.00"/></Документ><Документ ИдДок="c6c35845-20e9-443e-9628-7d5bc0d5d01c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЭЛАКСИ-РИЭЛТИ&quot;" ИННЮЛ="7707678280"/><СведДохРасх СумДоход="11267000.00" СумРасход="8566000.00"/></Документ><Документ ИдДок="84155ad9-93cb-4530-a75d-d4398b3289be" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot; ЛОРИ &quot;" ИННЮЛ="2221006830"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="2821d60b-0b6d-4af3-ac89-fd99fdc42a5f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОНТОС- М&quot;" ИННЮЛ="7721200344"/><СведДохРасх СумДоход="610000.00" СумРасход="1223000.00"/></Документ><Документ ИдДок="48e06fd3-6f3b-411c-91f7-f9860c48be09" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДОЛИНА&quot;" ИННЮЛ="7719772834"/><СведДохРасх СумДоход="49672000.00" СумРасход="48190000.00"/></Документ><Документ ИдДок="6b13d4b6-a9f0-44cc-9058-57dca83d03bb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЕВРОТЕК&quot;" ИННЮЛ="7703738690"/><СведДохРасх СумДоход="288040000.00" СумРасход="289520000.00"/></Документ><Документ ИдДок="c214f4f8-a053-4c23-b037-c4d731ea4e33" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ЮНТЕКС &quot;" ИННЮЛ="2221050194"/><СведДохРасх СумДоход="2053000.00" СумРасход="1277000.00"/></Документ><Документ ИдДок="d9f365ea-53ad-455d-af5c-50ca034bf5b4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛЭНД КЭПИТАЛ&quot;" ИННЮЛ="7736585626"/><СведДохРасх СумДоход="91739000.00" СумРасход="84124000.00"/></Документ><Документ ИдДок="9a017ffb-2bb2-4a4d-8a8d-08412bc17317" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СИБРЕСУРС &quot;" ИННЮЛ="2221004310"/><СведДохРасх СумДоход="551000.00" СумРасход="550000.00"/></Документ><Документ ИдДок="43ab2fd2-e4b3-445e-8901-4b091fc76da5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СНАБКОМПЛЕКТ&quot;" ИННЮЛ="7724780291"/><СведДохРасх СумДоход="3100000.00" СумРасход="3060000.00"/></Документ><Документ ИдДок="a520e46f-7fa6-4da4-9a68-fb60230891e4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛАВРОВКА&quot;" ИННЮЛ="5031068488"/><СведДохРасх СумДоход="3732000.00" СумРасход="3446000.00"/></Документ><Документ ИдДок="d0d1c65c-803a-4829-b6f7-24e8e6b99937" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НОВЫЕ ЭКСПЕРТНЫЕ СИСТЕМЫ&quot;" ИННЮЛ="7718243965"/><СведДохРасх СумДоход="3715000.00" СумРасход="3435000.00"/></Документ><Документ ИдДок="2c61c7a2-ad9e-4de9-8492-aeb378dda1f4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЛУХОВСКИЙ ПАРК&quot;" ИННЮЛ="5031068495"/><СведДохРасх СумДоход="698000.00" СумРасход="698000.00"/></Документ><Документ ИдДок="fa5e3296-0fa8-4509-acc7-9701c203d592" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧОП&quot;ОМЕГА - Н&quot;" ИННЮЛ="5031068505"/><СведДохРасх СумДоход="38385000.00" СумРасход="36424000.00"/></Документ><Документ ИдДок="22ba1b8b-d2aa-496b-8c80-01a526b1484b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНСИ ПРОЕКТ&quot;" ИННЮЛ="7730639681"/><СведДохРасх СумДоход="5557000.00" СумРасход="5370000.00"/></Документ><Документ ИдДок="9375561f-5cdb-4ba9-a5a7-b9221112205d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОРДЖЕД ИНЖИНИРИНГ&quot;" ИННЮЛ="7724780301"/><СведДохРасх СумДоход="3481000.00" СумРасход="3568000.00"/></Документ><Документ ИдДок="6fa883c4-2ec6-46c2-bcd0-f8c0032d5597" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АТОЛЛ&quot;" ИННЮЛ="2221050726"/><СведДохРасх СумДоход="819000.00" СумРасход="833000.00"/></Документ><Документ ИдДок="ecf3abed-9152-483b-9226-2258c2b912c5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМИЛЬФО&quot;" ИННЮЛ="7727742696"/><СведДохРасх СумДоход="3185000.00" СумРасход="3023000.00"/></Документ><Документ ИдДок="86298fd9-fbb4-4e82-93a3-892dd7870c41" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВ ОКНА МАРКЕТ&quot;" ИННЮЛ="7728764928"/><СведДохРасх СумДоход="10055000.00" СумРасход="9923000.00"/></Документ><Документ ИдДок="133d8149-ac08-4279-9574-9bbd0429cc58" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПОРТДИВИЗИОН ПЛЮС&quot;" ИННЮЛ="7743809806"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e4d335d1-5f93-4290-92b6-d77443ea0954" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛТАЙСКИЙ ПИЩЕВИК&quot;" ИННЮЛ="2221037531"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="a9842193-df59-4a32-9bd2-5a819f643e81" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПЛЕКСНЫЕ ГЕОХИМИЧЕСКИЕ ИССЛЕДОВАНИЯ&quot;" ИННЮЛ="5031068583"/><СведДохРасх СумДоход="9779000.00" СумРасход="8976000.00"/></Документ><Документ ИдДок="96ca5e66-9bb6-407d-a145-e6d61665138c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АРХИТЕКТУРНАЯ МАСТЕРСКАЯ &quot; ГРАДО &quot;" ИННЮЛ="2221009407"/><СведДохРасх СумДоход="110000.00" СумРасход="106000.00"/></Документ><Документ ИдДок="3506fcbd-b9a4-485f-86e5-2f99487f586a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РУСТОПРЕСУРС&quot;" ИННЮЛ="7704776674"/><СведДохРасх СумДоход="0.00" СумРасход="530000.00"/></Документ><Документ ИдДок="8ed1e4de-23f3-474a-911e-207865a7f978" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БОГОРОДСКИЙ ЦЕНТР ПРАВОВОЙ ЗАЩИТЫ&quot;" ИННЮЛ="5031068600"/><СведДохРасх СумДоход="344000.00" СумРасход="253000.00"/></Документ><Документ ИдДок="779ddf82-7667-4f0e-8ec6-6d6fcbaad078" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАНООЕ ПРЕДПРИЯТИЕ &quot; СКАУТ &quot;" ИННЮЛ="2221033079"/><СведДохРасх СумДоход="7048000.00" СумРасход="6816000.00"/></Документ><Документ ИдДок="dc37b3c9-9b2f-42cc-8d7e-18447b8de104" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; 33-АЛЬФА &quot;" ИННЮЛ="2221050317"/><СведДохРасх СумДоход="62409000.00" СумРасход="44035000.00"/></Документ><Документ ИдДок="282e8379-2599-4eed-a8a7-c3f45a20635c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БОГОРОДСКАЯ КОНСАЛТИНГОВАЯ КОМПАНИЯ &quot;ПРАВОВЕД&quot;" ИННЮЛ="5031068590"/><СведДохРасх СумДоход="742000.00" СумРасход="738000.00"/></Документ><Документ ИдДок="26e3de7f-9e9c-4be5-8c0b-45977929049b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САРТА&quot;" ИННЮЛ="7718244503"/><СведДохРасх СумДоход="107204000.00" СумРасход="92169000.00"/></Документ><Документ ИдДок="35e11975-4ea4-47fd-bc13-30ba79da897d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СИБИНФИН &quot;" ИННЮЛ="2221029033"/><СведДохРасх СумДоход="0.00" СумРасход="12000.00"/></Документ><Документ ИдДок="dd2b250c-b4b3-4fe1-92cc-affcba53c5b8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ГАБАРИТ &quot;" ИННЮЛ="2221049304"/><СведДохРасх СумДоход="11055000.00" СумРасход="11011000.00"/></Документ><Документ ИдДок="a7257696-50b2-4662-a8c9-a980b54947c5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРЕЛЕЦ&quot;" ИННЮЛ="5031068696"/><СведДохРасх СумДоход="1588000.00" СумРасход="1524000.00"/></Документ><Документ ИдДок="f6a0a5a0-dcc0-446c-a660-b19c8950713c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВОЛЖСКИЙ ПРАЙД&quot;" ИННЮЛ="6432005871"/><СведДохРасх СумДоход="8806000.00" СумРасход="4009000.00"/></Документ><Документ ИдДок="05c5587e-0eb7-4250-8408-c6fbb66f25cc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙМЕТАЛЛКОНСТРУКЦИЯ&quot;" ИННЮЛ="7718244197"/><СведДохРасх СумДоход="12000.00" СумРасход="22000.00"/></Документ><Документ ИдДок="02ab221b-2002-49ef-8fbf-ef488566eb7f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; НИНЕЛЬ &quot;" ИННЮЛ="2221050733"/><СведДохРасх СумДоход="616000.00" СумРасход="614000.00"/></Документ><Документ ИдДок="7f555333-664c-466e-81d2-dde7f3360af1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНКОМ-ИНВЕСТ&quot;" ИННЮЛ="5031068738"/><СведДохРасх СумДоход="13955000.00" СумРасход="19876000.00"/></Документ><Документ ИдДок="cc9803b7-a9ab-45ba-89cb-15325d4cda11" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙКОМ&quot;" ИННЮЛ="5031068720"/><СведДохРасх СумДоход="82081000.00" СумРасход="82032000.00"/></Документ><Документ ИдДок="23e46504-50f5-495c-8a0c-331affca4a33" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot; ИЗДАТЕЛЬСКИЙ ДОМ КОРПОРАЦИИ &quot; ЭНТРОН &quot;" ИННЮЛ="2221032558"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="1835877e-6f4e-429a-b6cf-6940c3a454b9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНТЕРПРОМ&quot;" ИННЮЛ="5031068777"/><СведДохРасх СумДоход="8473000.00" СумРасход="8352000.00"/></Документ><Документ ИдДок="eda23ca9-c865-4647-aa73-15ed8046e34c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕЛЕНА-АГРО&quot;" ИННЮЛ="6434012850"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c6686f4b-5220-44a5-acf0-ee2af3070652" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОГНОЗ&quot;" ИННЮЛ="6318192030"/><СведДохРасх СумДоход="261000.00" СумРасход="480000.00"/></Документ><Документ ИдДок="65fff567-7377-41cc-a840-8342ce411d9c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВИПМЕТАЛЛ&quot;" ИННЮЛ="6432005889"/><СведДохРасх СумДоход="70320000.00" СумРасход="68193000.00"/></Документ><Документ ИдДок="2ff30a9b-19eb-4e3a-a8b9-7c726fec8d3b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАЛС&quot;" ИННЮЛ="5031068801"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e186f846-62bf-4af4-b4b6-ff358c33a434" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО - КОММЕРЧЕСКАЯ ФИРМА &quot; КУПЕЦ &quot;" ИННЮЛ="2221001895"/><СведДохРасх СумДоход="953000.00" СумРасход="889000.00"/></Документ><Документ ИдДок="781b89a0-8fea-4671-81ca-763950c6dbb1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САРАТОВСТРОЙСЕРВИС&quot;" ИННЮЛ="6432005896"/><СведДохРасх СумДоход="116000.00" СумРасход="107000.00"/></Документ><Документ ИдДок="ea16b424-76cf-44e9-a04f-7e6562cf5cc6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МОНТАЖЭЛЕКТРО&quot;" ИННЮЛ="6432005920"/><СведДохРасх СумДоход="23452000.00" СумРасход="23094000.00"/></Документ><Документ ИдДок="aa214bdb-e2a8-4666-9494-ec18c9d13e1e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭЛЕКТРОДЫ, ТЕХНОЛОГИИ И МАШИНЫ&quot;" ИННЮЛ="7718244239"/><СведДохРасх СумДоход="20594000.00" СумРасход="16570000.00"/></Документ><Документ ИдДок="079dc443-70f7-4666-a504-0bc0a1b40d62" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕКТРА&quot;" ИННЮЛ="5031068840"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="9349508d-0c6b-447a-9575-97063c14bf85" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАДУГА&quot;" ИННЮЛ="6318192070"/><СведДохРасх СумДоход="393000.00" СумРасход="387000.00"/></Документ><Документ ИдДок="7b6e0cb3-0e7f-435b-8558-86076c17c910" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕФТЬТРАНССЕРВИС-ПРОЦЕССИНГ&quot;" ИННЮЛ="6432005938"/><СведДохРасх СумДоход="0.00" СумРасход="35000.00"/></Документ><Документ ИдДок="1b6e4052-abe0-4a85-8a56-c17023b44793" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕГИОНТЕХНО&quot;" ИННЮЛ="5031068865"/><СведДохРасх СумДоход="4352000.00" СумРасход="4372000.00"/></Документ><Документ ИдДок="5f496fe1-4d9a-4e33-aa87-f0f267c13fe5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; КОНЦЕРН СВ &quot;" ИННЮЛ="2225034595"/><СведДохРасх СумДоход="50514000.00" СумРасход="18407000.00"/></Документ><Документ ИдДок="067cc5c2-f8f5-4563-bfbb-954dee56dd3e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БЕЛЫЙ ПАРУС&quot;" ИННЮЛ="6318192094"/><СведДохРасх СумДоход="273000.00" СумРасход="0.00"/></Документ><Документ ИдДок="7ba30067-84b9-45e1-a88f-9dd8c535c31c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ЮНЕКС &quot;" ИННЮЛ="2221043648"/><СведДохРасх СумДоход="38997000.00" СумРасход="15386000.00"/></Документ><Документ ИдДок="e7a695c6-f214-4725-9281-272d040df6e6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАРС&quot;" ИННЮЛ="6432005952"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="3c201403-d5a2-4503-ba1a-c79936bdcfc0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КУПЕЦ&quot;" ИННЮЛ="6318192111"/><СведДохРасх СумДоход="41830000.00" СумРасход="41565000.00"/></Документ><Документ ИдДок="40c717de-4761-4e7a-813f-fc793ebb9118" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ОЛИМП-РИЭЛТ&quot;" ИННЮЛ="6318192129"/><СведДохРасх СумДоход="12000.00" СумРасход="97000.00"/></Документ><Документ ИдДок="31293757-52d0-4679-84b9-02fff3133d7d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДИТЕСКО&quot;" ИННЮЛ="6432005960"/><СведДохРасх СумДоход="17203000.00" СумРасход="9066000.00"/></Документ><Документ ИдДок="8214ada8-1873-4482-a61e-c1962eb3ddff" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АТЭ-МОНТАЖ&quot;" ИННЮЛ="7718150284"/><СведДохРасх СумДоход="804000.00" СумРасход="3166000.00"/></Документ><Документ ИдДок="29423950-514c-4d52-9537-0bbeea72a2c6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; КОЛЬЦО &quot;" ИННЮЛ="2221033777"/><СведДохРасх СумДоход="491835000.00" СумРасход="354233000.00"/></Документ><Документ ИдДок="fb04151e-b4dd-4690-9352-ff3400bebda1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЭКС-ГРУП&quot;" ИННЮЛ="7718244888"/><СведДохРасх СумДоход="0.00" СумРасход="46000.00"/></Документ><Документ ИдДок="a535f7e6-c0aa-446e-ad1c-f0c45ac99aa9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЕДЕОН&quot;" ИННЮЛ="5031068907"/><СведДохРасх СумДоход="3177000.00" СумРасход="2422000.00"/></Документ><Документ ИдДок="6d1a3fe4-2a9d-4d37-992d-94829af1b359" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; УНИОПТСЕРВИС &quot;" ИННЮЛ="2221047160"/><СведДохРасх СумДоход="24988000.00" СумРасход="9789000.00"/></Документ><Документ ИдДок="b000c955-b18b-4e71-ba17-37aba10a486a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ НАУЧНО-ТЕХНИЧЕСКИЙ ПРОИЗВОДСТВЕННЫЙ ЦЕНТР &quot;СПЕЦИАЛЬНЫЕ ФЛЮСЫ, ТЕХНОЛОГИИ И МАШИНЫ&quot;" ИННЮЛ="7718244447"/><СведДохРасх СумДоход="14868000.00" СумРасход="12195000.00"/></Документ><Документ ИдДок="ba3569ab-d00a-4cba-82bc-4abae6463702" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ПИКЕТ-К &quot;" ИННЮЛ="2221048942"/><СведДохРасх СумДоход="3318000.00" СумРасход="2976000.00"/></Документ><Документ ИдДок="8b6789ab-6399-4f06-8776-aa7e7e2af3f1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРИЕМА&quot;" ИННЮЛ="5031068939"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="485d8df9-73f3-4b57-9f35-3b9f94af0e71" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ СОВМЕСТНОЕ ПРЕДПРИЯТИЕ &quot;САРАТОВ-ТЕРМИНАЛ&quot;" ИННЮЛ="6432005977"/><СведДохРасх СумДоход="13862000.00" СумРасход="13436000.00"/></Документ><Документ ИдДок="a77be2b8-21ab-4e95-a13a-6f3170c3c3ce" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;ГЛОБУС&quot;" ИННЮЛ="6318192182"/><СведДохРасх СумДоход="1680000.00" СумРасход="1728000.00"/></Документ><Документ ИдДок="eeab686c-f473-45b8-a9b5-67eaf863333c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ДЕТСКАЯ ОБУВЬ &quot;" ИННЮЛ="2221001341"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="fb694164-a17d-47f5-8812-5325fad8ab8e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;УРАН&quot;" ИННЮЛ="6318192175"/><СведДохРасх СумДоход="79000.00" СумРасход="359000.00"/></Документ><Документ ИдДок="bd8be098-aee0-4cb3-a46e-fb25c05b4b1f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РОСИНТЕР&quot;" ИННЮЛ="6434012881"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="88fd88b8-0402-4612-8bd4-529f8b099526" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЛОБАЛ&quot;" ИННЮЛ="6318192190"/><СведДохРасх СумДоход="1018000.00" СумРасход="2141000.00"/></Документ><Документ ИдДок="5defde59-8a8e-4b17-8d49-834bc28aa6d5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОЖПРОМ&quot;" ИННЮЛ="6318192217"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e47d7895-84b2-462a-95fe-d7888ddf644b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЯНПЛАСТ&quot;" ИННЮЛ="5031068921"/><СведДохРасх СумДоход="1642000.00" СумРасход="1333000.00"/></Документ><Документ ИдДок="4ba407bd-aab6-46cf-8e1d-6b1903e7ac9f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; МОПСТ &quot;" ИННЮЛ="2221029227"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="f0383a13-707c-4ef1-b36d-125e7288e4a7" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВАВИЛОН&quot;" ИННЮЛ="6432006000"/><СведДохРасх СумДоход="13461000.00" СумРасход="13892000.00"/></Документ><Документ ИдДок="722ad398-e674-4973-a3cd-a56edeb1cf5e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКАДЕМИЯ-МЕЖДУНАРОДНЫЙ КАДРОВЫЙ ЦЕНТР &quot;" ИННЮЛ="7718244976"/><СведДохРасх СумДоход="0.00" СумРасход="76000.00"/></Документ><Документ ИдДок="73c18dc3-2a60-4c4f-8bde-0203c074af76" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАКСИ-СЕРВИС&quot;" ИННЮЛ="5031069058"/><СведДохРасх СумДоход="280000.00" СумРасход="267000.00"/></Документ><Документ ИдДок="d3470e89-d429-4ad6-869b-639a0fc466ab" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АМАТТИ&quot;" ИННЮЛ="7718244729"/><СведДохРасх СумДоход="460000.00" СумРасход="458000.00"/></Документ><Документ ИдДок="739c3aeb-495f-4149-a46b-53e6f7c81ee4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; РУССКИЙ СОКОЛ &quot;" ИННЮЛ="2221050839"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="00aaff1a-58db-44bb-82dc-c5709451bddc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; НУМА &quot;" ИННЮЛ="2221020513"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="ce1273d9-9999-4a14-a186-8deb30fc24f9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;АЖ&quot;" ИННЮЛ="7718101470"/><СведДохРасх СумДоход="240000.00" СумРасход="187000.00"/></Документ><Документ ИдДок="d176f91b-1c63-4e5e-a917-fbb2a9fcc055" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АЛЮПЛАСТ &quot;" ИННЮЛ="2221050853"/><СведДохРасх СумДоход="4268000.00" СумРасход="3986000.00"/></Документ><Документ ИдДок="1f3c9525-9433-4322-be7d-456ed32e6c26" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТАТИЩЕВСКАЯ ЛОГИСТИЧЕСКАЯ КОМПАНИЯ&quot;" ИННЮЛ="6434012916"/><СведДохРасх СумДоход="3313000.00" СумРасход="3418000.00"/></Документ><Документ ИдДок="d0dddfc6-b3b0-4bc9-860b-d83fc01420a4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОФ-СЕРВИС&quot;" ИННЮЛ="6432006064"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="39b59315-7804-4bf0-947c-4d6e12963b4f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОНОМ&quot;" ИННЮЛ="6434012923"/><СведДохРасх СумДоход="7168000.00" СумРасход="6447000.00"/></Документ><Документ ИдДок="dac4ba38-d984-42f1-ae5c-2091cec4836a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВАТЕР ГРУПП&quot;" ИННЮЛ="6318192256"/><СведДохРасх СумДоход="249992000.00" СумРасход="242463000.00"/></Документ><Документ ИдДок="1e010e0c-7c6c-43bd-b5b2-6506a79137b1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СЕНАТОР-СТИЛЬ&quot;" ИННЮЛ="7718244937"/><СведДохРасх СумДоход="31067000.00" СумРасход="30577000.00"/></Документ><Документ ИдДок="b612b384-c678-4eda-8d00-4d06bcdb25e5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАГНАТ&quot;" ИННЮЛ="6432006071"/><СведДохРасх СумДоход="263000.00" СумРасход="373000.00"/></Документ><Документ ИдДок="1cddfba7-162a-4dd2-b8fc-5f6c30b83924" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТПК ПАРТНЁР&quot;" ИННЮЛ="6318192263"/><СведДохРасх СумДоход="13449000.00" СумРасход="13385000.00"/></Документ><Документ ИдДок="539c873c-0196-439b-913d-7d60fb9ba072" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВАНГАРД-ПЛАСТ&quot;" ИННЮЛ="6432006096"/><СведДохРасх СумДоход="48095000.00" СумРасход="47229000.00"/></Документ><Документ ИдДок="a50217dc-842f-49ac-8a16-cb761fce6cc4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;АЛТАЙ КОНТИНЕНТАЛЬ&quot;" ИННЮЛ="2221011445"/><СведДохРасх СумДоход="32105000.00" СумРасход="31848000.00"/></Документ><Документ ИдДок="db138496-9b49-4d97-9fb2-907894fdac5b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВРОРА&quot;" ИННЮЛ="2221022535"/><СведДохРасх СумДоход="0.00" СумРасход="13000.00"/></Документ><Документ ИдДок="4a3c2149-444a-40bb-88bb-c97bda4e3c70" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ТОРГОВЫЙ ДОМ НДСФ &quot;" ИННЮЛ="2221041584"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c29a6c22-7354-462f-bea4-67823f8dfec1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПЕЦИАЛИЗИРОВАННОЕ ПРОИЗВОДСТВЕННОЕ ПРЕДПРИЯТИЕ &quot;ОБОРУДОВАНИЕ ПЕРЕРАБАТЫВАЮЩЕЙ ПРОМЫШЛЕННОСТИ&quot;" ИННЮЛ="6318192320"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e7a8f4f9-8a1b-4075-ad5a-f5d3a5c4afad" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕПЛОАУДИТ&quot;&quot;" ИННЮЛ="2221050885"/><СведДохРасх СумДоход="973000.00" СумРасход="935000.00"/></Документ><Документ ИдДок="bf34d6ae-13bc-4f03-a24e-0511bddaa4bf" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="Общество с ограниченной ответственностью &quot;Илма Технолоджи&quot;" ИННЮЛ="5042089320"/><СведДохРасх СумДоход="1141000.00" СумРасход="4814000.00"/></Документ><Документ ИдДок="50ca4c02-b8e7-4685-a81a-c501547d7719" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭРМА СЕРВИС&quot;" ИННЮЛ="7714155450"/><СведДохРасх СумДоход="14137000.00" СумРасход="13339000.00"/></Документ><Документ ИдДок="e17fcdc7-2cc4-4c74-a248-970915e698c8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ВАЛНИЦ &quot;" ИННЮЛ="2221038655"/><СведДохРасх СумДоход="12615000.00" СумРасход="12500000.00"/></Документ><Документ ИдДок="a00ecb41-8caa-4fd9-b73d-f8d54afba76a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АВТОТЕСТЕР &quot;" ИННЮЛ="2221032798"/><СведДохРасх СумДоход="2888000.00" СумРасход="2656000.00"/></Документ><Документ ИдДок="ca29e825-df97-4fee-ba0d-1f2dd839202d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЙС&quot;" ИННЮЛ="6318192390"/><СведДохРасх СумДоход="1565000.00" СумРасход="1065000.00"/></Документ><Документ ИдДок="c47ebb35-3a14-40a2-b4cc-2dc361fc16c8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ВЫСОКИЕ ТЕХНОЛОГИИ &quot;" ИННЮЛ="2221034770"/><СведДохРасх СумДоход="497000.00" СумРасход="462000.00"/></Документ><Документ ИдДок="9bdd6c3a-7c03-402f-960f-224a4ed9c8b5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РУССКАЯ КУХНЯ НА ПОКРОВКЕ&quot;" ИННЮЛ="7701204703"/><СведДохРасх СумДоход="703000.00" СумРасход="2892000.00"/></Документ><Документ ИдДок="d8df77c5-d1df-4a69-a1be-81185e60ef89" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНАЯ ОХРАННАЯ ОРГАНИЗАЦИЯ &quot;АСПЕКТ&quot;" ИННЮЛ="6318192440"/><СведДохРасх СумДоход="9333000.00" СумРасход="70000.00"/></Документ><Документ ИдДок="a6256b52-a1f4-4993-bc1e-8f1ae61081eb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НАУЧНО-ТЕХНИЧЕСКАЯ ФИРМА &quot;ИНФОРМТЕХ&quot;" ИННЮЛ="7724040804"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="87785109-8f02-4f6f-9184-4d87718d0a45" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВНЕШНЕТОРГОВАЯ КОМПАНИЯ &quot;ПРОЕКТ-АВТО&quot;" ИННЮЛ="6318192418"/><СведДохРасх СумДоход="3811000.00" СумРасход="3533000.00"/></Документ><Документ ИдДок="1a9dd1d8-93c3-46ea-9a4c-4572603e90ab" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; КУПИ САМ &quot;" ИННЮЛ="2221002666"/><СведДохРасх СумДоход="325000.00" СумРасход="271000.00"/></Документ><Документ ИдДок="fcbd492d-4bc0-47c8-b0fa-d5cf09cbfdad" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНВЕСТИЦИОННЫЕ РЕШЕНИЯ&quot;" ИННЮЛ="6318192471"/><СведДохРасх СумДоход="350000.00" СумРасход="333000.00"/></Документ><Документ ИдДок="c9f795ae-858b-4c0c-aa40-0b1da69f4b6f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ТОПС &quot;" ИННЮЛ="2221024236"/><СведДохРасх СумДоход="86000.00" СумРасход="146000.00"/></Документ><Документ ИдДок="fd09b9b7-3181-4191-a0e4-aa4d6d4724a4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФЕНИКССТРОЙ&quot;" ИННЮЛ="5038053240"/><СведДохРасх СумДоход="0.00" СумРасход="3000.00"/></Документ><Документ ИдДок="9e993c4f-623b-475d-97c3-47ad2cdae598" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БЛИЗНЕЦЫ ФАРМ&quot;" ИННЮЛ="6318192489"/><СведДохРасх СумДоход="194861000.00" СумРасход="187120000.00"/></Документ><Документ ИдДок="c397b208-503a-4a33-9f46-acc53d5c3eff" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭКОНОМИСТ-ПОВОЛЖЬЕ&quot;" ИННЮЛ="6318192513"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="b34221b1-5da2-49cb-95f6-a71ada44360d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РЕГИОНПРОЕКТ&quot;" ИННЮЛ="5042089338"/><СведДохРасх СумДоход="4529000.00" СумРасход="4555000.00"/></Документ><Документ ИдДок="c5e66141-863d-4537-8ba2-adcbc9b9dbc3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СТЕКЛЯННЫЙ-2 &quot;" ИННЮЛ="2221045564"/><СведДохРасх СумДоход="5306000.00" СумРасход="1299000.00"/></Документ><Документ ИдДок="07581096-4fa9-4d54-9f5c-b32313467e5c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНТЕРЬЕР КОМПЛЕКТ&quot;" ИННЮЛ="5042089352"/><СведДохРасх СумДоход="15383000.00" СумРасход="14546000.00"/></Документ><Документ ИдДок="81e0de57-c557-406e-ac62-c370f23d6398" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФИРМА &quot;СОТА&quot;" ИННЮЛ="7709200789"/><СведДохРасх СумДоход="1089000.00" СумРасход="1066000.00"/></Документ><Документ ИдДок="2f307425-2404-432f-8689-1feb36ef07fb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ НАУЧНО-ПРОИЗВОДСТВЕННАЯ КОМПАНИЯ &quot;МИР ИННОВАЦИЙ&quot;" ИННЮЛ="6318192560"/><СведДохРасх СумДоход="1344000.00" СумРасход="1543000.00"/></Документ><Документ ИдДок="dfb94557-ce7c-4e14-a439-00c12e81b82b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВЕТОПРИБОР&quot;" ИННЮЛ="5042089345"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="eecb62fb-71de-44e2-a469-ce6b6637597a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОЮЗГИДРОМЕТ&quot;" ИННЮЛ="6442011306"/><СведДохРасх СумДоход="16210000.00" СумРасход="16106000.00"/></Документ><Документ ИдДок="204ae792-aea9-4cb6-9163-3afed7643660" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВ-ЦБТ&quot;" ИННЮЛ="6318192584"/><СведДохРасх СумДоход="552741000.00" СумРасход="552336000.00"/></Документ><Документ ИдДок="c3adcd61-9321-4869-a09a-bf0bd538f488" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СТЕЛЛА &quot;" ИННЮЛ="2221050927"/><СведДохРасх СумДоход="29766000.00" СумРасход="28106000.00"/></Документ><Документ ИдДок="a99b23b2-6087-4cfd-85e6-730de8bce5bd" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕГУС&quot;" ИННЮЛ="7730085240"/><СведДохРасх СумДоход="93837000.00" СумРасход="75469000.00"/></Документ><Документ ИдДок="0cfb5105-fc34-48fb-8573-0d09e6321e7f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВЕЛЕС&quot;" ИННЮЛ="6318192626"/><СведДохРасх СумДоход="14517000.00" СумРасход="14369000.00"/></Документ><Документ ИдДок="ef26ca96-76f5-4420-8a5e-e2d950dcaa50" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САВА&quot;" ИННЮЛ="5042089377"/><СведДохРасх СумДоход="12165000.00" СумРасход="11908000.00"/></Документ><Документ ИдДок="a9f8da24-c03f-470a-820f-bf93421666a3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ФИРМА &quot;ПУТЬСТРОЙ-СЕРВИС-Д&quot;" ИННЮЛ="7707018630"/><СведДохРасх СумДоход="82737000.00" СумРасход="82541000.00"/></Документ><Документ ИдДок="52c5dc5a-b07c-46fa-842e-33ad17c7a25b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БЕРЕЗНЯКОВСКОЕ&quot;" ИННЮЛ="6409003795"/><СведДохРасх СумДоход="1318000.00" СумРасход="1246000.00"/></Документ><Документ ИдДок="369f7946-7e55-4a68-b1a1-28d38da2f028" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРИВОЛЖСКОЕ&quot;" ИННЮЛ="6432006314"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e34599cd-576d-433c-b22a-b6a80933b2a5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АСКОР-СТУДИЯ&quot;" ИННЮЛ="7701107241"/><СведДохРасх СумДоход="1169000.00" СумРасход="1115000.00"/></Документ><Документ ИдДок="9043cc15-82bd-43a5-9ccb-300bc4716419" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РОСНАВИГАЦИЯ&quot;" ИННЮЛ="6318192640"/><СведДохРасх СумДоход="7332000.00" СумРасход="6968000.00"/></Документ><Документ ИдДок="85f2c7d9-20ce-4984-a1ec-5ce05ba60994" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО АУДИТОРСКАЯ ФИРМА &quot;ГОРИСЛАВЦЕВ И К. АУДИТ&quot;" ИННЮЛ="7701120482"/><СведДохРасх СумДоход="24500000.00" СумРасход="24287000.00"/></Документ><Документ ИдДок="08a16798-6569-41b0-8513-a67500ab3dfe" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЧЕТВЕРОЧКА&quot;" ИННЮЛ="5042089401"/><СведДохРасх СумДоход="838000.00" СумРасход="587000.00"/></Документ><Документ ИдДок="3f350241-f5b4-4a82-a2bd-4c4ef9ce7928" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ФИРМА &quot; РЭП &quot;" ИННЮЛ="2221025800"/><СведДохРасх СумДоход="5412000.00" СумРасход="5323000.00"/></Документ><Документ ИдДок="98d5953e-8f2f-40c3-bf65-fdf9547a58b1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАСКАКОВ БРАВЕРС&quot;" ИННЮЛ="5042089433"/><СведДохРасх СумДоход="28000.00" СумРасход="26000.00"/></Документ><Документ ИдДок="b77d914e-d28b-4471-aa3b-d5ac1b69b32b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ШВЕЙНАЯ ФАБРИКА &quot;САМШИТ&quot;" ИННЮЛ="5042089440"/><СведДохРасх СумДоход="13408000.00" СумРасход="15006000.00"/></Документ><Документ ИдДок="d46b8b92-5de7-4400-a0f2-a4b026b06a49" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;САРАТОВСКИЙ НАУЧНО-ПРОИЗВОДСТВЕННЫЙ ЦЕНТР ВЕКТОР-ГРУПП&quot;" ИННЮЛ="6432006353"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="bd98153a-a215-446e-be3d-1898ee303359" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕРРА-ТЭФИ&quot;" ИННЮЛ="6432006378"/><СведДохРасх СумДоход="2319000.00" СумРасход="2288000.00"/></Документ><Документ ИдДок="f2accce2-8089-492e-8a69-e2b971f226b8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;СИБИРСКАЯ ТОРГОВАЯ МАРКА&quot;" ИННЮЛ="2221006195"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="407d1c5a-50d0-4c3d-aad0-b0cd5b00a977" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АКТАУ&quot;" ИННЮЛ="3019000842"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="46d34056-3935-4b9e-a375-2147b2c78b4b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПЛАСТОРГ&quot;" ИННЮЛ="7723200332"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="8d4bddfe-d631-42ec-bc59-9d5bc4c759b2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФАВОРИТ-КВ&quot;" ИННЮЛ="3019000867"/><СведДохРасх СумДоход="8844000.00" СумРасход="10714000.00"/></Документ><Документ ИдДок="32855492-246d-4abb-9e06-0b3915fd934e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; МЕТАЛЛХИММАШ &quot;" ИННЮЛ="2221035799"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="be1289ee-5b23-4df1-bab7-c4cdad641dba" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛЬФА РА&quot;" ИННЮЛ="5016014801"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="a3a63cdd-46f2-415a-ac9a-515614425879" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОК&quot;" ИННЮЛ="5038053346"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="16140b2e-4d8d-4b21-b1c4-d37f5399ede8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЦЕНТР&quot;" ИННЮЛ="5042089521"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e24ca6a0-06bd-4aee-b58e-ec116e078d66" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕДИЦИНСКИЙ ПРАВОВОЙ ЦЕНТР&quot;" ИННЮЛ="3019000881"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="00036154-abc4-41f9-a5aa-7caeafa8b21f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КРАСНОАРМЕЙСКАЯ СТАНЦИЯ ТЕХНИЧЕСКОГО ОБСЛУЖИВАНИЯ И РЕМОНТА ОБОРУДОВАНИЯ И АВТОМОБИЛЕЙ&quot;" ИННЮЛ="6442011313"/><СведДохРасх СумДоход="484000.00" СумРасход="397000.00"/></Документ><Документ ИдДок="c69b01e3-cfc6-4f79-ba36-377a241f6701" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СИБИРСКИЕ ОГНИ &quot;" ИННЮЛ="2221048332"/><СведДохРасх СумДоход="21118000.00" СумРасход="7825000.00"/></Документ></Файл>
22,345.5
44,690
0.785259
11a19aee8778154d584fc53e4212711b729d1599
1,016
xml
XML
picker/picker-basic/src/main/res/values-sv/strings.xml
OneUIProject/sesl-appcompat
8b20fb78ccfcf438eb2010342f10a26ac28ee971
[ "MIT" ]
2
2022-03-09T16:11:17.000Z
2022-03-13T17:13:54.000Z
picker/picker-basic/src/main/res/values-sv/strings.xml
BlackMesa123/sesl-appcompat
2574157bfe92eba18af47476b9ba435a5ac81eed
[ "MIT" ]
null
null
null
picker/picker-basic/src/main/res/values-sv/strings.xml
BlackMesa123/sesl-appcompat
2574157bfe92eba18af47476b9ba435a5ac81eed
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <resources> <string name="sesl_date_picker_increment_month">Nästa månad</string> <string name="sesl_date_picker_switch_to_calendar_description">Dubbeltryck om du vill växla till kalendervy.</string> <string name="sesl_time_picker_minute">Minut</string> <string name="sesl_picker_cancel">Avbryt</string> <string name="sesl_number_picker_invalid_value_entered">Ogiltigt värde har angivits.</string> <string name="sesl_date_picker_decrement_month">Föregående månad</string> <string name="sesl_date_picker_day">Dag</string> <string name="sesl_date_picker_switch_to_wheel_description">Dubbeltryck om du vill växla till hjulvy.</string> <string name="sesl_picker_done">Klar</string> <string name="sesl_time_picker_hour">Timme</string> <string name="sesl_time_picker_set_title">Ställa in tid</string> <string name="sesl_date_picker_year">År</string> <string name="sesl_date_picker_month">Månad</string> </resources>
59.764706
121
0.773622
a2e7c995fb1bbf1e89f9b24d15b56d125722e581
2,267
xml
XML
lytest/src/main/res/layout/adapter_metting_group.xml
yangkun19921001/T01_AV_SDKDEMO
2052610f3bf5b84f1da3d0a13e7903070c3da3d2
[ "Apache-2.0" ]
4
2019-05-28T01:04:55.000Z
2020-04-24T07:21:47.000Z
lytest/src/main/res/layout/adapter_metting_group.xml
yangkun19921001/T01_AV_SDKDEMO
2052610f3bf5b84f1da3d0a13e7903070c3da3d2
[ "Apache-2.0" ]
null
null
null
lytest/src/main/res/layout/adapter_metting_group.xml
yangkun19921001/T01_AV_SDKDEMO
2052610f3bf5b84f1da3d0a13e7903070c3da3d2
[ "Apache-2.0" ]
4
2020-08-19T02:42:11.000Z
2022-01-30T17:53:43.000Z
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="60dp" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/user_catalog" android:orientation="horizontal"> <ImageView android:id="@+id/user_icon" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginLeft="@dimen/x10" android:layout_weight="1" android:src="@drawable/unit_group" /> <LinearLayout android:layout_width="0dp" android:layout_height="match_parent" android:layout_marginLeft="@dimen/x10" android:layout_weight="6" android:gravity="center_vertical" android:orientation="vertical"> <TextView android:id="@+id/tv_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" android:text="@string/uerName" android:textColor="@color/alarm_item" android:textSize="@dimen/f4" /> <TextView android:id="@+id/tv_content" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/x5" android:maxLines="1" android:text="@string/userId" android:textColor="@color/alarm_item_content" android:textSize="@dimen/f3" /> </LinearLayout> <ImageView android:layout_gravity="center_vertical" android:id="@+id/iv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="@dimen/x36" android:src="@drawable/ic_expand_more_black_24dp" /> </LinearLayout> </RelativeLayout>
38.423729
75
0.579621
0ecbf4b9c5b8f69486c8b151c103030aae7c6a3c
1,143
xml
XML
cod/PMC6910836/sections/2_back/2_ref-list/36_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6910836/sections/2_back/2_ref-list/36_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6910836/sections/2_back/2_ref-list/36_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <ref id="R36"> <label>36</label> <mixed-citation publication-type="journal"> <person-group person-group-type="author"> <name name-style="western"> <surname>Sinha</surname> <given-names>A. K.</given-names> </name>, <name name-style="western"> <surname>Manna</surname> <given-names>P. K.</given-names> </name>, <name name-style="western"> <surname>Pradhan</surname> <given-names>M.</given-names> </name>, <name name-style="western"> <surname>Mondal</surname> <given-names>C.</given-names> </name>, <name name-style="western"> <surname>Yusuf</surname> <given-names>S. M.</given-names> </name>, <name name-style="western"> <surname>Pal</surname> <given-names>T.</given-names> </name> </person-group>, <article-title>Tin oxide with a p-n heterojunction ensures both UV and visible light photocatalytic activity</article-title>. <source>RSC Adv.</source> <volume>4</volume>, <fpage>208</fpage>– <lpage>211</lpage> ( <year>2014</year>). </mixed-citation> </ref>
29.307692
129
0.610674
3be43d534d94c86c2743d8a3e39119d0f0e23352
62,572
xml
XML
data/dump/blogs/1725978.male.24.indUnk.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/1725978.male.24.indUnk.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/1725978.male.24.indUnk.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
<Blog> <date>28,July,2003</date> <post> Well, jumping down off my movie high, I've decided that it's time for me to keep a journal. This isn't the first time I've decided this, but hopefully this time I will follow through, since this journal can follow me wherever I go in life. I've read some of Andrew's journal, and Jared's journal, so in an attempt to bring some coherence to my sometimes......jumbled life, I too will embark upon a fantastic journey of self-discovery (insert grand, sweeping music here). And to be really cool, and so that everyone will read my journal, I will from now on, use no punctuation This I believe will set me apart from the crowd I will rule the school and win every football game I will drive a beamer and join the rotary and eat lots of spaghetti.........Ok, this offends my grammar sensibilities, so that's enough of that. Hmmm.....how does one start off a journal? It's kinda like a first date. It's a little bit awkward, you need to get to know the other person, there's some halting, nervous laughter, a little bit of fidgeting, and hopefully, a little bit of action by the end of the night, although you really don't expect it. Ok, dating parable aside, I need to first evaluate my reasons for keeping this journal. Do I want to seek out truth in the highest form......or simply catalogue (sic?) my life like so many butterflies pinned to a piece of posterboard? Or am I doing this because I want people to read it, and think that I'm the coolest? Or is it just because the voices in my head are rising to a dreadful crescendo, and threaten to evict me if I don't find them a frickin' medium? This is something I need to ask myself, because it's really something only I can decide. I know that one thing I want to do with my life is write something really great, that will cause people after they set it down, to just sit and stare, and be unable to do anything for a good five minutes but just think. Because I've read stuff like that. I think a lot of people have, and the people that haven't.....well, I love 'em, but shoot, that's just sad. I started reading Stephen King yesterday for the first time, and even though I was afraid that this would happen, I am absolutely enthralled. God help me. I know now I will find myself hard-pressed to read anything else for a while, and that's why I was scared to start reading him. But I was at a bit of a lull, and I needed something to kick-start my marathon reading habit again, and it turns out that Stephen King is going to pick up for me right where Neil Gaiman left off. I just hope that I will be able to find my way out of the world for a while, and look around, and see the people. Hmmm....Well, my hair is dry, so time for gel. And time to go. </post> <date>24,August,2003</date> <post> Oh, man. Wow. I just got done watching Vanilla Sky, and I just couldn't stop crying. When things come together, at just the right moment, just when you need them most, whether it be people or movies or yellow fruit flies, that is when I most keenly feel the hand of God. That is when life if beautiful, and you know that tomorrow and the next day, and the next day after that are going to have things of such beauty that your heart is going to burst. And you continue. Thank you, God. And mostly, it's just the little things. The way a person talks to you on the phone, the feel of a Q-tip, a piece of fruit, a turkey sandwich, the feel of your arm out the window. That is what makes life good. The reason I'm so emotional today is because it's Saturday, and I worked by myself for 6 hours, and talked to no one but medical personnel and the Amish, and had a lot of time to myself, and still got nothing done. And then, just when I feel the lonliness digging in the most, and I feel like it can't go on, I watch Vanilla Sky, and it dead-centers right in on me, and hits me like a ton of bricks. And I think of Ryan. Ryan, Ryan, Ryan, Ryan, Ryan. She who is beauty. I'm not going to go into my feelings about Ryan on this public blog, because she knows how I feel, and that's none of your freakin' business. If you want to know how I feel, just mention her name to me, and watch me smile. Otherwise, all I'm going to say is I think she's really great. So I thought a lot tonight, about different stuff and whatnot, and was reading this book that takes things from a demon's perspective on how they look at humans and God (or the Tyrant, as they deem him) and was just overcome with a feeling of hopelessness. As I was reading this book and how it tells you to be a Christian, I just started downright moping. I don't know if that means I was coming under spiritual attack, or if it was because I've read the book before, and need something new and challenging, but I just felt like shit. We pull into our own little worlds sometimes, and feel like there's no one, and we sit and we forget that even if there's nobody around, there's God. And despite all the different things going around about God, he loves you, and just wants his children to get along and love each other. But it's tough to remember all the things that you seem to need to remember about God, and faith, and grace, and spirits, and denominations, and so sometimes it's good to just sit and know that he is Lord, and that means that he's there for ya. He's got your back, yo. I thought about how everytime I feel down, I try to get something new in my life, like a new book, or a new shirt, or a new something-that-is-cool-and-weird. And I expect that to take the place of the hole that's there. But what I need to realize is that I have to work on the stuff that I got. I need to work on the relationships that I have, I need to work on the talents that I have, and I need to take the time to make something myself, and not just get it from someone else. I need......dang, I don't know what I need. I guess I won't know until I find it. So until then, I guess I just pray, and trust, and flow. </post> <date>10,August,2003</date> <post> Ah, fresh blog. Ding! Well, here it is, 8 a.m. and I live to see it. Wondrous indeed is the God who makes such things possible. Of course, this is due in no small part to the fact that I haven't actually gone to bed yet. That's right, I beat the system. And all I had to do was work the late-night shift. Anyways, the reason I make such a hullabaloo about it is that I am also going to go to church, where I haven't been for a good long while, for a number of different reasons. One of the reasons, I must admit, is that I've been just darn lazy. I work mostly evenings, and so it's tough to get up on a Sunday morning and go to church and leave it at the time that you would normally be getting up. But this is a poor excuse. But a darn convenient one, I feel. Another reason is that when I've gone to church in the past year, it's been with my parents. And I'm going through that whole "parental awkwardness stage" which I understand lasts until I'm 50. But I simply have wanted to find my own faith experience apart from my parents (nothing against my parents, just birds gotta swim, fish gotta fly). Unfortunately, my way of doing that is to not go to church. But I must admit that I have found out things about God and myself that I don't think I would have found out had I been going to church. Yes, I did go through a bit of a rebellious period. But I've held steadfast to my faith in God, if not my complete faithfulness (hmmm...). But I feel like now I have a good foundation with God that's all the better because I built it myself, and now I feel like I can go back to a community-based environment and continue to grow. But I do still hold some reservations, which lead into my other reason for being a dirty church-skipper; I haven't enjoyed worshipping God with song for a long time. I went to a church where song-worship was very key, and although it was very good for a while, I eventually stopped feeling and just started doing. And so, since I wasn't feeling it, it became a chore. And nobody likes chores. Even now, song-worship kinda grates on my nerves. So there ya go. </post> <date>09,September,2003</date> <post> Is there a right way to be? Is there a clear-cut, set way that people are supposed to be so that it won't hurt? If there is, I hope someone tells me, 'cause right now kinda sucks. Are we supposed to be nice to each other? Is that what people want? If so, why aren't they nice? I'm really sick of people not being nice, not taking the time to be a little freaking cordial to their fellow man. Am I supposed to not be nice? Would that make people happy? Would that finally convince them to take their hands out of my cookie jar, and leave me some chocolate chips? What about sticking up for oneself? If someone sticks up for themself, but is rude, is that ok? Sometimes I feel that pleasing people is like pouring water into a bucket with a hole in the bottom. If I can just find that balance of strength and feeling, empathy and numbness, niceness and courage, life would be good. And I agree with Jared, I just want to be a pirate. </post> <date>31,October,2003</date> <post> Random thoughts, feelings and happenings from the last couple of days: I found the perfect way to sum up what I am feeling right now. I feel like for the first time in my life, instead of looking to the future, I'm looking to the past. I've always been doing things to prepare me for what is to come, but now that I'm there, I fear growing stale. I guess that's what I've been feeling in my friendships with some people: staleness. The stories that we've shared together aren't enough to sustain the relationship, we need to be continually growing and making new stories, having new adventures. I can beat the crap out of Christopher in chess, but then he puts the smack down in Lunch Money. I'm really acutely aware of man's propensity to boast. I do it, and I find that a lot of people are continually vying to have the upper hand in the "coolest experiences, most knowledge on any subject" race. I know that in American society more than any other there seems to be this overwhelming desire to be the best at everything, to be the coolest guy in the room. There's a black cat that Mike found outside that is probably the cutest thing ever. And I want to keep it. But I don't think we can. But I'm gonna try anyways. It's name is Mr. Pinky Johnson and apparently it loves tuna. Talking with Jared always makes me think, and confuses me. I'm feeling better than I have for a while. </post> <date>28,October,2003</date> <post> Ok, I apologize for the lack of posting and for my attempt to look and sound cool by the blog I did before this one. I mean, I like what it says, but other people think that because its so simple and minimalistic, I perhaps was simply putting something in to appear meaningful without actually having to put any effort into it. To them I say "Nah." To my credit, I haven't been in a big blogging mood lately, for a couple of different reasons. The main reason is because I've been down on the world a lot. If you know me, I'm a painfully optimistic person. I would like to think I'm also realistic, but that's simply not true. No, I've been experiencing some reality shock. Before, I've always had my hopes and dreams to keep me warm at night, but lately, I've been going through some emotional changes and discovering the people are different and maybe not always the inherently good that I would like them to be. I've learned that it's hard to decide the life to live that will have the most meaning. A quiet, simple life? Or something more? For the time being, I've chosen the quiet but not really simple life. I'm at a time when I'm looking around and saying "This is it?" I know that for centuries people have been looking, searching, questing for some sort of answer to the meaning of life, and right now, that's where I am. I feel like because I'm in what I consider a transitional job and not my life's passion, that I'm not fulfilled. And while I love the people at my work, I'm just not living up to my potential. But I don't know what my life's passion is, so it's hard to do it. I've tried a lot of different things, but nothing has reached out and kicked me in the shins, saying "Tra-la-la! You'll love me forever, and I'll fulfill you like crazy!" Well, nothing marketable. So I try to find the meaning in people. And people let me down. There are a lot of relationships that I miss, and people that seem to have gone their different ways, and I'm standing here, and looking around and saying "So am I supposed to be best friends with people at work? Is that what my life is now, work and occasionally home and talking on the accursed phone?" I don't even know what I want anymore, I just don't want to dwell on the past and I'm afraid of the future. </post> <date>12,October,2003</date> <post> Is not the light made all the more beautiful by the darkness around it? </post> <date>30,November,2003</date> <post> I am a child of the middle. I am stuck in that nebulous area between things; the cracks within cracks. I am from the suburbs; the city makes me fearful, the country makes me bored. I am conservative with liberal ideas. I am friends with all manner of people, belonging truly to no one group, unless it be with other people in the middle. I am neither the nicest person you will meet; nor am I meanest. I am been publicly taught to stand out and be my own person; privately, subconsciously, I have been taught to stand in line and go with the crowd. I am tired of being in the middle; the reckoning comes, and I fear, but I rejoice. </post> <date>22,November,2003</date> <post> And while I'm at it, I think I'll talk a little about my week, which has been really good. I've got to re-visit some old friendships, work on current ones, and even make some new friends. I hung out with Rachel Douglas on Thursday, and even though I had to drive an extra hour (bringing the total up to 2 and a half hours. Yeow) because of a combination of misleading signs, confusing directions, and my total lack of direction and second-guessing, it was worth it. Rachel is the type of person who inspires me, both in artistic directions and just life in general. She's really brave and set in what she wants to do, and she just goes out and does it, with little excuse. And she encourages me to do the same. Which is really cool. The other cool thing is that Rachel is married now. And while I may not have viewed that as a good thing in a past life, I am really happy for it now. I have such a high respect for the institution of marriage (perhaps because it seems a lot of relationships are so tenous, and that is a solid foundation (or at least it is it my eyes, perhaps not the eyes of the world)) that it enables me to not even worry about a lot of crap. As far as I'm concerned, that married woman is a guy. Still a woman in the sense of how I should treat them, and what I should guard against, but I can at least be free from that nagging sense of promise that hits me every time I meet a new woman. That's very refreshing. That enables me to have a lot of emotional honesty that is best received by women, and who I find to have the best insights. Yeah Ladies! I finally got to hang out with my friend Meg's husband, who I have heard lots of good things about, and enjoyed in the brief flickers of interaction that we have had. Myself and Meg and Tim (that's the husband) and Betsy (Tim's sister) and her boyfriend all went to go see Anne E. Dechant, who is this sort of folk-indie-rock hippie singer. I'd never heard of her before, and I liked her a lot, more for her message than her music. She was very feminist, which I consider myself, although I like to think of it more as a Equalitist. Or something. You know, chicks and broads should be treated the same as men. Anyways, I liked Tim a lot. He's definitely educated in pop culture, but in that geek-charm kind of way. Yeah geek-charm! And perhaps most of all, he just seems like a nice guy. Although I could get to know him and find out that he eats babies (a definite prerequisite for evil), right now he just seems like a cool, nice guy. Although I suspect that he has a deep well of sarcasm that he could bring to play (Lord knows that Meg does), I think that it is probably the constructive kind of sarcasm. Oh, man. Back to work, I still have stuff to do. But thank you for listening, whoever you are. I hope that you enjoyed reading it as much as I enjoyed writing it. Sam Demos Football Rules! </post> <date>17,November,2003</date> <post> As I go through life, I continually have mental notations of things to blog about, and I put them on the tablet of my mind, but then when I sit down, that tablet seems to have been wiped clean. And when I try to write them down, I invariably just lose the papers. Ah, well. The curse of the disorganized artist. Ah, but here, I remember something. I wanted to write about how I feel distinctly uncomfortable with the past. I just realized recently that I am a man that not only runs from the past, but doesn't really like it. I think there is a number of different reasons for this, but I think that the main problem is that I can't remember things easily. It's like my mind is full of impenetrable fog with a little thought-lighthouse that swings it's light around occasionally. When people talk to me, and they tell me about things that we did together, if it's more than two years old, there's a chance I'm just not going to remember it. And I don't think it's because I'm stupid. Although I have this theory about mental retardation that might be the case, but I don't think so. At least, I hope not. But anyways, I feel when I am around people from my past, in different capacities, I feel that unease and (hmmm?) guilt that I should have been there, we shouldn't be meeting up again after so much time, we should have been together for it. Hmmm.....maybe this is not really a fear of my past, but my problem of consuming guilt. Or maybe I just feel the need to be the Brian that they might have known then, instead of the Brian that I am now (whoever that is). This is all part of my continuing journey to rid myself of fear. Because it seems that fear and guilt are pretty tight traveling companions. But I will cast them off, eventually. Brian Hollingsworth is bitch to no emotion, save love. </post> <date>17,November,2003</date> <post> Had a good weekend...cleared up some stuff, continued to empty out my room and my soul... So I've been trying to figure out my definition of success... And I'm still not sure what it means to me. I think that it means that I am making the world a better place, but that is so...vague and ambiguous. I just look at everyone else's definition of success, and I don't know what to think: Good job, lotsa money, great children, great Christian, not hurting anyone, living dangerously, living safely and responsibly, making it big in Hollywood. I guess that I won't know if I'm a success until my life is over, but it would be nice to find out earlier. My mom gave me this poem long ago supposedly written by Ralph Waldo Emerson (although there is some debate) To laugh often and much; To win the respect of intelligent people and the affection of children; To earn the appreciation of honest critics and endure the betrayal of false friends; To appreciate beauty, to find the best in others; To leave the world a bit better, whether by a healthy child, a garden patch or a redeemed social condition; To know even one life has breathed easier because you have lived. This is to have succeeded. And I would like to take this as my measure of success, but..... it seems to give me a way out, a way to just slack off and not focus, and I feel like I do that too much already. And while I seemed to be able to breeze by in college, the life beyond is not affording me the same luxury..... On it goes... </post> <date>07,November,2003</date> <post> I love driving at night. There's just something about the long, lonely stretch of highway that's very therapeutic to the soul. The cars coming the other way, their headlights twinkling like diamonds, reminding you of civilization. This feeling that wherever I journey to is a place of destiny and promise... At no other time do I feel the delicious mystery of God in such a way. The music going full blast, singing at the top of my lungs, getting weird looks from weary passerby. Mr. Ben Folds, my traveling companion. The cruelest lies are often told without a word... The kindest truths are often spoken, never heard... Word. </post> <date>06,November,2003</date> <post> Well, I added a little section to the side for some community blogs, finally, and later I will hopefully be able to figure out how to do some more stuff. Man, html is crazy. It's like, another language or something. Otherwise, things are pretty good where I am. I'm currently going through a minimalistic phase, at least as much as I can, the packrat that I am. But I feel like the physical things that I get rid of will somehow reflect the clutter I feel in my soul. That, and it's getting hard to maneveur around my room. A strange thing happened at work today. One of my co-workers, Angela, had a dream about me last night, where I had somehow overcome my greatest fear, even though Angela does not know that it is my greatest fear. I don't know if that means that I will overcome that fear someday, although I have a feeling that the decision is kinda out of my hands. Cryptic enough? Good. And for those who know my greatest irrational fear, it wasn't that. I very much doubt that Angela would dream about zombies. I really meant to come back and finish the dream blog from yesterday, but I just didn't find the time. Reader's Digest version : Cats, Death, Mike, Fraternity, and Sparkplugs. This feels to me like it has been a very administrative blog, as well as random. Well, if variety is the flute of life, play on! </post> <date>04,November,2003</date> <post> Well, crap. I just did this great blog about dreams, and it didn't go through because I left my blog idle for too long. I guess I'll redo it, but not now. Gotta go to work. </post> <date>01,November,2003</date> <post> So here I am at work, able to get through the internet restriction because of my fellow employee's apathy. Yay! While working these night shifts throw the rest of my life off, I must say that while I am here, by myself for eight hours, there is a peace. For a time, I am the master of my domain. Not to mention the fact that I have an incredible opportunity to do pretty much anything I want for about eight hours, provided I don't leave a family-room-sized area. The only thing I need to worry about are unpredictable clamorings from my "fans". I've decided not the first time that I am just not a phone person. While it is debatable that I am charming and articulate in person, something about talking to people for brief stretches of time on the phone just puts me slightly....off. Unless I am able to do something by rote, I come away feeling like the person on the other end thinks me a dolt. Although Dr. Khwaja never made me feel that way, that train has sailed. So I plow on, hoping that people don't think me stupid or mean, and finding slowly that I have started to not care as much, which leads me to overcompensate, which leads me full circle back to (in my ears) sounding like a dolt. And this is what I do for a living. Shit. I dressed up as a Twinkie for Halloween, even though I has thus far garnered only the appreciation of the person I replaced at work, Mike. But I do have to say that it was worth it to see him smile. If I've done nothing else at my workplace, I can walk away confident that I have at least made Mike smile on numerous occasions. He's exactly the unlikely sort of guy that I somehow get along with perfectly. And given our age difference, that makes me really happy. I can only hope that I can make Meg (one of my other favorites) smile too. As well as I can only hope that she can make it in on time for she shares my lack of internal clockitude. Hmm...I'll have to write about Meg sometime.... For now, cheers. </post> <date>25,December,2003</date> <post> Finally, the anger begins to cool.... I came away from Christmas Eve with my family with two very different emotions raging in my heart. Pure rage at my sister, pure love for my mom. I'm trying really hard to focus on the love, but the anger burns at the edges of my consciousness. And what makes me even angrier is that it's really nothing new. It's the same old...expletive...that goes on whenever my sister is in the picture. My sister is very selfish. She feels that her wants and needs are top priority of the people around her, with no disregard for other's feelings. And this makes me so angry sometimes I just want to scream at her and force her to open her eyes. And why don't I? I'm starting not to know anymore....I know that I didn't before because I was scared that doing so would upset the family unity, would drive her away more than she already takes herself....but this cannot stand. I cannot abide. I cannot stand looking at my mother's eyes after my sister goes about her merry selfish way. It breaks my heart, because I do the same thing my mother does.......I love her and hope, and cover my hurt with a smile. But it gets harder inside, even as it gets easier outside. And in the name of truth, I cannot let this continue. Calm....calm..... On the flip side of the coin, my mom is probably one of the kindest, self-sacrificing women I've ever met, and I love her more everyday. Example: I had to work tonight (Christmas Eve) and had to be at the hospital at 11:00. Kinda sucks, but I like the shift, and I'm the new guy, and time and a half, so I'm ok with it. Because of family plans the next day, and the tight schedule, we decide to open gifts on the Eve, and then go to the Richards' house for a party. It's the old church crowd, and great people, and it's a great time. After opening the gifts (wrapped by mom, bless her)(for the record, mom and dad were very generous, as per usual (not bragging, just saying they rock)) my sister starts to complain that she is too tired to go to the Richards. We convince her to go, and we get to the party, and it's great. My sister really only started to have fun at the end, during the Scrabble game, though, and that's, unfortunately what I had to leave in the middle of. We all rode together, so she has to leave too. Immediately, what I cannot describe as anything but whining ensues. I simmer inside and apologize for going to work, but still she continues. What am I to do? I have to go to work; she didn't even want to come to the party. I simmer. We start home, and they decide to drive around and look at Christmas lights after they drop me off. My sister continues to whine, and right before I get out of the car to go into the house, she accuses me of ruining her Christmas. At this point, I can't take it. I just wish everyone a good night, and go into the house to get food for work. I hate my sister at this point. I can't help it, I do. I want nothing more than to have a good Christmas, I try to have a child's delight, but her cynism and selfishness stick a needle in everything I'm trying to feel and project. I am not an angry man by nature, but I am angry then. Pissed, in fact. But then. I come back outside and the SUV is still in the driveway. My dad and my sister are still inside it, but my mom is outside, scraping off my car. She is out in the cold, cleaning off my car for me so that I can leave for work right away, and so that I don't have to do it. And my heart cracks. One side is still angry with my sister, but the other side swells with love for my mom. And that makes me able to continue to love my sister at that time. Even as I am so so angry with her, I am able to love her because of my mom. Because my mom loves her and my mom loves me with a mother's pure love. And that is Beautiful. Merry Christmas, everyone. And God bless mothers. </post> <date>21,December,2003</date> <post> Is it bad to get attached to things very easily? I have a roomful of....stuff that says things about me and brings forth emotions, powerful and bland. But do I need this stuff? No. Do I want to throw it away? No. And I am the same way with relationships. I get attached to people, I get loyal to them, and it's very hard to throw them away. And I guess I come to expect the same thing from them, even though it sometimes doesn't work that way. And that sucks. And while I know that some people know and love that loyalty, and some people know and exploit that loyalty, I wonder sometimes if it is worth the pain. And I have to believe that yes, it is. Despite all the doubts, despite all the shit that sometimes goes with relationships, I have to believe it's worth it. But that doesn't mean that sometimes I can't throw some of them away, or throw some of the aforementioned stuff away. It's just hard to know when to reap, and when to sow. </post> <date>18,December,2003</date> <post> Ok, just a little recap of life right now: Hospital + Flu Scare + Telephone operator = D'Gah! Busy! Other than that, life is actually excellent, for...reasons. By the way, thank you Peter Jackson! </post> <date>13,December,2003</date> <post> Greetings. Funny Story: I haven't blogged in a while because the internet at our house has been down because of Lady Misfortune choosing to strike at the heart of my housemate's computer, the self-same one that conducts the internet to the rest of our comps. Although we are currently investigating a number of different things, Mike's computer remains silent. The funny part of this story concerns moving my computer into the upstairs bathroom cubby and pleading, conjoling and cursing it into operational status. Although it does everything else, it still does not accept the Internet. I will teach it about respect yet. So here we find me, sitting at work again (I really do have a job that occasionally requires effort, honest injun), fighting the Man, and using the internet illegally. I've been having a week that as far as I can tell, has been nothing but good. I've got to see a lot of people. Some of those people were the Barenaked Ladies (woo-hoo). Work has been really good. Our boss came back from her sick leave, so certain....plans and schemes can be set into motion. Someone from 6100 likes me. Or so I hear..... We sat down at home and fleshed out plans, and cleared up uncertainty, and came to realize our own Bungalow mortality. I worked out with my mom. I wheeled-dealed with my dad. Huh. I continue my campaign to cast off fear and uncertainty, to pursue truth, to enjoy life, and figure out my place in the Plan. One thing I can say for sure, Neal Hausch rocks. I'll get back to you about the rest.... </post> <date>07,December,2003</date> <post> Hello again, friends and confidants. Just sittin' here at work, talking to the occasional person and thinking my long drawn thoughts. One of the things I'm currently reading is The Sandman Library, a collection of graphic novels by one Neil Gaiman, a fascinating modern writer of our time, dark but piercing. One of the things I love about Neil is that he shows how the dark side of our life works for a redemptive purpose; after all, is Heaven quite the same without the counter-balance of Hell? And Heaven and Hell are the two things I want to muse about in this entry. One of the aspects of religion that drive so many people away is the prospect of Hell. They view it as a Christian "scare tactic", that people will change their ways simply to stay out of it. The more that I've thought about it, and the more I've viewed human behavior, the more I come to see Hell as not just a metaphysical place but also a state. C.S. Lewis, in his book The Great Divorce writes about how people are trapped by their own fears, their own sins and trangressions against themselves and others. The more misery that I hear about and see in real life, the more I believe this. I feel that people, as a result of their own actions, work towards making for themselves a private Hell here on earth. This is not to say that I don't believe in Hell after we die, as further punishment for our sins, but it amazes me how people work toward creating it here on earth as well. This is the argument I use (mostly with myself) against pre-marital sex. A lot of people suffer the consequences of this act, and yet they can't see how destructive it is, they just focus on the pure physical pleasure. It's not just morals, people. It's just plain common-sense. God reserved sex for marriage not only because that keeps it a pure act, but also because it causes a ton of problems performed out of marriage. It screws up not just your life but the potentiall child born of that act. I've seen countless examples of "Custody of Child-Services Board of Summit County" under the space where the parents' names should be, right here at the hospital. It makes me really upset, sometimes, the Hell we could avoid with just some restraint. Conversely, I have been thinking about Heaven, as well. And how people can attain it here on earth, as well as after death. To attain it after death, you need to have accepted Jesus into your heart, but to attain it here on earth is not so tricky. You need to actually live like you have accepted Jesus. And hey, I know that I don't do that all the time. But I wish I did. To live free of that fear, pride, and sin is Heaven. The best times of my life have been when I know that I am casting all of that off of me, and following Him. And most of those times have not been in a church. I know that there is a lot of outside influences that cause people to act the way they do, but I also wish they would try to work past that, to forgive themselves and others, but also to give that extra little bit, help a man when he's down, kiss a boo-boo. Care. </post> <date>06,December,2003</date> <post> I am a html thief! And I love it! </post> <date>06,December,2003</date> <post> And from the mire of miscommunication I spring forth, a new creature! It's amazing how low the low times can be, and conversely, how high the high times can be. It's worth it, really. I will gladly brave the valleys just to stand on top of the mountains, bare my chest, and bellow. Yep, it's been another hot and cold week/end so far, with slogs in the dank, dirty mires and gallavanting among the free, open plains. Relationships make life worth the living, is all that I will say. Despite my poor bumbling spirit, people are beautiful and continue to amaze and inspire me. </post> <date>02,January,2004</date> <post> Ok, real quick. I'm at work, using the illegal internet. We still don't have internet at home working again for.....certain reasons. And they are cracking down on the internet usage here at work. So I may not be talking for a while. Sorry. Suffice to say, I'm pretty good though. That's all you're getting now, though. </post> <date>25,March,2004</date> <post> And.......I'm back. In a couple of the senses of the word, although mostly it's because we finally have internet and working computers at our house again. In another sense, I just got back from Belize (Central America, it turns out), and a wedding in Indiana of one of my best friends from high school, Brian Coon. My apologies to the lady. ;) To recap my life right now: Moving to Chicago in 5 months. Hoping to get into publishing or maybe do something with theater, but more going for a change of scenery and because I've always wanted to live in a big city. I'm scared about going, but I need to go. I need to check out Brian in Chicago. I like Brian in Canton, but he's antsy. I still honestly have no idea what I want to do with my life. I get little nudges from God but no big flags waving in my face. I want big flags, though. I want to passionately pursue my destiny. I'm doing a lot of traveling and doing more soon. It's good to be home but it's a big world out there. I am a gamer, through and through. I love games of all kinds and am good at a lot of them. I have the good blend of patience, competitiveness, and creativity to excell with them. I'm seeing how I can translate them into a career currently. That's enough for recap, I'm going to get ready for work. Peace! </post> <date>16,April,2004</date> <post> So I'm over at Brian and Rebecca's apartment, hanging out, waiting to Settle Catan and just kinda hanging out while they wish Kendra a Happy Birthday. I add today to my recent spurt of almost movie days. Me and Brian almost went and saw Kill Bill vol. 2 , but couln't find the theater. Darn you, Akron! Foiled again! I almost went and saw Hellboy with the Greek, and then Matt Jones, and I might actually be able to see it with Christopher tomorrow. However, I did see Secret Window with Denise, and that was great. I'm not always a huge fan of Stephen King movies per se, but I love Johnny Depp. Love, Love, Love. As a friend. :) So life has been pretty good otherwise. I was late to work today, which I hate, but can't seem to avoid every now and again. I need a new alarm clock. Or at least need a new one to add to the current jumble of four. (one doesn't work, but I habitually set it and turn it on, hoping and dreaming) Or maybe I just need to get more sleep. Need to start looking for jobs/house in Chicago. Need to get on that. </post> <date>05,April,2004</date> <post> I feel really good. I had a great weekend with my friend Katie Sams and her roommates Bailey and Susie. I was scared that they wouldn't like me, or I would be really shy, but we took to each other like a mime to silence. I'd forgotten how much I like entertaining people, and meeting new people, and having kung fu adventures. Ok, maybe we didn't have any kung fu adventures, but we did talk about yoga at one point. That's close, right? I'd forgotten how much I enjoy hanging out with Katie. She's one of those people that you can just talk to about pretty much anything and have a really good time doing it. Her comedic reflexes are well-tuned, and she's very caring. She's good stuff, that Katie Sams. We did a lot of stuff. We watched two movies ( Waiting For Guffman (finally saw it, praise Jesus) and Y Tu Mama, Tambien ) and went to a short film festival. We also did the Columbus Art Gallery Hop and went to a pub. I met Bailey's boyfriend Cameron and he works at Chick-fil-a, but apparently he is quitting in two weeks. I tried to talk him out of it, but alas. Man, my soul is bubbling. </post> <date>02,April,2004</date> <post> I almost forgot, movie shout-outs. Go see Eternal Sunshine of the Spotless Mind . But only if you have been in a relationship. Any relationship at all. Go see Dawn of the Dead . But only if you have been in a relationship. With a zombie. </post> <date>02,April,2004</date> <post> Feeling a bit down tonight, think it's just because of my irregular work schedule and sleep schedule. I'm feeling the press of relationships right now, that feeling that I have to be everything to everybody. Keep in mind, not singling anyone out in particular. That's not true, I am. The three dominant relationships in my life right now. Toph, Mike and Denise. I have things that I want to be to everyone, and things that I try to be at all times, like funny, and nice, and caring, and fun to be around. And it disappoints me when I can't do that all the time. And I guess it's on nights that I dwell on my own limitations that I get really pensive and mopey. This is one of those nights. One of the frustrating things about relationships to me are defining them. I badly want them to be defined, yet I am afraid when they are that they won't be what I want them to be. Gosh, that was a mouthful (or handful, as it were). I wish that I didn't want them to be defined. I wish I was happy just with what they are, or aren't. Maybe the key to my happiness lies in letting go of this, just feeling the love and friendship when it's there, and moving on when it's not. But I mourn it when it's not there. Grrr.....I'm getting frustrated trying to convey what I mean. I accidently swore at the nursing supervisor at the hospital tonight. She was calling to let me know she was on call, and I meant to say either "Good Luck", or "Have Fun", but didn't decide which one to say in my head first, and it came out "Good F***". That took some explaining, but she thought it was funny, and indicative of how the night was going to be. Heh. I only played one April Fool's Day joke, on one of the other operators. I called and asked her how much a baby would cost, preferable an Asian one, and even though she didn't know it was me at first, it was admirable how she played along. I'm happy, I'm going down to Columbus this weekend to see my friend Katie Sams and go to a short film festival. Speaking of which, I'm going to bed. Peace, gentle readers. If you exist. </post> <date>28,May,2004</date> <post> Whoosh-Whoosh-Whoosh-Whoosh-Whoosh-Whoosh...... There. Now we've traveled back in time a week and a half. At this time, I was still in Ireland with my mum, her knees were still unhurt, and I had not yet seen the most impressive sight that I've ever seen. After we we took our day-trip to Galway City, my mum and myself went back to our Bed and Breakfast to prepare for our next two days of bus-trips. And I must say that I was pleasantly surprised to find that the average age on the trips wasn't 90....... ................... Actually, screw it. I can't go back and write about my time in Ireland with as much candor and wit as I would like, especially since I'm also watching Love, Actually with my housemate Mike. And it's a great movie, but mixed memories. Shit. Anyways, state of the union time. I'm doing pretty well. I'm kinda lonely but inspired. I have a lot of things that I want to get done, but I more just want someone to cuddle with. Is that pathetic? I don't think so. I think that people need physical/emotional contact. I don't want kissing (although I wouldn't turn it down). I just want to hold someone and have them hold me and just....be. Cyber-sigh. Watched a good movie last night, The Tripletts of Belleville . It was good, but I had to see the whole thing to appreciate it. The music is fanstastic. The song haunts. Do we all have self-preservational things that we do in relationships? Is this the cause for pain in so many ways? Why do we go through these cyeles, getting hurt by others and thus hurting others ourselves? </post> <date>27,May,2004</date> <post> Once again I entangle you, gentle reader, in my web of lies. I said that I would finally put my week-old ireland stuff on this here blog. I am a big fat liar. To my credit, I didn't have the alone time I thought I was going to have, Russ came over and we've been gabbing (I feel like an old woman when I say that). But definitely later tonight, or tomorrow, I will finally put forth sufficient effort to impress you with the tales of my travels and exploits. I will raise the bar and say that if I don't blog by tomorrow, everyone that reads this can have one free punch to my stomach. In addition to sating your appetites for violence, it will enable me to find out how many people read my blog. So the heat is on. </post> <date>24,May,2004</date> <post> Ok, I'm a big punk. I haven't put my new Ireland stuff. But to my credit, I have been truly busy, and last night I was going to do, but there was a big computer party at our house, and I couldn't get on the Internet. And me and Toph just spent the last hour and a half fixing my computer after said party. And now I'm really tired, really hungry, and a touch sad. All of which I will go into tomorrow. Promise. I have 2 hours completely free, and this blog is priority uno! </post> <date>24,May,2004</date> <post> Ugh. Just got in after 4 plane changes and 5 hours of delays. Feeling pretty icky, and reaaaaaally tired, so going to bed. Had no internet access in the area that we went to, so no updates. Promise to update tomorrow, suffice to say, trip was amazing. </post> <date>18,May,2004</date> <post> Ireland Update: Hail and 'Ello from the land of Ire. My mum and myself are currently in Galway, on the far west of island. Galway is the third largest city in the Republic of Ireland, preceded by Cork and Dublin being tops. I came to Galway the last time I was in Ireland and enjoyed it immensely, and decided to show my mum the sights. I also went to Cork last time too, but decided it wasn't worth popping in there again. The driving situation has improved immensely. I can now maneuver even the infamous damn dirty roundabouts (Tallmadge Circle type thing, all North-East Ohio folk) with a minimum of crying and screaming. My mum's navigational abilities have improved immensely as well, thank goodness. We were a hair-breaths from just saying 'screw it' and turning the car in all together, but we realized that after our shopping, mass transit is not an easily viable option. While in Dublin we saw Dublin Castle, ate at a pub called the Hairy Lemon, and never managed to find St. Patrick's Cathedral. We saw Ha'Penny Bridge, a famous footbridge across the Liffey River, and also went to Trinity College, home to the luminescient Book of Kells which is famous for some reason that currently escapes me. I want to say oldest surviving book of Gospels? I don't know. I've had a Guinness each night that I've been in Ireland, and hope to continue that. It just seems more....right over here. Tomorrow we are going to see the Cliffs of Moher (haven't been), and the day after that, probably go to the Aran Islands (been there, loved 'em). So I'll check in later, friends, countrymen, and etc. </post> <date>16,May,2004</date> <post> Top of the morning to ya! (no one really says that, by the way) Here am I, current and past traveler in the land of Ireland, coming atcha with all my current adventures and misadventures. Any spelling or punctuation I can fairly attribute to the foreign keyboard. It's weird. Me and me Mum came into Dublin Airport at 9:30 in the a.m. after a fitfully slept plane ride. And that's where it kinda went downhill. We rented a car and started what turned out to be a long and painful instruction in the art of Irish driving and navigation. After about three hours of being lost and one busted sideview mirror later, we made our way into the town of Skerrie. And that's where the shit hit the fan. Angry and frustrated, exhausted and full of need for the bathroom, we apparently also looked like good people to mug. Thanks to my quick-thinking Mum, we didn't, but it was pretty scary. If anyone asks you where the police station is, immediately run away screaming. This is what I have learned. After driving lost for a bit more, we got directions from a wonderful little old lady in a craft store who happened to be good friends with the people who we were going to staying with. We got there with no more big problems. After checking into the B&B, I immediately fell asleep for about 3 hours, which is amazing because I never nap. When I awoke, my Mum had made friends with some other Americans staying in the B&B, and they invited us to dinner at a restaurant called the Man O' War. Before that we went down to Ardgillan Castle (which was really more of a manor house, to castle snobs like myself :) ) and then booked it back in time to meet the people and go eat. I soon realized upon entering the restaurant that I was a bit out of place in my Ironic Intermural Basketball t-shirt, so I attempted to act very poised instead. I also ate a rabbit. I had some Guiness as well, and remembered how much I missed it. It's really not the same as it is in the States. The people we ate with were friends and relations somehow, and the men were both retired military and one couple owned a dude ranch in Texas and in the other the guy was a retired lawyer as well. I hate to say it, but I never learned much about the women. They seemed more like motherly types, so I assumed they were mothers. Which is still a big job. Um.......bad Brian. I learned a lot about inseminating cattle, though, and they encouraged me to wait til 30 to marry. Huh. Me and Mum are currently in Dublin, going to see Trinity College and St. Patrick's Cathedral. We are also trying to not get mugged. To discourage muggers, we glare at anyone that comes within 5 feet of us. Anyone that comes nearer gets a swift and decisive punch to the midsection. Man, pregnant ladies sure get pissed easily. Anywho, I'm off, I will check back in when I can. Note to Christopher, if he reads this: I am destined to hate at least one Old Irish Man that I come in contact with. Luckily, I have gotten it out of the way early. </post> <date>14,May,2004</date> <post> To Ireland, I. Well, this is it. T-minus 10+ hours till my plane leaves for the Emerald Isle. I will blog from Ireland on this site, to let everyone know what is going on. I must return to packing for now. </post> <date>06,May,2004</date> <post> Mental Note: When you have loose swords in a room, turn on a light before blindly groping about. Yikes. Sorry for all the short entries, but I'm busy. </post> <date>03,May,2004</date> <post> Hell yeah. </post> <date>02,May,2004</date> <post> I shared a moment with a bunny tonight, and it was great. </post> <date>14,June,2004</date> <post> Ache. I ache tonight. And not in that hurt-soul way I usually whine about, just in that body-feels-like-creaky-steps way. I don't know why I feel this way, I didn't work out or anything. It must just be my body being pissed as me for the weird sleep schedule. Ever since I entered the dreaded "9-5 workforce", my body has been pretty good. I've felt healthier and have been eating better. But just the past couple of days I have stayed up pretty late and, as is to be expected, gotten up pretty late too. Today, my body just gave me the finger. Which stinks, because there was a lot of stuff I wished to accomplish today. Although I'm not sure I would have actually done them anyways, it's frustrating when your body is a jerk. I stayed up really late last night with Mike and Toph and The Greek, playing Star Wars and generally being a droid. Let's just say I fell asleep to the sound of birds chirping. And while I used to love that, it's just started to feel.... wrong , I guess. Am I getting older? Are the sins of the young Brian catching up with the older Brian. Gee, I sure hope not. Frankly, I much prefer it just be mono or something. Well, maybe not, but anyways, I used the enforced time spent inside to ponder, watch Singles (I'd forgotten it was by Cameron Crowe), and generally to finally roll up my sleeves and clean my bloody room. Cleaning my room is one of those things that I enjoy while I'm doing it, but completely dread in the before time. It's like exercising, scuba diving, and first dates. I found all the want ads that my mom had saved for me that I'd tossed to the side, since I won't need them, since I'm going to Chicago. I found all the old bank statements, my Dupont stock, old thank you cards, random pictures, and the most pulverized fortune cookie that still tasted good, even in sand form. I always feel loved and safe when I do this, but sad that these parts of my life are over. They were good parts, and I like them. All the ghosts of my faltered relationships always spin around my head, somehow clinging to my ceiling fan, and reigning down their nostalgia, and while this is sad, it is also comforting and fulfilling, thinking, "I loved and was loved in return, and grew and helped grow. This was good." . . . . . I don't know where to go from here, so FIN. </post> <date>11,June,2004</date> <post> Well, what do you think, faithful reader? Pretty fancy looking blog, huh? Yeah, I've got a couple offers from CNN, Fox News, and the Trinity Broadcasting Network to write and do graphic design, but I've turned them down. My place is here, my time is now. My people need me. Plus, I made all that up. Yup, one thing that hasn't changed about this blog is that lies are a constant. Purely for humor sake, of course. Maybe. Anyway, the incomparable Andrew Rudd helped me to slap a fresh coat of paint on the old nag, and showed me some neat tricks. In addition, his comments are present, as are others, for my viewing pleasure and for the viewing pleasure of our more opinionated patrons who in turn wish to make their feelings about my state of mental retardation known. And don't think I don't appreciate it. Heh. I do have to do some more work on the links, as most of the other people's blogs links are outdated and coarse, and my personal fun stuff is also needing some revision. Those links are sooooo last year! On a more personal note, I am doing very well. I've been frolicing around with many people and enjoying the companionship of a new group of people, Emily's Friends, who are swiftly becoming referred to in my head as My Friends. They are mostly younger than me, but very intelligent and quirky. Other than that, I am doing well. The turmoil in my soul is settling and I'm starting to just enjoy being. For now, however, I think I will enjoy being in bed. </post> <date>04,June,2004</date> <post> Wow, such horrible spelling and paragraphical structure in that last post. I'm going to fix it. </post> <date>04,June,2004</date> <post> I am an odd mixture tonight. I'm definitely tired and should go to bed, but haven't gotten the caffeine from the cappucino I drank about noonish out of my system....that's some strong stuff.....thanks hot Daily Brew girl! So I remain awake, weary but restless. I'm weary because I'm tired of always having to be the person to call people, to step out and get together, and arrange stuff. I know that people are doing important things, but I just want some justification that I am important to them. I have this theory that maybe I'm mentally handicapped and I just don't know it, and people are just nice to me and friends with me out of guilt and charity. It's only in my lowest moments I resort to this amusing scenario, but it's a thought. On the rejuvenated side, I saw some people I haven't seen for a while tonight, and had a really good talk with Samantha, and she always knows how to make a person feel worthy and loved. We've definitely gotten a lot closer lately, partly because of our mutual relationship problems and partly because we just have these amazing late-night restaurant talks. I think we both feel this need to live a worthy life through caring about people and we both feel that our lives should be a work of art in themselves. Plus, we both love cards. I've resolved to be nicer to the people that call me at work. Answering thousands upon thousands calls a day tends to put a drain on my ability to form connections with people, but I'm gonna try my best. I resolved this on Memorial Day, and wouldn't you know it, that's when all the crazies called. I'm tired of feeling sad about girls and my soul is getting to have just about enough. . . . . Man, I've been really mopey lately. </post> <date>10,July,2004</date> <post> Ok, ok. I have decided that one (Edited for Content) I will expound upon. I'm not sure who reads this blog, so I wanted to be sensitive, but you know, screw being coy and proper, I want to talk about it. This journal is for nothing else if not me, right? I have been dating Kat for a while now, and it's been great. We're talking my head feels filled with cotton candy, my fingers and toes are electrified, my blood pumps through my veins to the timbre of Kat's laugh. So that's (one of) my secret posts. Part of the reason I didn't want to write about it is I'm not sure which of my ex-girlfriends read this blog, and I didn't want to have the online equivalent of when you see the ex at a party, and they are with someone else, and you feel crappy, because I've been through things like that, and they are one of the worst feelings in the world. But I would like to point out that if they are still reading this, they are taking that chance. I didn't force them into anything. I personally still read their blogs with that fear but with the knowledge I still get to read about their lives and see if they are ok. If we're going to be real honest, I also get to enjoy dark joys once in a while as well, but hey... If you are still with me at this point, I met Kat's parents last night, and it was truly enjoyable. Her parents are very animated and inviting, and her sister didn't give me any of the hard time I was warned of and secretly feared. Side Note: I find myself drawn more and more to speaking stories instead of writing them. It's tougher, especially when I make them up on the spot, but it's fun to have the reactions of an audience right there with you. I get my car back soon, it's fixed, but to the unpleasant tune of $400. I've been staying at my parent's house and using my mom's car for the most part and it's been kind of nice. Like a little vacation: I don't have to clean up much, free food, and nicer accomodations than I'm used to. BTW- My parents = saints. I just finished a Stephen King novel, and it was great. Every time I read his stuff, I'm completely sucked in by his writing style and the way that he artfully crafts horror. This sucking can be bad, but oh so good. I'm off, faithful readers, to an Indians game. Baseball! :) My dad got Loge (sp?) seats from PAX 23 'cause his store advertises with them, so I'll go at least for the free beer and food, and so me and Kat can hob-nob with TV executives. Word. </post> <date>06,July,2004</date> <post> Sorry about all the (Edited for Content) stuff in the previous post, but there were some things that seemed public in the deep of night, and more private in the harsh light of day. So if you want to know more about it, talk to me. And I just might tell you what the deal is. </post> <date>06,July,2004</date> <post> If I'm glad for nothing else in this life, I'm glad that I have the ability to appreciate irony, and find it amusing. Many things have been afoot since my last post, so I hope that you will excuse me for my absence, gentle reader. In no particular order, here's life as it stands... I have mono. I have started (Edited for Content). My car started unhappily smoking today. I've (Edited for Content). I won at poker. In general, it's been a pretty tumultous two weeks since my last post. I've been pretty busy, and I've had a lot of fun. Unfortunately, I've also been pretty tired, and my throat has been hurting like the dickens. Luckily, it's starting to feel better today, and I've been less feverish. The reason why I can appreciate irony is that if you look at my previous post, I make reference to the fact that I would rather blame my achy body on mono than on getting older, and my wish came true, in that kick you in the nuts kind of way. So I guess I have to thank God for that. I'm not going to say much about (Edited for Content), other than I've learned the value of a blown kiss. :) My car just started smoking while I was driving it today, and luckily I was able to pull off really easily, and AAA was on the scene lickety split. The guy that came and towed me was pretty rough, but nice, and taught me all I've ever wanted to know about the towing business, and a bit more. Dad seems to think it was the A/C that gave out, but I'll call in the morning to see what the damage is. I guess it's a good thing I've been saving up. I've (Edited for Content), so that's a problem. I won at poker! This is four times out of eight poker nights. I don't understand, but I like winning, and I like fellowship, and I kinda like the money. So woo-hoo! We had a really great turn-out for the poker night, it being the first co-ed one. And I ate some really good ribs. So there's me in a bloody great nutshell for right now, just to recap. I've missed lots of bits and pieces, moments frozen in the amber of my mind, but I just don't have the endurance to put them down right now. And I would be relying too much on the attention and endurance of my readers as well, all four of you. :) So suffice to say, life is good, God is great, despite the road bumps. </post> </Blog>
152.243309
3,907
0.735824
ce3fa507e82ea76648b95800c3fe3272649599d3
712
xml
XML
android/library/src/main/res/drawable/ic_fluent_paint_brush_20_regular.xml
johnarthur1/fluentui-system-icons
fd97ea6526d4c00ca9f1085582f27a10b1fce0e8
[ "MIT" ]
1
2021-10-10T12:42:36.000Z
2021-10-10T12:42:36.000Z
android/library/src/main/res/drawable/ic_fluent_paint_brush_20_regular.xml
johnarthur1/fluentui-system-icons
fd97ea6526d4c00ca9f1085582f27a10b1fce0e8
[ "MIT" ]
null
null
null
android/library/src/main/res/drawable/ic_fluent_paint_brush_20_regular.xml
johnarthur1/fluentui-system-icons
fd97ea6526d4c00ca9f1085582f27a10b1fce0e8
[ "MIT" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> <path android:pathData="M5.5 2C5.224 2 5 2.222 5 2.5v7.504c0 1.104 0.896 2 2 2h1.004V16c0 1.104 0.896 2 2 2 1.105 0 2-0.896 2-2v-3.998H13c1.105 0 2-0.895 2-2V2.5C15 2.223 14.776 2 14.5 2h-9zM6 9.003h8v1c0 0.552-0.448 1-1 1h-1.496c-0.276 0-0.5 0.223-0.5 0.5V16c0 0.552-0.448 1-1 1s-1-0.448-1-1v-4.498c0-0.276-0.224-0.5-0.5-0.5H7c-0.552 0-1-0.447-1-1v-1zm8-1H6V2.999h4v1.5C10 4.775 10.224 5 10.5 5S11 4.775 11 4.5V3h1v2.502c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5V3h1v5.005z" android:fillColor="@color/fluent_default_icon_tint"/> </vector>
178
535
0.714888
f08324c0f53421d3a4b97658b1c0355ef6a68121
1,912
xml
XML
app/src/main/res/values/dimen.xml
13ABEL/Untitled-for-now-
63a37d797fc48d83ddfa2ecf98ad8867583c992d
[ "MIT" ]
null
null
null
app/src/main/res/values/dimen.xml
13ABEL/Untitled-for-now-
63a37d797fc48d83ddfa2ecf98ad8867583c992d
[ "MIT" ]
null
null
null
app/src/main/res/values/dimen.xml
13ABEL/Untitled-for-now-
63a37d797fc48d83ddfa2ecf98ad8867583c992d
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="activity_top_margin">30px</dimen> <dimen name="activity_bottom_padding">8dp</dimen> <dimen name="activity_horizontal_margin">12dp</dimen> <dimen name="toolbar_height">56dp</dimen> <dimen name="toolbar_elevation">2dp</dimen> <dimen name="tab_height">36dp</dimen> <dimen name="tab_elevation">20dp</dimen> <dimen name="toolbar_padding">10dp</dimen> <dimen name="main_activity_padding_top">70dp</dimen> <!-- display deck items --> <dimen name="deck_item_margin">10dp</dimen> <dimen name="deck_item_padding_ver">14dp</dimen> <dimen name="deck_item_padding_hor">14dp</dimen> <dimen name="deck_item_title">14sp</dimen> <dimen name="deck_item_name_height">40dp</dimen> <dimen name="deck_item_height">130dp</dimen> <dimen name="deck_item_icon">40dp</dimen> <dimen name="deck_item_icon_margin">10dp</dimen> <!-- display card items --> <dimen name="card_item_height">86dp</dimen> <dimen name="card_item_image_height">40dp</dimen> <dimen name="card_item_infobar_height">46dp</dimen> <dimen name="card_item_padding">6dp</dimen> <dimen name="card_item_cost_margin">10dp</dimen> <!-- for the left nav --> <dimen name="left_nav_padding_top">10dp</dimen> <dimen name="left_nav_padding_left">20dp</dimen> <!-- for the single deck view --> <dimen name="top_Bar_height">140dp</dimen> <!-- for the single deck tabs --> <dimen name="tab_spacing_top">18dp</dimen> <dimen name="tab_spacing_side">14dp</dimen> <!-- theme sizes --> <dimen name="summary_text">16sp</dimen> <!--bottom navigation --> <dimen name="nav_bottom_height">56dp</dimen> <!-- dialog dimensions --> <dimen name="dialog_padding">20dp</dimen> </resources>
27.314286
58
0.650628
f866cfcb4a4459370008932453b5df05509f0675
1,254
xml
XML
OpenUI/OpenUI.xml
petemage/openec
9041f88e618a92765aafb0f596161a6178106807
[ "MIT" ]
null
null
null
OpenUI/OpenUI.xml
petemage/openec
9041f88e618a92765aafb0f596161a6178106807
[ "MIT" ]
null
null
null
OpenUI/OpenUI.xml
petemage/openec
9041f88e618a92765aafb0f596161a6178106807
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Interface.xsd"> <!-- Assets --> <Include file="Textures/Textures.xml" /> <Include file="Icons/Icons.xml" /> <Include file="OpenUI/Components/Components.xml" /> <Include file="OpenUI/Theme/Default/Fonts.xml" /> <!-- Script Files --> <Scripts> <Script file="OpenUI/OpenUI.lua" /> <Script file="OpenUI/Interface.lua" /> </Scripts> <Include file="OpenUI/Windows/MainMenu/MainMenuWindow.xml" /> <Include file="OpenUI/Windows/OverheadText/OverheadWindow.xml" /> <Include file="OpenUI/Windows/Hotbar/HotbarWindow.xml" /> <Include file="OpenUI/Windows/ContextMenu/ContextMenuWindow.xml" /> <Include file="OpenUI/Windows/Container/ContainerWindow.xml" /> <Include file="OpenUI/Windows/Drag/DragWindow.xml" /> <Include file="OpenUI/Windows/Paperdoll/PaperdollWindow.xml" /> <Include file="OpenUI/Windows/Spellbook/SpellbookWindow.xml" /> <Include file="OpenUI/Windows/Shop/ShopWindow.xml" /> <Include file="OpenUI/Windows/Debug/DebugWindow.xml" /> <Include file="OpenUI/Windows/Status/StatusWindow.xml" /> </Interface>
38
71
0.688198
5d13de375da4c676fad1b157ad4d56dd0eee0fd5
8,497
xml
XML
olympe-final/usr/lib/python3.8/site-packages/arsdk-xml/xml/drone_manager.xml
mbyzhang/olympe-ros-docker
039ea7d8f99ed4e7481150aedd4604d66fb28c57
[ "BSD-3-Clause" ]
null
null
null
olympe-final/usr/lib/python3.8/site-packages/arsdk-xml/xml/drone_manager.xml
mbyzhang/olympe-ros-docker
039ea7d8f99ed4e7481150aedd4604d66fb28c57
[ "BSD-3-Clause" ]
null
null
null
olympe-final/usr/lib/python3.8/site-packages/arsdk-xml/xml/drone_manager.xml
mbyzhang/olympe-ros-docker
039ea7d8f99ed4e7481150aedd4604d66fb28c57
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2014 Parrot SA Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Parrot nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <feature name="drone_manager" id="137"> Commands related to the drone_manager feature <enums> <enum name="security"> The security of the drone network. <value name="none"> The drone is not protected. </value> <value name="wpa2"> The drone is protected with Wpa2 (passphrase). </value> </enum> <enum name="connection_state"> The state of the connection to a drone. <value name="idle"> The drone manager do nothing (wait for command). </value> <value name="searching"> The drone manager is searching for a known drone. </value> <value name="connecting"> The drone manager is connecting to a drone. </value> <value name="connected"> The drone manager is connected to a drone. </value> <value name="disconnecting"> The drone manager is finishing the connection with the drone before taking further action. </value> </enum> </enums> <msgs> <!-- Drone list handling --> <cmd name="discover_drones" id="1"> <comment title="Request the drone list" desc="The list will contain:\n * known drones not currently visible. * known drones currently visible. * unknown drones currently visible." support="090f;0913;0915;0918" result="The drone manager will answer with a list of [drone\_list\_item](#137-2)"/> <expectations> <immediate> #137-2 </immediate> </expectations> </cmd> <evt name="drone_list_item" id="2" type="MAP_ITEM:serial"> <comment title="Drone list item" desc="Item describing a drone." support="090f;0913;0915;0918" triggered="when requested [discover_drones](#137-1)."/> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="model" type="u16"> Model id of the drone. </arg> <arg name="name" type="string"> Name (SSID) of the drone. </arg> <arg name="connection_order" type="u8"> 0 if the drone is unknwon (never connected). Else, order of last connection (1 = most recent) </arg> <arg name="active" type="u8"> 1 if the drone is active (the drone manager tries to connect or is connected to it) 0 if the drone is not the active one. </arg> <arg name="visible" type="u8"> 1 if the drone is currently visible, 0 otherwise. </arg> <arg name="security" type="enum:security"> Security method used by the drone. </arg> <arg name="has_saved_key" type="u8"> 1 if the drone manager has a saved security key for the drone, 0 otherwise. If security method is not 'none', and this value is 0, then the controller should prompt the user for a passphrase before sending a connect. </arg> <arg name="rssi" type="i8"> The drone rssi (wifi signal strength estimation). The value is meaningless if the drone is not visible. </arg> <arg name="list_flags" type="bitfield:u8:list_flags"/> </evt> <!-- Connection handling --> <cmd name="connect" id="3"> <comment title="Connect to a drone" desc="Request connection to a specific drone. Override the auto-selected drone." support="090f;0913;0915;0918" result="The drone manager will send an update of its [connection_state](#137-5), if relevant"/> <expectations> <immediate> #137-5 </immediate> </expectations> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="key" type="string"> Security key (passphrase) to use. This arg is ignored if the drone security is 'none'. If the drone manager has a saved key for the drone, pass an empty string to use it </arg> </cmd> <cmd name="forget" id="4"> <comment title="Forget a drone" desc="Forget the given drone. If the drone is the selected one, the auto-selection will run again." support="090f;0913;0915;0918" result="If the drone was the active one, a new one will be autoselected, and [connection_state](#137-5) update will be sent as needed. Otherwise, no answer will be sent from the drone manager"/> <expectations> <immediate> #137-5 </immediate> </expectations> <arg name="serial" type="string"> Serial number of the drone to forget. </arg> </cmd> <evt name="connection_state" id="5"> <comment title="State of the connection" desc="State of the connection." support="090f;0913;0915;0918" triggered="when the state changes.\nIf the state is 'searching', all informations about the drone will refer to the last connected drone.\n Otherwise, these informations will refer to the active drone."/> <arg name="state" type="enum:connection_state"> Current state of the connection. </arg> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="model" type="u16"> Model id of the drone. </arg> <arg name="name" type="string"> Name (SSID) of the drone. </arg> </evt> <evt name="authentication_failed" id="6"> <comment title="Authentication failed" desc="Authentication failed because of a wrong key (passphrase)." support="090f;0913;0915;0918" triggered="when trying to [connect](#137-3) to a protected drone with a wrong key (passphrase)"/> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="model" type="u16"> Model id of the drone. </arg> <arg name="name" type="string"> Name (SSID) of the drone. </arg> </evt> <evt name="connection_refused" id="7"> <comment title="Connection refused" desc="Connection refused by the drone because another peer is already connected to." support="090f;0913;0915;0918" triggered="Try to [connect](#137-3) to a drone where another peer is already connected to."/> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="model" type="u16"> Model id of the drone. </arg> <arg name="name" type="string"> Name (SSID) of the drone. </arg> </evt> <evt name="known_drone_item" id="8" type="MAP_ITEM:serial"> <comment title="Known drone item" desc="Item describing a known drone (already connected)." support="090f:1.0.3;0913;0915;0918" triggered="when [AllSettings](#4-4-0) is requested or when a drone is forgotten or connected for the first time."/> <arg name="serial" type="string"> Serial number of the drone. </arg> <arg name="model" type="u16"> Model id of the drone. </arg> <arg name="name" type="string"> Last visible Name (SSID) of the drone. </arg> <arg name="security" type="enum:security"> Security method used by the drone. </arg> <arg name="has_saved_key" type="u8"> 1 if the drone manager has a saved security key for the drone, 0 otherwise. If security method is not 'none', and this value is 0, then the controller should prompt the user for a passphrase before sending a connect. </arg> <arg name="list_flags" type="bitfield:u8:list_flags"/> </evt> </msgs> </feature>
35.852321
144
0.684595
5d1db837426295115c89ca6697d1262fc968ea1e
28,209
xml
XML
xml/System.Drawing/BufferedGraphicsContext.xml
Jteve-Sobs/dotnet-api-docs.de-de
776c235900f1e38b115cf4c31eb722f6c0ef2955
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.Drawing/BufferedGraphicsContext.xml
Jteve-Sobs/dotnet-api-docs.de-de
776c235900f1e38b115cf4c31eb722f6c0ef2955
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.Drawing/BufferedGraphicsContext.xml
Jteve-Sobs/dotnet-api-docs.de-de
776c235900f1e38b115cf4c31eb722f6c0ef2955
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="BufferedGraphicsContext" FullName="System.Drawing.BufferedGraphicsContext"> <Metadata><Meta Name="ms.openlocfilehash" Value="a629df442c2bb9fc752bc1664724e185d95fbf82" /><Meta Name="ms.sourcegitcommit" Value="b53d35b4a410c949742abd4c6a989d1af5357bca" /><Meta Name="ms.translationtype" Value="MT" /><Meta Name="ms.contentlocale" Value="de-DE" /><Meta Name="ms.lasthandoff" Value="07/21/2020" /><Meta Name="ms.locfileid" Value="86819657" /></Metadata><TypeSignature Language="C#" Value="public sealed class BufferedGraphicsContext : IDisposable" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit BufferedGraphicsContext extends System.Object implements class System.IDisposable" /> <TypeSignature Language="DocId" Value="T:System.Drawing.BufferedGraphicsContext" /> <TypeSignature Language="VB.NET" Value="Public NotInheritable Class BufferedGraphicsContext&#xA;Implements IDisposable" /> <TypeSignature Language="C++ CLI" Value="public ref class BufferedGraphicsContext sealed : IDisposable" /> <TypeSignature Language="F#" Value="type BufferedGraphicsContext = class&#xA; interface IDisposable" /> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>System.IDisposable</InterfaceName> </Interface> </Interfaces> <Docs> <summary>Stellt Methoden für das Erstellen von Grafikpuffern bereit, die für die doppelte Pufferung verwendet werden können.</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Mit der- <xref:System.Drawing.BufferedGraphicsContext> Klasse können Sie benutzerdefinierte doppelte Pufferung für Ihre Grafiken implementieren. Grafiken, die doppelte Pufferung verwenden, können das Flimmern reduzieren oder eliminieren, das durch das Neuzeichnen einer Anzeige Oberfläche verursacht wird. > [!NOTE] > Die einfachste Möglichkeit, die doppelte Pufferung zu verwenden, besteht darin, das <xref:System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer> Steuerelement stilflag für ein Steuerelement mithilfe der-Methode festzulegen <xref:System.Windows.Forms.Control.SetStyle%2A> . Wenn Sie das <xref:System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer> Steuerelement Stile-Flag für ein Steuerelement festlegen, wird das gesamte zeichnen für das Steuerelement über einen Standard Grafik Puffer umgeleitet, ohne dass zusätzlicher Code erforderlich ist. Dieses Flag ist standardmäßig auf festgelegt `true` . Die <xref:System.Drawing.BufferedGraphicsContext> -Klasse stellt Methoden zum Erstellen und Konfigurieren eines Grafik Puffers bereit. Die- <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> Methode erstellt eine <xref:System.Drawing.BufferedGraphics> , bei der es sich um einen Wrapper für einen Grafik Puffer handelt, der auch Methoden bereitstellt, mit denen Sie in den Puffer schreiben und dessen Inhalt auf einem Ausgabegerät Renderern können. Sie können den <xref:System.Drawing.BufferedGraphicsContext> für die aktuelle Anwendungsdomäne aus der statischen- <xref:System.Drawing.BufferedGraphicsManager.Current%2A?displayProperty=nameWithType> Eigenschaft abrufen. Für grafisch intensive Anwendungen wie Animation können Sie eine dedizierte <xref:System.Drawing.BufferedGraphicsContext> mithilfe des Konstruktors erstellen, aber für die meisten Anwendungen ist die- <xref:System.Drawing.BufferedGraphicsManager.Current%2A?displayProperty=nameWithType> Eigenschaft ausreichend. Weitere Informationen zum Zeichnen von gepufferten Grafiken und benutzerdefinierten Pufferimplementierungen finden Sie unter [doppelte gepufferte](/dotnet/framework/winforms/advanced/double-buffered-graphics) Grafiken und Gewusst [wie: Manuelles Verwalten von gepufferten Grafiken](/dotnet/framework/winforms/advanced/how-to-manually-manage-buffered-graphics). ## Examples Im folgenden Codebeispiel wird veranschaulicht, wie der <xref:System.Drawing.BufferedGraphicsContext> für die aktuelle Anwendungsdomäne abgerufen wird. Dieser Code ist Teil eines größeren Beispiels, das für die-Klasse bereitgestellt wird <xref:System.Drawing.BufferedGraphics> . [!code-cpp[BufferingExamples#1](~/samples/snippets/cpp/VS_Snippets_Winforms/BufferingExamples/CPP/bufferingexamples.cpp#1)] [!code-csharp[BufferingExamples#1](~/samples/snippets/csharp/VS_Snippets_Winforms/BufferingExamples/CS/bufferingexamples.cs#1)] [!code-vb[BufferingExamples#1](~/samples/snippets/visualbasic/VS_Snippets_Winforms/BufferingExamples/VB/bufferingexamples.vb#1)] ]]></format> </remarks> <altmember cref="T:System.Drawing.BufferedGraphics" /> <altmember cref="T:System.Drawing.BufferedGraphicsManager" /> <altmember cref="F:System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer" /> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public BufferedGraphicsContext ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; BufferedGraphicsContext();" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary>Initialisiert eine neue Instanz der <see cref="T:System.Drawing.BufferedGraphicsContext" />-Klasse.</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Für grafisch intensive Anwendungen, wie z. b. Animation, kann die Leistung manchmal verbessert werden, indem ein dedizierter <xref:System.Drawing.BufferedGraphicsContext> anstelle der von bereitgestellten Standard Instanz verwendet wird <xref:System.Drawing.BufferedGraphicsManager> . Dadurch können Grafik Puffer einzeln erstellt und verwaltet werden. > [!NOTE] > Sie sollten immer anrufen, <xref:System.Drawing.BufferedGraphicsContext.Dispose%2A> Wenn Sie die Verwendung eines dedizierten beendet haben <xref:System.Drawing.BufferedGraphicsContext> . Weitere Informationen zu dedizierten Grafik Puffern finden [Sie unter Gewusst wie: Manuelles Verwalten von gepufferten Grafiken](/dotnet/framework/winforms/advanced/how-to-manually-manage-buffered-graphics). ]]></format> </remarks> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> <related type="Article" href="/dotnet/framework/winforms/advanced/how-to-manually-manage-buffered-graphics">Vorgehensweise: Manuelles Verwalten von gepufferten Grafiken</related> </Docs> </Member> <MemberGroup MemberName="Allocate"> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>Erstellt einen Grafikpuffer.</summary> </Docs> </MemberGroup> <Member MemberName="Allocate"> <MemberSignature Language="C#" Value="public System.Drawing.BufferedGraphics Allocate (System.Drawing.Graphics targetGraphics, System.Drawing.Rectangle targetRectangle);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Drawing.BufferedGraphics Allocate(class System.Drawing.Graphics targetGraphics, valuetype System.Drawing.Rectangle targetRectangle) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)" /> <MemberSignature Language="VB.NET" Value="Public Function Allocate (targetGraphics As Graphics, targetRectangle As Rectangle) As BufferedGraphics" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Drawing::BufferedGraphics ^ Allocate(System::Drawing::Graphics ^ targetGraphics, System::Drawing::Rectangle targetRectangle);" /> <MemberSignature Language="F#" Value="member this.Allocate : System.Drawing.Graphics * System.Drawing.Rectangle -&gt; System.Drawing.BufferedGraphics" Usage="bufferedGraphicsContext.Allocate (targetGraphics, targetRectangle)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Drawing.BufferedGraphics</ReturnType> </ReturnValue> <Parameters> <Parameter Name="targetGraphics" Type="System.Drawing.Graphics" /> <Parameter Name="targetRectangle" Type="System.Drawing.Rectangle" /> </Parameters> <Docs> <param name="targetGraphics">Das <see cref="T:System.Drawing.Graphics" />, dem das Pixelformat des neuen Puffers entsprechen soll.</param> <param name="targetRectangle">Ein <see cref="T:System.Drawing.Rectangle" />, das die Größe des zu erstellenden Puffers angibt.</param> <summary>Erstellt mithilfe des Pixelformats des angegebenen <see cref="T:System.Drawing.Graphics" /> einen Grafikpuffer von der angegebenen Größe.</summary> <returns>Ein <see cref="T:System.Drawing.BufferedGraphics" />, das zum Zeichnen in einen Puffer mit den angegebenen Abmessungen verwendet werden kann.</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Wenn Sie die- <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> Methode mit einem Rechteck aufzurufen, dessen Größe den Wert der-Eigenschaft überschreitet <xref:System.Drawing.BufferedGraphicsContext.MaximumBuffer%2A> , wird ein temporäres <xref:System.Drawing.BufferedGraphicsContext> erstellt, um den Puffer zuzuordnen und einen temporären Kontext für den Puffer bereitzustellen. Die neue unter <xref:System.Drawing.BufferedGraphicsContext> scheidet sich von der <xref:System.Drawing.BufferedGraphicsContext> für die Anwendungsdomäne und wird automatisch verworfen, wenn der <xref:System.Drawing.BufferedGraphics> von der-Methode zurückgegebene verworfen <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> wird. ## Examples Im folgenden Codebeispiel wird das Erstellen eines Grafik Puffers mithilfe der- <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> Methode veranschaulicht. Dieser Code ist Teil eines größeren Beispiels, das für die-Klasse bereitgestellt wird <xref:System.Drawing.BufferedGraphics> . [!code-cpp[BufferingExamples#3](~/samples/snippets/cpp/VS_Snippets_Winforms/BufferingExamples/CPP/bufferingexamples.cpp#3)] [!code-csharp[BufferingExamples#3](~/samples/snippets/csharp/VS_Snippets_Winforms/BufferingExamples/CS/bufferingexamples.cs#3)] [!code-vb[BufferingExamples#3](~/samples/snippets/visualbasic/VS_Snippets_Winforms/BufferingExamples/VB/bufferingexamples.vb#3)] ]]></format> </remarks> <altmember cref="T:System.Drawing.BufferedGraphics" /> <altmember cref="T:System.Drawing.Graphics" /> <altmember cref="T:System.Drawing.Rectangle" /> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> </Member> <Member MemberName="Allocate"> <MemberSignature Language="C#" Value="public System.Drawing.BufferedGraphics Allocate (IntPtr targetDC, System.Drawing.Rectangle targetRectangle);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Drawing.BufferedGraphics Allocate(native int targetDC, valuetype System.Drawing.Rectangle targetRectangle) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)" /> <MemberSignature Language="VB.NET" Value="Public Function Allocate (targetDC As IntPtr, targetRectangle As Rectangle) As BufferedGraphics" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Drawing::BufferedGraphics ^ Allocate(IntPtr targetDC, System::Drawing::Rectangle targetRectangle);" /> <MemberSignature Language="F#" Value="member this.Allocate : nativeint * System.Drawing.Rectangle -&gt; System.Drawing.BufferedGraphics" Usage="bufferedGraphicsContext.Allocate (targetDC, targetRectangle)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Drawing.BufferedGraphics</ReturnType> </ReturnValue> <Parameters> <Parameter Name="targetDC" Type="System.IntPtr" /> <Parameter Name="targetRectangle" Type="System.Drawing.Rectangle" /> </Parameters> <Docs> <param name="targetDC">Ein <see cref="T:System.IntPtr" /> für einen Gerätekontext, dem das Pixelformat des neuen Puffers entsprechen soll.</param> <param name="targetRectangle">Ein <see cref="T:System.Drawing.Rectangle" />, das die Größe des zu erstellenden Puffers angibt.</param> <summary>Erstellt mithilfe des Pixelformats des angegebenen <see cref="T:System.Drawing.Graphics" /> einen Grafikpuffer von der angegebenen Größe.</summary> <returns>Ein <see cref="T:System.Drawing.BufferedGraphics" />, das zum Zeichnen in einen Puffer mit den angegebenen Abmessungen verwendet werden kann.</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Wenn Sie die- <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> Methode mit einem Rechteck aufzurufen, dessen Größe den Wert der-Eigenschaft überschreitet <xref:System.Drawing.BufferedGraphicsContext.MaximumBuffer%2A> , wird ein temporäres <xref:System.Drawing.BufferedGraphicsContext> erstellt, um den Puffer zuzuordnen und einen temporären Kontext für den Puffer bereitzustellen. Die neue unter <xref:System.Drawing.BufferedGraphicsContext> scheidet sich von der <xref:System.Drawing.BufferedGraphicsContext> für die Anwendungsdomäne und wird automatisch verworfen, wenn der <xref:System.Drawing.BufferedGraphics> von der-Methode zurückgegebene verworfen <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> wird. ## Examples Im folgenden Codebeispiel wird das Erstellen eines Grafik Puffers mithilfe der- <xref:System.Drawing.BufferedGraphicsContext.Allocate%2A> Methode veranschaulicht. Dieser Code ist Teil eines größeren Beispiels, das für die-Klasse bereitgestellt wird <xref:System.Drawing.BufferedGraphics> . [!code-cpp[BufferingExamples#4](~/samples/snippets/cpp/VS_Snippets_Winforms/BufferingExamples/CPP/bufferingexamples.cpp#4)] [!code-csharp[BufferingExamples#4](~/samples/snippets/csharp/VS_Snippets_Winforms/BufferingExamples/CS/bufferingexamples.cs#4)] [!code-vb[BufferingExamples#4](~/samples/snippets/visualbasic/VS_Snippets_Winforms/BufferingExamples/VB/bufferingexamples.vb#4)] ]]></format> </remarks> <altmember cref="T:System.Drawing.BufferedGraphics" /> <altmember cref="T:System.IntPtr" /> <altmember cref="T:System.Drawing.Rectangle" /> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> </Member> <Member MemberName="Dispose"> <MemberSignature Language="C#" Value="public void Dispose ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Dispose() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.Dispose" /> <MemberSignature Language="VB.NET" Value="Public Sub Dispose ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual void Dispose();" /> <MemberSignature Language="F#" Value="abstract member Dispose : unit -&gt; unit&#xA;override this.Dispose : unit -&gt; unit" Usage="bufferedGraphicsContext.Dispose " /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.IDisposable.Dispose</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Gibt alle vom <see cref="T:System.Drawing.BufferedGraphicsContext" /> verwendeten Ressourcen frei.</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Rufen Sie <xref:System.Drawing.BufferedGraphicsContext.Dispose%2A> auf, wenn Sie <xref:System.Drawing.BufferedGraphicsContext> nicht mehr benötigen. Die <xref:System.Drawing.BufferedGraphicsContext.Dispose%2A>-Methode bewirkt, dass <xref:System.Drawing.BufferedGraphicsContext> nicht mehr verwendet werden kann. Nach dem Aufrufen <xref:System.Drawing.BufferedGraphicsContext.Dispose%2A> von müssen Sie alle Verweise auf den freigeben, <xref:System.Drawing.BufferedGraphicsContext> damit der Garbage Collector den Speicher freigeben kann, den der <xref:System.Drawing.BufferedGraphicsContext> belegt hat. Weitere Informationen finden Sie unter [Bereinigen von nicht verwalteten Ressourcen](/dotnet/standard/garbage-collection/unmanaged) und [Implementieren einer](/dotnet/standard/garbage-collection/implementing-dispose)verwerfen-Methode. > [!NOTE] > Rufen Sie immer <xref:System.Drawing.BufferedGraphicsContext.Dispose%2A> auf, bevor Sie den letzten Verweis auf das <xref:System.Drawing.BufferedGraphicsContext> freigeben. Andernfalls werden die verwendeten Ressourcen nicht freigegeben, bis die Garbage Collector die- <xref:System.Object.Finalize%2A> Methode von aufruft <xref:System.Drawing.BufferedGraphicsContext> . ]]></format> </remarks> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> </Member> <Member MemberName="Finalize"> <MemberSignature Language="C#" Value="~BufferedGraphicsContext ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Finalize() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.Finalize" /> <MemberSignature Language="VB.NET" Value="Finalize ()" /> <MemberSignature Language="C++ CLI" Value="!BufferedGraphicsContext ()" /> <MemberSignature Language="F#" Value="override this.Finalize : unit -&gt; unit" Usage="bufferedGraphicsContext.Finalize " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Invalidate"> <MemberSignature Language="C#" Value="public void Invalidate ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Invalidate() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Drawing.BufferedGraphicsContext.Invalidate" /> <MemberSignature Language="VB.NET" Value="Public Sub Invalidate ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void Invalidate();" /> <MemberSignature Language="F#" Value="member this.Invalidate : unit -&gt; unit" Usage="bufferedGraphicsContext.Invalidate " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Verwirft den aktuellen Grafikpuffer, wenn ein Puffer reserviert und noch nicht verworfen wurde.</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Wenn der Grafik Puffer verwendet wird, wird er für die Löschung markiert, sobald er kostenlos ist. Andernfalls wird Sie sofort verworfen. ]]></format> </remarks> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> </Member> <Member MemberName="MaximumBuffer"> <MemberSignature Language="C#" Value="public System.Drawing.Size MaximumBuffer { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Drawing.Size MaximumBuffer" /> <MemberSignature Language="DocId" Value="P:System.Drawing.BufferedGraphicsContext.MaximumBuffer" /> <MemberSignature Language="VB.NET" Value="Public Property MaximumBuffer As Size" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Drawing::Size MaximumBuffer { System::Drawing::Size get(); void set(System::Drawing::Size value); };" /> <MemberSignature Language="F#" Value="member this.MaximumBuffer : System.Drawing.Size with get, set" Usage="System.Drawing.BufferedGraphicsContext.MaximumBuffer" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Drawing</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Drawing.Common</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.1</AssemblyVersion> <AssemblyVersion>4.0.1.0</AssemblyVersion> <AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>5.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="netframework-4.0"> <AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName> <AttributeName Language="F#">[&lt;get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Drawing.Size</ReturnType> </ReturnValue> <Docs> <summary>Ruft die maximale Größe des zu verwendenden Puffers ab oder legt diese fest.</summary> <value>Eine <see cref="T:System.Drawing.Size" />, die die maximale Größe der Pufferdimensionen angibt.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Diese Eigenschaft ermöglicht es Ihnen, die maximale Größe für einen Puffer, der im Arbeitsspeicher beibehalten werden soll, zu erhalten oder festzulegen. Sie können einen Puffer beliebiger Größe zuordnen, allerdings wird jeder Puffer mit Dimensionen, der größer ist als die <xref:System.Drawing.BufferedGraphicsContext.MaximumBuffer%2A> Größe, temporär verwendet und dann verworfen, wenn das <xref:System.Drawing.BufferedGraphics> Objekt freigegeben wird. ## Examples Im folgenden Beispiel wird veranschaulicht, wie die maximale Größe für den Puffer für ein festgelegt wird <xref:System.Drawing.BufferedGraphicsContext> . Dieser Code ist Teil eines größeren Beispiels, das für die-Klasse bereitgestellt wird <xref:System.Drawing.BufferedGraphics> . [!code-cpp[BufferingExamples#2](~/samples/snippets/cpp/VS_Snippets_Winforms/BufferingExamples/CPP/bufferingexamples.cpp#2)] [!code-csharp[BufferingExamples#2](~/samples/snippets/csharp/VS_Snippets_Winforms/BufferingExamples/CS/bufferingexamples.cs#2)] [!code-vb[BufferingExamples#2](~/samples/snippets/visualbasic/VS_Snippets_Winforms/BufferingExamples/VB/bufferingexamples.vb#2)] ]]></format> </remarks> <exception cref="T:System.ArgumentException">Die Höhe oder Breite der Größe ist kleiner oder gleich 0 (null).</exception> <related type="Article" href="/dotnet/framework/winforms/advanced/double-buffered-graphics">Doppelt gepufferte Grafiken</related> </Docs> </Member> </Members> </Type>
71.961735
842
0.732639
a9c34df4c80ca11b5848c0b634124ab4db5f6730
4,482
xml
XML
NewYorkTimesSearch/app/src/main/res/layout/fragment_search_filter_dialog.xml
mug797/news
17935efdde8da9fc9fe2b0346b8496c1098266c3
[ "Apache-2.0" ]
null
null
null
NewYorkTimesSearch/app/src/main/res/layout/fragment_search_filter_dialog.xml
mug797/news
17935efdde8da9fc9fe2b0346b8496c1098266c3
[ "Apache-2.0" ]
1
2016-10-24T07:54:26.000Z
2016-10-24T07:54:26.000Z
NewYorkTimesSearch/app/src/main/res/layout/fragment_search_filter_dialog.xml
mug797/news
17935efdde8da9fc9fe2b0346b8496c1098266c3
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.example.mkhade.newyorktimessearch.fragments.SearchFilterDialogFragment"> <!-- TODO: Update blank fragment layout --> <EditText android:layout_marginTop="50dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10" android:gravity="center" android:id="@+id/etBeginDate" android:layout_alignParentTop="true" android:layout_toRightOf="@+id/tvDate" android:layout_marginLeft="7dp" /> <TextView android:layout_marginTop="50dp" android:text="Begin Date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:id="@+id/tvDate" android:layout_alignBaseline="@+id/etBeginDate" android:layout_alignBottom="@+id/etBeginDate" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_marginLeft="20dp" /> <TextView android:text="Sort Order" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/etBeginDate" android:layout_alignLeft="@+id/tvDate" android:layout_alignStart="@+id/tvDate" android:layout_marginTop="32dp" android:id="@+id/tvSortOrder" /> <Spinner android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBottom="@+id/tvSortOrder" android:layout_alignLeft="@+id/etBeginDate" android:layout_alignStart="@+id/etBeginDate" android:id="@+id/spSortOrder" /> <CheckBox android:text="Arts" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="55dp" android:layout_marginStart="55dp" android:id="@+id/cbArts" android:layout_alignTop="@+id/tvNewsDesk" android:layout_alignLeft="@+id/spSortOrder" android:layout_alignStart="@+id/spSortOrder" /> <CheckBox android:text="Fashion &amp; Style" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/cbFashionStyle" android:layout_below="@+id/cbArts" android:layout_alignLeft="@+id/cbArts" android:layout_alignStart="@+id/cbArts" /> <CheckBox android:text="Sports" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/cbSports" android:layout_below="@+id/cbFashionStyle" android:layout_alignLeft="@+id/cbFashionStyle" android:layout_alignStart="@+id/cbFashionStyle" /> <TextView android:text="News Desk" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="30dp" android:id="@+id/tvNewsDesk" android:layout_below="@+id/tvSortOrder" android:layout_alignLeft="@+id/tvSortOrder" android:layout_alignStart="@+id/tvSortOrder" /> <Button android:text="Cancel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="40dp" android:id="@+id/btCancel" android:layout_below="@+id/cbSports" android:layout_toRightOf="@+id/tvDate" /> <Button android:text="Save" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/btSave" android:layout_alignBaseline="@+id/btCancel" android:layout_alignBottom="@+id/btCancel" android:layout_alignRight="@+id/cbFashionStyle" android:layout_alignEnd="@+id/cbFashionStyle" /> </RelativeLayout>
40.378378
99
0.607095
1e8e66353d64249094ecb259fccaf17c484895f8
3,888
xml
XML
lib_tcvideojoiner/src/main/res/layout/activity_video_joiner_preview.xml
zxuu/TremblePictures
b377d4ff808c7b4319b3ae853296fc4788af2ddc
[ "Apache-2.0" ]
2
2019-09-18T10:19:56.000Z
2020-08-01T07:39:28.000Z
lib_tcvideojoiner/src/main/res/layout/activity_video_joiner_preview.xml
zxuu/DouTu
b377d4ff808c7b4319b3ae853296fc4788af2ddc
[ "Apache-2.0" ]
null
null
null
lib_tcvideojoiner/src/main/res/layout/activity_video_joiner_preview.xml
zxuu/DouTu
b377d4ff808c7b4319b3ae853296fc4788af2ddc
[ "Apache-2.0" ]
null
null
null
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white"> <RelativeLayout android:id="@+id/layout_joiner" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true"> <FrameLayout android:id="@+id/layout_title" android:layout_width="match_parent" android:layout_height="41dp" android:layout_alignParentTop="true" android:background="#181818"> <LinearLayout android:id="@+id/back_ll" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginLeft="12dp"> <ImageView android:layout_width="14dp" android:layout_height="24dp" android:layout_gravity="center_vertical" android:gravity="center" android:src="@drawable/btn_back_gray" /> <TextView android:id="@+id/back_tv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginLeft="4dp" android:gravity="center_vertical" android:text="返回" android:textColor="#ffffff" android:textSize="14dp" /> </LinearLayout> <TextView android:id="@+id/title_tv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="视频预览" android:textColor="#ffffff" android:textSize="18dp" /> </FrameLayout> <RelativeLayout android:id="@+id/layout_player" android:layout_width="match_parent" android:layout_height="225dp" android:layout_below="@+id/layout_title" android:background="@color/black"> <FrameLayout android:id="@+id/video_view" android:layout_width="match_parent" android:layout_height="225dp" /> <ImageButton android:id="@+id/btn_play" android:layout_width="100dp" android:layout_height="100dp" android:layout_centerInParent="true" android:background="@drawable/ic_play_bg" android:src="@drawable/ic_pause" /> </RelativeLayout> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true"> <TextView android:id="@+id/btn_done" android:layout_width="match_parent" android:layout_height="40dp" android:layout_marginBottom="15dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:background="@color/colorAccent" android:gravity="center" android:text="确定" android:textColor="@color/colorTextWhite" android:textSize="@dimen/h8" /> </RelativeLayout> </RelativeLayout> <View android:id="@+id/preview_view_anchor" android:layout_width="match_parent" android:layout_height="0dp" android:layout_alignParentBottom="true" /> </RelativeLayout>
36.336449
74
0.55427
0bda536c9fdc2885a64943a6420f8663163bfd68
7,987
xml
XML
DDB_EpiDoc_XML/c.ep.lat/c.ep.lat.206.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
DDB_EpiDoc_XML/c.ep.lat/c.ep.lat.206.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
DDB_EpiDoc_XML/c.ep.lat/c.ep.lat.206.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.stoa.org/epidoc/schema/8.16/tei-epidoc.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <TEI xmlns="http://www.tei-c.org/ns/1.0" n="0002;;206" xml:id="c.ep.lat.206" xml:lang="en"> <teiHeader> <fileDesc> <titleStmt> <title>c.ep.lat.206</title> </titleStmt> <publicationStmt> <authority>Duke Collaboratory for Classics Computing (DC3)</authority> <idno type="filename">c.ep.lat.206</idno> <idno type="ddb-perseus-style">0002;;206</idno> <idno type="ddb-hybrid">c.ep.lat;;206</idno> <idno type="HGV">69995</idno> <idno type="TM">69995</idno> <availability> <p>© Duke Databank of Documentary Papyri. This work is licensed under a <ref type="license" target="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</ref>.</p> </availability> </publicationStmt> <sourceDesc> <p/> </sourceDesc> </fileDesc> <profileDesc> <langUsage> <language ident="en">English</language> <language ident="la">Latin</language> </langUsage> <handNotes> <handNote xml:id="m2"/> <handNote xml:id="m1"/> </handNotes> </profileDesc> <revisionDesc> <change when="2011-12-14" who="http://papyri.info/editor/users/gabrielbodard">rationalized languages in langUsage</change> <change when="2011-12-14" who="http://papyri.info/editor/users/gabrielbodard">changed editor names to URIs</change> <change when="2011-03-02" who="http://papyri.info/editor/users/gabrielbodard">batch converted all tei:sic to tei:orig and tei:corr to tei:reg</change> <change when="2010-05-05" who="http://papyri.info/editor/users/gabrielbodard">changed schema; added xml:space=preserve; indented; moved title/@n to idno</change> <change when="2009-11-12" who="http://papyri.info/editor/users/gabrielbodard">Added language la-Grek</change> <change when="2009-06-27" who="http://papyri.info/editor/users/gabrielbodard">Converted from TEI P4 (EpiDoc DTD v. 6) to P5 (EpiDoc RNG schema)</change> <change when="2008-12-23" who="http://papyri.info/about">Automated split from transcoder files</change> </revisionDesc> </teiHeader> <text> <body> <head n="69995" xml:lang="en"> <date>AD232-237</date> <placeName>?</placeName> <ref n="chla;12;527" type="reprint-from">ChLA12,527</ref> </head> <div xml:lang="la" type="edition" xml:space="preserve"><ab> <lb n="1"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="1" unit="character"/><gap reason="lost" quantity="5" unit="character"/><gap reason="illegible" quantity="2" unit="character"/><gap reason="lost" quantity="3" unit="character"/>rto <expan>v<ex>iro</ex></expan> <expan>c<ex>larissimo</ex></expan> ab<gap reason="illegible" quantity="1" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="2"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="3" unit="character"/>pa<gap reason="illegible" quantity="2" unit="character"/><unclear>h</unclear><gap reason="illegible" quantity="2" unit="character"/>us <supplied reason="lost">o</supplied>mni hon<unclear>ore</unclear> <gap reason="illegible" quantity="2" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="2bis"/><handShift new="m2" cert="low"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="1" unit="character"/>s de<gap reason="lost" extent="unknown" unit="character"/> <lb n="2ter"/><gap reason="lost" extent="unknown" unit="character"/>addi<gap reason="illegible" quantity="4" unit="character"/> Apolli<gap reason="lost" quantity="5" unit="character"/><gap reason="illegible" quantity="3" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="2quater"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="1" unit="character"/> <expan>Aur<ex>el </ex></expan> Arpocratio<gap reason="lost" quantity="6" unit="character"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="1" unit="character"/> <lb n="2quinquies"/><gap reason="lost" extent="unknown" unit="character"/> in cirgo i<unclear>lli</unclear> <choice><reg>dediticii</reg><orig>d<unclear>a</unclear>ticii</orig></choice> <gap reason="lost" quantity="3" unit="character"/><gap reason="illegible" quantity="3" unit="character"/> cyrg<gap reason="illegible" quantity="1" unit="character"/>t<unclear>i</unclear> <unclear>i</unclear>bis in<gap reason="lost" extent="unknown" unit="character"/> <lb n="2sexies"/><gap reason="lost" extent="unknown" unit="character"/> <del rend="erasure">a <gap reason="illegible" extent="unknown" unit="character"><desc>vestiges</desc></gap> </del> Aurel<gap reason="illegible" quantity="3" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="3"/><handShift new="m1"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="4" unit="character"/><gap reason="illegible" quantity="2" unit="character"/>ria<unclear>e</unclear><gap reason="lost" extent="unknown" unit="character"/> <lb n="4"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="4" unit="character"/>r<gap reason="illegible" quantity="2" unit="character"/>h<gap reason="illegible" quantity="2" unit="character"/>ad To<gap reason="illegible" quantity="2" unit="character"/>mos l<gap reason="illegible" quantity="1" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="5"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="1" unit="character"/><gap reason="lost" quantity="1" unit="character"/><gap reason="illegible" quantity="1" unit="character"/> Mevius Honoratianus <expan>praef<ex>ectus</ex></expan> Ae<supplied reason="lost">gypti </supplied><gap reason="lost" extent="unknown" unit="character"/> <lb n="6"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="2" unit="character"/> Tethiteis Achypsousen gen<gap reason="illegible" quantity="2" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="7"/><gap reason="lost" extent="unknown" unit="character"/>t domine <gap reason="illegible" quantity="4" unit="character"/>usio no<unclear>ti</unclear>tias <gap reason="lost" extent="unknown" unit="character"/> <lb n="8"/><gap reason="lost" extent="unknown" unit="character"/> armatos c<unclear>u</unclear>m <unclear>r</unclear>an<unclear>p</unclear>iis et scu<unclear>t</unclear><supplied reason="lost">is </supplied><gap reason="lost" extent="unknown" unit="character"/> <lb n="9"/>vac <lb n="10"/><gap reason="lost" extent="unknown" unit="character"/><unclear>c</unclear>ipit o<gap reason="illegible" quantity="1" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="11"/><gap reason="lost" extent="unknown" unit="character"/><supplied reason="lost"> Ae</supplied>gypto u<gap reason="illegible" quantity="2" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> <lb n="12"/><gap reason="lost" extent="unknown" unit="character"/><gap reason="illegible" quantity="2" unit="character"/><gap reason="lost" extent="unknown" unit="character"/> </ab></div> </body> </text> </TEI>
87.769231
459
0.66483
ad2c3735ab87d8f7a28973456125ffdcfd091fd9
569
sublime-snippet
XML
sublime-snippets/zipObject.sublime-snippet
305088020/30-seconds-of-code-texteditorsnippets
da1d5f9ab834ff0162a62c9c6055bbc1e9de9cfa
[ "CC0-1.0" ]
39
2018-01-03T04:28:06.000Z
2022-03-04T10:38:51.000Z
sublime-snippets/zipObject.sublime-snippet
305088020/30-seconds-of-code-texteditorsnippets
da1d5f9ab834ff0162a62c9c6055bbc1e9de9cfa
[ "CC0-1.0" ]
8
2018-01-02T17:55:19.000Z
2020-09-04T10:07:05.000Z
sublime-snippets/zipObject.sublime-snippet
305088020/30-seconds-of-code-texteditorsnippets
da1d5f9ab834ff0162a62c9c6055bbc1e9de9cfa
[ "CC0-1.0" ]
33
2018-01-02T17:43:25.000Z
2019-05-03T23:57:35.000Z
<snippet> <content><![CDATA[const zipObject = (props, values) => props.reduce((obj, prop, index) => ((obj[prop] = values[index]), obj), {});]]></content> <description>Given an array of valid property identifiers and an array of values, return an object associating the properties to the values. Since an object can have undefined values but not undefined property pointers, the array of properties is used to decide the structure of the resulting object using `Array.reduce()`.</description> <tabTrigger>zipObject</tabTrigger> <scope>source.js</scope> </snippet>
81.285714
339
0.745167