studentProjectAllocation
An implementation of Abraham et al's (2007) algorithm for allocation of student projects
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
perl
설명 보기 ▼
perl
Perl 5 언어 인터프리터.
관련 항목: `perldoc`.
더 많은 정보: <https://perldoc.perl.org/perl>.
perl -n -e 'print if m/regex1/ and m/regex2/i'
`stdin`에서 `regex1`과 일치하고 대소문자를 구분하지 않는 `regex2`와 일치하는 행 출력:
perl -n -E 'say $1 if m/{{before}} ( {{group_regex}} ) {{after}}/x'
공백을 무시하고 `regex`를 사용하여 첫 번째 매치 그룹 출력:
perl -i'.bak' -p -e 's/regex/{{replacement}}/g' {{path/to/files}}
백업과 함께 제자리에서 모든 `regex` 발생을 대체:
// repository documentation
Was this content helpful?
(0 ratings)
