search for: 658mb

Displaying 2 results from an estimated 2 matches for "658mb".

Did you mean: 650mb
2011 Jul 22
1
Make WINE detect an image as a CD drive with an audio disc
...weird multi-track CDs where the first track is data and the remaining tracks are normal CD audio... and I want audio in my game. So I ripped the whole image to bin format using AcetoneISO, and can mount that on the loopback (/dev/loop0) fine. Code: fdisk -l /dev/loop0 reports the expected size (658Mb) so I don't think there's any issue with the way the image was ripped or looped. So I've got: Code: $ sudo losetup /dev/loop0 dark_reign.bin $ sudo mount /dev/loop0 /media/loop0 and I configured d: device in winecfg to be type CD-ROM or Autodetect. Either will be sufficient to get...
2012 Dec 19
2
read.csv reads more rows than indicated by wc -l
When I have a csv file that is more than 6 lines long, not including the header, and one of the fields is blank for the last few lines, and there is an extra comma on of the lines with the blank field, read.csv() makes creates an extra line. I attached an example file; I'll also paste the contents here: A,apple A,orange A,orange A,orange A,orange A,,, A,, ----- wc -l reports that this file