Displaying 5 results from an estimated 5 matches for "bambam".
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
...bles. I explained to them that quoted character
variables are virtuous and wise, of course, but they say Microsoft
Excel CSV export no longer quotes characters unless they include
commas in the values.
They showed me a CSV file from Excel that looked like this
x1,x2,x3,x4 5 6
fred,barney,betty,x
bambam,"fred,wilma",pebbles,y
Note how the quotes only happen on row 2 column 2. I was surprised it
did that, but now I have some pressure to write a csv maker that has
that structure. Its weird, even when there are spaces in values there
are no quotation marks.
Has anybody done this and veri...
2017 Sep 19
0
what do you think about write.table(... qmethod = "excel")?
...acter
> variables are virtuous and wise, of course, but they say Microsoft
> Excel CSV export no longer quotes characters unless they include
> commas in the values.
>
> They showed me a CSV file from Excel that looked like this
>
> x1,x2,x3,x4 5 6
> fred,barney,betty,x
> bambam,"fred,wilma",pebbles,y
>
> Note how the quotes only happen on row 2 column 2. I was surprised it
> did that, but now I have some pressure to write a csv maker that has
> that structure.
I think you should resist that pressure. It really makes no sense to
write a .csv parser t...
2002 Apr 10
6
[Bug 212] Add netgroup support to ssh-keyscan
http://bugzilla.mindrot.org/show_bug.cgi?id=212
------- Additional Comments From Michael.Gerdts at alcatel.com 2002-04-11 00:33 -------
This patch also changes the behavior of ssh-keyscan when a hostname does not
resolve. I have changed the condition from fatal() to error() so that the scan
does not quit when it runs across a bad hostname.
------- You are receiving this mail because:
2017 Sep 19
2
what do you think about write.table(... qmethod = "excel")?
...s and wise, of course, but they say Microsoft
>> Excel CSV export no longer quotes characters unless they include
>> commas in the values.
>>
>> They showed me a CSV file from Excel that looked like this
>>
>> x1,x2,x3,x4 5 6
>> fred,barney,betty,x
>> bambam,"fred,wilma",pebbles,y
>>
>> Note how the quotes only happen on row 2 column 2. I was surprised it
>> did that, but now I have some pressure to write a csv maker that has
>> that structure.
>
> I think you should resist that pressure.
That depends on whethe...
2004 Sep 10
2
compiling without admin permissions
Is there an easy way to tell libtheora to configure itself using libogg
that is *not* installed in a system folder (one that requires admin
permissions to write to), but is instead in a normal user level folder?
-- Steve