Displaying 20 results from an estimated 500 matches similar to: "RODBC, sqlQuery with NA:s"
2017 May 16
2
[IR question] Switching on pointers
Thanks everyone for your answers.
Mats, my goal is do an alternate implementation of the subtyping test
in the Pony compiler. I'll try to keep the explanation short to avoid
cluttering the mail with irrelevant information.
Every object in Pony has a type descriptor, which is used in the
subtyping test to determine the real type of an object. The current
algorithm is suboptimal and
2017 May 15
6
[IR question] Switching on pointers
Hi.
First of all, some context. I'm trying to implement a new
functionality in an LLVM-based compiler and I need to take various
actions based on the value of a given pointer, the possible values
being the addresses of various global constants. I tried to use a
`switch` instruction but I encountered several problems.
The "ideal switch" I'd like to have would look
2011 Mar 15
2
[LLVMdev] Kinda noob questions
Hi all,
I have 2 simple questions...
First, just for you to know, I'm making a compiler (kinda obvious) and the
language definition is mine, so there is no much constraint for me, it's
written in Java (it generates a .ll file as output) and it's just for fun by
now, maybe a serious project after I learn all the stuff needed...
and sorry bad english
1) I want to know if when I do
2011 Mar 15
0
[LLVMdev] Kinda noob questions
On 3/14/11 7:52 PM, Judison wrote:
> Hi all,
>
> I have 2 simple questions...
>
> First, just for you to know, I'm making a compiler (kinda obvious) and
> the language definition is mine, so there is no much constraint for
> me, it's written in Java (it generates a .ll file as output) and it's
> just for fun by now, maybe a serious project after I learn all
2011 Mar 15
2
[LLVMdev] Kinda noob questions
On Mar 14, 2011, at 5:56 PM, John Criswell wrote:
> On 3/14/11 7:52 PM, Judison wrote:
>>
>> 2) does the LLVM optimizes this:
>>
>> ; this code (arg -> var) is very similar to what gcc generates
>> define void @foo(i32 %arg0) {
>> entry:
>> %var0 = alloca i32
>> store i32 %arg0, i32* var0
>> ...
>> %x = load i32*
2014 Oct 17
1
model.matrix metadata
Hi,
As far as I am aware, the model.matrix function does not return
perfect metadata on what each column of the model matrix "means".
The columns are named (e.g. age:genderM), but encoding the metadata as
strings can result in ambiguity. For example, the dummy variables
created when the factors var0 = 0 and var = 00 both are named var00.
Additionally, if a level of a factor variable
2019 Feb 22
2
lookup_name_smbconf for <user> failed
On Fri, 22 Feb 2019 at 14:51, Rowland Penny via samba <samba at lists.samba.org>
wrote:
Its working now with smbclient from Linux without using password. Thanks!
On Windows I have to use fqdn but it might be that the search path on
Windows is wrong. (the word "search" in resolv.conf - I don't know what
that is called on Windows)
It was a lot changes to make. I just copied the
2010 Mar 03
1
List of zoo dataframes
Hello,
I have various datasets of zoo time series (merged into single frames
via the "merge" command) such as
date var0 var1 var2 var3
08/07/1996 652.54 0.223922 0.515819 0.502638
08/08/1996 662.59 0.997841 0.000383 0.999806
06/09/1996 655.68 0.901685 0.569763 0.866333
08/10/1996 700.64 0.268855 0.244701 0.329285
08/11/1996 730.82 0.438407 0.501427 0.461374
2019 Feb 22
2
lookup_name_smbconf for <user> failed
Hi
I have a Red Hat 7.6 server with samba-4.8.3 which report
lookup_name_smbconf failed when running "smbclient -L" from another console
on the same server. smbclient works fine on an old server running Suse and
samba version 3 and thew the
user.
Any ideas of where to look or what to try?
I got this in the logfile:
# grep "^ " /var/log/samba/log.172.23.10.25
init_oplocks:
2011 Mar 15
0
[LLVMdev] Kinda noob questions
Thank you John and John :P
these optimizations (mem2reg and the "few additional" ones) I have to enable
then or something like this?? (I compile the .ll to .o with the sequence
llvm-as, llc, as)
Yet about dynamic stack allocation, what is (generally) better? to pre alloc
everything at start, or let it be?
Imagine this pseudo-code
while (x) {
int b = 0;
...
}
using alloca where b
2006 Jun 25
5
Where should I put an Bugreport of OggEnc
Hi There,
I have a problem with OggEnc v1.0.2.
Can you tell me, where to put or to post a bug report?
The problems eare with some speciel charakters - used in Europe
(Denmark, Norway, Sweden, Germany, Austria, etc..)
Some Examples:
Hin Vordende Sod & S?
^
02_Bruderov paa H?gstadtun.ogg
^
03_Huldradans - Hin Gr?nnkledde.ogg
^
2011 Jun 16
7
Problem with usage of arrays
Hi there,
i can''t use array in puppet. Here is my codesnipplet:
$callapidata = [ ''wert1'',''wert2'']
notice $callapidata[1]
A puppetrun results in:
Could not retrieve catalog from remote server: Error 400 on SERVER:
can''t convert String into Integer at /etc/puppet/myenv/modules/
uc4client/manifests/init.pp:41 on node testnode
Thanks for your
2005 Jul 25
1
Rmath library problems
Hello,
Has anybody successfully called the Rmath library from C using the MS
Visual Studio compiler (I am using Visual Studio 6.0)?
I have compiled the Rmath library using gcc, and the 'test.c' program
(which makes a call to qnorm) works fine when compiled with gcc. However,
I get a fatal memory error when I run it after compiling it with Visual C.
Would this memory problem be related
2013 May 02
0
modMCMC runs in FME package
Dear All,
please help with some thoughts on overcoming the following issues, if possible:
#R Code
require(deSolve)
require(FME)
pars <- list(k = 0.06,v=18)
intimes <- c(0,0.5,12,12.5,50)
input <- c(800,0,800,0,0)
forc <- approxfun(intimes, input, method="constant")
model <- function(pars, times=seq(0, 50, by = 1)) {
derivs <- function(t, state, pars) {
2017 Jun 18
2
different brick using the same port?
Hi, all
I found two of my bricks from different volumes are using the same port 49154 on the same glusterfs server node, is this normal?
Status of volume: home-rabbitmq-qa
Gluster process TCP Port RDMA Port Online Pid
------------------------------------------------------------------------------
Brick 10.10.1.100:/glusterfsvolumes/home/ho
me-rabbitmq-qa/brick
2004 May 02
0
Your command, Important, was invalid
OpenPGP Public Key Server
For questions or comments regarding this key server site,
contact PGP Key Server Administrator <pgp-public-keys@pca.dfn.de>
Current version: 0.9.6
NOTE!
This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.
It is the responsibility of users of public-key cryptography to ensure
that their activities conform to
2017 Jun 19
0
different brick using the same port?
On Sun, Jun 18, 2017 at 1:40 PM, Yong Zhang <hiscal at outlook.com> wrote:
> Hi, all
>
>
>
> I found two of my bricks from different volumes are using the same port
> 49154 on the same glusterfs server node, is this normal?
>
No it's not.
Can you please help me with the following information:
1. gluster --version
2. glusterd log & cmd_history logs from both
2017 Jun 19
1
different brick using the same port?
Isn't this just brick multiplexing?
On June 19, 2017 5:55:54 AM PDT, Atin Mukherjee <amukherj at redhat.com> wrote:
>On Sun, Jun 18, 2017 at 1:40 PM, Yong Zhang <hiscal at outlook.com> wrote:
>
>> Hi, all
>>
>>
>>
>> I found two of my bricks from different volumes are using the same
>port
>> 49154 on the same glusterfs server node, is
2014 Apr 18
3
Starting the gotour server on CentOS 6
Hey CentOS folks!
I have an interesting issue with starting a server on a CentOS 6 KVM guest.
The server (service) in particular is gotour, which is a web application
created by Google and their Golang developers, intended to teach users the
basics of using the Go programming langauge.
When starting gotour, the program claims to be binding to port 12049, but
the VM doesn't seem to be serving
2018 May 22
1
CentOS PaaS SIG wiki
Hi,
Being part of the CentOS PaaS SIG committee i'd like to request access to
the PaaS wiki page and all its child pages so i can start editing the
content and keep it up to date.
My Wiki user name is DanielComnea.
Please let me know if you need any other information.
Thank you,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: