Skip to content

Instantly share code, notes, and snippets.

View kajigga's full-sized avatar

Kajigga kajigga

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kajigga on github.
  • I am kajigga (https://keybase.io/kajigga) on keybase.
  • I have a public key ASCb-Xds0jlti9udWbrNYapvX1arcOFMfPmo9aYIZeHx5wo

To claim this, I am signing this object:

publisher_id publisher_sis_id course_id course_sis_id section_id section_sis_id student_id student_sis_id enrollment_id enrollment_status score grade
393675 242844 ANP 1 430746 1248367 bobby 9951104 active 19.3 A-
393675 242844 ANP 1 430746 959580 kevin.demoadmin 11012806 active 0 A-
393675 242844 ANP 1 430746 959580 11012806 active 0 A-
393675 242844 ANP 1 313444 925342 samhansen1 6883559 active 37.4 A-
393675 242844 ANP 1 313444 1310040 9053263 invited 11.8 A-
<?php
// Read the php input and save it to a file.
$fname = sprintf('takegrades_output/output_%s.txt',uniqid());
print $fname;
file_put_contents($fname,file_get_contents('php://input'));
/*
* Read the input sent via the script, parse it as CSV and save it in
* $grade_data_received which is an associative array