RE: [Golfing] Filter 08-28-2015, 12:31 AM
#11
| [Golfing] Filter filter_list | |
RE: [Golfing] Filter 09-03-2015, 04:55 AM
#12
J:
Code:
s =. 1!:1 < 'file.txt'
.# ('[[:alpha:]]+' rxmatches s) rxfrom sCode:
+-----+-----+--+----+----+--------+----+--------+----+
|Hello|world|Oh|fuck|what|happened|here|Alrighty|then|
+-----+-----+--+----+----+--------+----+--------+----+
RE: [Golfing] Filter 09-03-2015, 04:57 AM
#13
(09-03-2015, 04:55 AM)0xDEAD10CC Wrote: J:
Code:s =. 1!:1 < 'file.txt' .# ('[[:alpha:]]+' rxmatches s) rxfrom s
Code:+-----+-----+--+----+----+--------+----+--------+----+ |Hello|world|Oh|fuck|what|happened|here|Alrighty|then| +-----+-----+--+----+----+--------+----+--------+----+
Huh. Never heard of J. Nice job. (Sadly, it's been too long since I created the thread to add you to the leaderboard :c)
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.
don't have much in the first place, who feel the new currents and ride them the farthest.
RE: [Golfing] Filter 09-03-2015, 05:21 AM
#14
I can get it down to 48:
Code:
s=.1!:1<'f'
.#('[a-zA-Z0-9]+'rxmatches s)rxfrom sUsers browsing this thread:















![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)






