Displaying 4 results from an estimated 4 matches for "dmsegment".
2004 May 18
2
delete duplicated from data.frame
Hi,
?unique
unique returns a vector, data frame or array like x * but with duplicate
elements removed *
what i'm doing wrong delete duplicated rows with same MEMEBRNO.
februar <- dmsegment[unique(dmsegment$MEMBERNO),]
This reduce from 197.188 rows to 184.199 but duplicated MEMBERNO didn't left
all what a Primary Key setting in mysql me say and with a fix(februar) could
recognize .
Courious why MEMEBRNO 4,5 ,6 and 11 are left !
dmsegment$MEMBERNO[1:10]
[1] 1 4 5 6 7 9...
2018 Mar 16
0
Wine release 3.4
...forms 'DMAP' and 'DMTG' in ParseDescriptor too.
dmloader/tests: Add IDirectMusicObject::ParseDescriptor() tests.
dmstyle/tests: Avoid a clang warning.
secur32: Remove comment referencing an old macro.
dmime: Add a generic ParseDescriptor helper and use it for DMSegment.
dmime: Reimplement ParseDescriptor for DMAudioPathConfig.
dmime: Reimplement ParseDescriptor for DMGraph.
dmime/tests: Add ParseDescriptor NULL pointer tests.
dmime: Use ParseDescriptor() instead of reimplementing it.
dmime: Stop pretending to Load() the 'WAVE'...
2018 Jul 20
0
Wine release 3.13
...and: Reimplement ParseDescriptor() for DirectMusicBand.
dmcompos: Reimplement ParseDescriptor() for DirectMusicChordMap.
dmloader: Reimplement ParseDescriptor() for DirectMusicContainer.
dmstyle: Reimplement ParseDescriptor() for DirectMusicStyle.
dmime: Don't crash when DMSegment loads a MIDI file.
ole32: Use the ARRAY_SIZE() macro.
quartz: Use the ARRAY_SIZE() macro.
ntdll/tests: Avoid temp variables holding ARRAY_SIZE results.
oledlg: Use the ARRAY_SIZE() macro.
dswave: Reimplement ParseDescriptor() for DirectSoundWave.
oleacc: Use the...
2015 Jun 26
0
Wine release 1.7.46
...dmband/tests: Add IPersistStream tests for DMBandTrack.
dmcompos/tests: Add IPersistStream tests for DM*Track.
dmime: Pass objects instead of ifaces to helpers.
dmime: Remove unused arguments from helper functions.
dmime: Use the generic DirectMusicObject implementation for DMSegment.
dmime: Use the generic DMObject implementation for DMAudioPathConfig.
dmime: Get rid of the extra pointer to a DMUS_OBJECTDESC.
dmime: Use the generic DMObject implementation for DMGraph.
dmime/tests: Add IPersistStream tests for DM*Track.
dmstyle/tests: Add IPersistS...