-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
991ec31
commit 62db542
Showing
8,810 changed files
with
181,592 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<h1>Box GitHub Pages</h1> | ||
<h2>Javadocs</h2> | ||
<ul> | ||
<li><a href="https://okocraft.github.io/Box/release">Latest Release</a></li> | ||
<li><a href="https://okocraft.github.io/Box/snapshot">Snapshot</a></li> | ||
</ul> | ||
<h2>Maven Repository</h2> | ||
<h3>For release</h3> | ||
<h4>Maven</h4> | ||
<div class="highlight highlight-text-xml"><pre><<span class="pl-ent">repository</span>> | ||
<<span class="pl-ent">id</span>>okocraft-box-repo</<span class="pl-ent">id</span>> | ||
<<span class="pl-ent">url</span>>https://okocraft.github.io/Box/maven/</<span class="pl-ent">url</span>> | ||
</<span class="pl-ent">repository</span>></pre></div> | ||
<h4>Gradle (Groovy DSL)</h4> | ||
<pre><code>repositories { | ||
maven { | ||
url 'https://okocraft.github.io/Box/maven/' | ||
} | ||
} | ||
</code></pre> | ||
<h4>Gradle (Kotlin DSL)</h4> | ||
<div class="highlight highlight-source-kotlin"><pre>repositories { | ||
maven { | ||
url <span class="pl-k">=</span> uri(<span class="pl-s"><span class="pl-pds">"</span>https://okocraft.github.io/Box/maven/<span class="pl-pds">"</span></span>) | ||
} | ||
}</pre></div> | ||
<h3>For snapshot</h3> | ||
<h4>Maven</h4> | ||
<div class="highlight highlight-text-xml"><pre><<span class="pl-ent">repository</span>> | ||
<<span class="pl-ent">id</span>>okocraft-box-snapshot-repo</<span class="pl-ent">id</span>> | ||
<<span class="pl-ent">url</span>>https://okocraft.github.io/Box/maven-snapshot/</<span class="pl-ent">url</span>> | ||
</<span class="pl-ent">repository</span>></pre></div> | ||
<h4>Gradle (Groovy DSL)</h4> | ||
<pre><code>repositories { | ||
maven { | ||
url 'https://okocraft.github.io/Box/maven-snapshot/' | ||
} | ||
} | ||
</code></pre> | ||
<h4>Gradle (Kotlin DSL)</h4> | ||
<div class="highlight highlight-source-kotlin"><pre>repositories { | ||
maven { | ||
url <span class="pl-k">=</span> uri(<span class="pl-s"><span class="pl-pds">"</span>https://okocraft.github.io/Box/maven-snapshot/<span class="pl-pds">"</span></span>) | ||
} | ||
}</pre></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<h1>Box GitHub Pages</h1> | ||
<h2>Javadocs</h2> | ||
<ul> | ||
<li><a href="https://okocraft.github.io/Box/release">Latest Release</a></li> | ||
<li><a href="https://okocraft.github.io/Box/snapshot">Snapshot</a></li> | ||
</ul> | ||
<h2>Maven Repository</h2> | ||
<h3>For release</h3> | ||
<h4>Maven</h4> | ||
<div class="highlight highlight-text-xml"><pre><<span class="pl-ent">repository</span>> | ||
<<span class="pl-ent">id</span>>okocraft-box-repo</<span class="pl-ent">id</span>> | ||
<<span class="pl-ent">url</span>>https://okocraft.github.io/Box/maven/</<span class="pl-ent">url</span>> | ||
</<span class="pl-ent">repository</span>></pre></div> | ||
<h4>Gradle (Groovy DSL)</h4> | ||
<pre><code>repositories { | ||
maven { | ||
url 'https://okocraft.github.io/Box/maven/' | ||
} | ||
} | ||
</code></pre> | ||
<h4>Gradle (Kotlin DSL)</h4> | ||
<div class="highlight highlight-source-kotlin"><pre>repositories { | ||
maven { | ||
url <span class="pl-k">=</span> uri(<span class="pl-s"><span class="pl-pds">"</span>https://okocraft.github.io/Box/maven/<span class="pl-pds">"</span></span>) | ||
} | ||
}</pre></div> | ||
<h3>For snapshot</h3> | ||
<h4>Maven</h4> | ||
<div class="highlight highlight-text-xml"><pre><<span class="pl-ent">repository</span>> | ||
<<span class="pl-ent">id</span>>okocraft-box-snapshot-repo</<span class="pl-ent">id</span>> | ||
<<span class="pl-ent">url</span>>https://okocraft.github.io/Box/maven-snapshot/</<span class="pl-ent">url</span>> | ||
</<span class="pl-ent">repository</span>></pre></div> | ||
<h4>Gradle (Groovy DSL)</h4> | ||
<pre><code>repositories { | ||
maven { | ||
url 'https://okocraft.github.io/Box/maven-snapshot/' | ||
} | ||
} | ||
</code></pre> | ||
<h4>Gradle (Kotlin DSL)</h4> | ||
<div class="highlight highlight-source-kotlin"><pre>repositories { | ||
maven { | ||
url <span class="pl-k">=</span> uri(<span class="pl-s"><span class="pl-pds">"</span>https://okocraft.github.io/Box/maven-snapshot/<span class="pl-pds">"</span></span>) | ||
} | ||
}</pre></div> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aa5121211c36ea0f621b6d58712b0e71 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
df8933afabc8ee9bb41c3eea67dde656b06cd5a9 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13a69d330328cfb940e03bc5f0bcbaa2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
48ecd672fef31d7614d07aee0fe6cd5dd2be2b80 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
df4a6cd1a89ff4571c63d24d52b526c6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c7ecca2fd81d0599e5f6b72c24c5fac74fc68898 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?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>net.okocraft.box</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>4.1.0</version> | ||
</parent> | ||
|
||
<artifactId>api</artifactId> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.github.siroshun09.configapi</groupId> | ||
<artifactId>configapi-yaml</artifactId> | ||
<version>4.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.siroshun09.event4j</groupId> | ||
<artifactId>event4j</artifactId> | ||
<version>2.1.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
439aa6c8c86fa41865cbf1d4643058c5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6512b53a9112d4c59e9d2400e5053b14d3d7fc3d |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18316ad44bbd4b5c7152b3d2e8ad98fd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4f4d6285217ad1a374e7da136cd15bea52f75b3b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7b3559ee37e5899b481dcc6d02a4b93ab166e857b499793cacc6866326f53e5d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ef384c71e6f94b59ac8b53708da968c48e8f627ce2fd9d12093db79e4bba6132ae54aba41fd797b128c896afa0d1dbaf019965f4b2569d90cb821b706c089213 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5f5306b2e8fe033ac54a58cf0b1e67a3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
960046e09140f13f6976e51416f0813165275ce8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eb7eaa2984d7e47b4cbbbc6f7478befb42ba2ffe3c2eddb490ed692f2d18c541 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4efc4a1ce56a54ee2204840bda7f9ec5fe2d724f8b358b1a29ea6dbbef574d497bf162d527ef5870fa95d500e1e40abde0efaf96f54922278b826bb585a4c301 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7f89c3b076be19ad5bbb9624587df8e9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c42ee64e8f33aa4d8fbeb472f7d85dc546cff77e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bf1fed12491832bc6fb0237ecdb157a3eee883d47116437866c62bc067b1cd72 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
06ac764247d2d2b128e6517e834b485c8dce6a0950e591573d7421753c415addb50d14e413093138fc67afe285bd57cee50376a5449c5efee8c87af4fdbf6894 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
{ | ||
"formatVersion": "1.1", | ||
"component": { | ||
"group": "net.okocraft.box", | ||
"module": "api", | ||
"version": "4.2.0", | ||
"attributes": { | ||
"org.gradle.status": "release" | ||
} | ||
}, | ||
"createdBy": { | ||
"gradle": { | ||
"version": "7.3" | ||
} | ||
}, | ||
"variants": [ | ||
{ | ||
"name": "apiElements", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.jvm.version": 16, | ||
"org.gradle.libraryelements": "jar", | ||
"org.gradle.usage": "java-api" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "api-4.2.0.jar", | ||
"url": "api-4.2.0.jar", | ||
"size": 46336, | ||
"sha512": "06ac764247d2d2b128e6517e834b485c8dce6a0950e591573d7421753c415addb50d14e413093138fc67afe285bd57cee50376a5449c5efee8c87af4fdbf6894", | ||
"sha256": "bf1fed12491832bc6fb0237ecdb157a3eee883d47116437866c62bc067b1cd72", | ||
"sha1": "c42ee64e8f33aa4d8fbeb472f7d85dc546cff77e", | ||
"md5": "7f89c3b076be19ad5bbb9624587df8e9" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "runtimeElements", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.jvm.version": 16, | ||
"org.gradle.libraryelements": "jar", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "com.github.siroshun09.configapi", | ||
"module": "configapi-yaml", | ||
"version": { | ||
"requires": "4.5.0" | ||
} | ||
}, | ||
{ | ||
"group": "com.github.siroshun09.event4j", | ||
"module": "event4j", | ||
"version": { | ||
"requires": "2.2.0" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "api-4.2.0.jar", | ||
"url": "api-4.2.0.jar", | ||
"size": 46336, | ||
"sha512": "06ac764247d2d2b128e6517e834b485c8dce6a0950e591573d7421753c415addb50d14e413093138fc67afe285bd57cee50376a5449c5efee8c87af4fdbf6894", | ||
"sha256": "bf1fed12491832bc6fb0237ecdb157a3eee883d47116437866c62bc067b1cd72", | ||
"sha1": "c42ee64e8f33aa4d8fbeb472f7d85dc546cff77e", | ||
"md5": "7f89c3b076be19ad5bbb9624587df8e9" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "javadocElements", | ||
"attributes": { | ||
"org.gradle.category": "documentation", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.docstype": "javadoc", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "api-4.2.0-javadoc.jar", | ||
"url": "api-4.2.0-javadoc.jar", | ||
"size": 327515, | ||
"sha512": "ef384c71e6f94b59ac8b53708da968c48e8f627ce2fd9d12093db79e4bba6132ae54aba41fd797b128c896afa0d1dbaf019965f4b2569d90cb821b706c089213", | ||
"sha256": "7b3559ee37e5899b481dcc6d02a4b93ab166e857b499793cacc6866326f53e5d", | ||
"sha1": "4f4d6285217ad1a374e7da136cd15bea52f75b3b", | ||
"md5": "18316ad44bbd4b5c7152b3d2e8ad98fd" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "sourcesElements", | ||
"attributes": { | ||
"org.gradle.category": "documentation", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.docstype": "sources", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "api-4.2.0-sources.jar", | ||
"url": "api-4.2.0-sources.jar", | ||
"size": 35048, | ||
"sha512": "4efc4a1ce56a54ee2204840bda7f9ec5fe2d724f8b358b1a29ea6dbbef574d497bf162d527ef5870fa95d500e1e40abde0efaf96f54922278b826bb585a4c301", | ||
"sha256": "eb7eaa2984d7e47b4cbbbc6f7478befb42ba2ffe3c2eddb490ed692f2d18c541", | ||
"sha1": "960046e09140f13f6976e51416f0813165275ce8", | ||
"md5": "5f5306b2e8fe033ac54a58cf0b1e67a3" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0b628aecfca0b2bbfd88e1a4d783a029 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e19e342b55d2940624df3d6a568541cd9903b746 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
602ec49d452ed8ee2214078b2dab4b1d86d3b82a95107ad3acadb8536890ddc7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
616cfca3c30089cce364f508aeee4ee84b054d474ca2930e2c2c4720582158f8c9a52c26c884de04d4d38ed25b343f295ead48c6a6cc9c326ed58c52005bc2d2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<!-- This module was also published with a richer model, Gradle metadata, --> | ||
<!-- which should be used instead. Do not delete the following line which --> | ||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> | ||
<!-- that they should prefer consuming it instead. --> | ||
<!-- do_not_remove: published-with-gradle-metadata --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>net.okocraft.box</groupId> | ||
<artifactId>api</artifactId> | ||
<version>4.2.0</version> | ||
<name>api</name> | ||
<description>A Paper plugin that provide virtual chests.</description> | ||
<url>https://github.com/okocraft/Box</url> | ||
<licenses> | ||
<license> | ||
<name>GNU General Public License, Version 3.0</name> | ||
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:https://github.com/okocraft/Box.git</connection> | ||
<developerConnection>scm:git:[email protected]:okocraft/Box.git</developerConnection> | ||
<url>https://github.com/okocraft/Box</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.github.siroshun09.configapi</groupId> | ||
<artifactId>configapi-yaml</artifactId> | ||
<version>4.5.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.siroshun09.event4j</groupId> | ||
<artifactId>event4j</artifactId> | ||
<version>2.2.0</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8205e511f4af6dfc0e7780e2961f130b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
45e9166da05c95a8a9168f9f9be0452067efa0e4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
64b4ddd0e66d05fb2ed24ce422072f6b8caefbb66ba09620fe648264dfbb070e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13530fa192c176b54475d939551e109c8852a9fb479201bb511c6986286d03bbba795b23e38e5983a0230c6485ad751a72830c340afcf3420f47d92ab495d76a |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
01cba8db17330f49fe547295df96767c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
74a203b7a4f6cbbed4e687932ebafdd4dedbacbc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
79d542fc295abf80ee009db116174390de524b72a0abf9d86bf1386db63b3201 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5ae65d826e14887cf465c5e8f058017b0075df0c6fc4418e07475d559c99acb1013e87d06c4123392b20cb5712df520b2ed8178a4d3df54a7997c93852f63bd9 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5520f7924de4c091d9960ee17e53a58c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
26e422c1f60170743520ec467eacb357333710ca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dc7bdac39da7fd8eed23a5b89aa8ff1e90f527717b281901f48e923a52ae0e06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0b06e0d117dfc7f231d351322b22d41aa30cd313f733b892def49d996e5e91ab63a647f24c16e2d31be4233e2170ae78e1448821ac42b1169c313a7a3da2c2d8 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c7d56d292cb9a0d9ab6a7f693e35c767 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
02eb6e2fe11256d92d23b8ac6d6cbd06c98a9e57 |
Oops, something went wrong.