Skip to content

Instantly share code, notes, and snippets.

View NirmalManoj's full-sized avatar

Nirmal Manoj NirmalManoj

View GitHub Profile
@MaharnavS
MaharnavS / policy.md
Last active April 20, 2023 08:35
This gist hosts the documentation for a 'new' course allocation policy for the university. The documentation includes a brief explaination of the working of the algorithm, the pseudo-code and examples to explain the functioning of the algorithm.

Proposal for 'New' Course Allocation Policy


@samarsault
samarsault / judge
Last active January 7, 2018 05:18
Barebones Programming Contest Judge
#!/usr/bin/env sh
#
# Bare-bones Programming Contest Judge
# judge <interpreter> <program> <testdata> (--log)
# By @samarjeet27 (github)
#
# eg:
# C/C++ or any compiled language
# judge exec compiled_code test_data