search for: suba

Displaying 20 results from an estimated 23 matches for "suba".

Did you mean: sub
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
...em I am attaching a demonstration package "myclasspkg": I have the following two S4 classes with similar inheritance: SubSubClassA <- SubClassB <- BaseClass SubSubClassB <- SubClassB <- BaseClass In R I am calling the following functions: > library(myclasspkg) > subA <- new("SubClassA",filename="OutSubA",filedir="/Volumes/CoreData/CRAN/Workspaces/rclasspkg",mytitle="TitleSubA") > subsubA <- new("SubSubClassA",filename="MyFileName",filedir="/Volumes/CoreData/CRAN/Workspaces/rclasspkg&qu...
2005 Nov 17
1
Linking Fortran subroutines
Hi, I just started using R a few weeks ago and have a problem with linking Fortran subroutines to R. For some reasons, I need to compile a Fortran program in R (or Splus) and the whole program consists a couple of subroutines, say, subA and subB. There is no difficulty in linking the subroutines individually, but two subroutines are nested, as shown below, SUBROUTINE subA(arg.) EXTERNAL subB ¡­. CALL subB(arg.) ¡­. RETURN END SUBROUTINE subB (arg.) ¡­. RETURN END Obviously, if subA(.dll) and subB(.dll) are i...
2007 Oct 21
2
finding paired values from common subjects -- vector operation?
I have two vectors for values collected from a group of subjects, say a=c(100,200,150,120,140,180) b=c(200,300,420,130) I also have two vectors which indicate the corresponding subjects for a and b, say for a, the subjects are suba=c(1,2,3,4,5,6) for b, the subjects are subb=c(1,3,5,6) Then, I want to find out the paired values from a and b, such as (100, 200) (from subject 1), (150,300) (from subject 3), (140, 420) (from subject 5) ..... How can I do this in R? Can somebody drop a hint here? [[alternative HTML version...
2008 Aug 06
2
[LLVMdev] Casting between address spaces and address space semantics
...me in finding out what exactly it is that I find important :-p) is that instcombine (or some other pass, for all I care) can remove bitcasts that are not strictly needed. I will focus on address spaces that are nested, since that is the most interesting and general case. Say we have address spaces SubA, SubB and Super, and SubA and SubB are subsets of Super (but disjoint to each other). When is bitcast between address spaces really needed? I can see two main reasons. 1) A function gets passed pointers into both SubA and SubB (which then need to be bitcasted to pointer-into-Super). 2) A poi...
2013 May 16
0
[LLVMdev] Combining physical registers
On 5/16/2013 11:17 AM, Jakob Stoklund Olesen wrote: > > Would this TRI function solve your problem? >[...] > /// > /// Covering = getCoveringLanes(); > /// MaskA = getSubRegIndexLaneMask(SubA); > /// MaskB = getSubRegIndexLaneMask(SubB); > /// > /// If (MaskA & ~(MaskB & Covering)) == 0, then SubA is completely covered by > /// SubB. > unsigned getCoveringLanes() const { return CoveringLanes; } Yes, this would solve my problem. I'm assuming...
2013 May 16
1
[LLVMdev] Combining physical registers
..._1 lanes. /// This is related to the CoveredBySubRegs property on register definitions. /// /// This function returns a bit mask of lanes that completely cover their /// sub-registers. More precisely, given: /// /// Covering = getCoveringLanes(); /// MaskA = getSubRegIndexLaneMask(SubA); /// MaskB = getSubRegIndexLaneMask(SubB); /// /// If (MaskA & ~(MaskB & Covering)) == 0, then SubA is completely covered by /// SubB. unsigned getCoveringLanes() const { return CoveringLanes; } /jakob
2013 May 16
2
[LLVMdev] Combining physical registers
The function TII::canCombineSubRegIndices has been gone for a while now, and I was wondering if there is a target-independent way of determining if a certain set of physical registers "adds up" to a larger register. For example, on X86, AL and AH together form AX. On Hexagon, R0 and R1 are D0. The context here is an attempt to coalesce multiple loads/stores into fewer loads/stores
2013 Dec 20
2
Problemas con "encoding"
....1 parallel_3.0.2 plyr_1.8 slam_0.1-30 stringr_0.6.2 [6] svMisc_0.9-69 tcltk_3.0.2 tools_3.0.2 Utilizando las mismas funciones para descargar los tweets (userTimeline y searchTwitter, especificamente), en el primer sistema uno de los mensajes se observa como "cuánto espera que suba el salario mínimo para el próximo año" mientras en el segundo sistema, este es "‚cu„nto espera que suba el salario m„nimo para el pr„ximo a„o" Nota: a veces los simbolos , y ,, aparecen de manera aun mas extraña. Lo que ocurre tiene que ver con "encoding", pero desafo...
2008 Aug 07
0
[LLVMdev] Casting between address spaces and address space semantics
...hat I find important :-p) is that > instcombine > (or some other pass, for all I care) can remove bitcasts that are > not strictly > needed. > > I will focus on address spaces that are nested, since that is the most > interesting and general case. Say we have address spaces SubA, SubB > and Super, and > SubA and SubB are subsets of Super (but disjoint to each other). > > When is bitcast between address spaces really needed? I can see two > main > reasons. > 1) A function gets passed pointers into both SubA and SubB (which > then need > t...
2008 Jul 22
0
[LLVMdev] Casting between address spaces and address space semantics
On Jul 22, 2008, at 1:36 AM, Matthijs Kooijman wrote: >> Yep, I think it makes sense for TargetData to have info about the >> size/ >> alignment of a pointer in each addr space. That is also easy to >> encode. > Which is an added bonus, but the original subject under discussion > was the > relations between each address space (equivalent, disjoint, subset/
2008 Jul 22
3
[LLVMdev] Casting between address spaces and address space semantics
Hi Chris, > >> You probably want to somehow extend TargetData to encode the address > >> space descriptions, including pointer sizes and address space > >> relationships. > > Hmm, you have an excellent point there, pointer sizes could indeed easily > > have different sizes in different address spaces... That would make > > TargetData indeed a logical
2013 Dec 21
1
Problemas con "encoding"
...t; [6] svMisc_0.9-69 tcltk_3.0.2 tools_3.0.2 >> >> >> Utilizando las mismas funciones para descargar los tweets (userTimeline y >> searchTwitter, especificamente), en el primer sistema uno de los mensajes >> se observa como >> >> "cuánto espera que suba el salario mínimo para el próximo año" >> >> mientras en el segundo sistema, este es >> >> ",cu"nto espera que suba el salario m"nimo para el pr"ximo a"o" >> >> Nota: a veces los simbolos , y ,, aparecen de manera aun mas extr...
2019 Apr 02
4
Orientación para hacer un sitio web con R
...resultar evidente una vez se entienda, espero saber darme a entender. Quiero identificar qué tengo que aprender para poder hacer un sitio web con R. Este sitio web tiene que poder: * Recibir los datos (archivos .csv mutuamente referenciados) que alguien conectado a la red (vos mismo, usted misma) suba. * Procesarlos * Devolver resultados en base a esos datos introducidos. No sé si es una empresa dificilísima que mejor si ni intento encarar o si no es más que aprender alguna cositillica más que me falta saber. O sea, no me dimensiono la tarea. Ya hice alguna web con blogdown o con bookdown algo...
2011 Feb 24
1
Label scope
...onfig file for each submenu. I want convert my existing menu system into one config file with multiple layers of menus using ' MENU BEGIN' and 'MENU END'. I have the impression that the conversion can be done: -- old -- LABEL menuA MENU LABEL Menu A KERNEL vesamenu.c32 APPEND subA.cfg -- new -- MENU BEGIN Menu A INCLUDE subA.cfg MENU END However if / when I do this I'm unclear if a label name for an particular item is in scope only for that MENU section it is declared inside or if it needs to be globally unique. For example if the resulting menu (after includes) was...
2007 Jul 10
1
Question 2 Providers
...linux, necesito saber como se puede hacer que si se cae un enlace, automaticamente con ip route configure el Gateway y la ip del otro enlace para que los usuarios salgan a internet. En si es hacer una contingencia de los dos proveedores cosa que si cae un enlace levante el otro y que despues cuando suba el enlace caido vuelva a utilizarlo.. como lo debo hacer? Google Traductor I am new in this and please I need its aid…. I have 2 I connect of Internet, in router linux, need to know like is possible to be done that if a connection falls, automatically with IP route forms the Gateway and the IP...
2013 Dec 21
0
Problemas con "encoding"
....1-30 > stringr_0.6.2 > [6] svMisc_0.9-69 tcltk_3.0.2 tools_3.0.2 > > > Utilizando las mismas funciones para descargar los tweets (userTimeline y > searchTwitter, especificamente), en el primer sistema uno de los mensajes > se observa como > > "cuánto espera que suba el salario mínimo para el próximo año" > > mientras en el segundo sistema, este es > > "‚cu„nto espera que suba el salario m„nimo para el pr„ximo a„o" > > Nota: a veces los simbolos , y ,, aparecen de manera aun mas extraña. > > Lo que ocurre tiene que ver c...
2003 Mar 04
1
Windows 2K/XP Profile/Homedir replication issue?
Hey there, Just a question for you Samba 2.2.x gurus out there :) We have a contingent (a steadily increasing contingent) of Win2K and WinXP workstations. Does anyone here know how to stop the profiles from replicating? If we create a file in the profile dir, say \\PDC\UserHome\profile.doc. It will replicate that to the profile directory, while one file or two files are not a problem, we use
2019 Apr 03
2
Orientación para hacer un sitio web con R
...enda, espero saber darme a > entender. > > Quiero identificar qu? tengo que aprender para poder hacer un sitio web con > R. Este sitio web tiene que poder: > > * Recibir los datos (archivos .csv mutuamente referenciados) que alguien > conectado a la red (vos mismo, usted misma) suba. > * Procesarlos > * Devolver resultados en base a esos datos introducidos. > > No s? si es una empresa dificil?sima que mejor si ni intento encarar o si > no es m?s que aprender alguna cositillica m?s que me falta saber. O sea, no > me dimensiono la tarea. > > Ya hice algun...
2004 Oct 02
2
Edit Windows XP registry with wines regedit?
Hi, is it possible to edit the registry of an installed Windows XP under Linux with wine's regedit? I've replaced my mainboard which has a different chipset. So this crappy Windows XP doesn't want to boot now. Cheers, Martin
2004 Sep 29
2
Mixed Network Diagnostics
Hi Folks, I emailed earlier about some samba / network issues we are having with in a mixed OS environment. I believe that our problem might be being caused by possible multiple Browse Masters in the windows machines. What I am trying to find is a good way to help determine this. I'm not a windows guru, and have not been able to find any browse master settings on the XP systems. I