Displaying 20 results from an estimated 569 matches for "ej".
Did you mean:
je
2012 Sep 23
0
serving .ejs files from rails?
I feel like an idiot for not being able to figure this out, but here goes.
I use the ''ejs'' gem to create ejs template files. My
assets/javascripts/foo.jst.ejs file is served up as
localhost:3000/assets/foo and assets/foo.js, but
localhost:3000/assets/foo.ejs gives a routing error. I have some framework
code that insists on calling it with the .ejs extension.
Do I configur...
2012 Jul 04
9
Sobre categorías de factores extraídos de un data.frame
...án estropeando parte de los
análisis que estoy realizando y he decidido realizar todo solo con aquellos
factores cuyas categorías sean al menos un valor k (donde k con toda
seguridad no bajará de al menos 1000, pero esto no lo he decidido :) ).
La decisión muy bien, pero al hacer la selección, por ejemplo con sqldf, me
quedan aún las categorías que no estoy contemplando con un conteo en 0.
Ejemplo:
# datos de ejemplo:
> data.frame(letras=c(rep("a",2),rep("b",2),rep("c",2)),otra=runif(6))
letras otra
1 a 0.04860339
2 a 0.79562345
3 b 0.428...
2012 Jan 04
0
EJS File Load Error on Rails 3.1
Hi,
Does anyone know why I''m getting the following load error:
no such file to load -- ejs (in
/home/dan/Projects/faculty/app/assets/templates/home/index.jst.ejs)
The index.jst.ejs file does exist and is located exactly where the error
message states.
I''ve appended ''app/assets/template'' folder to config.assets.paths in my
Rails (version 3.1.3) application.rb...
2012 Aug 31
9
[Bug 2040] New: Downgrade attack vulnerability when checking SSHFP records
...Priority: P5
Bug ID: 2040
Assignee: unassigned-bugs at mindrot.org
Summary: Downgrade attack vulnerability when checking SSHFP
records
Severity: minor
Classification: Unclassified
OS: All
Reporter: ondrej at caletka.cz
Hardware: All
Status: NEW
Version: 6.1p1
Component: ssh
Product: Portable OpenSSH
Created attachment 2183
--> https://bugzilla.mindrot.org/attachment.cgi?id=2183&action=edit
Fix downgrade attack vulnerability in handling S...
2012 May 02
2
interactive loop
...l shapes, but
some of them contain superfluous points. I want to write a loop in
which each configuration is plotted and I am asked to write the
numbers of points that are superfluous. However, I don't know how to
introduce this interactive element.
Would you give me an advice?
Best regards
Ond?ej Mikula
--
Ond?ej Mikula
Institute of Animal Physiology and Genetics
Academy of Sciences of the Czech Republic
Veveri 97, 60200 Brno, Czech Republic
Institute of Vertebrate Biology
Academy of Sciences of the Czech Republic
Studenec 122, 67502 Konesin, Czech Republic
2012 Nov 05
1
Grupo de Usuarios de R de Madrid - "PCA con matrices sparse para clasificación automática de contenidos (p.ej. películas)."
Hola,
Ya está disponible igualmente la presentación de Pedro Concejero sobre el "PCA
con matrices sparse para clasificación automática de contenidos (p.ej.
películas).<http://concejero.wdfiles.com/local--files/home/PCA_movies_matrices_sparse.ppt>
"
Está en la página del grupo dentro de la de la Asociación (reunión del
31-octubre)
http://r-es.org/ti...
2004 Jul 09
3
Problem with bwplot
...bwplot
Hi,
I'm ploting some box-and-whisker plots with bwplot but I'm not getting
any box-and-whiskers ... just dots.
I'm using lattice 0.9-16 with R 1.9.1.
Try
library(lattice)
rnorm(60)->vec1
rep(1:3,20)->vec2
rep(LETTERS[1:2],30)->vec3
bwplot(vec1~vec2|vec3)
Thanks
EJ
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
2012 Aug 31
6
[Bug 2039] New: Give proper credits for ECDSA patch
...la.mindrot.org/show_bug.cgi?id=2039
Priority: P5
Bug ID: 2039
Assignee: unassigned-bugs at mindrot.org
Summary: Give proper credits for ECDSA patch
Severity: normal
Classification: Unclassified
OS: All
Reporter: ondrej at sury.org
Hardware: All
Status: NEW
Version: 6.1p1
Component: Documentation
Product: Portable OpenSSH
Hi,
ChangeLog for 6.1p1 says:
- djm at cvs.openbsd.org 2012/05/23 03:28:28
[dns.c dns.h key.c key.h ssh-keygen.c]
add support...
2011 Jul 08
1
Extremum index from a sampling time series data
...om the sampling. The flow measurements are in range of 0.1 to 35m3/s and are stored in data frame with the codes and results are as follows:
##########################
### Codes ###
attach(data)
# Estimates of extremum index
library(evd)
library(boot)
set.seed(101)
threshold <- 15
ej <- exi(data$flow, u=threshold) # Extremum Index computed from the original series of river flow
ei <- exi(sample(data$flow, replace=T), u=threshold) # Extremum Index computed from sampling of the original flow series with replacement
ei; ej
mean(e...
2009 Sep 15
0
Rails & .ejs.erb
I have some trouble using this type of tools, the format.js from to the
controllers to the {action}.js.erb in the view files…
Trying to put some onubtrusiveness int my developpment…
Everything''s working smoothly… except that at some point, navigating
from page to page through those javascript setup, the application seems
to get crazy in the inside, looping the same action, again and again
2005 Dec 20
3
Overlaying lattice plots
...gt; Rich
Hi Richard,
If you want to plot both datasets on the same plot just make use of the
xyplot for FLQuants, something like
flqs <- FLQuants(list(pred=pred.quant, res=res.quant))
xyplot(data~age, data=flqs)
now tune it the way you want and change the formula to fit your needs.
Regards
EJ
ps: I'm cc'ing this to the mailing lists, I find it usefull for others.
2005 Dec 20
3
Overlaying lattice plots
...gt; Rich
Hi Richard,
If you want to plot both datasets on the same plot just make use of the
xyplot for FLQuants, something like
flqs <- FLQuants(list(pred=pred.quant, res=res.quant))
xyplot(data~age, data=flqs)
now tune it the way you want and change the formula to fit your needs.
Regards
EJ
ps: I'm cc'ing this to the mailing lists, I find it usefull for others.
2005 May 12
3
acf problem ?
Hi
I'm getting the following error that do not make sense to me, what am
Idoing wrong ?
> acf(Recsim[1,], lag.max=1)
Error in acf(Recsim[1, ], lag.max = 1) : 'lag.max' must be at least 1
Regards
EJ
2012 Jul 05
1
colored nodes in dendrogram
Dear list,
is there a way how to add information to internal nodes (branching
points) in dendrogram created via plot.agnes function (package
cluster)?
I wish to place colored circles on the nodes, but I don't know how to proceed...
I'll be grateful for any suggestion
Ond?ej
--
Ond?ej Mikula
Institute of Animal Physiology and Genetics
Academy of Sciences of the Czech Republic
Veveri 97, 60200 Brno, Czech Republic
Institute of Vertebrate Biology
Academy of Sciences of the Czech Republic
Studenec 122, 67502 Konesin, Czech Republic
2004 Mar 12
5
grep
Hi,
I want to use the first digit of the elements of a vector.
I've tried grep but didn't work.
Any help is welcome.
Thanks
EJ
> grep("^[0-9]",as.character(runif(100,0,2)))
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
17 18
[19] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
35 36
[37] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
53 54
[55]...
2006 Oct 19
5
binom.test
...Exact binomial test
data: 12 and 50
number of successes = 12, number of trials = 50, p-value = 1
alternative hypothesis: true probability of success is not equal to 0.24
90 percent confidence interval:
0.1447182 0.3596557
sample estimates:
probability of success
0.24
thx much
ej
2003 Apr 14
6
Charts to M$Word - what's the best format
Hi
I'm exporting some graphs from R to M$Word. I used png, jpeg and bmp and
the quality is poor when comparing with the postscript.
What is the best way to export a chart to be included in a M$Word file ?
Thanks
EJ
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
...have a simple compiler that
generates LLVM bitcode, JIT it and execute it, and it works very well.
Now I would like to execute it using the interpreter. And I get a segfault.
Here is the code :
// This code JIT the function and executes it
llvm::InitializeNativeTarget();
llvm::ExecutionEngine * EJ = llvm::ExecutionEngine::create(&nM);
typedef int (*REFunc)(const char *);
union { void * obj; REFunc func; } u;
u.obj = EJ->getPointerToFunction(func);
REFunc jit = u.func;
int ret = jit("aaa");
std::cout << std::endl << ret << std::endl;
// This code interp...
2013 Jan 10
3
Learning to speak R: simple data processing
...75 82 72 88 98 78 88 89
I want to generate a vector with the column position of each row max.
The whole vector for the matrix shown above would be:
1 1 1 1 3 2 2 2
Is there some easy, straightforward way to compute such a thing short of
looping over the rows and columns of the matrix?
Thanks,
-ej
--
View this message in context: http://r.789695.n4.nabble.com/Learning-to-speak-R-simple-data-processing-tp4655194.html
Sent from the R help mailing list archive at Nabble.com.
2006 Oct 19
1
Re : CI
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061019/dc66a793/attachment.ksh