search for: celeste

Displaying 20 results from an estimated 26 matches for "celeste".

2006 Jul 12
5
2 subdirectories 1 controller?
Hi, I''d like to create the following setup with RoR: www.mywebsite.com/subdir1/order/create www.mywebsite.com/subdir2/order/create I''d like both urls to call the same action in the same controller. How can I do this? I know this may be complicated, but I''m prepared to go a long way. Shimon -------------- next part -------------- An HTML attachment was scrubbed...
2004 Sep 14
2
Field Definition for objectSid (LDAP)
...er list, it comes in packed or encrypted in some fashion. Since dumping the users using the command "net ads search '(&(objectClass=person)(objectCategory=person))'" gets me an unscrambled objectSid, I figure someone out there knows how to put it into human-readable form. Celeste Suliin Burris Systems Administrator Tacoma Economic Development Department Email - csburris@ci.tacoma.wa.us
2007 Jan 25
4
X-Sendfile doesn''t work
Hi everyone, I try to use the "X-Sendfile" header, but it doesn''t work as expected. In my controller: path = "/home/bruno/file.tar.gz" headers[''X-Sendfile''] = path headers[''Content-Type''] = "application/octet-stream" headers[''Content-Length''] = File.size(path) render :nothing => true When I request
2006 Jul 21
2
SSH and winbind authentication on Solaris 10
...olaris 10. I have it working on Solaris 8 with telnet, but I'm trying to break my users of telnet. Has anyone got it working? If so, would you be willing to share the global section of your smb.conf and pam.conf with me? Is there something I need to put in one of the ssh configuration files? Celeste Suliin Burris Systems Administrator Community and Economic Development Department Phone - 253-591-5093 Email - csburris@ci.tacoma.wa.us URL - http://www.cityofdestiny.com
2006 Mar 28
5
RJS call from controller issues javascript that doesn''t get evaluated by browser
Hi, I''m on Rails 1.1 and I have a problem wit RJS In my cotroller i have ==>>> def show @contact = Contact.find(params[:id]) render :update do |page| page[:contactInfo].replace_html :partial=>"contactInfo" end end <<<=== And my contactInfo partial looks like this and it''s placed inside a div element ==>>> <table>
2006 Jul 22
2
How to SELECT from multiple talbes with AR#find and associations?
So I want to SELECT from multiple tables, so as to be able to do "SELECT FROM foo, bar WHERE foo.id=bar.id AND bar.baz=23". How do I do it with AR#find? Also, I need this for associations. has_many et. al. have :finder_sql, which is nice, but feels like a Pyrrhic: it''s basically doing the association in pure SQL, defeating the purpose of AR. -- -Alder
2015 Oct 28
2
Extraer elementos diagonales de submatrices
...s SOLO deben seleccionarse 1, 2 y 3 (en lila). El primer cero se encuentra en la posicion [1, 4], asi que la siguiente submatriz debe construirse COMENZANDO en la fila 4, columna 1. A partir de esta segunda submatriz se obtienen los elements 1, 2, 3, 4 y 5, que corresponden a su diagonal (en azul celeste). La posicion del ultimo elemento de esta diagonal es [8, 5], asi que la siguiente submatriz debe comenzar en la fila 9. A partir de esta submatriz se obtienen los valores 1 y 2 (en naranja). El resultado final de todo este proceso es el vector # [1] 1 2 3 1 2 3 4 5 1 2 Agradezco a todos el ti...
2005 Feb 09
1
Samba 3.0.11 won't compile on Solaris 8
...tion client/clitar.c:118: error: previous declaration of 'tarhandle' was here client/clitar.c:1799: warning: data definition has no type or storage class client/clitar.c:1800: error: parse error before '}' token gmake: *** [client/clitar.o] Error 1 Thanks in advance for any help. Celeste Suliin Burris Systems Administrator Tacoma Economic Development Department Phone - 253-591-5093 Email - csburris@ci.tacoma.wa.us
2020 Apr 20
2
Conversión de variable categóricas a Númericas.
Cordial saludo. Estoy teniendo un problema al convertir una columna categórica a numérica. Espero que me puedan colaborar. Esta variable está en números escritos, es decir, "uno", "dos" etc. Ya los cambie por números (que siguen siendo factores) mediante fct_recode y quise de ahí convertirla mediante as.numeric pensando que R iba a identificar los números y no iba a alterar el
2015 Oct 28
3
Extraer elementos diagonales de submatrices
...3 (en lila). El primer cero se encuentra en la > posicion [1, 4], asi que la siguiente submatriz debe construirse COMENZANDO > en la fila 4, columna 1. > > > > A partir de esta segunda submatriz se obtienen los elements 1, 2, 3, 4 y > 5, que corresponden a su diagonal (en azul celeste). La posicion del > ultimo elemento de esta diagonal es [8, 5], asi que la siguiente submatriz > debe comenzar en la fila 9. A partir de esta submatriz se obtienen los > valores 1 y 2 (en naranja). El resultado final de todo este proceso es el > vector > > > > # [1] 1 2 3...
2005 Sep 29
1
smb_panic after upgrading
...s machines running 3.0.20 without any problems, but I compiled those myself and didn't use a pre-compiled binary. And (yuck!) I can't find the 3.0.14 rpms to do a rollback. The install CD would roll it back to 3.0.4, which I don't want to do. Help on either issue would be appreciated. Celeste Suliin Burris Systems Administrator Tacoma Economic Development Department Email - csburris@ci.tacoma.wa.us URL - http://www.cityofdestiny.com
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
...fs1/gis/arc write list = ptang sroberts guest ok = Yes [arcexe71] comment = Arc/INFO 7.1 Executables path = /gisfs1/arcexe71 guest ok = Yes [gis_maps] comment = GIS Project maps - Autocad format path = /gisfs1/gis/maps write list = @gisprcl read only = No guest ok = Yes - end smb.conf Celeste Suliin Burris Systems Administrator Tacoma Economic Development Department Email - csburris@ci.tacoma.wa.us
2015 Oct 29
2
Extraer elementos diagonales de submatrices
...SOLO deben seleccionarse 1, 2 y 3 (en lila).  El primer cero se encuentra en la posicion [1, 4], asi que la siguiente submatriz debe construirse COMENZANDO en la fila 4, columna 1.   A partir de esta segunda submatriz se obtienen los elements 1, 2, 3, 4 y 5, que corresponden a su diagonal (en azul celeste).  La posicion del ultimo elemento de esta diagonal es [8, 5], asi que la siguiente submatriz debe comenzar en la fila 9.  A partir de esta submatriz se obtienen los valores 1 y 2 (en naranja).  El resultado final de todo este proceso es el vector   # [1] 1 2 3 1 2 3 4 5 1 2   Agradezco a todos el...
2005 Mar 14
1
RE: Samba 3.0.11 won't compile on Solaris 8
> On Tue, 8 Feb 2005, Celeste Suliin Burris wrote: > > > Samba 3.0.11 won't compile on my Solaris 8 machine. It keeps getting > > compile errors in clitar [snip] I'm having this same problem. > Wonder why it is failing with #ifdef HAVE_REGEX_H ? That > macro is not defined anywhere. We don'...
2016 Apr 14
0
help with OR confidence interval using probit link
...(OR.naive + (1.96 * SE_coef)) if I used logit link I would get the CI with confint(na?ve) command, but with probit I don't think so. Is there a way? What should I do? Atenciosamente, Rosa Oliveira -- ____________________________________________________________________________ Rosa Celeste dos Santos Oliveira, E-mail: rosita21 at gmail.com <mailto:rosita21 at gmail.com> Tlm: +351 939355143 Linkedin: https://pt.linkedin.com/in/rosacsoliveira <https://pt.linkedin.com/in/rosacsoliveira> ____________________________________________________________________________ "Man...
2016 Apr 15
0
Odds Ratio and OR CI
...h probit I don't think so. Is there a way? > > > > What should I do? > > > > > > > > > Atenciosamente, > Rosa Oliveira > > -- > ____________________________________________________________________________ > > > > Rosa Celeste dos Santos Oliveira, > > E-mail: rosita21 at gmail.com <mailto:rosita21 at gmail.com> > Tlm: +351 939355143 > Linkedin: https://pt.linkedin.com/in/rosacsoliveira > <https://pt.linkedin.com/in/rosacsoliveira> > __________________________________________________________...
2016 Apr 14
1
R 3.2.5 is released
The 3.2.4-revised version turned out to give trouble for some of CRAN's subsystems. Accordingly, a rebadged version 3.2.5 is now released; it only differs in the version number and a few clean-up items. If you have a working install of 3.2.4-revised there should be no reason to upgrade it. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.2.5.tar.gz or wait for it
2006 Jan 17
2
Sid S-0-0 is not in a valid format
Hi all, I'm trying to get winbind going on a different PC to the one I've already got working, but I can't figure out why winbind won't work on this other PC. It mostly works (wbinfo works, net ads testjoin reports OK) but "getent passwd" doesn't return anything. The winbind log reports this: [2006/01/17 15:27:15, 1] nsswitch/winbindd.c:main(976) winbindd
2006 Apr 23
4
ActiveRecord: Exclude some columns while fetching
I have models with large TEXT, BLOB columns and I don''t wanna fetch them everytime. Is it possible to omit columns when fetching records from DB? Sorry, if it''s trivial, but I can''t find helpful information in docs.
2009 Aug 05
2
reading and frequency analysis of Spanish text
For an historical paper I'm working on, I have some Spanish plaintext, presently in the form of a Word .doc file, http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/Langren/Verdadera-spanish-stripped.doc and also some ciphered text from the same original source. The ultimate goal is to use some frequency analysis of letters and word lengths in the plaintext to help decode the