search for: loyalty

Displaying 20 results from an estimated 59 matches for "loyalty".

Did you mean: royalty
2011 Dec 27
1
sub query issue with active record.
i can manage the MySQL queries into active record.but in some cases basically with sub-queries.i didn''t get the correct output. here when i trying to change the MySQL queries into active-record. *MySQL Query* *select count(*) from ( SELECT transactions.loyalty_id FROM transactions JOIN loyalties ON (transactions.loyalty_id = loyalties.id) where loyalties.created_at > ''2011-11-02'' GROUP BY transactions.loyalty_id HAVING COUNT(*)>1 ) as t* Here just i tried to convert into corresponding active record queries. But i didn'...
2002 Oct 08
2
sem (lisrel) - starting problems
...se n is different if i have NA's in data and use "pairwise.complete.obs" ? (2.) I'm little confused about the notation for the parameters compcar and personcar are the independent latent variable mesurementModel satisfaction is the unobserved dependend var. what is measure with loyalty and i assume here is no error and fix it by 1 . thanks for advance christian h.semModel <- matrix(c( + 'nemploy -> compcar','lamx11', NA, + 'sales -> compcar','lamx21', NA, +...
2002 Jun 23
1
Using MTOOLS in place of loopback mounting
...TEMP bs=512 count=1 $DD conv=notrunc if=ldlinux.bss of=$IMAGE bs=512 count=1 $DD conv=notrunc if=$TEMP of=$IMAGE bs=1 seek=$BSCOPYSTART skip=$BSCOPYSTART count=$BSCOPYLEN rm $TEMP grep -v "#TEMP" $MTOOLSRC > $MTOOLSRC.NEW mv $MTOOLSRC.NEW $MTOOLSRC -- Seth David Schoen <schoen at loyalty.org> | Reading is a right, not a feature! http://www.loyalty.org/~schoen/ | -- Kathryn Myronuk http://vitanuova.loyalty.org/ |
2007 Nov 06
2
passing a parameter only if not blank
I have this form tag: <% form_remote_tag :update => ''hotel-loyalties'', :url => { :action => ''make_hotel_loyalty'', :id => @user.id, :manager => @manager.id end } do -%> I only want to pass the @manager value if it is not blank. I tried: <% form_remote_tag :update => ''hotel-loyalties'', :url => { :action => ''make_hotel_loyalty'', :id => @use...
2004 Feb 20
0
Data Analyst Intern position in San Francisco
We've sent this position out to SF Bay Area schools. Since we have standardized on R as our preferred analytics platform it seemed appropriate to post here. We also have a full time Data Analyst position open. Search for "Loyalty Matrix" on [1]www.craigslist.org Jim Porzak Director of Analytics Loyalty Matrix, Inc. [2]www.LoyaltyMatrix.com ------------------------ Data Analyst Intern Loyalty Matrix is a successful & profitable two-year-old start-up company based in downtown San Francisco. We a...
2003 Feb 07
1
Security issues with SYSLINUX 2.01
I have just received some audit info on the SYSLINUX 2.01 installer running setuid. There seems to be some issues, and although I can fix them easily enough I'm somewhat questioning the whole approach. The other alternative would be to make the syslinux installer a wrapper around mtools, and use mtools for the filesystem access. Since this would be done entirely in userspace, as a normal
2002 Jul 04
1
New user problem
Peter, I'm a new user of Linux trying to use the SYSLINUX boot loader to create a Linux system. I'm doing it on a PC with WIN98 installed, and I prefer using a dual boot system. I got through as far as creating a semi-bootable floppy. The problem I'm getting states "could not find kernel image: Linux." However, I do get the "boot:" prompt as well (I just
2003 Mar 14
2
isolinux + cloop
Hi. I am trying to build a bootable linux CD using isolinux and a cloop image. I am a bit lost right now. What I have done is built a custom distro on a seperate partition on my hard drive. I can boot to it with Grub no problem. I've added the ioslinux directory with isolinux.bin, isolinux.cfg, a kernel (with initrd, loopback, iso support), and an initrd file. My next mission is to some
2002 Jul 17
1
Question on "root pivot" function
Seth, Thank you for your reply. I'm sorry to bother with this, but what is the "root pivot" function and where can I find doc's on it. From what I understand from your email the system would basically boot twice. Once from a stripped kernel on the floppy disk to mount the CD, and then after the CD is mounted it would reboot with the kernel and initial randisk found on the
2003 Jan 31
2
isolinux.cfg - DISPLAY command - screen pause?
Hi, is there an option to have the DISPLAY command issue a pause after each screen full of information? I've been searching for a way to have users to agree to (or at least be able to read ) the GPL license. "by issueing a command other than F2 you agree that you are bound to the terms of the GNU Public License that is used on this FreeDOS beta9 cdrom. You can read the license terms by
2009 May 16
5
bagged importance estimates in earth problem
I was trying to produced bagged importance estimates of attributes in earth using the caret package with the following commands:   fit2 <- bagEarth(loyalty ~ ., data=model1, B = 10)   bagImpGCV <- varImp(fit2,value="gcv") My bootstrap estimates are produced however the second command "varImp" produces the following error:    Error in UseMethod("varImp") : no applicable method for "varImp" Not sure what is...
2005 Feb 04
1
Opening for a Statistics Practitioner in San Francisco
Statistics Practitioner Fluent in R - San Francisco CA Loyalty Matrix Inc., in downtown San Francisco, is expanding our team. We are a young, dynamic and growing team of multidisciplinary marketing and technical professionals. We deliver value to our clients by discovering actionable tactical and strategic insights in actual customer data augmented with demogr...
2006 Jul 03
1
xlab, ylab in balloonplot(tab)?
...ace=2) tab <- table(xnames, ynames) balloonplot(tab) # Try xlab, ylab: balloonplot(tab, xlab = "MyX", ylab = "MyY") But second plot is no different from first. R.version.string: Version 2.3.1 (2006-06-01) gplots version: 2.3.0 on WinXP SP1 -- TIA, Jim Porzak Loyalty Matrix Inc. San Francisco, CA [[alternative HTML version deleted]]
2005 May 19
1
Tom''s Legacy
...trary to your opinion, it is also one of the best documented open source projects in existance, you are very talented at explaining complex principles in a simple, easy to read and finely illustrated manner. I believe the messages received bear testament to the huge support you have built, and the loyalty towards Shorewall in the community. The onus is now on us, the users, to take your legacy forward, to organise ourselves and advance the project. I will help in any way I can. Please regenerate, refresh and enjoy nature. Peace Marshal (Byron Bay, Australia)
2000 Jan 21
1
DLLs using Borland
I wrote a DLL in C that does some MCMC stuff. It is compiled using Borland's C++ Builder, version 3.0 (build 3.70) on a Windows 98 machine. The DLL loads and runs just fine. But then if I subsequently call R's plot() function, I get an illegal operation message and R crashes. In fact, I've found that this happens even if I merely load the DLL, don't ever run it, and then try to
2011 Feb 20
17
Rails 3.0 App Deployment
I have a Rails 3.0 App ready to be deployed on a production server; but as you all might know getting all the gems you need (including Rails 3.0) on a shared hosting is nearly impossible. So here is what need help with: 1. Can I freeze my app with all the necessary gems and deploy it on Fast CGI? 2. If yes how do I freeze a Rails 3.0 app? 3. How do I deploy it on Fast CGI? I know this is an
2005 Sep 12
13
Skype purchased by Ebay 2.6 Billion
Good news for service providers in my opinion, Ebay will likely start alienating Skype users like they did with Paypal users. "SkypeSucks.com" domain already taken, shucks.... http://www.kesq.com/Global/story.asp?S=3837895 -- Cory J Andrews Partner / Purchasing +++++++++++++++ VOIPSupply.com - Everything you need for VOIP 454 Sonwil Drive Buffalo, NY 14225 +++++++++++++++ tf voice
2004 Jan 29
3
Running R remotely in Windows Environment?
...tal interface and understand that. What has me stumped is how to easily interface individual analyst's Windows desktops to the R-server. I haven't seen anything in the archives, but I can't imagine this hasn't been done. What am I missing? TIA! Jim Porzak Director of Analytics Loyalty Matrix, Inc. www.LoyaltyMatrix.com
2006 May 24
10
[ADV] Announcing FamilyAnywhere.com
Hello Railers, At the beginning of this year, I announced Family Connection, an open source, free, and easy-to-use family website built using our darling web app framework, Ruby on Rails. Now it?s available as a hosted, very easy-to-set-up web app called Family Anywhere! It has the same Family News and Address Book features as the original, plus a new Photo Album that lets you browse
2003 Oct 10
6
one-way audio
Im experiencing a problem with a current setup and I've run out of ways to debug it and come to a resolution. I have two E100P's in a machine which is routing traffic over the internet to a machine that has 1 E400P connected to the PSTN. Clients are able to make calls successfully but when the call is connected experience one-way audio. They cannot hear anything said by the person