Displaying 20 results from an estimated 2000 matches similar to: "64bit integers"
2025 Jan 26
1
64bit integers
On 25/01/2025 23:37, Simon Urbanek wrote:
> Tony,
>
> Dirk sent a good response. I would like to add to that that it goes beyond just bits in SEXP: adding a new type involved in arithmetics is not only a lot of work but has performance implications. Also it is unclear how it should behave in the int32_t, double, int64_t triangle of vector classes in that respect (they don't nest)
2025 Jan 25
1
64bit integers
Tony,
Dirk sent a good response. I would like to add to that that it goes beyond just bits in SEXP: adding a new type involved in arithmetics is not only a lot of work but has performance implications. Also it is unclear how it should behave in the int32_t, double, int64_t triangle of vector classes in that respect (they don't nest) while retaining compatibility (doubles promote because they
2018 Sep 24
0
Native 64 Integers
Dear R Developers,
I would like to pick up back again the issue of 64 bits integers with R:
http://r.789695.n4.nabble.com/Re-R-support-for-64-bit-integers-td2320024.html
*** CURRENT SITUATION ***
At the moment, as regards integers, all the following are the same type:
* length of an R vector
* R integer type
* C int type (Fixed at 32 bits: In practice)
* Fortran INTEGER type (Fixed at 32
2019 Jun 03
2
Converting non-32-bit integers from python to R to use bit64: reticulate
Thank you Martin for giving to know and developing 'Rmpfr' library for
unlimited size integers (GNU C GMP) and arbitrary precision floats (GNU C
MPFR):
https://cran.r-project.org/package=Rmpfr
My question is: In the long term (For R3.7.0 or R3.8.0):
Does it have sense that CMP substitutes INTSXP, and MPFR substitutes
REALSXP code? With this we would achieve that an integer is always an
2025 Feb 01
2
[SPAM Warning!] Suggestion to emphasize Rboolean is unrelated to LGLSXP in R-exts
On Thu, 30 Jan 2025 13:07:31 -0800
Michael Chirico <michaelchirico4 at gmail.com> wrote:
> There are at least dozens of other cases on CRAN [2],[3].
Some of these involve casting an int to Rboolean. Best case, the int is
compared against NA_LOGICAL beforehand, avoiding any mistake (there's
at least one like that). Worst case, NA_LOGICAL is not considered before
the cast, so NA will
2006 Mar 07
5
Receiving Multiple calls on asterisk at home
All - I've been muddling around with this for a few days now.. and I'm
trying to figure out why I am not receiving more than one phone call on
each polycom 501 phone. I can make more than one phone call out, but not
receive another one in, while on a call. Has anybody seen this behaivior
before, or is there something simple in the config i'm missing, like..
maxcalls.. or
2014 Jun 27
3
[PATCH WIP] Can't generate argv variant
Hi everyone,
lately I've been getting familiar with library and working on slight
re-layering of the library. It's about having locking layer in public API and
tracing one layer below that (let's call it __t_ layer. I'm not very good at
making up names, so this is temporary:) ). Then making sure that all generated
public stuff call __t_ layer and all other internal stuff
2003 Jun 18
5
CAC Access Bank
I just picked up a couple CAC Access Bank 1s loaded with FXS that should be
arriving shortly. Does anyone have one that they use with Asterisk? If
so, would you be willing to shoot me a note with your current configs? I'm
not very familiar with CAC/etc, and it would save me countless hours of
muddling through .. :)
Any others tips you can give me on these banks would be very
2006 Jul 10
9
ROR questions
Hi,
?
I''m a Ruby on Rails newbie.? I''ve been tasked with building our office''s first ROR application, and I am the only one working on it, so I am muddling through with a couple of books...? Moving along slowly but need some discussion time with some people who KNOW it and can maybe offer some answers to questions I haven''t found in my books.
?
First - what is
2016 Apr 02
2
Still muddling through with broken auth...
Hey Everyone,
I?m still muddling through my first install? Followed the tutorials on workaround.org <http://workaround.org/> which were very helpful! but don?t include much info if things don?t work 100%? and so far I haven?t been able to pin down where the error is. When I try: telnet localhost 143 this is what shows up in the maillot:
Apr 2 21:06:57 ip-172-31-24-2 dovecot: auth: Fatal:
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
2023 Mar 29
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
One good intro to this is
https://github.com/networkupstools/nut/blob/master/docs/snmp-subdrivers.txt
although it focuses on adding new subdrivers - but more or less the same
workflow applies to extending existing ones. Sometimes it helps to generate
a new one for a currently-partially-supported device, and then compare with
existing subdriver (using meld or similar GUI helps a lot) to port the
2005 May 04
1
samba3.schema ??
Can I assume that the file 'samba3.schema' mentioned in .../Samba-Guide/happy.html#ch6-slapdconf
is the same as the file 'samba.schema' that is distributed with the samba tarball?
(I decided to check out the latest version of Chap 6 after muddling my way through the book
version - I am glad I did. I recommend that anyone else who is working from the book also
take a look at the
2023 Mar 30
1
Issue with On Line Status (APC MGE Galaxy 5500 + AP9635CH)
Well thanks,
The solution for my problem was kinda easy (still need some testing
though): found out my ups status is a string, so then I changed the way
snmp-ups.c gets the status.
Had to change *nut_snmp_get_int *to *nut_snmp_get_str *at around line 3470,
then grab fourth char out, use *strtol *function to then send it to
*su_status_set
*function.
I created my copy of *apc-mib.c *with my OID at
2015 May 25
5
Unicode display problem with data frames under Windows
On 25/05/2015 11:37 AM, Ista Zahn wrote:
> AFAIK this is the way it works on Windows. It has been discussed in several
> places, e.g.
> http://stackoverflow.com/questions/17715956/why-do-some-unicode-characters-display-in-matrices-but-not-data-frames-in-r
> ,
> http://stackoverflow.com/questions/17715956/why-do-some-unicode-characters-display-in-matrices-but-not-data-frames-in-r
2010 Nov 10
7
Cue sheets/Tagging question
Is it possible to place track markers that will be reflected in a cue sheet within a long FLAC file?
I have a label who want to offer FLAC downloads of complete albums - but there have to be track points designated within the FLAC file
How can I do this please?
Many Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 10
7
Cue sheets/Tagging question
Is it possible to place track markers that will be reflected in a cue sheet within a long FLAC file?
I have a label who want to offer FLAC downloads of complete albums - but there have to be track points designated within the FLAC file
How can I do this please?
Many Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Mar 25
2
R 3.5.3 having trouble spawning a new process on my Windows 10 machine
Hi all,
I am noticing some strange behaviour so I am bringing to this list. In the
past when I have submitted bugs to bugzilla, I have come here first for
confirmation/advice. Hopefully this is appropriate.
Upgrading from R 3.5.2 to R 3.5.3 seems to have elicited some strange
behaviour on my Windows machine. R seems to have trouble spawning a new
process on my machine. You can noticing with all
2013 Dec 02
1
pesky \usage-warnings with R CMD check
I?m in the process of preparing a package for CRAN.
The package is called ?exportR? and since it really just consists of one function, I found it natural to call it ?exportR? too.
The function returns a function that does the actual job, but it is set up to work in different ways, depending on the arguments given to its creator. In short:
library( exportR )
exporter <- exportR( the, arguments
2010 Sep 14
1
NA confusion (length question)
Hi folks,
I am running a very simple regression using
mylm <- lm(mass ~ tarsus, na.action=na.exclude)
I would like the use the residuals from this analysis for more
regression but I'm running into a snag when I try
cbind(mylm$residuals, mydata) # where my data is the original data set
The error tells me that it cannot use cbind because the length of
mylm$residuals is