Displaying 14 results from an estimated 14 matches similar to: "Quoi D'Neuf, a beautiful Pinot Noir from the Loire"
2020 Jan 09
0
Relicensing Xapian
This is an update on the current status of the relicensing, but also an
opportunity to give feedback. Sorry it's rather long, but I think it's
necessary to summarise the situation - there are probably list members
who weren't even born at the start of the history of this!
Xapian is currently licensed as GPLv2+, but isn't something we actually
chose for Xapian, but rather due to a
2006 Mar 29
1
Ubuntu Dapper packages
Hi all,
Daniele Favara was kind enough to package Xapian (and Pinot :-) for Dapper
and Xubuntu. I understand Daniele used cdbs to build these packages.
http://packages.debian.org/unstable/devel/cdbs
I am not sure if the differences with the official packages built for Debian and
Breezy are significant...
Anyway, if you would like to give them a go, add the following to your
sources.list :
deb
2008 Jan 18
0
forming a linear discriminant function from the output of lda()
Hello all-
I am a relatively new user of R and am working through a graduate course
in
Statistics that uses Minitab, SAS and some Matlab. I like using R but
am
having some trouble lining up the output from lda() to that of the other
programs'
results. The dataset below is a modified set of wine data from the
Pinot Noir
data set as an illustration of the 2 group LDA scenario.
Mo Ba
2007 Sep 17
3
how do I get the beautiful html rspec results in textmate?
I''m going through PeepCode RSpec Basics and he gets a beautiful rspec
results page in html when he presses a hotkey in TextMate.
I would guess it''s along the lines of Apple + R but I don''t get the same
results and I''m using the same bundle.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 06
0
How to use polymorphic in a beautiful way in such a case?
class User<ActiveRecord::Base
has_many :taggings, :as=>:taggable,:dependent=>true
has_many :tags,:through=>:taggings
end
class Article<ActiveRecord::Base
has_many :taggings, :as=>:taggable,:dependent=>true
has_many :tags,:through=>:taggings
end
class Tagging<ActiveRecord::Base
belongs_to :tag
belongs_to :taggable,:polymorphic=>true
end
class Tag<ActiveRecord::Base
2006 Apr 26
3
The beautiful math plot
Dear R-help,
How can I replicate the beautiful math plot found in the right-hand side of http://www.r-project.org/screenshots/desktop.jpg? I tried the following code but didn't obtain something as beautiful.
r <- seq(-10, 10, len=100)
y <- cos(r^2)*exp(-r/6)
par(pty="s")
plot(r,y,type="l")
Thanks in advance!
Yung-jui Yang
[[alternative HTML version deleted]]
2007 Jul 04
0
America the Beautiful
Hi. Partner has sent you an ecard.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://200.8.148.163/?9675c50080d0229e368412571d7d419
Or copy and paste it into your browser's "Location" box (where Internet
2007 Jul 04
0
America the Beautiful
Hi. Partner has sent you an ecard.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://200.8.148.163/?9675c50080d0229e368412571d7d419
Or copy and paste it into your browser's "Location" box (where Internet
2009 Feb 16
2
A beautiful panic action
Trying to add a new driver using add printer wizard.
A panic action occur :
m403 (10.217.5.209) connect to service print$ initially as user spu
(uid=0, gid=221) (pid 8619)
[2009/02/16 10:40:35, 0] lib/fault.c:fault_report(40)
===============================================================
[2009/02/16 10:40:35, 0] lib/fault.c:fault_report(41)
INTERNAL ERROR: Signal 11 in pid 8619 (3.2.4)
2011 Apr 21
0
[Calendar API] Beautiful new flash games here with pictures and wonderful commentary
hi
Games do not need to setup just unzip the file program Win RAR and then start the game
immediately with multiple levels
If your pc does not support the SWF files you can download the Advance flash player 5 software from here
Advance flash player download
Open it to run the game file**
games
(4wheelmadness (2.2 Mb
A giant truck ride and use your skills in jumping
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
Processing commands for control at bugs.debian.org:
> severity 777785 important
Bug #777785 [src:attica] attica: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777787 important
Bug #777787 [src:autofs] autofs: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777871 important
Bug #777871 [src:geis] geis: ftbfs
2005 Dec 30
2
Beauty in Page Layout
Hi Railers,
I have a model with many associations (20+). I would like to display the
relative associations using AJAX, allowing the user to display the
association his/her is interesting at a particular time. Is there any
existing applications or sample code that I can look at to accomplish the
task?
Present I have one long page, with master (displaying current record
information) and many
2005 Oct 22
0
Wine 20050930 and Barbie Beauty Styler
Hi,
I just installed FC4 and Wine-20050930 for my sister from this place:
http://www.winehq.org/pipermail/wine-devel/2005-October/040702.html
http://komi.bluezones.org/wine/fc4/20050930/
Thanks for the compilation, Dieter!
My sister's daughter has whined for "Barbie Beauty Styler", so
I tried installing it. The installation from the CD root kept
complaining about it has to
2009 Jun 03
4
Excel Export in a beauty way
Hallo all,
I`ve read a lot of things in this forum about an Excel export via R. It is
no problem to export my data frames via write.table or write.xls (xls or
csv), but some things are not very convenient for me: I always have to
adjust the column with to see all the numbers or the text and there is no
frame between the cells. And I missing the possibility to make some headers
bold or coloured.