Last active
January 6, 2021 18:38
-
-
Save ctrekker/31fb3d3faa64c9324f90b4ad48e5cf21 to your computer and use it in GitHub Desktop.
Revisions
-
ctrekker revised this gist
Jan 6, 2021 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,11 +15,7 @@ rand(1000, 1000) * rand(1000, 1000) # ╔═╡ 65b35fff-8a5f-411f-935b-1fe51c53a9a7 # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╠═65b35fff-8a5f-411f-935b-1fe51c53a9a7 -
ctrekker revised this gist
Jan 6, 2021 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,11 @@ rand(1000, 1000) * rand(1000, 1000) # ╔═╡ 65b35fff-8a5f-411f-935b-1fe51c53a9a7 # ╔═╡ 090b4be5-ff18-437c-a3ed-1a2da89055f7 # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╠═65b35fff-8a5f-411f-935b-1fe51c53a9a7 # ╠═090b4be5-ff18-437c-a3ed-1a2da89055f7 -
ctrekker revised this gist
Jan 6, 2021 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ### A Pluto.jl notebook ### # v0.12.18 using Markdown using InteractiveUtils @@ -12,6 +12,10 @@ md" # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ 65b35fff-8a5f-411f-935b-1fe51c53a9a7 # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╠═65b35fff-8a5f-411f-935b-1fe51c53a9a7 -
ctrekker revised this gist
Dec 23, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,4 @@ md"Another cell!" # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╟─ff0d8310-44bf-11eb-0ddc-5b84d556b296 -
ctrekker revised this gist
Dec 23, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ md" rand(1000, 1000) * rand(1000, 1000) # ╔═╡ ff0d8310-44bf-11eb-0ddc-5b84d556b296 md"Another cell!" # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed -
ctrekker revised this gist
Dec 23, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,10 @@ md" # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ ff0d8310-44bf-11eb-0ddc-5b84d556b296 # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╠═ff0d8310-44bf-11eb-0ddc-5b84d556b296 -
ctrekker revised this gist
Dec 23, 2020 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ ### A Pluto.jl notebook ### # v0.12.17 using Markdown using InteractiveUtils # ╔═╡ 53f64470-424f-11eb-3fa5-a587d71794ed md" # This was made inside Pluto! " # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d -
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ this is just to make the gist get created - my code can't make a new gist yet, just create and edit files inside existing ones -
ctrekker revised this gist
Dec 19, 2020 . No changes.There are no files selected for viewing
-
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,11 +5,13 @@ using Markdown using InteractiveUtils # ╔═╡ 53f64470-424f-11eb-3fa5-a587d71794ed md" # This was made inside Pluto! " # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ Cell order: # ╟─53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d -
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,12 @@ using Markdown using InteractiveUtils # ╔═╡ 53f64470-424f-11eb-3fa5-a587d71794ed # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ Cell order: # ╠═53f64470-424f-11eb-3fa5-a587d71794ed # ╠═392a86b0-424f-11eb-1b37-01dff21e776d -
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,9 +7,5 @@ using InteractiveUtils # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ Cell order: # ╠═392a86b0-424f-11eb-1b37-01dff21e776d -
ctrekker revised this gist
Dec 19, 2020 . No changes.There are no files selected for viewing
-
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,11 @@ using Markdown using InteractiveUtils # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d rand(1000, 1000) * rand(1000, 1000) # ╔═╡ 4e977350-424f-11eb-3809-b9261825590b # ╔═╡ Cell order: # ╠═392a86b0-424f-11eb-1b37-01dff21e776d # ╠═4e977350-424f-11eb-3809-b9261825590b -
ctrekker revised this gist
Dec 19, 2020 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ### A Pluto.jl notebook ### # v0.12.17 using Markdown using InteractiveUtils # ╔═╡ 392a86b0-424f-11eb-1b37-01dff21e776d # ╔═╡ Cell order: # ╠═392a86b0-424f-11eb-1b37-01dff21e776d -
ctrekker created this gist
Dec 19, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ this is just to make the gist get created