├── LICENSE ├── README.md ├── agenda-master.md ├── exercises.md ├── lola-club ├── agenda-g1s1-with-notes.md ├── agenda-g1s2-with-notes.md ├── agenda-g1s3-with-notes.md ├── agenda-g1s4-with-notes.md ├── agenda-g2s1-with-notes.md ├── agenda-g2s2-with-notes.md ├── agenda-g3s1-with-notes.md ├── agenda-s1.md ├── agenda-s2.md ├── agenda-s3.md ├── agenda-s4.md ├── agenda-s5.md ├── code-s1.pdf ├── code-s2.pdf ├── code-s2.txt ├── code-s3-scribbled.jpg ├── code-s3.pdf ├── code-s3.txt ├── code-s4.pdf ├── code-s4.txt ├── code-s5.pdf ├── code-s6.pdf ├── code-s7-notes.md ├── code-s7.pdf ├── code-s7.rkt ├── code-s8-notes.md ├── code-s8.lua ├── code-s8.pdf └── code-s8.tic └── neontribe-club ├── retrospective ├── exercises.md ├── reflections.md └── wash-ups.md ├── session1 ├── agenda-s1.md ├── code-sample-ARCVService-Note.pdf ├── code-sample-gbptm-UI-LooListItem.pdf ├── completedExercises │ ├── colouring-example.jpg │ └── what-for-example.txt └── what-happened-s1.md ├── session11 ├── agenda.md ├── marked-up-code.jpg └── notes.md ├── session2 ├── agenda-s2.md ├── completedExercises │ ├── colouring-example.jpg │ └── what-for-example.txt ├── python_file_1.pdf ├── python_file_1_test.pdf ├── python_file_2-tests.py ├── python_file_2.pdf ├── short-code-option-1-code-format.pdf └── what-happened-s2.md ├── session3 ├── agenda-s3.md ├── completedExercises │ └── doctest-example-coloured.jpg ├── doctest-example.py └── doctest-example.py.stdout ├── session4 ├── Signal-iOS-PhoneNumberValidator.swift ├── agenda-s4.md ├── neontribe_code_reading_club_session_4_notes.pdf └── neontribe_code_reading_club_session_4_notes.txt ├── session5 ├── agenda-s5.md ├── completedExercises │ ├── code-club-5-marked.jpg │ └── code-club-5-marked2.jpg └── ssh_key.py ├── session6 ├── agenda-s6.md ├── completedExercises │ ├── code-sample-marked-1.jpg │ └── code-sample-marked-2.jpg ├── example_code.html.haml └── washup ├── session7 ├── Example.cs └── agenda-s7.md ├── session8 ├── Example.rs ├── Notes.md ├── agenda-s8.md ├── example_code.pdf └── example_code.png └── sessionX ├── agenda-s10.md ├── agenda_s10.pdf ├── code_sample.pdf └── example.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/README.md -------------------------------------------------------------------------------- /agenda-master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/agenda-master.md -------------------------------------------------------------------------------- /exercises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/exercises.md -------------------------------------------------------------------------------- /lola-club/agenda-g1s1-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g1s1-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g1s2-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g1s2-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g1s3-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g1s3-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g1s4-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g1s4-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g2s1-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g2s1-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g2s2-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g2s2-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-g3s1-with-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-g3s1-with-notes.md -------------------------------------------------------------------------------- /lola-club/agenda-s1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-s1.md -------------------------------------------------------------------------------- /lola-club/agenda-s2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-s2.md -------------------------------------------------------------------------------- /lola-club/agenda-s3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-s3.md -------------------------------------------------------------------------------- /lola-club/agenda-s4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-s4.md -------------------------------------------------------------------------------- /lola-club/agenda-s5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/agenda-s5.md -------------------------------------------------------------------------------- /lola-club/code-s1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s1.pdf -------------------------------------------------------------------------------- /lola-club/code-s2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s2.pdf -------------------------------------------------------------------------------- /lola-club/code-s2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s2.txt -------------------------------------------------------------------------------- /lola-club/code-s3-scribbled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s3-scribbled.jpg -------------------------------------------------------------------------------- /lola-club/code-s3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s3.pdf -------------------------------------------------------------------------------- /lola-club/code-s3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s3.txt -------------------------------------------------------------------------------- /lola-club/code-s4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s4.pdf -------------------------------------------------------------------------------- /lola-club/code-s4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s4.txt -------------------------------------------------------------------------------- /lola-club/code-s5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s5.pdf -------------------------------------------------------------------------------- /lola-club/code-s6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s6.pdf -------------------------------------------------------------------------------- /lola-club/code-s7-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s7-notes.md -------------------------------------------------------------------------------- /lola-club/code-s7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s7.pdf -------------------------------------------------------------------------------- /lola-club/code-s7.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s7.rkt -------------------------------------------------------------------------------- /lola-club/code-s8-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s8-notes.md -------------------------------------------------------------------------------- /lola-club/code-s8.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s8.lua -------------------------------------------------------------------------------- /lola-club/code-s8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s8.pdf -------------------------------------------------------------------------------- /lola-club/code-s8.tic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/lola-club/code-s8.tic -------------------------------------------------------------------------------- /neontribe-club/retrospective/exercises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/retrospective/exercises.md -------------------------------------------------------------------------------- /neontribe-club/retrospective/reflections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/retrospective/reflections.md -------------------------------------------------------------------------------- /neontribe-club/retrospective/wash-ups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/retrospective/wash-ups.md -------------------------------------------------------------------------------- /neontribe-club/session1/agenda-s1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/agenda-s1.md -------------------------------------------------------------------------------- /neontribe-club/session1/code-sample-ARCVService-Note.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/code-sample-ARCVService-Note.pdf -------------------------------------------------------------------------------- /neontribe-club/session1/code-sample-gbptm-UI-LooListItem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/code-sample-gbptm-UI-LooListItem.pdf -------------------------------------------------------------------------------- /neontribe-club/session1/completedExercises/colouring-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/completedExercises/colouring-example.jpg -------------------------------------------------------------------------------- /neontribe-club/session1/completedExercises/what-for-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/completedExercises/what-for-example.txt -------------------------------------------------------------------------------- /neontribe-club/session1/what-happened-s1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session1/what-happened-s1.md -------------------------------------------------------------------------------- /neontribe-club/session11/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session11/agenda.md -------------------------------------------------------------------------------- /neontribe-club/session11/marked-up-code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session11/marked-up-code.jpg -------------------------------------------------------------------------------- /neontribe-club/session11/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session11/notes.md -------------------------------------------------------------------------------- /neontribe-club/session2/agenda-s2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/agenda-s2.md -------------------------------------------------------------------------------- /neontribe-club/session2/completedExercises/colouring-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/completedExercises/colouring-example.jpg -------------------------------------------------------------------------------- /neontribe-club/session2/completedExercises/what-for-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/completedExercises/what-for-example.txt -------------------------------------------------------------------------------- /neontribe-club/session2/python_file_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/python_file_1.pdf -------------------------------------------------------------------------------- /neontribe-club/session2/python_file_1_test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/python_file_1_test.pdf -------------------------------------------------------------------------------- /neontribe-club/session2/python_file_2-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/python_file_2-tests.py -------------------------------------------------------------------------------- /neontribe-club/session2/python_file_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/python_file_2.pdf -------------------------------------------------------------------------------- /neontribe-club/session2/short-code-option-1-code-format.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/short-code-option-1-code-format.pdf -------------------------------------------------------------------------------- /neontribe-club/session2/what-happened-s2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session2/what-happened-s2.md -------------------------------------------------------------------------------- /neontribe-club/session3/agenda-s3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session3/agenda-s3.md -------------------------------------------------------------------------------- /neontribe-club/session3/completedExercises/doctest-example-coloured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session3/completedExercises/doctest-example-coloured.jpg -------------------------------------------------------------------------------- /neontribe-club/session3/doctest-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session3/doctest-example.py -------------------------------------------------------------------------------- /neontribe-club/session3/doctest-example.py.stdout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session3/doctest-example.py.stdout -------------------------------------------------------------------------------- /neontribe-club/session4/Signal-iOS-PhoneNumberValidator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session4/Signal-iOS-PhoneNumberValidator.swift -------------------------------------------------------------------------------- /neontribe-club/session4/agenda-s4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session4/agenda-s4.md -------------------------------------------------------------------------------- /neontribe-club/session4/neontribe_code_reading_club_session_4_notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session4/neontribe_code_reading_club_session_4_notes.pdf -------------------------------------------------------------------------------- /neontribe-club/session4/neontribe_code_reading_club_session_4_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session4/neontribe_code_reading_club_session_4_notes.txt -------------------------------------------------------------------------------- /neontribe-club/session5/agenda-s5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session5/agenda-s5.md -------------------------------------------------------------------------------- /neontribe-club/session5/completedExercises/code-club-5-marked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session5/completedExercises/code-club-5-marked.jpg -------------------------------------------------------------------------------- /neontribe-club/session5/completedExercises/code-club-5-marked2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session5/completedExercises/code-club-5-marked2.jpg -------------------------------------------------------------------------------- /neontribe-club/session5/ssh_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session5/ssh_key.py -------------------------------------------------------------------------------- /neontribe-club/session6/agenda-s6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session6/agenda-s6.md -------------------------------------------------------------------------------- /neontribe-club/session6/completedExercises/code-sample-marked-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session6/completedExercises/code-sample-marked-1.jpg -------------------------------------------------------------------------------- /neontribe-club/session6/completedExercises/code-sample-marked-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session6/completedExercises/code-sample-marked-2.jpg -------------------------------------------------------------------------------- /neontribe-club/session6/example_code.html.haml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session6/example_code.html.haml -------------------------------------------------------------------------------- /neontribe-club/session6/washup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session6/washup -------------------------------------------------------------------------------- /neontribe-club/session7/Example.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session7/Example.cs -------------------------------------------------------------------------------- /neontribe-club/session7/agenda-s7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session7/agenda-s7.md -------------------------------------------------------------------------------- /neontribe-club/session8/Example.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session8/Example.rs -------------------------------------------------------------------------------- /neontribe-club/session8/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session8/Notes.md -------------------------------------------------------------------------------- /neontribe-club/session8/agenda-s8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session8/agenda-s8.md -------------------------------------------------------------------------------- /neontribe-club/session8/example_code.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session8/example_code.pdf -------------------------------------------------------------------------------- /neontribe-club/session8/example_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/session8/example_code.png -------------------------------------------------------------------------------- /neontribe-club/sessionX/agenda-s10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/sessionX/agenda-s10.md -------------------------------------------------------------------------------- /neontribe-club/sessionX/agenda_s10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/sessionX/agenda_s10.pdf -------------------------------------------------------------------------------- /neontribe-club/sessionX/code_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/sessionX/code_sample.pdf -------------------------------------------------------------------------------- /neontribe-club/sessionX/example.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neontribe/code-reading-club/HEAD/neontribe-club/sessionX/example.rb --------------------------------------------------------------------------------