-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.yaml
90 lines (90 loc) · 2.71 KB
/
resources.yaml
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
-
header: 'Java'
links:
-
text: 'Java 1.8 Documentation'
link: https://docs.oracle.com/javase/8/docs/api/
-
header: 'Books (free, online)'
links:
-
text: 'Eck''s "Intro to Programming Using Java"'
link: http://math.hws.edu/javanotes/
-
text: '"Java Tutorial" from Sun'
link: http://java.sun.com/docs/books/tutorial/index.html
-
text: '"Thinking in Java" by Bruce Eckel'
link: http://www.mindview.net/Books/TIJ/
-
text: 'Online Java Textbook'
link: http://www.oopweb.com/Java/Documents/IntroToProgrammingUsingJava/VolumeFrames.html
-
header: 'Eclipse'
links:
-
text: '(CIS 120) Installation (go to step 3)'
link: http://www.seas.upenn.edu/~cis120/current/ocaml_setup.shtml
-
text: '(CIS 120) Project Set-up'
link: http://www.seas.upenn.edu/~cis120/current/java_project.shtml
-
text: 'Maven Eclipse Setup Guide'
link: https://drive.google.com/open?id=16s3lIgEyCOSpuwO8jkhYQ6p7dlOgQKpLH78YMgFcpJ8
-
header: 'JUnit'
links:
-
text: 'CIS 121 Testing Guide'
link: testing_guide.html
-
text: 'University of Washington tutorial'
link: http://courses.cs.washington.edu/courses/cse143/11wi/eclipse-tutorial/junit.shtml
-
text: 'Official JUnit Documentation'
link: http://junit.sourceforge.net/javadoc/
-
header: 'Coding Conventions'
links:
-
text: '121 Coding Style Guidelines'
link: java_style_guide.html
-
text: 'Sun''s Java Coding Conventions'
link: http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
-
header: 'Object Oriented Programming'
links:
-
text: 'www.oopweb.com'
link: www.oopweb.com
-
header: 'CIS 160 Review Material'
links:
-
text: 'Lecture Notes from Val Tannen'
link: https://www.seas.upenn.edu/~cis121/current/resources/lectSkelALL.pdf
-
text: 'Exams, Mock and Actual, with Solutions'
link: https://www.seas.upenn.edu/~cis121/current/resources/exALL.pdf
-
text: 'Homeworks, with Solutions'
link: https://www.seas.upenn.edu/~cis121/current/resources/hwALL.pdf
-
text: 'Quizzes, with Answers and Explanations'
link: https://www.seas.upenn.edu/~cis121/current/resources/qzALL.pdf
-
text: 'Lecture Notes from Albert Meyer'
link: https://www.seas.upenn.edu/~cis121/current//resources/AlbertMeyerLectureNotes.pdf
-
header: 'Algorithms'
links:
-
text: 'http://www.nist.gov/dads/'
link: http://www.nist.gov/dads/
-
header: 'Quick Reference'
links:
-
text: 'Theoretical Computer Science Cheat Sheet by Steve Seiden'
link: https://www.seas.upenn.edu/~cis121/current/resources/seiden_cheat.pdf