STRINGS = ... # dictionary list
SUPERSTRINGS = ... # list of words to check
def check_string(superstring, STRINGS)
string = get_first_string(STRINGS)
while(string != null)
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
| { Earthbound Bicycle Song } | |
| { https://musescore.com/nonchalantree/ness-bike } | |
| K(Bb) | |
| T(4=181) | |
| { Perc Intro (TODO) } | |
| R1 R1 | |
| O4 |
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
| { Mods de Chocobo - Nobuo Uematsu } | |
| K(F#) | |
| T(4=160) | |
| O' A4 C4 F@4 | |
| [ {1} | |
| $p | |
| R1 R1 R1 R1 R1 R1 R1 R1 R1 R1 R1 R1 |
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
| { Beatdown DX (Sawtooth x Squarewave duel) - Curt Blakeslee } | |
| { https://musescore.com/rose-egbert/beatdown-dx } | |
| { https://mspaintadventures.fandom.com/wiki/Squarewave } | |
| { https://mspaintadventures.fandom.com/wiki/Sawtooth } | |
| { THAT SHIT'S AS WHACK AS I'M A GUY MADE OF METAL } | |
| { SIT YOUR ASS BACK DOWN CAUSE WE GOT SHIT TO SETTLE } | |
| { JUST PARK IT ON MY GRILL, YOU BE WHISTLIN LIKE A KETTLE } | |
| { IF RAP'S A ONE WHEEL DEVICE YOUR FOOT DON'T REACH THE PEDAL } | |
| { WORD! } |
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
| while(s->string[i] != '\0') { | |
| newStringData[i] = s->string[i]; | |
| i++; | |
| } | |
| //strcpy(newStringData, s->string); | |
| // copy over the null terminator + the checksum value | |
| for(int j=0;j<5;j++){ | |
| newStringData[i+j] = s->string[i+j]; | |
| } |
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
| void broken_function(char * string, size_t length) { | |
| if(length >= 3 && | |
| string[0] == 'F' && | |
| string[1] == 'U' && | |
| string[2] == 'Z' && | |
| string[3] == 'Z') { | |
| do_the_thing(); | |
| } | |
| } |
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
| If (user_logged_in? && validated?) || | |
| admin_logged_in? || | |
| !production_data? ) | |
| Save! | |
| End |
I hereby claim:
- I am eqdw on github.
- I am eqdw (https://keybase.io/eqdw) on keybase.
- I have a public key whose fingerprint is DD57 8694 9D58 F659 095E 920D 4E81 7C14 22C3 8E24
To claim this, I am signing this object:
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
| # I want to make a utility class that encapsulates a bunch of useful | |
| # methods. It doesn't really need any state, it's really more of a | |
| # namespace to put the methods in. Say, for example, a math utility | |
| # Math.random => random number | |
| # Math.sin(x) => sine(x) | |
| # Math.PI => 3.14159265...... | |
| # etc. | |
| # Wat do? |
I hereby claim:
- I am eqdw on github.
- I am eqdw (https://keybase.io/eqdw) on keybase.
- I have a public key whose fingerprint is 2FA5 BEFD 659F A4AD B4B6 3ED4 CC84 3CA9 3E26 942A
To claim this, I am signing this object: