search for: cheese

Displaying 20 results from an estimated 168 matches for "cheese".

2012 Jan 04
6
Combining characters
Hi all, I'm trying to combine exhaustively several character arrays in R like: x=c("one","two","three") y=c("yellow","blue","green") z=c("apple","cheese") in order to get concatenation of x[1] y[1] z[1] ("one yellow apple") x[1] y[1] z[2] ("one yellow cheese") x[1] y[2] z[1]("one blue apple") ... x[length(x)] y[length(y)] z[length(z)] ("three green cheese") Anyone has a solution ? Thank in advance...
2017 Nov 01
1
Creating Tag
...ries only i want to search which are flagged as 0. please help me with the R script. *Menu Name* 9\ bobbie" 9\ chz steak" 9\ tuna" provolone 20\ bobbie" bottled soda 20oz cran-slam ww american small chips medium drink 9\ meatball" capriotti's water 20'' chicken cheese steak 9\ veg turkey" medium chips 9\ capastrami" 12\ bobbie" 12'' chicken cheese steak cookie 12\ chz steak" 9\ cole turkey" kid grilled cheese white 12\ italian" 12\ meatball" 12\ capastrami" turkey sand w 20\ slaw be jo" swiss 12\ cole turkey&q...
2010 Sep 01
1
transaction object - how to coerce this data
...transform my data into a "transactions" object. The data I read in from a file has 2 columns, an ID and an item. How do I convert data like this into a transactions object? I've tried class? transactions but it only confuses me. My data is like this.... basketID item 1 bread 1 cheese 1 milk 2 bread 2 cheese 2 eggs 3 bread 3 cheese 3 beer and from what I gather it should be like this? data <- list( c("bread","cheese","milk"), c("bread","cheese","eggs"), c("bread","cheese","be...
2006 May 09
3
validations erasing the form
Hi there I have a for with a couple of text_fields. I''m doing some validation via the model and when the validation "works" I get there was an error on blah blah the problem is the form is erased and I have to fill up the form again! I saw that scaffold keeps the form filled when the validation "works" but I dont know exactly what''s making it happen! I would
2000 Mar 10
1
logit and polytomous data
I am new to generalized linear models and studying McCullagh & Nelder (1989). Especially, I have a problem resembling the \"cheese taste\" example (5.3.1. p. 109) of the book. I tried to analyse the cheese example with R but failed to do so because R allowed me to use logit link function only with binary family that supposes 0 <= y <= 1. Do I need to scale the y\'s or is there another way? Kari Ruohonen -.-...
2010 Aug 18
1
icu2 and cheese
Just opened cheese in Ubuntu 10.04 (Lucid) and the camera worked fantastically. I noticed the cam listed, UVC Camera(046d:0990) is exactly the same one in icu2 except that in cheese I saw /dev/video0 after the name of the camera. What does that mean? At all related to getting the same camera to work in icu2? New...
2015 Feb 17
3
Using a *supported* web cam under CentOS 5
...hat? Does there exist a program that can use this device? Or do I have to write one from scratch? I have been searching the web, but all of the links are about getting and installing *drivers*. I don't need a driver, I need a userland program. With Ubuntu 14.04, there is a program named Cheese, but I can't find a version that works with CentOS 5. And no, don't tell me to install Ubuntu 14.04! -- Robert Heller -- 978-544-6933 Deepwoods Software -- Custom Software Services http://www.deepsoft.com/ -- Linux Administration Services heller at deepsoft.com...
2014 Sep 28
3
webcam program for continuous recording.
greetings, i have run into same problem as a friend who bought a logitech c310 webcam. he told me about them being on sale, so i decided to buy one also. the 2 webcam programs that i have installed from repos are 'camorama' and 'cheese'. both work well for single photos, but i can not get 'cheese' to make smooth, continuous video recording. what is recorded is a jerky motion for a few seconds, pause, short record, pause, repeatedly. sometimes, nothing is recorded. i have run several web searches on 'cheese',...
2006 Jan 26
0
Bug with table_name_prefix?
Hi all, I think I have found a bug in ActiveRecord''s handling of eager loading when using table_name_prefix. Here is a reduction of the problem : class Cheese < ActiveRecord::Base ## ## id SERIAL ## name VARCHAR(32) ## county_id INTEGER ## belongs_to :county def self.table_name_prefix "stuff_" end end class County < ActiveRecord::Base ## ## id SERIAL ## name VARCHAR(32...
2020 May 09
7
Zoom....
Hi, folks, Updated CentOS 7 the other day. Updated zoom last night. Ancient (15 yr old) USB camera, Logitech QuickCam Express. If I run LD_PRELOAD=/usr/lib64/libv4l/v4l2convert.so cheese, I get video. Zoom, with or without the LD_PRELOAD - no video. I've tried stracing zoom, and created a file /etc/ld.so.preload, with the contents of /usr/lib64/libv4l/v4l2convert.so, and in strace, I see it loading it, but still no video. Anyone got any clues? Being a free end user, al...
2001 Nov 11
1
Reading tags (again)...
...comments) { printf("has comments - %i\n",ovComment->comments); for(int i=0;i<ovComment->comments;i++) { cout << ovComment->user_comments[i] << endl; } // vorbis_comment_add_tag(ovComment, "title", "Cheese Bar"); // ovComment->user_comments[0]="title=Cheese Bar"; } else { printf("doesn't have comments\n"); } // ov_clear(ovFile); fclose(fp); return(0); } === So, this reads things just fine. And, yes, I know it's ugly. I d...
2011 Jul 27
3
Searching using prefixes
...yParser.add_prefix('', 'S') before calling parse_query with the string I want to use However, the documentation is a little unclear as to how this actually works - specifically, how I do a search for multiple words in just the title. For example, I have a title: "Research into Cheese in China". With the changes I have made to the indexer, I will have terms for this both without the S prefix and also WITH the S prefix to allow title-only searching. When it comes to searching, I want to be able to take the string "Cheese in China" as user input and pass this into...
2014 Dec 12
5
CentOS 6.6: Webcam problem
Last month we discussed the problems with webcams in CentOS 6 and I raised Bugzilla #1158988 with Red Hat. This bug has now been declared a duplicate of 1145805. Unfortunately I'm unable to access that report so although I know Red Hat are looking into the matter I don't know what they're doing. Ron
2002 Apr 30
3
Labeling matrix data
Hello all - I am sorry if this simple question is addressed in somewhere else. But, I couldn't find it. It's been for about a week using R. . . My problem is: Reading matrix data with "scan" does not seem to allow me to incorporate matrix labels (columns, and rows). If I use read.table, I can import the lables. But, the problem is, I don't know how I make this data as
2000 Jul 24
1
Questions about deviance
I have experimented with the cheese data example from McCullagh&Nelder, page 175. With a proportional odds model they obtain a residual deviance of 20.31. Estimating the same model with polr(MASS) gives a residual deviance of 762.11 !, while using ordglm(gnlm) gives a deviance of 523.94. Can anybody explain these differences?...
2012 Sep 29
1
AsteriskNOW x86_64 install GPT partitions
Hello everyone, I'm having an issue installing AsteriskNOW 2.0.2 on a Dell server. When I go to intall it, with BIOS legacy mode for partition tables, I get as far as setting pu the partition tables. However, the installer then informs me that GPT partition table schemes are required and that I have to resolve the issue. I changed from BIOS/MBR/Legacy mode to GPT/UEFI boot mode but then
2014 Nov 26
2
"Communications with UPS advice@localhost lost" when using an other USB device
...Debian jessie with nut-server 2.7.2-1+b3. >> >> ?Yesterday I've configured it for my new Advice PRS850 (a UPS with USB interface). >> >> ?I also have an USB webcam (and also USB mouse and keyboard, but that doesn't matter). >> >> ?When I start the program Cheese (a program which uses the webcam), I receive the following broadcast message: >> >> ?"Communications with UPS advice at localhost lost" >> >> ?When I exit Cheese, I receive the following broadcast message: >> >> ?"Communications with UPS advice at...
2007 Dec 11
1
[OT] vernacular names for circular diagrams
...{Journal of Educational and Behavioral Statistics}, volume = {30}, pages = {353-368}, year = {2005} } QUOTE Like us, the French employ a gastronomical metaphor when they refer to Playfair's pie chart, but they have preferred instead to invoke the name of the wonderful round soft cheese from Normandy - the camembert. When I spent 4 months in Paris a few years ago, a friend invited my wife and me to lunch with her elderly father who lives in Rouen, Normandy, about an hour North of Paris. Her father inquired - coincidentally during the cheese course - what work I was doing in Paris;...
2014 Nov 26
0
"Communications with UPS advice@localhost lost" when using an other USB device
...orrectly, you have a low-speed (1.5 Mbit/sec) UPS on the same bus as a full-speed (12 Mbit/sec) webcam. These days, I would expect a webcam to operate at high speed (480 MBit/sec). I don't know how the Linux kernel schedules USB requests, but it is entirely possible that under these conditions, Cheese is saturating the bus. Can you plug either of the two devices into different ports? >>> Shall we consider this very message as a bug report, or should I report a bug otherwise somewhere? Since the webcam program is interfering with NUT (rather than NUT preventing the webcam program fro...
2008 Jan 27
4
[OT] vernacular names for circular diagrams
...volume = {30}, > pages = {353-368}, > year = {2005} > } > > QUOTE > Like us, the French employ a gastronomical metaphor when > they refer to Playfair's pie chart, but they have preferred > instead to invoke the name of the wonderful round soft > cheese from Normandy - the camembert. When I spent 4 months > in Paris a few years ago, a friend invited my wife and me to > lunch with her elderly father who lives in Rouen, Normandy, > about an hour North of Paris. Her father inquired - > coincidentally during the cheese course - what wo...