I hereby claim:
- I am btamayo on github.
- I am btamayo (https://keybase.io/btamayo) on keybase.
- I have a public key whose fingerprint is 293E AEBD 6EC3 21C6 B403 5351 FB06 F9A0 579F 1956
To claim this, I am signing this object:
# Template | |
TEST_TEMPLATE_RAW = """@test "{description} [{shell}]" {{ | |
run ./{script_name} {shell} --debug --no-exec | |
{assert_type} {partial} {regexflag} "{expected}" | |
}} | |
# Codebit | |
# test is dumped in by pyyaml | |
print TEST_TEMPLATE_RAW.format(**test) |
I hereby claim:
To claim this, I am signing this object:
public String scanString() { | |
int start = s.length() - 1; | |
int end = s.length() - 1; | |
int maxLengthFound = s.length(); // Initial maximum length | |
System.out.println("end: " + end); | |
for (int i = 0; i < s.length(); i++) { | |
System.out.println("Checking substring: " + s.substring(0, i + 1) + ", valid: " + isValid()); | |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://gist.github.com/1595572). | |
# |