search for: acquaintance

Displaying 20 results from an estimated 177 matches for "acquaintance".

2003 Sep 25
5
Someone just searched for word-of-mouth information about: r-help@stat.math.ethz.ch
WordofMouthConnection.com Search Awareness System This email is a website-generated message, but it is not spam. An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you. Why are we sending you this email? When people find...
2003 Oct 17
2
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System This email is a website-generated message, but it is not spam. An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you. Why are we sending you this email? When people find...
2007 Sep 17
4
ZFS Evil Tuning Guide
Tuning should not be done in general and Best practices should be followed. So get very much acquainted with this first : http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide Then if you must, this could soothe or sting : http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide So drive carefully. -r
2003 Sep 08
1
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System This email is a website-generated message, but it is not spam. An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you. Why are we sending you this email? When people find...
2003 Sep 25
0
A Connection Has Been Made To: r-help@stat.math.ethz.ch
WordofMouthConnection.com Connection Awareness System This is a website-generated email, but it is not spam. An acquaintance of yours recently shared their experience with you in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else you have run into at some time. Why are we sending you this email? When people find out others are talking...
2004 Mar 19
2
Beginners question
Dear list, I've been messing around with coding functions in R and it just won't make sense to me. Running my analysis by hand on command line is fine and works but because of the repetitive nature of the job I would like to code a function for it. My problem: I would like to read in data from a file in my current working dir. so my code would look like: myanalysis <-
2006 Feb 25
0
self referential habtm using join tables
...Here is what I have that works a little, but not really: Migrations: create_table "users" do |t| t.column "name", :string t.column "email", :string end create_table "friends" do |t| t.column "user_id", :integer t.column "acquaintance_id", :integer t.column "approved", :integer end Models: class Friend < ActiveRecord::Base belongs_to :users belongs_to :friends end class User < ActiveRecord::Base has_many :friends has_many :acquaintances, :through => :friends, :class_name => "U...
2006 Feb 27
0
self-referential many-to-many using a join model
...luck. Here is what I have that works a little, but not really: Migrations: create_table "users" do |t| t.column "name", :string t.column "email", :string end create_table "friends" do |t| t.column "user_id", :integer t.column "acquaintance_id", :integer t.column "approved", :integer end Models: class Friend < ActiveRecord::Base belongs_to :users belongs_to :friends end class User < ActiveRecord::Base has_many :friends has_many :acquaintances, :through => :friends, :class_name => "User&qu...
2008 May 08
2
Linux installation
I have just installed R under Linux and had a tricky time finding out that I needed to install r-devel as it was not suggested by yum and does not appear in any of the FAQs. Everything was fine until I tried to install tseries then I was told in the compiler output that R.h was missing. Obviously a search on Google proved fruitless and I was forced to ask on r-help. I am now kicking myself, of
2004 Feb 23
2
(2) Questions
Hi Fellows from R-Help List! My questions are basic since i an new with R. I am very acquainted with Matlab & Gauss (the compentence, I guess). Anyhow, (1) I am trying to get R execute comands made or built as text, so that one can feed a particular option with many variations coming from a text file. Is this possible with the free version? For instance, there exists the eval comand in
2007 Aug 01
3
Slightly OT: SNOM & PoE
Hello All, I apologize for the slightly off-topic question, but I'm sure that the people best acquainted with the issue would be hanging around here. We recently deployed several Linksys POE switches for some smaller customers (10-24 station) and appear to be suffering from intermittent lock-ups of the SNOM phones attached. Obviously we are running Asterisk for the gateway, but I was
2015 Oct 08
2
recommended methods/software for videocasting
An acquaintance is considering videocasting speakers at a conference and using a Twitter product called Periscope. I'd like to recommend an open source solution. While I've never offered videos over the web, I have made audios available, and all it entailed was placing the file on the website and put...
2016 Nov 03
3
Thunderbird vs. Evolution vs. OwnCloud
Hi, I'm currently using Thunderbird synced to OwnCloud on my main workstation running Slackware64 14.1. I just installed CentOS 7 on my Asus S300 laptop. It's running nicely, and I'm spending some time getting acquainted with it. I wonder if I should stick with Thunderbird or go with the default Evolution application, since this seems to be better integrated into the desktop, namely
2010 Nov 16
3
Population abundance, change point
...- Nicholas M Caruso Graduate Student CLFS-Biology 4219 Biology-Psychology Building University of Maryland, College Park, MD 20742-5815 ------------------------------------------------------------------ I learned something of myself in the woods today, and walked out pleased for having made the acquaintance. [[alternative HTML version deleted]]
2016 Jun 01
3
About 4.xx and 6.xx. WAS: Making a 6.04
> On 01/06/2016 00:28, H. Peter Anvin via Syslinux wrote: > > There seem to be a bunch of bug fixes in the 6.04 branch that people > > really need. Do we know of any current regressions? Otherwise we > > really ought to just push the button... > > I am a user of syslinux 4.0.7 to boot installers on BIOS aka Legacy. > > Knowing that 4.0.7 has been released on
2018 Feb 05
3
Current PGO status
Hello David! I have recently started acquaintance with PGO in LLVM/clang and found your e-mail thread: http://lists.llvm.org/pipermail/llvm-dev/2016-May/099395.html . Here you posted a nice list of optimizations that use profiling and of those which could be using but don't. However that thread is about 2 years old. Could you please kindly let...
2011 Mar 03
6
Developing a web crawler
Hi, I wish to develop a web crawler in R. I have been using the functionalities available under the RCurl package. I am able to extract the html content of the site but i don't know how to go about analyzing the html formatted document. I wish to know the frequency of a word in the document. I am only acquainted with analyzing data sets. So how should i go about analyzing data that is not
2016 Jun 11
1
About 4.xx and 6.xx. WAS: Making a 6.04
On Fri, Jun 10, 2016 at 08:00:49PM +0200, Didier Spaier via Syslinux wrote: > > Thanks for your answer Ady. > > However, I cloned the repo and "git branch" only returns: > * master > > How can I find this "syslinux-4.xx" branch or at least spot the commits > in that branch more recent than the 4.07 release? > > A did a bit of RTFM but am not
2006 Mar 28
2
Homepage as index.rhtml, not index.html?
Hi all, I''m building my first Rails app. Please forgive my ignorance as I get acquainted with the technology. What I''d like to do is have a form that the scaffolding created for me appear on my home page. It''s just one text field, a submit button, and some error messages. I first tried to copy the code from the new.rhtml view into the homepage (index.html), then
2003 Oct 28
1
presentation of software
Hello, I am considering giving a talk at my university on R to (mostly) academics. There wouldn't be any statisticians, but professors from mathematics, psychology, economics, etc. who do use some statistical software in teaching and/or research, and have an acquaintance with procedures and graphics used in statistics. Has anyone given such a talk to a similar audience? If so, I would be interested in seeing what you talked about. Please send me your talk, outline, or whatever materials you have. I want to design an "R is the way" -type talk. Jason