Timeline for Print every character your program doesn't have
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 16, 2019 at 0:17 | comment | added | Value Ink | 47 bytes using grep instead of map | |
| Mar 12, 2017 at 22:36 | comment | added | twe4ked | $><<((32..126).map(&:chr)-IO.read(__FILE__).chars).join 55 bytes using a different approach. | |
| Aug 29, 2013 at 1:40 | history | edited | Doorknob | CC BY-SA 3.0 | I completely forgot to mention that, sorry Josh! :) |
| Aug 25, 2013 at 17:43 | history | edited | Doorknob | CC BY-SA 3.0 | added 42 characters in body |
| Aug 25, 2013 at 15:18 | comment | added | Ry- | Ah, and with a better choice of variable name, 57: (?!..?~).map{|a|$><<a if/[()ifmap{}|?!.~\/\\\[\]$><]/!~a} | |
| Aug 25, 2013 at 15:15 | comment | added | Ry- | You can take it to 58: (?!..?~).map{|x|$><<x if/[()ifmap{}|x?!.~\/\\\[\]$><]/!~x} | |
| Aug 23, 2013 at 23:26 | history | edited | Doorknob | CC BY-SA 3.0 | deleted 4 characters in body |
| Aug 23, 2013 at 23:26 | comment | added | Doorknob | @Josh Yes. I will do that now. | |
| Aug 23, 2013 at 23:10 | comment | added | Josh | Can't you put the if after the $><<x to save one of the end lines? | |
| Aug 23, 2013 at 17:05 | history | edited | Doorknob | CC BY-SA 3.0 | deleted 301 characters in body |
| Aug 23, 2013 at 16:58 | history | edited | Doorknob | CC BY-SA 3.0 | added 112 characters in body |
| Aug 23, 2013 at 16:51 | history | answered | Doorknob | CC BY-SA 3.0 |