forked from compsoc-edinburgh/betterinformatics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·124 lines (120 loc) · 4.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>Informatics 2016/17</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<article>
<header>
<h1>Informatics 2016/17</h1>
</header>
<hr>
<section>
<h2>INF1-FP Issues</h2>
<ul>
<li>
<a href="emacs.html">Emacs: Haskell has died</a>
</li>
<li>
<code>import Test.QuickCheck</code> doesn't work!
<br>
Open up the command line / Terminal, and type <code>cabal install quickcheck</code>
<li>
"I'm doing <code>cabal install quickcheck</code>, but it doesn't work because of something related to satisfying packages... random-1-1...?"
<br>
Solution: Try <code>sudo ghc-pkg recache</code>. Then try <code>cabal install quickcheck</code> again.
</li>
</ul>
</section>
<section>
<h2>Books</h2>
<ul>
<li>
<a href="books">Books in PDF form (Ask for password on Facebook chat)</a>
</li>
<li>
<a href="http://learnyouahaskell.com/chapters">Learn You A Haskell (official online book)</a>
</li>
<li>
<a href="http://slader.com/textbook/9781285463247-linear-algebra-a-modern-introduction-4th-edition/">Answers for Linear
algebra</a>
</li>
</ul>
</section>
<section>
<h2>Course pages outside Learn</h2>
<ul>
<li>
<a href="https://www.inf.ed.ac.uk/teaching/courses/inf1/fp/">Functional Programming</a>
</li>
<li>
<a href="https://www.inf.ed.ac.uk/teaching/courses/inf1/cl/">Computation and Logic</a>
</li>
</ul>
</section>
<section>
<h2>Informatics Portal (DICE)</h2>
<aside>
You can only access the links in this section using your DICE details.
</aside>
<aside>
Visit <a href="http://pp.inf.ed.ac.uk/">this page to reset / set your password</a>.
</aside>
<ul>
<li>
<a href="https://ifile.inf.ed.ac.uk/">Access DICE files online</a>
</li>
<li>
<a href="https://portal.theon.inf.ed.ac.uk/reports/upt/open/index.html">Open Access</a> (search for your name to find
assigned groups)
<ul>
<li>Laboratory Groups - Semester 1
<ul>
<li>
<a href="https://portal.theon.inf.ed.ac.uk/reports/upt/open/TP082_Laboratory_Groups/inf1-fp.shtml">INF1
- Functional Programming</a>
</li>
</ul>
</li>
<li>Tutorial Groups - Semester 1
<ul>
<li>
<a href="https://portal.theon.inf.ed.ac.uk/reports/upt/open/TP072_Tutorial_Groups/inf1-cl.shtml">INF1 -
Computation and Logic</a>
</li>
<li>
<a href="https://portal.theon.inf.ed.ac.uk/reports/upt/open/TP072_Tutorial_Groups/inf1-fp.shtml">INF1 -
Functional Programming</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>Other</h2>
<ul>
<li>
<a href="http://homepages.inf.ed.ac.uk/imurray2/pt/outside_courses_16-17.html">Common Outside Course Options for
Informatics Students (2016/17)</a>
</li>
<li>
<a href="http://www.laundryview.com/lvs.php?s=264">Laundry tracker</a>
</li>
<li>
<a href="https://github.com/qaisjp/inf1.hgs.club/">Edit this stupid page</a>
</li>
</ul>
<ul>
<li>
<a href="files/meetups">Meetup photos and stuff (even more private)</a>
</li>
</ul>
</section>
</article>
</body>
</html>