Created
May 23, 2012 02:43
-
-
Save farhanpatel/2772973 to your computer and use it in GitHub Desktop.
sample classes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
coursesData = ( | |
{ | |
courseNumber = "\nMBB 231"; | |
detailName = "Cellular Biology and Biochem."; | |
infoData = ( | |
{ | |
days = Fri; | |
endTime = "1970-01-01 19:20:00 +0000"; | |
location = "TASC2-8070"; | |
startTime = "1970-01-01 18:30:00 +0000"; | |
} | |
); | |
section = D101; | |
type = Tutorial; | |
}, | |
{ | |
courseNumber = "\nMATH 152"; | |
detailName = "Calculus II"; | |
infoData = ( | |
{ | |
days = "Mon,Wed,Fri"; | |
endTime = "1970-01-01 17:20:00 +0000"; | |
location = AQ3182; | |
startTime = "1970-01-01 16:30:00 +0000"; | |
} | |
); | |
section = D100; | |
type = Lecture; | |
}, | |
{ | |
courseNumber = "\nMBB 231"; | |
detailName = "Cellular Biology and Biochem."; | |
infoData = ( | |
{ | |
days = Mon; | |
endTime = "1970-01-01 20:20:00 +0000"; | |
location = AQ3181; | |
startTime = "1970-01-01 19:30:00 +0000"; | |
}, | |
{ | |
days = "Wed,Fri"; | |
endTime = "1970-01-01 20:20:00 +0000"; | |
location = AQ3182; | |
startTime = "1970-01-01 19:30:00 +0000"; | |
} | |
); | |
section = D100; | |
type = Lecture; | |
}, | |
{ | |
courseNumber = "\nSTAT 270"; | |
detailName = "Probability and Statistics"; | |
infoData = ( | |
{ | |
days = "Mon,Wed,Fri"; | |
endTime = "1970-01-01 18:20:00 +0000"; | |
location = C9001; | |
startTime = "1970-01-01 17:30:00 +0000"; | |
} | |
); | |
section = D100; | |
type = Lecture; | |
}, | |
{ | |
courseNumber = "\nENGL 103W"; | |
detailName = "Introduction to Drama"; | |
infoData = ( | |
{ | |
days = Mon; | |
endTime = "1970-01-01 23:20:00 +0000"; | |
location = BLU10655; | |
startTime = "1970-01-01 22:30:00 +0000"; | |
} | |
); | |
section = D104; | |
type = Tutorial; | |
}, | |
{ | |
courseNumber = "\nENGL 103W"; | |
detailName = "Introduction to Drama"; | |
infoData = ( | |
{ | |
days = "Mon,Wed"; | |
endTime = "1970-01-01 21:20:00 +0000"; | |
location = AQ3149; | |
startTime = "1970-01-01 20:30:00 +0000"; | |
} | |
); | |
section = D100; | |
type = Lecture; | |
} | |
); | |
id = UserId; | |
name = Full Name; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment