Timeline for Where's the 0xBEEF?
Current License: CC BY-SA 3.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:39 | history | edited | Community Bot |
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
|
|
| Oct 26, 2016 at 11:37 | history | edited | Dom Hastings | CC BY-SA 3.0 |
added 256 characters in body
|
| Oct 26, 2016 at 11:31 | comment | added | Dom Hastings | @Taemyr Ahhh! I see! I misunderstood your point... You are indeed correct. My Perl solution potentially falls foul of this as well. Will get that changed ASAP. Thank you for your comments and suggestion! | |
| Oct 26, 2016 at 10:46 | comment | added | Taemyr | You could also resolve this by changing the {8}'s to {9} and asking for the lines in the input to be space seperated, for a zero byte cost fix. | |
| Oct 26, 2016 at 10:36 | comment | added | Taemyr | Look again, there is only one beef in that input - and it's not at the point where your program indicates. The problem would not be resolved by using eager modifers, since I can switch the fake beef with the real beef. the problem is that your regex matches a "beef" that starts less than 4 bits from the end of a matrix row. | |
| Oct 26, 2016 at 9:50 | comment | added | Dom Hastings |
Is this countered by You can safely assume that there is always exactly one 'beef' on the bun. Your code is not required to support cases with more than one beef or no beef at all.? It can be resolved with ungreedy modifiers if necessary though (.{12})*?(.)*?.
|
|
| Oct 26, 2016 at 8:41 | comment | added | Taemyr | Fails for '000010110010110011100011100011100011100011110011110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' Your (.)* needs to be (.){0,8} | |
| Oct 26, 2016 at 6:35 | history | edited | user45941 | CC BY-SA 3.0 |
remove non-existant syntax highlighting
|
| Oct 25, 2016 at 7:05 | history | edited | Dom Hastings | CC BY-SA 3.0 |
added 126 characters in body
|
| Oct 24, 2016 at 9:35 | history | edited | Dom Hastings | CC BY-SA 3.0 |
deleted 43 characters in body
|
| Oct 24, 2016 at 9:09 | history | undeleted | Dom Hastings | ||
| Oct 24, 2016 at 9:09 | history | edited | Dom Hastings | CC BY-SA 3.0 |
fixed links and corrected order
|
| Oct 24, 2016 at 9:07 | history | deleted | Dom Hastings | via Vote | |
| Oct 24, 2016 at 9:06 | history | undeleted | Dom Hastings | ||
| Oct 24, 2016 at 9:06 | history | deleted | Dom Hastings | via Vote | |
| Oct 24, 2016 at 9:02 | history | answered | Dom Hastings | CC BY-SA 3.0 |