Displaying 20 results from an estimated 600 matches similar to: "[OT] Open source statistical analysis in the news"
2009 Dec 31
3
XML and RCurl: problem with encoding (htmlTreeParse)
Hi,
I'm trying to get data from web page and modify it in R. I have a
problem with encoding. I'm not able to get
encoding right in htmlTreeParse command. See below
> library(RCurl)
> library(XML)
>
> site <- getURL("http://www.aarresaari.net/jobboard/jobs.html")
> txt <- readLines(tc <- textConnection(site)); close(tc)
> txt <- htmlTreeParse(txt,
2009 Jul 11
1
[LLVMdev] Path profiling interface proposal
David Greene wrote:
> On Friday 10 July 2009 18:06, Slobodan Pejic wrote:
>> Hello,
>>
>> I am planning on contributing path profiling to LLVM by the end of
>> August. I have written a document of what the interface to the path
>> profiles would look like at that time. If someone has any amendments, I
>> can incorporate them.
>>
>>
2009 Jul 10
0
[LLVMdev] Path profiling interface proposal
On Friday 10 July 2009 18:06, Slobodan Pejic wrote:
> Hello,
>
> I am planning on contributing path profiling to LLVM by the end of
> August. I have written a document of what the interface to the path
> profiles would look like at that time. If someone has any amendments, I
> can incorporate them.
>
> http://www.cs.ualberta.ca/~pejic/PathProfiling.html
Slobodan,
This
2004 Oct 13
3
problem with samba, ldap and windows
hi,
i have read that someone has similar problem to mines, however i didn't
find how it solved them .
The problem is this: samba as a PDC for a window domain.
The authentication is managed with openldap.
if i try to change the password of any ldap account with smbpassword i
have no error.
if i try to access to the shared folder of samba, with windows, it asks
me for authentication and it
2004 Aug 06
1
Sacrilege, but...
Hi Brendan,
Thanks for your quick reply!
>you can get the not-open-source version free from shoutcast.com.
I'll purloin that today and see if it makes any difference.....
> Your
>symptoms imply that you may be trying to stream high-bitrate MP3s?
>(that would be 160kbit+).
Bzzzzt - nope, sorry, a 128Kbps stream. Another experiement for today is
to go down to say 24Kbps and
2011 Aug 19
1
delta transfer problem
Hello everyone,
this is my first email and I hope I do not say stupid things:)
I'm trying to synchronize two folders on two different servers via a
satellite link (rsync can be useful for its properties) only that I have a
problem, some files are updated on the source, but rsync transfers the
entire file on the target, not the differences.
This is' the configuration:
- Source: rsync
2009 Jul 10
3
[LLVMdev] Path profiling interface proposal
Hello,
I am planning on contributing path profiling to LLVM by the end of
August. I have written a document of what the interface to the path
profiles would look like at that time. If someone has any amendments, I
can incorporate them.
http://www.cs.ualberta.ca/~pejic/PathProfiling.html
Slobodan Pejic
2006 Jan 15
0
Samba 3.0.21a && AFS
Sorry for the cross post, but I can't find the original mail
I don't know if it was sent to the OpenAFS or the Samba
list...
I've managed to fix some compilation/build problems when
using '--with-afs' to Samba. Something about undefined
attributes:
----- s n i p -----
Linking bin/smbd
lib/afs.o: In function `afs_createtoken':
2011 Aug 20
16
question on delta transfer
Hello,
Anybody have experience on this matter?
"If the source file has been deleted and recreate at the next sync rsync
will move whole file without apply delta transfer even the destination file
exist"
Please reply
Thank you,
Remo Angeloni
**********************************************************************************************
*** PRIVILEGED AND
2001 Sep 14
2
[Fwd: Bush's Press Conference: Into the Abyss]
Emperors1000@aol.com wrote:
>
> Dear reader,
> The emperorsclothes list does not seem to be working. Please forgive us if
> you receive this post twice. - Jared Israel, www.tenc.net
> **************************
> URL for this article: http://emperors-clothes.com/articles/rozoff/abyss.htm
>
> To join the Emperor's Clothes email list, go to
>
1999 Oct 27
1
Plotting bug in R (PR#300)
** Symptom:
plot(1:1000,1:1000,xlim=c(10,11),type="l")
makes a plot with lots of (nearly) horizontal lines, not just the intended
one from (10,10) to (11,11). So do lots of similar commands where the xlim
or ylim is much shorter than the range of the data.
** R version:
_
platform i686-unknown-linux
arch i686
os linux
2009 Jul 19
0
Disabling checksum offloading at OSOL DomU via kmdb at intial boot.
Disabling checksum offloading at OSOL DomU via kmdb at intial boot :-
( -kd at extra line):-
root@ServerJaunty:/home/boris/nevada# xm create -c osol.install
Using config file "./osol.install".
Started domain osol.install (id=6)
Loading kmdb...
Welcome to kmdb
Loaded modules: [ unix krtld genunix ]
[0]> ::bp xnf`_init
[0]> :c
v3.4.1-rc7 chgset
2013 Jan 17
0
How do I get Garamond font in R?
Folks,
I run R on a early 2009 MacBook Pro running Mountain Lion.
I have a bunch of fonts in my user Library one of which is Garamond.
I have tried the ttf_import function to no avail. I played with this for a couple of hours at least and I have gotten nowhere.
Here is a bit of one of my sessions (note that I used file.choose to get down to the Font level)
> require(extrafont)
Loading
2007 Jan 10
2
dst cache overflow (bridged wan interfaces)
I recompiled yet 2.6.19.1 kernel (using iptables with the same patches too).
The configuration for this test is:
1) linux box with 2.6.19.1 kernel (SMP machine) with these
patches/modules:
a) l7-filter
b) ipp2p
c) connlimit
d) set
2) 4 ethernet interfaces:
a) 2 external (eth1 and eth3) interfaces with balanced links (as
described in nato-howto) bridged as wan0
2001 Sep 14
2
[Fwd: Interview With Huffman Aviation Casts Doubt on Official Story]
emperors1000@aol.com wrote:
>
> This is being sent on behalf of emperors1000@aol.com
> as part of the mailing list that you joined.
> List: emperorsclothes
> URL: http://www.emperors-clothes.com
> ------------------------------------------------------------
>
> URL for this article: http://emperors-clothes.com/interviews/dekkers.htm
>
> Join Emperor's Clothes
2010 Feb 11
1
Rounding multinomial proportions
I present you with a function that solves a problem that has bugged me for
many years. I think the problem may be general enough to at least consider
adding this function, or a revamped version of it, to the 'stats' package,
with the other multinomial functions reside.
I'm using R to export data to text files, which are input data for an
external model written in C++. Parts of the
2010 May 26
2
sequential treatment of a vector for formula
Please pardon the simplicity of this question of biological nature.
I'm trying to calculate a statistic, px, the proportion of a cohort
that survives through the interval x:x+1. I have the vector from
which the calc is to be made but I can't figure out how to tell R to
take the current value and divide it by the next value.
The formula is P0=L1/LO
The following is an example of the
2012 Apr 16
0
Gompertz-Makeham hazard models---test for significant difference
Hi, all.
I'm working with published paleodemographic data (counts of skeletons that
have been assigned into an age-range category, based upon observed
morphological characteristics). For example, the following is the age
distribution from a prehistoric cemetery in Egypt:
naga <-
2006 Feb 27
1
Different deviance residuals in a (similar?!?) glm example
Dear R-users,
I would like to show you a simple example that gives an overview of one
of my current issue.
Although my working setting implies a different parametric model (which
cannot be framed in the glm), I guess that what I'll get from the
following example it would help for the next steps.
Anyway here it is.
Firstly I simulated from a series of exposures, a series of deaths
(given a
2007 Mar 28
3
The Best Language Tools - Best Dictionaries of all languages
The Best Language Tools - Best Dictionaries of all languages
The most popular language sites worldwide and its unmatched translation
tools are in daily use in such prestigious organizations as the World
Intellectual Property Organisation or the European Community Translation
Services.
http://info-booster.blogspot.com/
has plenty of links to Mono-lingual and Language Translation dictionaries,