worldwide

woanders ist es auch schoen


2014.04
rprog-1370 rprog-1370 - If you take "Was a valid GitHub URL containing a git repository submitted?" literally I'd say yes since A is 'contained' in B
> A <- "https://github.com/USERNAME/ProgrammingAssignment2"
> B <- "https://github.com/USERNAME/ProgrammingAssignment2/blob/master/cachematrix.R"
> grepl(A,B)
[1] TRUE
# misc