search for: desserts

Displaying 20 results from an estimated 25 matches for "desserts".

Did you mean: dessert
2008 Jul 15
1
Filtering output
I have a command which returns a data fram if I am not mistaken: sc <- split(x, list(x$Category, x$SubCategory), drop=TRUE) Now I wish to get the Category and SubCategory that the data was split on. So my first attempt would be: sc[[1]]$Category[1] But that yields [1] (Unknown) 46 Levels: (Unknown) 10" Plates 7" Plates (Dessert) ... WOMEN Is all I want is '(Unknown)'.
2010 Apr 10
0
[LLVMdev] Proposal: stack/context switching within a thread
I took the liberty of forwarding this to the Stackless Python list, since they switch stacks, and I got a response at http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4467. The upshot is that they really need the ability to allocate only a tiny amount of space for each thread and grow that as the thread actually uses more stack. The way they accomplish that now is by copying the
2002 Jul 02
0
Newsletter & Rigatoni Salad Recipe
2017 Nov 15
1
[Announce] Samba 4.7.2 Available for Download
======================================================== "Comedy just pokes at problems, rarely confronts them squarely. Drama is like a plate of meat and potatoes, comedy is rather the dessert, a bit like meringue." Woody Allen ======================================================== Release Announcements --------------------- This is an additional bugfix
2017 Nov 15
1
[Announce] Samba 4.7.2 Available for Download
======================================================== "Comedy just pokes at problems, rarely confronts them squarely. Drama is like a plate of meat and potatoes, comedy is rather the dessert, a bit like meringue." Woody Allen ======================================================== Release Announcements --------------------- This is an additional bugfix
2008 Aug 14
1
useR! 2008
For all those useRs who didn't make it to Dortmund Germany for useR! 2008 you missed a great conference. Hats off to Uwe Ligges and the other organizers and assistants who planned and executed the meeting superbly. Frank -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
2004 Dec 17
3
Paris Meeting Date/Time/Location
The Paris Asterisk meeting will be held Monday, December 20, 2004 at 1 p.m. at "Les Vendanges"--a wonderful restaurant in the 14th (tel 01.45.39.59.98). However, we have to let them know exactly how many people will attend, so PLEASE RSVP as soon as possible. The address is 40, rue Friant, and the metro station is Porte d'Orleans, the end of line 4. Take Sortie Boulevard Brune,
2004 Dec 02
1
80% there
Andrey posted the following update at his sourceforge web site. I'm sharing it here because I think it is fascinating to see the progress in his FPGA implemention of the Theora codec as it happens. John <snip> Wrote code and partially simulated compressor_two module with submodules. It gets fixed-width (12-bits) "pre-tokens" from the frame buffer in the coded order
2006 Jan 02
1
January Ruby events in the SF Bay Area
Bosco So has located a promising new venue for the SF Ruby Meetup: There is WiFi access to the Internet as well as a large plasma TV/monitor for presentations. In addition to offering caffeine in various forms, they have sandwiches and desserts. Lastly, there are lots of dining opportunities nearby for apres-event chowing. -- http://ruby.meetup.com/6/events/4815812 Meanwhile, I''m continuing to schedule Beer & Pizza SIGs, allowing us to have comestibles, conversation, etc. My spouse Vicki and I really like Wild Pe...
1999 Mar 21
0
USENIX Annual Conference, June 6-11, Monterey, Calif
You'll get the why as well as the how-to in advanced systems and software at this renown conference for system administrators, developers, and researchers- 24th Annual USENIX TECHNICAL CONFERENCE June 6-11, 1999 Monterey, California Includes FREENIX track devoted to open source software ----------------------------------------------------------------- Review the program and register
2004 Apr 13
0
AW: Unable to delete folders in samba shares-SOLVED
>On Tuesday 13 April 2004 17:02, Radio Gong 2000 GmbH & Co. KG [Technik] wrote: > Oh, sorry it's not as I told u!!! > > IT'S NOT smb:/workgroup/server/share > BUT smb://server/share OH GOD.....SASCHA !!!!!!!!!!!!!!!!!!!!!!!!YOU ARE A F****** GENIUS !!!!!!!!!!!! > If u type smb:/ and press RETURN, konqueror should browse automatically, of > course u have to
2004 Feb 01
2
Where's TrueCast5?
Supposedly On2 transferred their Video Recorder and TrueCast5 streaming server into opensource along with VP3. Theora is obviously the VP3 project, and while I can find nothing on Xiph about it, the recorder source is offered on vp3.com; but I can find nothing on Xiph or vp3.com about what happened to Truecast5. I contacted On2 about whether TrueCast5 was really going to be open source, and they
2010 Apr 07
2
[LLVMdev] Proposal: stack/context switching within a thread
Right now the functionality is available, sometimes, from the C standard library. But embedded environments (often running a limited standard library) and server environments would benefit heavily from a standard way to specify context switches within a single thread in the style of makecontext/swapcontext/setcontext, and built-in support for these operations would also open the way for
2003 Sep 25
1
data lost in cv.tree?
Greetings -- I'm programming a data mining system in R for protein structural data. As a seasoned Perl and Python and Ada and ML, et al., programmer, I am severely befuddled by the environment problem, where data is not found in a 3rd level nested function. I did peruse the parent frame not on the search path idea, and came up with a hack which kinda works, also below with the code which
2005 Dec 08
3
scoping issues?
Can anyone please help me understand whats happening here? Thanks Tom getAmpRatio<-function(v_amps){ #calculates the amplitude ratios between the 3 largest amps and the rest bigamp<-0 map<-rep(TRUE,length(v_amps)) for(iLoc in 1:3){ bigamp<-bigamp+max(v_amps) map[which.max(v_amps)]<-FALSE v_amps<-v_amps[map]
2010 Apr 10
2
[LLVMdev] Proposal: stack/context switching within a thread
On Sat, Apr 10, 2010 at 12:54 PM, Jeffrey Yasskin <jyasskin at google.com> wrote: > I took the liberty of forwarding this to the Stackless Python list, > since they switch stacks, and I got a response at > http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4467. > The upshot is that they really need the ability to allocate only a > tiny amount of space for each
2009 Mar 31
1
as.data.frame peculiarities
The documentation of as.data.frame is not explicit about how it generates column names for the simple vector case, but it seems to use the character form of the quoted argument, e.g. names(as.data.frame(1:3)) [1] "1:3" But there is a strange case: names(as.data.frame(c("a"))) [1] "if (stringsAsFactors) factor(x) else x" I feel fairly comfortable calling this a
2006 Jan 03
4
validates_presence_of *_id attributes
Hi all, I am a newbie to Rails. Please enlighten me on how to do this appropriately, the Rails and the Ruby way: Suppose I have a Recipe model. Let''s simplify things and pretend that it has only 2 attributes, a :name and the other is a ''category_id''. In the recipes table, category_id is a foreign key to field id of table categories. We also assume that I have generate
2010 Mar 23
5
World of Warcraft - Screen Tearing
Hello! First forum post here go! Using Ubuntu 9.10, WINE 1.0.1 (system keeps locking on trying to add the ppa for the development version). i3 system w/ higher-end nVidia card. I'm using the restricted drivers, ensured they're not the 'broken' ones that cause fan failure. I've taken the time to add a registry key for Direct3D, and am making sure that the system is using
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
A new intel-gpu-tools quarterly release is available with the following changes: - New test: kms_atomic tests atomic mode setting (Daniel Stone) - New test: core_prop_blob tests blob properties (Daniel Stone) - New test: gem_request_retire targets request retirement code paths (Tvrtko Ursulin) - New test: core_setmaster_vs_auth checks that drop/setMaster correctly transfer master state