Displaying 20 results from an estimated 100 matches similar to: "Can the mailing list archive be searched?"
2006 Jul 29
10
Out Of office
Ik ben afwezig vanaf 29/07/2006 en ik ben niet eerder terug dan
23/08/2006.
Ik ben met verlof van 31 juli tot en met 22 augustus.
Voor dringende zaken kan je mailen naar helpdesk@vlafo.be.
---------------------------------------------------------------------------------
DISCLAIMER :
De personeelsleden van het agentschap doen hun best om in e-mails
betrouwbare informatie te geven. Toch kan
2001 Sep 03
2
channel coupling in rc2
This question has probably been asked a zillion times, but I'm either too
dumb or too lazy to sift through the archives, so I'll ask it here again:
Which of the bitrates in RC2 utilize channel coupling and which don't? And
when can we expect to choose for ourselves whether we want to use channel
coupling at any particular bitrate?
Thanks for your patience,
mlf
--
Michael Flegel,
2009 Nov 23
2
Question about S4
Dear R-ers,
I don't understand the following, maybe someone will help me
explain:
> setClasss('A')
[1] "A"
> new('a')
Error in new("a") :
trying to generate an object from a virtual class ("a")
> setClass('b', contains='a')
[1] "b"
> new('b')
An object of class ?b?
<S4 Type Object>
In what
2006 Jul 25
3
about ERB sample
Hi list:
I run the ri''s ERB doc 1st sample
1. require ''erb''
2. x = 42
3. template = ERB.new <<-EOF
4. The value of x is:
5. EOF
6. puts template.result(binding)
the doc say it will print
"The value of x is: 42"
but my irb print "nil" and there is a
"=> #<ERB:0x2970b24
2007 Nov 28
1
Order observations in a dataframe
Dear All,
Suppose I have the following dataframe:
country;weight;group
bul;10;1
cze;12;1
grc;12;1
hun;12;1
prt;12;1
rom14;1
fra;29;2
ita;29;2
gbr;29;2
aut;10;3
bel;12;3
The "group" variable denotes the id-number of a group of countries. How can
I re-label the groups in the descending order of their cumulative "weight",
which wound be:
country;weight;group
fra;29;1
ita;29;1
2009 Feb 12
3
Website, book, paper, etc. that shows example plots of distributions?
By any chance is any one aware of a website, book, paper, etc. or combinations of those sources that show plots of different distributions?
After reading a pretty good whitepaper I became aware of the benefit of I the benefit of doing Q-Q plots and histograms to help assess a distribution. The whitepaper is called:
"Univariate Analysis and Normality Test Using SAS, Stata, and SPSS*" ,
2004 Sep 30
5
Lotus notes 6 on Mandrake Linux
Hi,
I am trying to run Notes on Mandrake linux 10 official
with wine version 20040914. I have notes installed in
my C driver winXP(NTFS). No success so I went to
google. I saw this mail at
http://www.spinics.net/lists/wine/msg15484.html
saying that on coppying the entire notes folder to
fake_windows wine works like charm. However, when i
tried the same I get a password prompt I enter my
password
2009 Nov 18
2
Unnecesary code?
Dear R-ers,
While browsing the R sources, I found the following piece of code
in src\main\memory.c:
static void reset_pp_stack(void *data)
{
R_size_t *poldpps = data;
R_PPStackSize = *poldpps;
}
To me, it looks like the poldpps pointer is a nuissance; can't you
just cast the data pointer and derefer it at once? Say,
static void reset_pp_stack(void *data)
{
R_PPStackSize = *
2001 Sep 05
4
uploading listening samples?
I've been encoding my CD collection with mostely great results. However,
there is the oddball that doesn't sound as it should (mostely I get flanging
effects on high-frequency sounds like cymbals). I've seen people upload
samples and post it here so that the developers might have a look at them.
Now I don't have any online space. Is there an ftp site or something I can
upload
2007 Nov 06
5
OGG decoding/multi-channel mixing
Hi All,
Currently I am investigating how interesting OGG is for me.
The most important requirements are:
- Decoding on embedded hardware, ARM7 or ARM9.
- Mixing multiple audio streams/files on embedded hardware
First of all how difficult is it to decode OGG on an ARM7/9 processor? I read that OGG decoding needs floating point support?
Secondly I would like to know how many MIPS are needed to
2019 Sep 14
2
[GSoC 2019] Apply the Clang Static Analyzer to LLVM-based projects - final report
Hello,
Le 29/08/2019 à 01:02, Artem Dergachev a écrit :
> Yay thx!
>
> Sylvestre, is there anything i can help you with in order to get the reports page back up?
Sorry, it took me a while to get that back but here is the report of r371718:
https://llvm.org/reports/scan-build/
> I'd also indeed love to spam people with warnings that they introduced, even if in the form of a
2006 Mar 30
4
[NEWS] Ruby-on-Rails reached second place in Dutch Rapid-Application-Development contest
Hi there,
The results have just been in and the Ruby-on-Rails team from Finalist
IT Group reached an incredible _second_ place!
We''re actually so surprised, that I personally expect the start of RoR
projects here soon. We''ve already announced some RoR courses. And that
while we''re mainly a Java-only shop!
You can read a report from one of the participating
2012 Sep 02
3
Loading Chess Data
All,
What would be the most efficient way to load the data at the following
address into a dataframe?
http://ratings.fide.com/top.phtml?list=men
Thanks,
David
--
View this message in context: http://r.789695.n4.nabble.com/Loading-Chess-Data-tp4642006.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 05
3
[LLVMdev] Exception Table Padding Change
Hi Duncan et al,
Our linker guy brought up a problem with how we pad out our exception tables. Right now we pad them out like this:
.section __DATA,__gcc_except_tab
.align 2
GCC_except_table13:
.byte 0x0 #< --- hun?
.byte 0x0 #< --- hun?
Lexception13:
.byte 0xFF
.byte 0x0
.byte 0xB2, 0x1
>
Here are his comments:
The problem is that the linker parses FDE which gives it
2002 Mar 10
1
Hungarian codepage problem using smbmount
Dear Samba Developers, Dear Urban,
This was my original letter. I hope you get it correctly this time.
Maybe it was too big, now I reduced the size of this letter.
My goal is to make a Linux fileserver up and running with automatic
archiving functionality in a mixed Windows 2000 - Linux network and
since the beginning of February I could not solve my problem, so I
write to you hoping that you
2013 Nov 27
0
GADM Data Download
Dear All,
Please consider the snippet at the end of the email.
I often download some maps (in the R format) from
http://www.gadm.org/
However, when I run (typically more than once) a variation of the script
below (based on http://bit.ly/1b3W0Aa ),
I often get
Error in load(url(paste("http://gadm.org/data/rda/", fileName, "_adm", :
cannot open the connection
In
2009 May 05
0
Developement speex; harmonic booster
An idea would be like for WMA 9 lower bitrates (32-42-48Kbps) to use a 'crystallizer'; which is basically a harmonics booster focussed at transposing sharp tones some octaves higher.
Eg:
A file has been recorded @ 20khz computer (or 10khz real life) to preserve space.
While playing back the file sounds a bit mushy, almost as if someone was speaking through a cardboard wall. The higher
2009 Jun 10
1
Sendmail + Deliver as an LDA
Need help with setup/config.
Current situation: (dovecot version : 1.1.7)
we have system users and virtual users. (with different domains)
Virtual users have procmail as LDA
Now we want "deliver" to become the LDA
I'm confused reading http://wiki.dovecot.org/LDA/Sendmail
sendmail.mc:
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
2009 Nov 23
0
R-help Digest, Vol 81, Issue 23
Hi,
keine ahnung. Das liegt jetzt bei Hr. Feld. Frag mal bei ihm nach.
Gr??e
Thushyanthan
r-help-request at r-project.org wrote:
> Send R-help mailing list submissions to
> r-help at r-project.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://stat.ethz.ch/mailman/listinfo/r-help
> or, via email, send a message with subject or body 'help'
2006 Jul 18
2
how can I delete rows?
Hello, I am very new in R so I am so sorry for this question.
I have the Barro-Lee data set which contains 98 countries and I want to run the regressions only for the Latin America countries, so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you
this is the list of countries
SHCODE COUNTRY NAME WBCTRY