Displaying 20 results from an estimated 840 matches for "ruben".
Did you mean:
reuben
2011 Aug 21
4
[LLVMdev] Undefined references when LLVM is configured with "--host=x86_64-gnu-linux --target=x86_64-w64-mingw32"
Hi,
I'm getting a returning build failure when building a linux->windows
crosscompiler out of LLVM/Clang.
Attached is config.log and below is the output of "make VERBOSE=1"
llvm[2]: Linking Release executable FileCheck (without symbols)
g++ -I/home/ruben/mingw-w64/toolchain/linux64mingw64/llvm-clang/include
-I/home/ruben/mingw-w64/toolchain/linux64mingw64/llvm-clang/utils/FileCheck
-I/home/ruben/mingw-w64/toolchain/src/LLVM/include
-I/home/ruben/mingw-w64/toolchain/src/LLVM/utils/FileCheck -DNDEBUG
-D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONS...
2011 Aug 22
0
[LLVMdev] Undefined references when LLVM is configured with "--host=x86_64-gnu-linux --target=x86_64-w64-mingw32"
Hi Ruben,
Try adding a --build=x86_64-gnu-linux option to configure as well. I don't have that configuration locally, so I can't check to be certain, but IIRC, our configure wants all three for a cross compile like this.
-Jim
On Aug 21, 2011, at 7:19 AM, Ruben Van Boxem wrote:
> Hi,
>
>...
2017 Mar 29
0
Failed to enumerate objects in the container. Access is denied.
...quot; security.
Klik apply, remove everyone, if that does not work, reboot your pc first or logout/login again.
>
> ---
> german:
>
> Fehler beim Anwenden der Sicherheit
>
> Fehler beim Anwenden von Sicherheitsinformationen auf:
>
> \\samba-fs\museum.rubens.world\mrtx
Is this correct because based on your smb.conf i would expect. Typo?
\\samba-fs.museum.rubens.world\mrtx
> There is another error message I receive but I guess it does not have to
> do with it - when joining the domain I receive these error messages:
>
> ---
>...
2017 Mar 29
6
Failed to enumerate objects in the container. Access is denied.
...tor) to set details concerning the shares.
When for example I want to remove "everyone" from accessing a share and try to save it, I receive the following message:
---
german:
Fehler beim Anwenden der Sicherheit
Fehler beim Anwenden von Sicherheitsinformationen auf:
\\samba-fs\museum.rubens.world\mrtx
Fehler beim Aufzählen der Objekte im Container. Zugriff verweigert.
english:
Error applying security
An error occurred while applying security information to:
\\samba-fs\museum.rubens.world\mrtx
Failed to enumerate objects in the container. Access is denied.
---
The same messag...
2010 Dec 31
2
[LLVMdev] LLVM on Windows MSVC 10
I first sent this to the Clang dev list, but they told me to come here:
---------- Forwarded message ----------
From: Ruben Van Boxem <vanboxem.ruben at gmail.com>
Date: 2010/12/31
Subject: LLVM on Windows MSVC 10
To: cfe-dev at cs.uiuc.edu
Hi,
I'm trying to build svn LLVM with Visual Studio 2010:
cd build
cmake .. -G"NMake Makefiles"
nmake
and several link steps fail due to a missing symbol:
&...
2017 Mar 30
3
Failed to enumerate objects in the container. Access is denied.
> Rowland Penny <rpenny at samba.org> hat am 30. März 2017 um 16:46 geschrieben:
> If you look here:
>
> drwxrwx---+ 2 RUBENS\gf root 4096 Mär 30 14:09 gf
>
> There is a '+' sign after the permissions, this means that there are
> ACLs set on the directory, try running 'getfacl /fs/gf'
Ok, first /fs/mrtx, then /fs/gf:
root at fs:~# getfacl /fs/mrtx
getfacl: Entferne führende '/' von abs...
2011 Jan 05
4
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
2011/1/5 Óscar Fuentes <ofv at wanadoo.es>:
> Ruben Van Boxem <vanboxem.ruben at gmail.com> writes:
>
>> Yeah that's the two different ones I mean. Everything MS (intrinsics,
>> language features etc...) is purely version-bound, so I don't even get
>> why CMake insists on checking every known function prototype of...
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type
but the comment above it still mentions EE
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
pushw %di
/* 80 00 00 00 ee 00 00 00...
2007 Apr 23
6
Random Forest
...to print out my confusion matrix after having created my random
forest.
I have put in this command:
fit<-randomForest(MMS_ENABLED_HANDSET~.,data=dat,ntree=500,mtry=14,
na.action=na.omit,confusion=TRUE)
but I can't get it to give me the confusion matrix, anyone know how this
works?
Thansk!
Ruben
[[alternative HTML version deleted]]
2010 Dec 31
0
[LLVMdev] LLVM on Windows MSVC 10
I don't normally build using nmake.. but I just tried and it worked 100%
here.
Are you sure you are using the trunk?
On Fri, Dec 31, 2010 at 7:32 AM, Ruben Van Boxem
<vanboxem.ruben at gmail.com>wrote:
> I first sent this to the Clang dev list, but they told me to come here:
>
>
> ---------- Forwarded message ----------
> From: Ruben Van Boxem <vanboxem.ruben at gmail.com>
> Date: 2010/12/31
> Subject: LLVM on Windows...
2011 Jan 05
2
[LLVMdev] Fw: include/Config/config.h discrepancies between CMake and autofoo builds
Whoops, phone rang and I forgot to cc to the list before I typed the message.
----- Forwarded Message ----
> From: Samuel Crow <samuraileumas at yahoo.com>
> To: Ruben Van Boxem <vanboxem.ruben at gmail.com>
> Sent: Wed, January 5, 2011 3:38:21 PM
> Subject: Re: [LLVMdev] include/Config/config.h discrepancies between CMake and
>autofoo builds
>
>
>
>
>
> ----- Original Message ----
> > From: Ruben Van Boxem <vanboxe...
2016 Feb 11
4
Invertir dcast
...NA
9: V3 8
> M3[,.(fila=which(!is.na(value)),value=na.omit(value)),by=columna]
columna fila value
1: V1 1 5
2: V2 2 6
3: V3 1 7
4: V3 3 8
>
Un saludo. Olivier
----- Mensaje original -----
De: "Javier Marcuzzi" <javier.ruben.marcuzzi en gmail.com>
Para: "Ruben Bermad" <ruben_bm en hotmail.com>, r-help-es en r-project.org
Enviados: Jueves, 11 de Febrero 2016 12:45:02
Asunto: Re: [R-es] Invertir dcast
Estimado Ruben Bernard
¿Usted desea algo como sparce matrix?
Javier Rubén Marcuzzi
De: Ruben Berma...
2010 Dec 31
2
[LLVMdev] LLVM on Windows MSVC 10
2010/12/31 Francois Pichet <pichet2000 at gmail.com>:
> I don't normally build using nmake.. but I just tried and it worked 100%
> here.
> Are you sure you are using the trunk?
>
> On Fri, Dec 31, 2010 at 7:32 AM, Ruben Van Boxem <vanboxem.ruben at gmail.com>
> wrote:
>>
>> I first sent this to the Clang dev list, but they told me to come here:
>>
>>
>> ---------- Forwarded message ----------
>> From: Ruben Van Boxem <vanboxem.ruben at gmail.com>
>> Date: 20...
2005 Jul 13
4
Where's iris?
Hi:
Where is the iris data set actually
located in the R 2.1.0 folder (under W XP)?
Is it a text file or it is a binary file?
Ruben
2013 Dec 29
2
[PATCH 2/2] Remove some whitespace
Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> ---
> mbr/gptmbr.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
> index 8ab6b50..7d98aee 100644
> --- a/mbr/gptmbr.S
> +++ b/mbr/gptmbr.S...
2017 Mar 28
4
Failed to connect host xx on port 135 - NT_STATUS_CONNECTION_REFUSED
...en it quit working without having changed the setup or making an update. I cannot demote it because it is quite an old samba:
Version 4.2.14-Debian
So I tried to repair it. The problem seems to be, that port 135 cannot be reached.
my smb.conf on dc2
---
# Global parameters
[global]
workgroup = RUBENS
realm = MUSEUM.RUBENS.WORLD
netbios name = DC2
server role = active directory domain controller
dns forwarder = 8.8.8.8
idmap_ldb:use rfc2307 = yes
printing = bsd
printcap name = /etc/printcap
username map = /etc/samba/user.map
[netlogon]
path = /var/lib/samba/sysv...
2011 Oct 06
3
[LLVMdev] [cfe-dev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
On Thu, Oct 6, 2011 at 2:09 PM, Ruben Van Boxem
<vanboxem.ruben at gmail.com> wrote:
> You're welcome! Please remember that MinGW-w64 does not mean it is 64-bit.
> It provides both 32- and 64-bit headers/libs. The "w64" in the name was
> originally because that was the project's principal goal, among ex...
2008 May 03
3
Does anyone know where I could find a good explanation of how rails works internally?
I was wondering if anyone knew of some resources I could look at to
learn about how rails works internally. I''ve been looking through the
code but I was wondering if there were any high level explanations of
how it works overall.
Thanks in advance,
Ruben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send e...
2011 Jan 29
3
[LLVMdev] Linking on Windows with LLVM tools
Hi,
Can the tools in LLVM create a Win32 exe or dll file? Or does LLVM
still rely on Binutils and GCC for that? Is it
possible/feasable/wanted that the LLVM toolchain could do this?
Thanks,
Ruben
2014 Dec 09
3
Optimizar paste0()?
...untar las dos variables por fuera ejecutando un comando en
la shell del Sistema Operativo (supongo que es Uniux/Linux)con "system()".
Saludos,
Carlos Ortega
www.qualityexcellence.es
Saludos,
Carlos Ortega
El 9 de diciembre de 2014, 14:13, "Marcuzzi, Javier Rubén" <
javier.ruben.marcuzzi en gmail.com> escribió:
> Mejor
> sqldf("select x, y, x || ':' || y || '-ABC' as z from d")
>
> El 09/12/2014 a las 09:55 a.m., Jorge I Velez escibió:
> > Gracias, Javier.
> >
> > Los datos "d" corresponden un archivo de...