Skip to content

Commit d83ec08

Browse files
author
JuliaParallel
committed
delete history
0 parents  commit d83ec08

File tree

120 files changed

+9503
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+9503
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!doctype html>
2+
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
9+
<script defer data-domain="juliaparallel.org" src="https://plausible.io/js/plausible.js"></script>
10+
<link rel="stylesheet" href="/css/franklin.css">
11+
<link rel="stylesheet" href="/css/minimal-mistakes.css">
12+
<link rel="stylesheet" href="/css/adjust.css">
13+
<link rel="icon" href="/assets/favicon.png">
14+
15+
16+
<title>404</title>
17+
18+
19+
</head>
20+
<body class="layout--single">
21+
<div class="masthead">
22+
<div class="masthead__inner-wrap">
23+
<div class="masthead__menu">
24+
<nav id="site-nav" class="greedy-nav">
25+
<img class="jp-logo" src="/assets/logo.png"/>
26+
<a class="site-title" href="/">JuliaParallel</a>
27+
<ul class="visible-links">
28+
<li class="masthead__menu-item"><a href="/news/">News</a></li>
29+
<li class="masthead__menu-item"><a href="/resources/">Resources</a></li>
30+
<li class="masthead__menu-item"><a href="/tutorials/">Tutorials</a></li>
31+
<li class="masthead__menu-item"><a href="https://github.com/JuliaParallel">Github</a></li>
32+
</ul>
33+
<button class="greedy-nav__toggle hidden" type="button">
34+
<span class="visually-hidden">Toggle menu</span>
35+
<div class="navicon"></div>
36+
</button>
37+
<ul class="hidden-links hidden"></ul>
38+
</nav>
39+
</div>
40+
</div>
41+
</div>
42+
43+
<div class="initial-content">
44+
<div id="main" role="main">
45+
46+
47+
48+
<div class="franklin-content" >
49+
<div style="margin-top: 40px; font-size: 40px; text-align: center;">
50+
51+
<br>
52+
53+
<div style="font-weight: bold;">
54+
404
55+
</div>
56+
57+
<br>
58+
<br>
59+
60+
The requested page was not found
61+
62+
<br>
63+
<br>
64+
<br>
65+
<br>
66+
67+
<div style="margin-bottom: 300px; font-size: 24px">
68+
<a href="/">Click here</a> to go back to the homepage.
69+
</div>
70+
71+
</div>
72+
73+
74+
</div>
75+
76+
77+
</div>
78+
</div>
79+
80+
<div class="page__footer">
81+
<footer>
82+
83+
84+
<div class="page__footer-follow">
85+
<ul class="social-icons">
86+
<li><strong>Follow:</strong></li>
87+
88+
<li><a href="https://github.com/JuliaParallel" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
89+
</ul>
90+
</div>
91+
<div class="page__footer-copyright">&copy; JuliaParallel. Powered by <a href="https://github.com/tlienart/Franklin.jl">Franklin</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>, and <a href="https://julia.mit.edu" rel="nofollow">Julia Lab</a>.</div>
92+
</footer>
93+
</div>
94+
95+
<script src="/libs/minimal-mistakes/main.min.js"></script>
96+
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
97+
98+
99+
100+
</body>
101+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
juliaparallel.org

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 JuliaParallel
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Manifest.toml

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
julia_version = "1.8.3"
4+
manifest_format = "2.0"
5+
project_hash = "2b70c49215c1f0da05438c212275ceae0d85f3db"
6+
7+
[[deps.ArgTools]]
8+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
9+
version = "1.1.1"
10+
11+
[[deps.Artifacts]]
12+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
13+
14+
[[deps.Base64]]
15+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
16+
17+
[[deps.BitFlags]]
18+
git-tree-sha1 = "43b1a4a8f797c1cddadf60499a8a077d4af2cd2d"
19+
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
20+
version = "0.1.7"
21+
22+
[[deps.CRC32c]]
23+
uuid = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
24+
25+
[[deps.CodecZlib]]
26+
deps = ["TranscodingStreams", "Zlib_jll"]
27+
git-tree-sha1 = "ded953804d019afa9a3f98981d99b33e3db7b6da"
28+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
29+
version = "0.7.0"
30+
31+
[[deps.Dates]]
32+
deps = ["Printf"]
33+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
34+
35+
[[deps.DelimitedFiles]]
36+
deps = ["Mmap"]
37+
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
38+
39+
[[deps.Downloads]]
40+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
41+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
42+
version = "1.6.0"
43+
44+
[[deps.FileWatching]]
45+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
46+
47+
[[deps.FranklinParser]]
48+
deps = ["REPL"]
49+
git-tree-sha1 = "4481c8e3ff70de9665737d897a0345172d80e92e"
50+
uuid = "796511e7-1510-466f-ad0c-1823c64bcafa"
51+
version = "0.6.2"
52+
53+
[[deps.HTTP]]
54+
deps = ["Base64", "CodecZlib", "Dates", "IniFile", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
55+
git-tree-sha1 = "e1acc37ed078d99a714ed8376446f92a5535ca65"
56+
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
57+
version = "1.5.5"
58+
59+
[[deps.IOCapture]]
60+
deps = ["Logging", "Random"]
61+
git-tree-sha1 = "f7be53659ab06ddc986428d3a9dcc95f6fa6705a"
62+
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
63+
version = "0.2.2"
64+
65+
[[deps.IniFile]]
66+
git-tree-sha1 = "f550e6e32074c939295eb5ea6de31849ac2c9625"
67+
uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
68+
version = "0.5.1"
69+
70+
[[deps.InteractiveUtils]]
71+
deps = ["Markdown"]
72+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
73+
74+
[[deps.JLLWrappers]]
75+
deps = ["Preferences"]
76+
git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1"
77+
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
78+
version = "1.4.1"
79+
80+
[[deps.LibCURL]]
81+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
82+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
83+
version = "0.6.3"
84+
85+
[[deps.LibCURL_jll]]
86+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
87+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
88+
version = "7.84.0+0"
89+
90+
[[deps.LibGit2]]
91+
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
92+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
93+
94+
[[deps.LibSSH2_jll]]
95+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
96+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
97+
version = "1.10.2+0"
98+
99+
[[deps.Libdl]]
100+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
101+
102+
[[deps.LiveServer]]
103+
deps = ["HTTP", "MIMEs", "Pkg", "Sockets"]
104+
git-tree-sha1 = "af11a3662103715954be5042747bd98cb1dc4229"
105+
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
106+
version = "1.1.0"
107+
108+
[[deps.Logging]]
109+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
110+
111+
[[deps.LoggingExtras]]
112+
deps = ["Dates", "Logging"]
113+
git-tree-sha1 = "cedb76b37bc5a6c702ade66be44f831fa23c681e"
114+
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
115+
version = "1.0.0"
116+
117+
[[deps.MIMEs]]
118+
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
119+
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
120+
version = "0.1.4"
121+
122+
[[deps.Markdown]]
123+
deps = ["Base64"]
124+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
125+
126+
[[deps.MbedTLS]]
127+
deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "Random", "Sockets"]
128+
git-tree-sha1 = "03a9b9718f5682ecb107ac9f7308991db4ce395b"
129+
uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
130+
version = "1.1.7"
131+
132+
[[deps.MbedTLS_jll]]
133+
deps = ["Artifacts", "Libdl"]
134+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
135+
version = "2.28.0+0"
136+
137+
[[deps.Mmap]]
138+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
139+
140+
[[deps.MozillaCACerts_jll]]
141+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
142+
version = "2022.2.1"
143+
144+
[[deps.NetworkOptions]]
145+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
146+
version = "1.2.0"
147+
148+
[[deps.OpenSSL]]
149+
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
150+
git-tree-sha1 = "df6830e37943c7aaa10023471ca47fb3065cc3c4"
151+
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
152+
version = "1.3.2"
153+
154+
[[deps.OpenSSL_jll]]
155+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
156+
git-tree-sha1 = "f6e9dba33f9f2c44e08a020b0caf6903be540004"
157+
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
158+
version = "1.1.19+0"
159+
160+
[[deps.OrderedCollections]]
161+
git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
162+
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
163+
version = "1.4.1"
164+
165+
[[deps.Pkg]]
166+
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
167+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
168+
version = "1.8.0"
169+
170+
[[deps.Preferences]]
171+
deps = ["TOML"]
172+
git-tree-sha1 = "47e5f437cc0e7ef2ce8406ce1e7e24d44915f88d"
173+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
174+
version = "1.3.0"
175+
176+
[[deps.Printf]]
177+
deps = ["Unicode"]
178+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
179+
180+
[[deps.REPL]]
181+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
182+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
183+
184+
[[deps.Random]]
185+
deps = ["SHA", "Serialization"]
186+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
187+
188+
[[deps.SHA]]
189+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
190+
version = "0.7.0"
191+
192+
[[deps.Serialization]]
193+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
194+
195+
[[deps.SimpleBufferStream]]
196+
git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1"
197+
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
198+
version = "1.1.0"
199+
200+
[[deps.Sockets]]
201+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
202+
203+
[[deps.TOML]]
204+
deps = ["Dates"]
205+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
206+
version = "1.0.0"
207+
208+
[[deps.Tar]]
209+
deps = ["ArgTools", "SHA"]
210+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
211+
version = "1.10.1"
212+
213+
[[deps.Test]]
214+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
215+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
216+
217+
[[deps.TranscodingStreams]]
218+
deps = ["Random", "Test"]
219+
git-tree-sha1 = "e4bdc63f5c6d62e80eb1c0043fcc0360d5950ff7"
220+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
221+
version = "0.9.10"
222+
223+
[[deps.URIs]]
224+
git-tree-sha1 = "ac00576f90d8a259f2c9d823e91d1de3fd44d348"
225+
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
226+
version = "1.4.1"
227+
228+
[[deps.UUIDs]]
229+
deps = ["Random", "SHA"]
230+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
231+
232+
[[deps.Unicode]]
233+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
234+
235+
[[deps.Xranklin]]
236+
deps = ["CRC32c", "Dates", "FranklinParser", "IOCapture", "LiveServer", "Logging", "OrderedCollections", "Pkg", "REPL", "Serialization", "TOML", "URIs"]
237+
git-tree-sha1 = "bdb8eb5161f6dff07c997ea8713973040007fd49"
238+
repo-rev = "main"
239+
repo-url = "https://github.com/tlienart/Xranklin.jl.git"
240+
uuid = "558449b0-171e-4e1f-900f-d076a5ddf486"
241+
version = "0.1.0"
242+
243+
[[deps.Zlib_jll]]
244+
deps = ["Libdl"]
245+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
246+
version = "1.2.12+3"
247+
248+
[[deps.nghttp2_jll]]
249+
deps = ["Artifacts", "Libdl"]
250+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
251+
version = "1.48.0+0"
252+
253+
[[deps.p7zip_jll]]
254+
deps = ["Artifacts", "Libdl"]
255+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
256+
version = "17.4.0+0"

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
uuid = "537948fd-c279-4aaa-8db0-b48e0ca81a15"
2+
authors = ["Julia Lab"]
3+
version = "0.1.0"
4+
5+
[deps]
6+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
7+
Xranklin = "558449b0-171e-4e1f-900f-d076a5ddf486"

assets/author-badges.dat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Philip1: green-philip, red-philip
2+
Philip2: purple-philip, green-philip
3+
Julian Samaroo: green-philip

assets/authors/julian-samaroo.png

49 KB
Loading

assets/banner.png

393 KB
Loading

assets/default-badge.png

24.5 KB
Loading

0 commit comments

Comments
 (0)