https://www-users.york.ac.uk/~od641
├── 29c
│ ├── allegro-leaks
│ │ ├── driver.c
│ │ └── mem-leaks.log.gz
│ ├── errata.pdf
│ ├── errata-source.tar.gz
│ ├── llp.sh
│ ├── Makefile
│ └── yg-manual.pdf
├── 2d-feature-transformation-writeup.pdf
├── anthropology
│ ├── original.pdf
│ ├── sources
│ │ ├── logo.png
│ │ ├── thesis.bib
│ │ └── thesis.tex
│ └── thesis.pdf
├── cppreference-doxygen-web.tag.xml
├── dixon_family_tree
│ ├── family.pdf
│ ├── family.tex
│ └── small
│ ├── small.pdf
│ └── small.tex
├── ENG1-presentations
│ ├── A1-presentation.pdf
│ └── A2-presentation.pdf
├── ENG1-website
│ ├── bg.jpg
│ ├── class-models
│ │ ├── 9b14e7b8.svg
│ │ ├── c1b4f87e.svg
│ │ ├── component-model.svg
│ │ ├── db2fe885.svg
│ │ ├── index.html
│ │ ├── latest-portrait.svg
│ │ ├── latest.svg
│ │ └── sources
│ │ ├── 9b14e7b8.puml
│ │ ├── c1b4f87e.puml
│ │ ├── component.puml
│ │ ├── db2fe885.puml
│ │ └── latest.puml
│ ├── index.html
│ ├── javadoc
│ │ ├── allclasses.html
│ │ ├── bytemusketeers
│ │ │ └── heslingtonhustle
│ │ │ ├── DesktopLauncher.html
│ │ │ ├── HeslingtonHustle.html
│ │ │ ├── metrics
│ │ │ │ ├── AreaMetric.html
│ │ │ │ ├── DOWMetric.DayOfWeek.html
│ │ │ │ ├── DOWMetric.html
│ │ │ │ ├── MetricController.html
│ │ │ │ ├── MetricController.Metric.html
│ │ │ │ ├── MetricEntry.html
│ │ │ │ ├── MetricListener.html
│ │ │ │ ├── MetricUpdater.html
│ │ │ │ ├── package-summary.html
│ │ │ │ ├── package-tree.html
│ │ │ │ └── PlayerMetric.html
│ │ │ ├── package-summary.html
│ │ │ ├── package-tree.html
│ │ │ ├── PlayScreen.GameState.html
│ │ │ ├── PlayScreen.html
│ │ │ ├── scene
│ │ │ │ ├── AreaFactory.html
│ │ │ │ ├── Area.html
│ │ │ │ ├── Area.Name.html
│ │ │ │ ├── Character.html
│ │ │ │ ├── Drawable.html
│ │ │ │ ├── GameMap.html
│ │ │ │ ├── Interactable.html
│ │ │ │ ├── InvalidAreaException.html
│ │ │ │ ├── Item.html
│ │ │ │ ├── package-summary.html
│ │ │ │ └── package-tree.html
│ │ │ ├── StartupHelper.html
│ │ │ └── ui
│ │ │ ├── GameOverMenu.html
│ │ │ ├── HeadsUpDisplay.html
│ │ │ ├── OverlayFactory.html
│ │ │ ├── Overlay.html
│ │ │ ├── package-summary.html
│ │ │ ├── package-tree.html
│ │ │ └── PauseMenu.html
│ │ ├── constant-values.html
│ │ ├── deprecated-list.html
│ │ ├── element-list
│ │ ├── help-doc.html
│ │ ├── index.html
│ │ ├── legal
│ │ │ ├── ASSEMBLY_EXCEPTION
│ │ │ ├── jszip.md
│ │ │ └── pako.md
│ │ ├── overview-summary.html
│ │ ├── overview-tree.html
│ │ ├── script.js
│ │ ├── serialized-form.html
│ │ └── stylesheet.css
│ ├── lastmodified.js
│ ├── planning
│ │ ├── gantt.puml
│ │ ├── gantt.svg
│ │ └── index.html
│ ├── sequence-diagrams
│ │ ├── index.html
│ │ ├── initial.svg
│ │ ├── latest.svg
│ │ └── sources
│ │ ├── initial.puml
│ │ └── latest.puml
│ └── styling.css
├── exam-crib-sheets
│ ├── Algebra
│ │ ├── Algebra.pdf
│ │ ├── Algebra_Raster_0.png
│ │ └── Algebra_Raster_1.png
│ ├── Calculus
│ │ ├── Calculus.pdf
│ │ ├── Calculus_Raster_0.png
│ │ └── Calculus_Raster_1.png
│ └── whatisthis.html
├── example_tex
│ ├── fonttest
│ │ ├── test.log
│ │ ├── test.pdf
│ │ └── test.tex
│ └── scrlttr2
│ ├── letter.pdf
│ └── letter.tex
├── fix_perms.sh
├── fractal
│ ├── index.html
│ ├── report.pdf
│ └── screenshots
│ ├── colour.png
│ ├── csv.png
│ ├── info.png
│ ├── julia.png
│ ├── mandelbrot.png
│ └── tga.png
├── hipc_labs
│ ├── week_2
│ │ ├── array_sort.c
│ │ ├── Makefile
│ │ ├── prime.c
│ │ └── sum.c
│ ├── week_3
│ │ ├── classical_linear_solvers.c
│ │ └── CMakeLists.txt
│ └── week_6
│ ├── CMakeLists.txt
│ ├── heat_parallel.bin
│ ├── heat_parallel.c
│ ├── heat_parallel.csv
│ ├── heat_serial.c
│ ├── heat_serial.csv
│ ├── pi.c
│ ├── plots.nb
│ └── run.sh
├── icp-assignment
│ ├── CMakeLists.txt
│ ├── Doxyfile
│ ├── GeneratedDocumentation
│ │ ├── doxygen.log
│ │ └── html
│ │ ├── annotated_dup.js
│ │ ├── annotated.html
│ │ ├── bc_sd.png
│ │ ├── bc_s.png
│ │ ├── classes.html
│ │ ├── closed.png
│ │ ├── DataFile_8c_source.html
│ │ ├── DataFile_8h_source.html
│ │ ├── dir_74389ed8173ad57b461b9d623a1f3867.html
│ │ ├── dir_74389ed8173ad57b461b9d623a1f3867.js
│ │ ├── docd.svg
│ │ ├── doc.svg
│ │ ├── doxygen.css
│ │ ├── doxygen.svg
│ │ ├── dynsections.js
│ │ ├── files_dup.js
│ │ ├── files.html
│ │ ├── folderclosedd.svg
│ │ ├── folderclosed.svg
│ │ ├── folderopend.svg
│ │ ├── folderopen.svg
│ │ ├── functions_func.html
│ │ ├── functions.html
│ │ ├── functions_vars.html
│ │ ├── globals_defs.html
│ │ ├── globals_enum.html
│ │ ├── globals_eval.html
│ │ ├── globals_func.html
│ │ ├── globals.html
│ │ ├── graph_legend.html
│ │ ├── graph_legend.md5
│ │ ├── graph_legend.svg
│ │ ├── index.html
│ │ ├── jquery.js
│ │ ├── main_8c.html
│ │ ├── main_8c__incl.map
│ │ ├── main_8c__incl.md5
│ │ ├── main_8c__incl.svg
│ │ ├── main_8c.js
│ │ ├── main_8c_source.html
│ │ ├── menudata.js
│ │ ├── menu.js
│ │ ├── minusd.svg
│ │ ├── minus.svg
│ │ ├── nav_fd.png
│ │ ├── nav_f.png
│ │ ├── nav_g.png
│ │ ├── nav_hd.png
│ │ ├── nav_h.png
│ │ ├── navtree.css
│ │ ├── navtreedata.js
│ │ ├── navtreeindex0.js
│ │ ├── navtree.js
│ │ ├── open.png
│ │ ├── plusd.svg
│ │ ├── plus.svg
│ │ ├── Pool_8c.html
│ │ ├── Pool_8c__incl.map
│ │ ├── Pool_8c__incl.md5
│ │ ├── Pool_8c__incl.svg
│ │ ├── Pool_8c.js
│ │ ├── Pool_8c_source.html
│ │ ├── Pool_8h__dep__incl.map
│ │ ├── Pool_8h__dep__incl.md5
│ │ ├── Pool_8h__dep__incl.svg
│ │ ├── Pool_8h.html
│ │ ├── Pool_8h__incl.map
│ │ ├── Pool_8h__incl.md5
│ │ ├── Pool_8h__incl.svg
│ │ ├── Pool_8h_source.html
│ │ ├── Product_8c.html
│ │ ├── Product_8c__incl.map
│ │ ├── Product_8c__incl.md5
│ │ ├── Product_8c__incl.svg
│ │ ├── Product_8c.js
│ │ ├── Product_8c_source.html
│ │ ├── Product_8h__dep__incl.map
│ │ ├── Product_8h__dep__incl.md5
│ │ ├── Product_8h__dep__incl.svg
│ │ ├── Product_8h.html
│ │ ├── Product_8h__incl.map
│ │ ├── Product_8h__incl.md5
│ │ ├── Product_8h__incl.svg
│ │ ├── Product_8h.js
│ │ ├── Product_8h_source.html
│ │ ├── resize.js
│ │ ├── search
│ │ │ ├── all_0.js
│ │ │ ├── all_1.js
│ │ │ ├── all_2.js
│ │ │ ├── all_3.js
│ │ │ ├── all_4.js
│ │ │ ├── all_5.js
│ │ │ ├── all_6.js
│ │ │ ├── all_7.js
│ │ │ ├── all_8.js
│ │ │ ├── all_9.js
│ │ │ ├── all_a.js
│ │ │ ├── classes_0.js
│ │ │ ├── close.svg
│ │ │ ├── defines_0.js
│ │ │ ├── defines_1.js
│ │ │ ├── defines_2.js
│ │ │ ├── enums_0.js
│ │ │ ├── enumvalues_0.js
│ │ │ ├── files_0.js
│ │ │ ├── files_1.js
│ │ │ ├── functions_0.js
│ │ │ ├── functions_1.js
│ │ │ ├── functions_2.js
│ │ │ ├── functions_3.js
│ │ │ ├── functions_4.js
│ │ │ ├── functions_5.js
│ │ │ ├── functions_6.js
│ │ │ ├── mag_d.svg
│ │ │ ├── mag_seld.svg
│ │ │ ├── mag_sel.svg
│ │ │ ├── mag.svg
│ │ │ ├── search.css
│ │ │ ├── searchdata.js
│ │ │ ├── search.js
│ │ │ ├── variables_0.js
│ │ │ ├── variables_1.js
│ │ │ ├── variables_2.js
│ │ │ ├── variables_3.js
│ │ │ ├── variables_4.js
│ │ │ └── variables_5.js
│ │ ├── splitbard.png
│ │ ├── splitbar.png
│ │ ├── StockControlSystem_8c.html
│ │ ├── StockControlSystem_8c__incl.map
│ │ ├── StockControlSystem_8c__incl.md5
│ │ ├── StockControlSystem_8c__incl.svg
│ │ ├── StockControlSystem_8c.js
│ │ ├── StockControlSystem_8c_source.html
│ │ ├── structPool__coll__graph.map
│ │ ├── structPool__coll__graph.md5
│ │ ├── structPool__coll__graph.svg
│ │ ├── structPool.html
│ │ ├── structPool.js
│ │ ├── structPool-members.html
│ │ ├── structProduct__coll__graph.map
│ │ ├── structProduct__coll__graph.md5
│ │ ├── structProduct__coll__graph.svg
│ │ ├── structProduct.html
│ │ ├── structProduct.js
│ │ ├── structProduct-members.html
│ │ ├── sync_off.png
│ │ ├── sync_on.png
│ │ ├── tab_ad.png
│ │ ├── tab_a.png
│ │ ├── tab_bd.png
│ │ ├── tab_b.png
│ │ ├── tab_hd.png
│ │ ├── tab_h.png
│ │ ├── tabs.css
│ │ ├── tab_sd.png
│ │ └── tab_s.png
│ └── Source
│ ├── Pool.c
│ ├── Pool.h
│ ├── Product.c
│ ├── Product.h
│ └── StockControlSystem.c
├── img
│ ├── amps.jpg
│ ├── amps-s.jpg
│ ├── both-512.jpg
│ ├── email-notext.svg
│ ├── fluffyhair.jpg
│ ├── gradient.jpg
│ ├── headshot.jpg
│ ├── hotel.jpg
│ ├── mq.jpg
│ └── mq-s.jpg
├── index.html
├── l5-notes
│ ├── assets
│ │ ├── ms-cover.jpg
│ │ └── ms-cover-test.pdf
│ └── metric-spaces.pdf
├── l6-project
│ ├── ethics.pdf
│ ├── plan.pdf
│ └── proposal.pdf
├── misc_general
│ ├── bubblesort.c
│ ├── cube.c
│ ├── getln.c
│ ├── hello.c
│ ├── popcnt.c
│ ├── stack.c
│ └── sztoa.tar.gz
├── misc_mma
│ ├── binary_errors.nb
│ ├── cantordust_intervals.nb
│ ├── dawid_fourier_triangle.nb
│ ├── fourier_piecewise.nb
│ ├── level_set_tangent_plot.nb
│ ├── matrix_algebra_feasibility.nb
│ ├── pdf_export
│ │ ├── binary_errors.pdf
│ │ ├── dawid_fourier_triangle.pdf
│ │ ├── fourier_piecewise.pdf
│ │ ├── level_set_tangent_plot.pdf
│ │ └── matrix_algebra_feasibility.pdf
│ └── sine_equality.nb
├── ms1_export
│ ├── handout.pdf
│ ├── notes.pdf
│ ├── presentation.pdf
│ ├── proposal.pdf
│ └── report.pdf
├── old.html
├── owd-euses-presentation.pdf
├── pss
│ ├── allegro
│ │ ├── allegro.pdf
│ │ └── allegro.tex
│ ├── index.html
│ ├── script1
│ │ ├── archive.tar.gz
│ │ ├── goodswap.c
│ │ ├── goodswap-noop.s
│ │ ├── goodswap.s
│ │ ├── helloworld.c
│ │ ├── script1.pdf
│ │ ├── swap.c
│ │ └── swap.s
│ ├── script2
│ │ ├── archive.tar.gz
│ │ └── script2.pdf
│ ├── script3
│ │ ├── archive.tar.gz
│ │ └── script3.pdf
│ └── script4
│ ├── archive.tar.gz
│ └── script4.pdf
├── README.md
├── styling.css
├── Thales UWS Software Engineering Placement Year.pptx
├── the3-sheets
│ ├── carnap-mock-exam.pdf
│ ├── carnap-week8.pdf
│ ├── carnap-week9.pdf
│ ├── dps.pdf
│ ├── dps.tex
│ ├── rules.pdf
│ └── rules.tex
└── tree
├── generate_tree.sh
├── tree.css
└── tree.html
54 directories, 368 files
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro