Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e39cb8

Browse files
Fixed missing download ZIP
1 parent bd3031b commit 8e39cb8

22 files changed

+193
-9
lines changed
-512 Bytes
Binary file not shown.
192 KB
Binary file not shown.

‎SortingAlgorithmVisualisation/bin/Release/SortingAlgorithmVisualisation.application‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
1515
</dsig:Transforms>
1616
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17-
<dsig:DigestValue>NuTZcrt+9e9oq1QKvRuUEsgdxCGNBepCYTwo/js8nds=</dsig:DigestValue>
17+
<dsig:DigestValue>gEV41A2KgdEocAvUZjAcNXznpuCh2XUqlcI9UKb47gI=</dsig:DigestValue>
1818
</hash>
1919
</dependentAssembly>
2020
</dependency>
0 Bytes
Binary file not shown.

‎SortingAlgorithmVisualisation/bin/Release/SortingAlgorithmVisualisation.exe.manifest‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
5050
</dsig:Transforms>
5151
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
52-
<dsig:DigestValue>XqLjNWrWoLqMKlC8aIDCmu2GF0diWBK7DVCVZ4O4wJw=</dsig:DigestValue>
52+
<dsig:DigestValue>kUD1seuNfwlAhutBak/QwMUnrnQlPVuHikizm7R2GAA=</dsig:DigestValue>
5353
</hash>
5454
</dependentAssembly>
5555
</dependency>
0 Bytes
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>
610 KB
Binary file not shown.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3+
<asmv1:assemblyIdentity name="SortingAlgorithmVisualisation.exe" version="1.0.0.5" publicKeyToken="040826eaaf6e7ebd" language="en" processorArchitecture="msil" type="win32" />
4+
<application />
5+
<entryPoint>
6+
<assemblyIdentity name="SortingAlgorithmVisualisation" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
7+
<commandLine file="SortingAlgorithmVisualisation.exe" parameters="" />
8+
</entryPoint>
9+
<trustInfo>
10+
<security>
11+
<applicationRequestMinimum>
12+
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
13+
<defaultAssemblyRequest permissionSetReference="Custom" />
14+
</applicationRequestMinimum>
15+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
16+
<!--
17+
UAC Manifest Options
18+
If you want to change the Windows User Account Control level replace the
19+
requestedExecutionLevel node with one of the following.
20+
21+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
22+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
23+
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
24+
25+
If you want to utilize File and Registry Virtualization for backward
26+
compatibility then delete the requestedExecutionLevel node.
27+
-->
28+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
29+
</requestedPrivileges>
30+
</security>
31+
</trustInfo>
32+
<dependency>
33+
<dependentOS>
34+
<osVersionInfo>
35+
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
36+
</osVersionInfo>
37+
</dependentOS>
38+
</dependency>
39+
<dependency>
40+
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
41+
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
42+
</dependentAssembly>
43+
</dependency>
44+
<dependency>
45+
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="SortingAlgorithmVisualisation.exe" size="624136">
46+
<assemblyIdentity name="SortingAlgorithmVisualisation" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
47+
<hash>
48+
<dsig:Transforms>
49+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
50+
</dsig:Transforms>
51+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
52+
<dsig:DigestValue>kUD1seuNfwlAhutBak/QwMUnrnQlPVuHikizm7R2GAA=</dsig:DigestValue>
53+
</hash>
54+
</dependentAssembly>
55+
</dependency>
56+
<file name="SortingAlgorithmVisualisation.exe.config" size="189">
57+
<hash>
58+
<dsig:Transforms>
59+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
60+
</dsig:Transforms>
61+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
62+
<dsig:DigestValue>rl5/qDc7Jz+tB+BIbOv9iMGPlRe6YJwrjmU09dnlPcs=</dsig:DigestValue>
63+
</hash>
64+
</file>
65+
<publisherIdentity name="CN=NATHANSCOMPUTER\Nathan Jukes" issuerKeyHash="685237d03aa934b76d406a38d702511a4bddb359" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>bUc2vr/JamlYDHSW63rI0SDCPAAgC29CAGJedLHJybM=</DigestValue></Reference></SignedInfo><SignatureValue>aSdwG+EsVX7UUDu9OmQr16/+pnHRcKYYej56xauWB0faEQLkuVfznkcpkMHriisBk2vO8qrfVOfCG4zcMidXcgLvJiTwNdVN0g7P2mzLYQQrwZfueHFSZffNgVY6bO4/m0uDD5eGJJgsSXkc2MqQgNoR9XqtukpkVr5QDPvbUuU=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>qahg0I2JjJAWVpyCIYWHWDbRZgoH/hdU3fzttFZgK7InVFwBkK6XCZSyadaN9jFE8y9L4LzeR+Uqx8W4ejNRBc09SpNFRNrNbLeXIkZVPfuolpEUCUG4e8tdh68r3Tf2ke+AKpSTv9kR6SW6W+/0mYAvF7xD1K+oPoAfqPtiCP0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="b3c9c9b1745e6200426f0b20003cc220d1c87aeb96740c58696ac9bfbe36476d" Description="" Url=""><as:assemblyIdentity name="SortingAlgorithmVisualisation.exe" version="1.0.0.5" publicKeyToken="040826eaaf6e7ebd" language="en" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=NATHANSCOMPUTER\Nathan Jukes</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>DzWQXMOA42Ymucqv+tF3t6RhVZR1pk18Rj16m5DDmsg=</DigestValue></Reference></SignedInfo><SignatureValue>jDJr8Fjs0pE2ljTo5Brtiq/0L2DEFXK8MD0pv//aDd8F4Z/fBr2QM134cdQAU7huoXFhQqQhuTcAs7lbuB6EeQxhh17bBcofIFFAiijyvOjutDj5WMedKbaNaktt3VejPMtX3WEGg/o6C8YeZW5l/944LYyzsof/5NnU27k33aM=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>qahg0I2JjJAWVpyCIYWHWDbRZgoH/hdU3fzttFZgK7InVFwBkK6XCZSyadaN9jFE8y9L4LzeR+Uqx8W4ejNRBc09SpNFRNrNbLeXIkZVPfuolpEUCUG4e8tdh68r3Tf2ke+AKpSTv9kR6SW6W+/0mYAvF7xD1K+oPoAfqPtiCP0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIICCTCCAXKgAwIBAgIQJgITuGZsAJlK6gx/dAEtJzANBgkqhkiG9w0BAQsFADBDMUEwPwYDVQQDHjgATgBBAFQASABBAE4AUwBDAE8ATQBQAFUAVABFAFIAXABOAGEAdABoAGEAbgAgAEoAdQBrAGUAczAeFw0yMDA2MDkxMjE5MDFaFw0yMTA2MDkxODE5MDFaMEMxQTA/BgNVBAMeOABOAEEAVABIAEEATgBTAEMATwBNAFAAVQBUAEUAUgBcAE4AYQB0AGgAYQBuACAASgB1AGsAZQBzMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpqGDQjYmMkBZWnIIhhYdYNtFmCgf+F1Td/O20VmArsidUXAGQrpcJlLJp1o32MUTzL0vgvN5H5SrHxbh6M1EFzT1Kk0VE2s1st5ciRlU9+6iWkRQJQbh7y12HryvdN/aR74AqlJO/2RHpJbpb7/SZgC8XvEPUr6g+gB+o+2II/QIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAD9ZOmleNq/Umppf0pj/oS2EnWYvvgfW+o3FilH8HZ937vr4PxulMD6mzuiQtbWYGJGyJSWDpNXRzQUjnyi0Jkf3nSZL3G+BYckY0RB2QXw1/6mszmuCMZH+hGGRc8ra5+aL08pOfOkySCM+9Q/74x98tunR34yQiFVTZwyWmH3E</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
3+
<assemblyIdentity name="SortingAlgorithmVisualisation.application" version="1.0.0.5" publicKeyToken="040826eaaf6e7ebd" language="en" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
4+
<description asmv2:publisher="Nathan Jukes" asmv2:product="Sorting Algorithm Visualiser" xmlns="urn:schemas-microsoft-com:asm.v1" />
5+
<deployment install="true" mapFileExtensions="true" />
6+
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
7+
<framework targetVersion="4.6.1" profile="Full" supportedRuntime="4.0.30319" />
8+
</compatibleFrameworks>
9+
<dependency>
10+
<dependentAssembly dependencyType="install" codebase="Application Files\SortingAlgorithmVisualisation_1_0_0_5\SortingAlgorithmVisualisation.exe.manifest" size="7347">
11+
<assemblyIdentity name="SortingAlgorithmVisualisation.exe" version="1.0.0.5" publicKeyToken="040826eaaf6e7ebd" language="en" processorArchitecture="msil" type="win32" />
12+
<hash>
13+
<dsig:Transforms>
14+
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
15+
</dsig:Transforms>
16+
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17+
<dsig:DigestValue>HfUIHkrPvshI5MPIoz8uFtA5aBociii9A4fwJk/Rq8s=</dsig:DigestValue>
18+
</hash>
19+
</dependentAssembly>
20+
</dependency>
21+
<publisherIdentity name="CN=NATHANSCOMPUTER\Nathan Jukes" issuerKeyHash="685237d03aa934b76d406a38d702511a4bddb359" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>PCX3dSaLTptv8rmIN4r4aanTRiolV2qsjZgq3D+AfX0=</DigestValue></Reference></SignedInfo><SignatureValue>R82SXIFDOgQLoLro5omop+Y75LUDkzdH0ihnGrw3T9EVmyfaTIyVdqjTpg4BVEwg/mjYfTULXnG1x+zBn/R1MQ/OsVMmAfxC0tLTVGeG91DlBn3qvJBIBYe6uPgrHHZTXDzgODzHl/61qcU+cGKQZejfaahK+m3I70Yq8bsMiKY=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>qahg0I2JjJAWVpyCIYWHWDbRZgoH/hdU3fzttFZgK7InVFwBkK6XCZSyadaN9jFE8y9L4LzeR+Uqx8W4ejNRBc09SpNFRNrNbLeXIkZVPfuolpEUCUG4e8tdh68r3Tf2ke+AKpSTv9kR6SW6W+/0mYAvF7xD1K+oPoAfqPtiCP0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="7d7d803fdc2a988dac6a57252a46d3a969f88a3788b9f26f9b4e8b2675f7253c" Description="" Url=""><as:assemblyIdentity name="SortingAlgorithmVisualisation.application" version="1.0.0.5" publicKeyToken="040826eaaf6e7ebd" language="en" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=NATHANSCOMPUTER\Nathan Jukes</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>AXg/IEFL/0K4ByrLWIXRLZf7OC+22jK4MBs8ag9T+gU=</DigestValue></Reference></SignedInfo><SignatureValue>jY8nlQTFtsgibtW9N2/2LDQgQwopRX5wBdesv1rgEr/IxR3bD+l7oMYqHG4AUJvc6VbSSwyvEVbLFMhVLiThQY81kk7HxntIfe6m6oob5hNHKmJ7b2lucdT2q/V584QyglU+kFFUR8wov9fO+UWzclqGL9sxA6c4p1C5WaAz5eg=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>qahg0I2JjJAWVpyCIYWHWDbRZgoH/hdU3fzttFZgK7InVFwBkK6XCZSyadaN9jFE8y9L4LzeR+Uqx8W4ejNRBc09SpNFRNrNbLeXIkZVPfuolpEUCUG4e8tdh68r3Tf2ke+AKpSTv9kR6SW6W+/0mYAvF7xD1K+oPoAfqPtiCP0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIICCTCCAXKgAwIBAgIQJgITuGZsAJlK6gx/dAEtJzANBgkqhkiG9w0BAQsFADBDMUEwPwYDVQQDHjgATgBBAFQASABBAE4AUwBDAE8ATQBQAFUAVABFAFIAXABOAGEAdABoAGEAbgAgAEoAdQBrAGUAczAeFw0yMDA2MDkxMjE5MDFaFw0yMTA2MDkxODE5MDFaMEMxQTA/BgNVBAMeOABOAEEAVABIAEEATgBTAEMATwBNAFAAVQBUAEUAUgBcAE4AYQB0AGgAYQBuACAASgB1AGsAZQBzMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpqGDQjYmMkBZWnIIhhYdYNtFmCgf+F1Td/O20VmArsidUXAGQrpcJlLJp1o32MUTzL0vgvN5H5SrHxbh6M1EFzT1Kk0VE2s1st5ciRlU9+6iWkRQJQbh7y12HryvdN/aR74AqlJO/2RHpJbpb7/SZgC8XvEPUr6g+gB+o+2II/QIDAQABMA0GCSqGSIb3DQEBCwUAA4GBAD9ZOmleNq/Umppf0pj/oS2EnWYvvgfW+o3FilH8HZ937vr4PxulMD6mzuiQtbWYGJGyJSWDpNXRzQUjnyi0Jkf3nSZL3G+BYckY0RB2QXw1/6mszmuCMZH+hGGRc8ra5+aL08pOfOkySCM+9Q/74x98tunR34yQiFVTZwyWmH3E</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /