An open API service indexing awesome lists of open source software.

https://github.com/hvass-labs/old-schoolwork

Some of my old university projects in computer science
https://github.com/hvass-labs/old-schoolwork

Last synced: 7 months ago
JSON representation

Some of my old university projects in computer science

Awesome Lists containing this project

README

          

# Old Schoolwork

These are some of my old projects and reports for the later part of my university studies. When I had these files on my own web-site, they were still being downloaded 15 years later, so I have moved them permanently to GitHub, in case someone can use them in the future.

- Advanced Object-Oriented Programming (Fall 2005)
- C++ Meta-Programming of IIR Filters and Arithmetic Vectors
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/aoop_mandatory2.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/aoop_mandatory2_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/aoop_mandatory2_exe.zip)

- Algorithms in BioInformatics (Fall 2004)
- Global Alignment
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_align.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_align_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_align_exe.zip)
- Gene Finding
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_genefind.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_genefind_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_genefind_exe.zip)
- Neighbour Joining
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_neighbour.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_neighbour_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_neighbour_exe.zip)
- Protein Folding
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_folding.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_folding_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_folding_exe.zip)
- Tree Distance
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_distance.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_distance_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/bioinf_distance_exe.zip)

- Dynamic Algorithms (Spring 2005)
- Sparsification of Minimum Spanning Forest, Kruskal's Algorithm, Union-Find, Heap
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/da_exam.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/da_exam_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/da_exam_exe.zip)

- Numerical Analysis (Fall 2004)
- Tridiagonal Toeplitz Matrices
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam1.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam1_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam1_exe.zip)
- Romberg Integration
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam2.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam2_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/na_exam2_exe.zip)

- Randomized Algorithms (Spring 2005)
- Chernoff Bounds, Simulation of Multiple Choice Test, Fingerprint-Based Multiset Equality
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/ra_exam.pdf)
- [Problem 2 Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/ra_exam_problem2_src.zip)
- [Problem 2 Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/ra_exam_problem2_exe.zip)
- [Problem 4 Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/ra_exam_problem4_src.zip)
- [Problem 4 Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/ra_exam_problem4_exe.zip)

- Scientific Computing (Fall 2005)
- Matrix Multiplication & Cache Usage
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory1.pdf)
- [Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory1_src.zip)
- [Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory1_exe.zip)
- 2-D Poisson Problem (Distributed With OpenMP and MPI)
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2.pdf)
- [OpenMP Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2_src.zip)
- [OpenMP Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2_exe.zip)
- [MPI Source-Code for MS Visual C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2_MPI_src.zip)
- [MPI Test-Program for MS-Windows](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2_MPI_exe.zip)
- [Source-Code for Unix](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/sc_mandatory2_unix_src.zip)

- Phase Vocoder for Time-Stretching and Pitch-Scaling Sound-Files (Spring 2003)
- [Report](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/phasevocoder.pdf)
- [Source-Code for Codewarrior C++](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/pvoc_src.zip)
- [Test-Program for Mac OS9](https://github.com/Hvass-Labs/Old-Schoolwork/raw/master/pvoc_exe.sit)