OT: I get the code boxes using an extension to Chrome called Markdown Here
<https://chrome.google.com/webstore/detail/markdown-here/elifhakcjgalahccnjkneoccemfahfoa>
- it works real well, but it has the disadvantage that you have to manually
do the conversion before sending, and I keep forgetting :P
// T
On Friday, July 18, 2014 8:20:51 PM UTC+2, Steven G. Johnson wrote:
>
> On Friday, July 18, 2014 7:12:32 AM UTC-4, Andrei Berceanu wrote:
>>
>> Space is an issue, yes, but I agree, I can process them one by one using
>> some sed scripting. I just thought there is a simple idiom corresponding to
>> Python's 2-liner above.
>>
>
> Sure, you can do:
>
> datastring = replace(readall("foo.dat"), "D", "e")
> data = readdlm(IOBuffer(datastring))
>
>
>>>
>>