1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
functiom dec2bin. Using as.binary again.
d4ndo
as doerrhoefer
More... almost 12 years ago
using class(ret) <- c("binary","logical) instead of as.binary. Using »as.binaryx sometimes attributes get lost.
d4ndo
as doerrhoefer
More... almost 12 years ago
changed binary function. binary class inhertis from »logical« by default now.
d4ndo
as doerrhoefer
More... almost 12 years ago
Added context test both. adapted tests.
d4ndo
as doerrhoefer
More... almost 12 years ago
Added to NAMESPACE ==, !=, !, [
d4ndo
as doerrhoefer
More... almost 12 years ago
Renamed binPrefix2Byte.R to binHelper.R
d4ndo
as doerrhoefer
More... almost 12 years ago
Rename test-binPrefix2Byte.R to test-binHelper.R
d4ndo
as Daniel Dörrhöfer
More... almost 12 years ago
Rename binPrefix2Byte.R to binHelper.R
d4ndo
as Daniel Dörrhöfer
More... almost 12 years ago
turned the order of arguments. signed firts then littleEndian. to keep it consistent.
d4ndo
as doerrhoefer
More... almost 12 years ago
fixed the binAdd function. some problems with negative numbers.
d4ndo
as doerrhoefer
More... almost 12 years ago
Added a comment
d4ndo
as doerrhoefer
More... almost 12 years ago
New function bytesNeeded(n). Returns the minimum number of »Byte« needed to hold n »Bit«
d4ndo
as doerrhoefer
More... almost 12 years ago
fixed '==.binary' operator. Added '!=.binary'operator
d4ndo
as doerrhoefer
More... almost 12 years ago
Moved binAdd function in a seperate file called binAdd.R. Moved switchEndianness function from binConvert.R to binOperators.R.
d4ndo
as doerrhoefer
More... almost 12 years ago
deactivated some tests.
d4ndo
as doerrhoefer
More... almost 12 years ago
removed signed argument from function binAdd. Not needed anymore (see changes at BinaryS3). Getting information from binary attributes.
d4ndo
as doerrhoefer
More... almost 12 years ago
changed example of bin2dec function. added littleEndian support to function bin2dec.
d4ndo
as doerrhoefer
More... almost 12 years ago
update of @usage and @param to binary function
d4ndo
as doerrhoefer
More... almost 12 years ago
implemented '[.binary' and '!.binary' to avoid »disappearing attributes.
d4ndo
as doerrhoefer
More... almost 12 years ago
function bin2dec() .. save's attributes first.
d4ndo
as doerrhoefer
More... almost 12 years ago
replaced bin[length(bin):1] with rev(bin)
d4ndo
as doerrhoefer
More... almost 12 years ago
cosmetics.
d4ndo
as doerrhoefer
More... almost 12 years ago
reassign attributes. Seems like rev, removes the attributes. ??
d4ndo
as doerrhoefer
More... about 12 years ago
Adapted function fillBits to deal with new binary class (including attributes signed and littleEndian).
d4ndo
as doerrhoefer
More... about 12 years ago
.
d4ndo
as doerrhoefer
More... about 12 years ago
Added two attributes to class binary.
d4ndo
as doerrhoefer
More... about 12 years ago
modified switchEndianess to deal with new binary class(including attributes, signed and littleEndian)
d4ndo
as doerrhoefer
More... about 12 years ago
Added two boolean attributes to class binary. signed and littleEndian.
d4ndo
as doerrhoefer
More... about 12 years ago
fixed bug: changed is.binary() to as.binary()
d4ndo
as doerrhoefer
More... about 12 years ago
Replaced size by n in function shiftLeft, shiftRight an rotate. Using n for bits and size for Bytes from now on.
d4ndo
as doerrhoefer
More... about 12 years ago