search for: cousin

Displaying 20 results from an estimated 138 matches for "cousin".

2012 Jul 17
2
[LLVMdev] Switching between sibling/cousin registers via API calls
...access the 2nd and/or 4th scalar and an instruction that can access the 1st and/or 3rd scalar. What I need to do is that given the first scalar, I need to be able to select the 2nd scalar, or/and given the 3rd, select the 4th. I define a sibling register as a register that has the same parent and a cousin as a register that has the same grandparent. So 'x' is a cousin of 'w' because of the grandparent class and 'x' is a sibling of 'y' because of the parent class. I know I can move to parent/children registers via super/sub classes, but is there any way in LLVM curren...
2012 Jul 17
0
[LLVMdev] Switching between sibling/cousin registers via API calls
...r 4th scalar and an > instruction that can access the 1st and/or 3rd scalar. What I need to do > is that given the first scalar, I need to be able to select the 2nd scalar, > or/and given the 3rd, select the 4th. I define a sibling register as a register > that has the same parent and a cousin as a register that has the same grandparent. > So 'x' is a cousin of 'w' because of the grandparent class and 'x' is a sibling > of 'y' because of the parent class. > > I know I can move to parent/children registers via super/sub classes, > but is th...
2009 Jun 17
2
- Make an automatic install bootable CD
...ad-size 4 -boot-info-table -hide-rr-moved . I copied all the contents of the CD #1, on a InstallCD dir, on copied my ks.cfg file into the isolinux directory. When I try to boot it, it says " This is not a CentOS CD, please intsert an CentOS CD" Anyone can help me? -- Regards ---- COUSIN Kevin Linux Administrator Global Service Provider 75017 PARIS FRANCE
2016 Aug 11
2
Samba with CTDB able to serve non-clustered data?
...s that you know of when using NFS? I see version 4.5 RC2 was just released. Do you know when it will be fully released? Thanks again, Steve On Wed, Aug 10, 2016 at 7:07 PM, Martin Schwenke <martin at meltin.net> wrote: > Hi Stephen, > > On Tue, 9 Aug 2016 18:08:15 -0400, Stephen Cousins via samba > <samba at lists.samba.org> wrote: > > > I'd like to set up a HA Samba server that serves out data from NFS > mounts​. > > I was thinking that CTDB was the thing to do use but it is only mentioned > > with serving clustered file systems like Gluster,...
2016 Aug 09
2
Samba with CTDB able to serve non-clustered data?
Hi, I'd like to set up a HA Samba server that serves out data from NFS mounts​. I was thinking that CTDB was the thing to do use but it is only mentioned with serving clustered file systems like Gluster, Lustre, etc. Is there a way to set up a HA Samba server without a clustered file system? ​Thanks, Steve​
2015 Oct 14
2
virt-v2v : Import from vsphere 4
Hi list, Is it possible to import VM from vSphere 4 with virt-v2v ? I use the p2v ISO but I want to automate process. Thanks a lot ------------------------ COUSIN Kevin
2020 Oct 26
4
securing R code....
...to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. I cannot encrypt the R data by Bitdefender, as it encrypts the entire drive. I anyway need to give the key when the system, if at all, gets locked when servicing. My cousin suggested backing up the data and deleting that data in the laptop when giving it for servicing. How do you back up the R data? What is the file name that contains all the workspace in windows 7? .RHistory only contains the previous commands. Can I delete only all the data/code without deleting the...
2015 May 26
2
Gcc issue on C7
...0 (LWP 8146) exited] [Thread 0x7fcd3bfff700 (LWP 8145) exited] [Thread 0x7fcd40e63700 (LWP 8144) exited] [Thread 0x7fcd41ec1700 (LWP 8142) exited] [Thread 0x7fcd47858700 (LWP 8141) exited] The message about longjmp() is the issue. This app doesn't use longjmp or siglongjump or any other of its cousins. It's possible that some 3rd-party lib (Oracle??) might, but I don't know why it has been working for several weeks and suddenly starts giving me this error... Clues welcome, thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ---------------------------- D...
2003 Oct 08
2
Vorbis and MP3 file verification
Does anyone know of programs one can use to verify the integrity of OGG Vorbis and MP3 files? I've found that Ices 0.3 has a penchant for: 1) skipping files it deems improperly encoded, or 2) passing squelchy aural gibberish on to Icecast and then promptly crashing. The only method I've found is trial and error and Google has been of little help. Thanks! Jed --- >8 ---- List
2010 Jan 15
1
bootstrapping
...d deviation (66 degrees) into the statistic component. I realize there is a 'function' code but I can't seem to carry the results over to the 'boot' code. Thanks, Aaron M. Foley PhD Candidate Caesar Kleberg Wildlife Research Institute Texas A&M University - Kingsville Cousins Hall, Room 201 Kingsville, TX 78363 [[alternative HTML version deleted]]
2007 Jan 02
4
Is FLAC fully cooked for OS X yet?
...d download the 1.1.3 sources again, and not only did the xcodeproj project file have the file_encoder.c listed in the project as WELL as the old pbproj project file that came WITH 1.1.3's sources, i did a search on the whole directory only to find no trace of file_encoder.c and it's cousins... I'm all at 1.1.3, source files, project files and everything. Now, where did these files go?: file_decoder.h + .c file_encoder.h + .c seekable_stream_decoder.h + .c seekable_stream_encoder.h + .c Who's got 'em? They're certainly not in the distribution -- does anyone actu...
2006 Feb 04
6
Best practice: "reaching" through many tables?
Hi folks! I''m about five weeks into Rails; this is my first question after lurking for a little while. I''m writing an app to help a printer verify that the information on magazine covers is correct; this verification happens across several organizations, and for several magazine titles. When a particular cover is "stalled" in one status for two long, the app
2011 Aug 11
2
[LLVMdev] Segmented Stacks: Breaking libgcc compatibility
...a single thread (and switch between them, at will). My current idea is to port segmented stack related routines to compiler-rt (or to a different "segmented-stacks" library altogether). That way, __generic_morestack (the function in libgcc that allocates space for a new stacklet) gets a cousin __generic_morestack_with_context, which take a pointer to a "context" holding the otherwise thread local variables use by libgcc's __generic_morestack. That way, every coroutine can have its own "context" which it passes to __generic_morestack_context. __generic_morestack i...
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
.... > [copying Ingo and Rusty] The patches look good. A couple of comments: - perhaps the new fields should be guarded by a #ifdef CONFIG_HYPERVISOR (selected by CONFIG_KVM)? that way the (minor) additional overhead is only incurred if it can possibly be used. I imagine that our canine cousin will want to use this as well. - I think that there is per-task accounting of user time and system time; that should be extended as well. -- error compiling committee.c: too many arguments to function
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
.... > [copying Ingo and Rusty] The patches look good. A couple of comments: - perhaps the new fields should be guarded by a #ifdef CONFIG_HYPERVISOR (selected by CONFIG_KVM)? that way the (minor) additional overhead is only incurred if it can possibly be used. I imagine that our canine cousin will want to use this as well. - I think that there is per-task accounting of user time and system time; that should be extended as well. -- error compiling committee.c: too many arguments to function
2002 Mar 15
3
NT Backups
Given that rsync, smbclient and smbmount are all kissin' cousins, this seems like a good place to post this question. I'm building a linux backup server which will be archiving other linux and some NT servers. The Linux boxes are being rsynced over ssh, so everything is happy there. The NT servers were initially going to be smbmounted and rsynced, bu...
2018 Aug 16
2
longint
...d. Ie a long time ago. Old C > programmers remember. > > You should preferably not even use 'long int' on the other side but rely on > the fact that all compiler nowadays allow you to specify exactly what size is > used via int64_t (long), int32_t (int), ... and the unsigned cousins (which R > does not have). So please receive the value as a int64_t and then cast it to > an int32_t -- which corresponds to R's notion of an integer on every platform. Only on Intel platforms int is 32 bits. Strictly speaking int is only required to be >= 16 bits. Who knows what th...
2020 Oct 26
0
securing R code....
...y used cross platform solution. I was under the impression that Windoze 7 was now inherently insecure because it is past end-of-maintenance life? and there are many unpatched security holes. > I anyway need to give the key when the system, if at all, gets locked when servicing. > > My cousin suggested backing up the data and deleting that data in the laptop when giving it for servicing. How do you back up the R data? > What is the file name that contains all the workspace in windows 7? .Rdata > .RHistory only contains the previous commands. Can I delete only all the data/code wi...
2007 Sep 18
5
Support .cda as input files
Hi again list, I have given the matter of supporting .cda as input format some more thought. What I wanted was an easier way to do drag 'n' drop music files from CDs onto the local system and then have those files encoded with FLAC. As of now most operating systems displays files on CDs as .cda. (Which has later been clarified not to even be a format.) I think that what I actually
2009 Apr 07
1
get optim results into a model object
...a model so that I can use the clever 'fitted', 'residuals', and 'summary' functions? Using optim is the only way that I was able to make a model that 1) sums the betas to 1, 2) constrains the betas to positive numbers less than 1 3) does not constrain alpha (The constrOptim cousin wasn't very accurate, and was very slow.) Here is an example of some code, the results of which I would like to get into a model with the form y ~ alpha + REALPAR * x where 'REALPAR' is the "normalized" output at the very end many thanks!!!! ++++++++++++++++Code Below+++++++...