Skip to content

Commit f15cf5d

Browse files
Start lecture 5 notes
1 parent 507e0b2 commit f15cf5d

File tree

3 files changed

+444
-0
lines changed

3 files changed

+444
-0
lines changed

class05/.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Files generated by invoking Julia with --code-coverage
2+
*.jl.cov
3+
*.jl.*.cov
4+
5+
# Files generated by invoking Julia with --track-allocation
6+
*.jl.mem
7+
8+
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
9+
# They contain absolute paths specific to the host computer, and so should not be committed
10+
deps/deps.jl
11+
deps/build.log
12+
deps/downloads/
13+
deps/usr/
14+
deps/src/
15+
16+
# Build artifacts for creating documentation generated by the Documenter package
17+
docs/build/
18+
docs/site/
19+
20+
# File generated by Pkg, the package manager, based on a corresponding Project.toml
21+
# It records a fixed state of all packages used by the project. As such, it should not be
22+
# committed for packages, but should be committed for applications that require a static
23+
# environment.
24+
Manifest*.toml
25+
26+
# File generated by the Preferences package to store local preferences
27+
LocalPreferences.toml
28+
JuliaLocalPreferences.toml

class05/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
MarkdownLiteral = "736d6165-7244-6769-4267-6b50796e6954"
3+
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
4+
PlutoTeachingTools = "661c6b06-c737-4d37-b85c-46df65de6f69"
5+
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
6+
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"

0 commit comments

Comments
 (0)