Skip to content

Instantly share code, notes, and snippets.

@snowleung
Last active April 11, 2016 10:12
Show Gist options
  • Save snowleung/53086459738d0da1597cff2852fbd470 to your computer and use it in GitHub Desktop.
Save snowleung/53086459738d0da1597cff2852fbd470 to your computer and use it in GitHub Desktop.
CS URL
'''
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