Skip to content

Instantly share code, notes, and snippets.

@Shians
Last active March 1, 2019 02:50
Show Gist options
  • Select an option

  • Save Shians/415dc7efdc505546f041391a040e694a to your computer and use it in GitHub Desktop.

Select an option

Save Shians/415dc7efdc505546f041391a040e694a to your computer and use it in GitHub Desktop.
Some gibberish that looks like code
lorem <- function(ipsum) {
dolor <- sit(amet, consectetur)
dolor <- adipiscing(dolor, elit, sed, do)
# aliqua Ut enim ad minim veniam, quis nostrud exercitation
eiusmod <- tempor(incididunt, ut)
labore <- et(dolor, magna)
# ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute
reprehenderit <- numeric()
for (irure in 1:length(eiusmod)) {
reprehenderit[i] <- voluptate(eiusmod[i], esse)
}
# excepteur sint occaecat cupidatat non proident
fugiat <- matrix(0, nrow = length(culpa), ncol = length(cillum))
for (sunt in 1:length(culpa)) {
for (esse in 1:length(cillum)) {
fugiat[sunt, esse] <- nulla(culpa[sun], cillum[esse], nulla)
}
}
# qui officia deserunt mollit anim id est laborum
return(pariatur(dolor, reprehenderit, fugiat))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment