search for: rig

Displaying 20 results from an estimated 338 matches for "rig".

Did you mean: ring
2006 Jul 09
17
Has many / belongs to error with mysql
...ign key is in the booking table). When I try and save a new booking with this link, it all breaks... so I''m wondering if I''ve got something wring with the way I''m doing it all! I''ve drawn out all my tables and links, etc here: http://www.markpaxton.net/stuff/rigs.jpg I''d be most appreciative if anyone could take a look and help me to figure out where the root of my problems are! Cheers, Mark -- Posted via http://www.ruby-forum.com/.
2009 Jun 20
1
Guitar Rig 3 strange behaviour
Hello, if I start Guitar Rig 3 from the terminal I get this, and it then takes about 5-10 minutes for the application to pop up renato at renato-laptop:~/.wine/drive_c/Program Files/Native Instruments/Guitar Rig 3$ wine Guitar\ Rig\ 3.exe fixme:reg:GetNativeSystemInfo (0x3b3a90e) using GetSystemInfo() fixme:mixer:ALSA_MixerI...
2019 Jan 16
3
Inconsistent NIS Client Behavior w/ Centos 7.6
Hi All. I am working on bringing back a number of Centos 7 rigs in our student computer lab back online. No change was made to the existing server machine [running Scientific Linux 6] Right now there is one remaining thing to resolve: an inconsistency with the rigs' NIS Clients. I have configured rcpbind and ypbind following guidance from Server Worl...
2008 Jul 10
0
My Problems with Rig Control Over Com1 (bbtrx1.exe & grig + hamlibraries)
...d with suggestions. Here is a summary of what I have found so far... 1. I have successfully installed wine on this sidux (2008.2) box. 2. Under wine, iInvoking bbtrx1.exe ... the Pegasus control program brings a zero response ... the icon flashes for a while ... and then stops. 3. Invoking grig ... a linux based rig control program (without wine) ... and the program bleats about inability to open Com1 (my only serial port). It has the necessary libraries, etc ... because it will open the dummy display ... if I attempt to open it without the rig type being mentioned. 4. As an aside,...
2008 Jun 02
1
Wine & Acces to Com1 for Rig Control
Wine & Access to Com1 Port for Rig Control I am attempting to control an amateur radio transceiver using its own program ... which works under windows98 and newer. As I am a linux user I want to avoid having a windows installation for just one program. The details are as follwos: rig: Tentec Pegasus computer: PC-type with 2+ GH...
2008 Jun 02
1
Wine & Access to Com1 Port for Rig Control
I am attempting to control an amateur radio transceiver using its own program ... which works under windows98 and newer. As I am a linux user I want to avoid having a windows installation for just one program. The details are as follwos: rig: Tentec Pegasus computer: PC-type with 2+ GHz processor and 512 Meg of RAM software: Sidux (2008.1) + pegasus rig control software version 2.01 Wine --- installed from binaries in sidux/debian reps. (ver 1.0-rc2) This computer has only a single com port which is identified as com1 by linux....
2009 May 28
0
Re: ActiveResource as API test rig? Two jsons?
bump... On Wed, May 20, 2009 at 3:57 PM, Marc Byrd <dr.marc.byrd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > Hi, > > I''m using ActiveResource as an API test rig for an API we''re developing for > our PHP app - the goal being to validate that we''re following some > externally validated conventions for ReSTful API and that we can support at > least one external framework. ;^) I''m open to opinions on the wisdom of > thi...
2018 Aug 07
2
Create an Add Instruction in LLVM IR
...rands at the LLVM IR level. I use the IRBuilder class, but nothing happens. Here is part of the runOnFunction() method of my function pass: ... LLVMContext &Context = F.getContext(); IRBuilder<> builder(&Instruction); Value *Lef = ConstantInt::get(Type::getInt32Ty(Context), 4); Value *Rig = ConstantInt::get(Type::getInt32Ty(Context), 5); Value *Result = builder.CreateAdd(Lef, Rig); ... It seems that the problem is with the ConstantInt::get() function. Any idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-de...
2010 Jun 17
1
Multiple ecdf plots?
..._exploration/iris_ecdf.png, but instead of the 3 lines, it would show 162. They don't have to be different colors, and the number of records in each file category changes. I was considering using a matrix and adding to it via a loop, but couldn't quite get it to work. This is what I have right now. thwop <- read.csv("real_unmod_estimated_pI.csv", header=TRUE) filelist <- levels(thwop$Source) rig=matrix(nrows=162) for (i in filelist) { thug <- subset(thwop, thwop$Source == i) rig[i,length(ecdf(thug$Estimated.pI))]=ecdf(thug$Estimated.pI) } rig Any help would...
2016 Jan 06
1
[PATCH] nv50/ir: don't touch degree on physreg RIG nodes
...how_bug.cgi?id=91895 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: "11.0 11.1" <mesa-stable at lists.freedesktop.org> --- I would like to see a *bunch* of testing on this before merging it... RA-land is far from my expertise. However it does fix the shaders in the original bug and doesn't regress the few additional things that I tried. src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_r...
2012 Nov 22
2
Lin/Win desktop/games rig with PEG pass-through
Hi all, I''m planning a rig that has SuSE linux in Dom0 and Windows7 in a DomU with the PCIe video card passed through to the Win7-U and an AMD system''s onboard video for the Linux system. Couple xen-newbie questions: does my plan work in such that I intend to have the onboard video''s DVI and the video c...
2009 Oct 02
3
help with regexp mass substitution
...quot;, "col1.16.3", "col2.16.3", "col3.16.3", "col4.16.3", "col5.16.3", "txt.17.3", "col1.17.3", "col2.17.3") I'd like to convert only ^col variables to have eg >From "col4.1.3" --> To "dom3.rig1.col4" to test the matching regex I've tryied grep("^col\\d{1,2}.\\d{1,2}.\\d{1,2}$",varnames, perl=T, value=T) to substitute the ^col variables, I've tryied gsub("^col(\\d{1,2}).(\\d{1,2}).(\\d{1,2})", "dom\\3.rig\\2.col\\1", varnames) I'm a newb...
2008 Aug 13
1
X11 drive is missing; wine 0.9.53
Hello to everyone, I 'm trying to install wine 0.9.53 on my ubuntu hardy to get Guitar rig 2 right with lowlatency kernel. So i think this could be a right version.. I installed it with a .deb version ( i took it on this site) after i satisfied a dependency ( i think LIBLIP2: but i'm not sure...). But when i try to launch it from terminal this is the response: Application tried to...
2009 Feb 27
3
[LLVMdev] -fPIC warning on every compile on Cygwin
> Could you please rig Makefile.rules or something to print out the value > of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if > that's erroneously false. The configure script sets LLVM_ON_UNIX, not LLVM_ON_WIN32, for Cygwin: case $host in ... *-*-cygwin*) llvm_cv_link_all_option...
2003 Jun 10
1
Calling for 5.1 Mastering experience! (vorbis am bisonics and 5.1)
...l experience >> with it though, so I can't vouch for it. >Yes I am. I've done a lot of research to determine the 'correct' speaker >placement for my ambisonic conversion. What resources did you use for 'correct' placement? I *STILL* haven't set up my full rig at my new house - and i've been here for eighteen months. >> In particular it says that the LFE track is for option reinforcement, >> so while the idea is to encode it separately and mix it into the >> subwoofer channel, mixing it into the other 5 is acceptable, as is >&gt...
2009 Jul 25
2
[LLVMdev] GCC DejaGNU regressions
...(void); int table[32][256]; int main(void) { int i, j; for (i = 0; i < 32; i++) for (j = 0; j < 256; j++) table[i][j] = ((signed char)j) * i; if (table[9][132] != -1116) abort (); return 0; } I've only scratched the surface here; my low-priority testing rig thinks it has found 400+ regressions. (It's wrong; it didn't locate libstdc++ this time, so most of the C++ tests failed.) Do any of these "ring a bell" with anyone? The morbidly curious can see the awfulness here. Warning: there's a lot of noise here; the C++ result...
2006 Aug 02
4
OT: Measure 2U Server Amp Usage
Hi, Running a bunch of CentOS servers on 2U supermicro equipment, usually with 8 drives on Adaptec SmartRAID V or LSI Megaraid. In designing a rack in a data center, the question arises as to how to measure the amperage the server uses, prior to investing in power drops that actually do that for you, even remotely, for about $260.00-300USD per unit. This number is the important one these days
2009 Feb 27
0
[LLVMdev] -fPIC warning on every compile on Cygwin
>> Could you please rig Makefile.rules or something to print out the value >> of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if >> that's erroneously false. This works for me: Index: Makefile.rules =================================================================== --- Makefile.rules...
2014 Jul 13
2
nvidia ethernet port not detected centos 7
hi When i tried to install centos 7, my nvidia ethernet port not detected during installation whereas all of other distros working perfectly without any problem... Pl help.. my rig is AMD Athlon x2 64 processor and Nvidia chipset.. output of lspci -nn | grep -i net 00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP77 Ethernet [10de:0760] (rev a2) with regards sathish.
2011 Apr 09
2
PCI-X/PCIe RAID controller.
Afternoon, I've got an old Dell PERC 4DC (PCI 64bit/33MHz) sitting in my home rig and with a new board on the way that has PCI-X (133) and PCIe (x4) slots, I was wondering what people would recommend for a cheap hardware parallel SCSI RAID controller (no fake raid please) that is relatively cheap but faster then the old PERC? I'm looking for something cheap that'll do RA...