Last active
April 11, 2016 10:12
-
-
Save snowleung/53086459738d0da1597cff2852fbd470 to your computer and use it in GitHub Desktop.
CS URL
This file contains hidden or 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
''' | |
struct is ["url", "introduction"] | |
''' | |
cs_site=[ | |
"http://composingprograms.com", "Welcome to Composing Programs, a free online introduction to programming and computer science.", | |
] | |
unittest_site = [ | |
"http://stackoverflow.com/questions/155436/unit-test-naming-best-practices", " [UnitOfWork_StateUnderTest_ExpectedBehavior]", | |
] | |
python_site = [ | |
"http://docs.python-guide.org/en/latest/", "This is a living, breathing guide. " | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment