studentProjectAllocation
An implementation of Abraham et al's (2007) algorithm for allocation of student projects
File Explorer
- bundle.js
- spastudent.js
- spastudent.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
- workspace.code-workspace
- jekyll-vue.ai
- _scripts.html
- back-link.html
- fa_include.html
- allocate.worker.927e4895ff816ce8c5a2.worker.js
- main.66b857e3aceb2ca30539.js
- vendor.1bfd5e0596799bc8936e.js
- allocate.worker.js
- studentAllocation.vue
- main.js
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitattributes
- 404.html
- _config.yml
- about.md
- allocate.md
- browser-sync.js
- Gemfile
- Gemfile.lock
- index.md
- inputformats.md
- outputformat.md
- package-lock.json
- package.json
- settings.md
- step-by-step.md
- Vagrantfile
- webpack.config.babel.js
- workspace.code-workspace
- student_allocation_shiny_large.png
- allocate.pl
- lecturers.txt
- projects.txt
- students.txt
- studentAllocation.pm
- lecturerAssignments.txt
- projectAssignments.txt
- studentAssignments.txt
- allocation_example.zip
- lecturers.txt
- projects.txt
- students.txt
- bundle.js
- intro.html
- lecturers.html
- options.html
- projects.html
- students.html
- app.R
- check_input_lists.Rd
- check_lecturer_project_consistency.Rd
- check_project_student_consistency.Rd
- check_student_lecturer_consistency.Rd
- effective_capacity.Rd
- neat_lecturer_output.Rd
- neat_project_output.Rd
- neat_student_output.Rd
- pkg_options.Rd
- read_lecturer_file.Rd
- read_project_file.Rd
- read_student_file.Rd
- shiny_spa_student.Rd
- spa_student.Rd
- check_input_lists.R
- effective_capacity.R
- neat_output_js.R
- pkg_options.R
- read_files.R
- shiny_spa_student.R
- spa_student_js.R
- .gitignore
- activate.R
- .Rbuildignore
- .Rprofile
- DESCRIPTION
- NAMESPACE
- studentAllocation.Rproj
- .gitignore
- fileFormatDetails.txt
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
perl
View Details ▼
perl
The Perl 5 language interpreter.
See also: `perldoc`.
perl -n -e 'print if m/regex1/ and m/regex2/i'
Print lines from `stdin` [m]atching `regex1` and case [i]nsensitive `regex2`:
perl -n -E 'say $1 if m/{{before}} ( {{group_regex}} ) {{after}}/x'
Say ([-E]) first match group, using a `regex`, ignoring space ([x]) in `regex`:
perl -i'.bak' -p -e 's/regex/{{replacement}}/g' {{path/to/files}}
[i]n-place, with backup, [s]ubstitute all occurrence ([g]) of `regex` with a replacement:
// repository documentation
Was this content helpful?
(0 ratings)
