similar to: To those interested in contributing to the Debian User's Reference Guide

Displaying 20 results from an estimated 600 matches similar to: "To those interested in contributing to the Debian User's Reference Guide"

2001 May 03
0
Anyone insterested in writing about R for the Debian User Reference Guide?
Hello- There's a new Debian Guide that?s still in the making, although some of it is already available on-line, called the DURG (Debian User Reference Guide). One of it's writers is interested to know if someone (preferably a Debian user, I guess) could write a subsection on R for the section Science. It should contain: - a brief introduction, - one or more simple
2001 Mar 05
2
Problems with installation on Debian
Hello- Tired of the crashes I was experiencing with r 1.2.1 on Windows ME, I downloaded the r-1.2.1.tgz under my Debian Linux box. I untared, unzipped and then I ./configure and make as specified i the FAQ. But something went wrong...I had version 0.90 per-installed, as it comes with the normal Debian distribution and now, whenever I run R, the old version is the one that executed. Can
2005 Dec 15
6
Dynamic Text Replacement
I noticed there are a lot of PHP based dynamic text replacement examples out there such as: http://artypapers.com/csshelppile/pcdtr/ Is there anything like this for Ruby / Rails? I know there''s always SiFR but that method is often frustrating because I''ve noticed significant slow down in page load time even on pages that use it sparingly.
2006 Mar 22
4
How to write this SQL query?
Hi! Is there rails version of "where column in (value1, value2, ...)"? I know i could do OR many times, but this way is shorter. I''m ruby/rails newbie, so i have a problem with converting the hash, which i''m receving from the search form into the string for :conditions in find method. Could i instead of creating one, complicated (for me) query do something like
2005 Nov 26
1
Problems with samba security=user
I've some problem with the configuration of two samba server. I've two PC, a laptot with debian etch samba 3.0.20b (PC2) wich with security=user always give me timeout, with security=share it works. The second a little home server with debian sarge (stable) samba 3.0.14a that with security=user and map to guest = Bad User, always let mi to mount the shared resource (if the username and
2006 Apr 29
3
Geolocation -- hostip.info code for rails
Hi there, I''ve put code together for using the hostip.info data under Rails. Hostip.info is a community-based project to geolocate IP addresses, making the database freely available. This database allows to translate IP addresses to city/country/longitude and latitude. It can be downloaded from the hostip.info website. They have PHP code so far to make any use of it. My code can be
2006 Feb 10
3
[Req] polymorphic associations howto
Hi people, I''m looking into polymorphic associations as a way to cleanup some messy parts of my code. I think they will allow me to do exectly what I need, but since there''s little to none written on this subject, I''d be delighted if someone could shed some light on this. Especially what the different options and needed table structures need to be. Thanks, -
2019 Sep 04
0
hardware donation offer
Hello, I'm willing to donate hardware, see the IRC log below for a few details. If you are interested, reply to "christoph at alte-pflasterei.de", I'll send an Open Document Spreadsheet then with the complete card list containing all details I know. -8<---- IRC chat log --------------------------------- (2019-09-04 16:50:54) chf: Hi, is any of the developers interested in
2020 Feb 07
3
Cannot allocate a vector of size...
Buenas tardes, Estoy haciendo un análisis de contenido con el paquete tm. A la hora de ejecutar este código: tdm<-TermDocumentMatrix(corpus,control=list(weighting =weightTf)) tdm.reviews.m<-as.matrix(tdm) La primera línea sí me la ejecuta bien pero en la segunda tengo este error: Error: cannot allocate vector of size 14.0 Gb ¿Cómo puedo corregirlo? Estoy usando la versión de 64bits de
2013 Jan 01
11
redes pathfinder
Estimados compañeros estoy con un trabajo sobre redes pathfinder y quería saber si conocéis alguna librería o función para dada la matriz de proximidades sacar la matriz de la red pathfinder. Un cordial saludo y un mejor año 2013. Juan -- ========================================================= Juan Antonio Gil Pascual Prof. Titular de Metodología Cuantitatíva correo: jgil en edu.uned.es
2016 Feb 24
3
search problem dovecot 2.2.21 + fts - Solr
Hello, Realized update dovecot on my server. Now the search is returning differently from the previous version bringing reference information of other messages . For example when doing a search for anderson.joao this new version of the dovecot dovecot 2.2.21 + fts - Solr response will be all email that has the word anderson and joao, instead of returning only items with the word anderson.joao.
2017 May 24
2
Interfaz gráfica para docencia
Sobre todo explicarles bien a que pregunta quieren contestar con la estadistica etc. El tema en psicología es sore todo que entiendan cuando leen algún articulo que significa la estadística. Por eso creo que con execsl y su add va super bien para que puedan reproducir casos. Usar algo nuevo, por lo que he visto con los chVales de clase les pierde por completo y desconectan. Ademas la estad lA
2001 Mar 01
3
How do you expand memory capability (Was: R crashes in Windows ME)
Hello- Since my data bank in SPSS has > 40 variables, I think that R crashes because of the memory limit. In Maindonald?s UsingR text, on pg 3, there?s a footnote that reads: "If you want larger memory space than the default you may want a target akin to <path to binary>\rw091\bin\rgui.exe --visize 30M --nsize 1000K [The default is --vsize 6M --nsize 250K
2006 Aug 11
7
Online Course
Is there anyone insterested in taking an online course which covers "Ruby on Rails" (introductory level)? Thanks thuycis -- Posted via http://www.ruby-forum.com/.
2001 Apr 01
4
Is this a bug with a simple arithmetic operation with a vector object?
Hello- While I was reading a tutorial book for R (actually, for S-Plus:Brian S. Everitt. A Handbook of Statistical Analysis using S-PLUS. Chapman & Hall, London, 1994) I tried to execute this simple exercise: > x <- -c(1,2,3,4,5,6) > X <- -c(10,11,12,100,-5,-6) >x+X [1] -11, -13, -15, -104, 0, 0 As you can see, the added vectors resulted in
2003 Jul 31
2
[LLVMdev] Location of the x86 JIT compiler tool
Hi, I'm mainly insterested on the x86 JIT compiler. /lib/Target/X86/README.txt talks about 'Jello', the JIT compiler, which should be on /tools/jello. I think that changed to /tools/lli and now comprises a bytecode interpreter as well. Is that right? -- Oscar
2005 Nov 27
0
Problemi con samba
I've some problem with the configuration of two samba server. I've to PC, a laptot with debian etch samba 3.0.20b (PC2) wich with security=user always give me timeout, with security=share it works. The second a little home server with debian sarge (stable) samba 3.0.14a that with security=user and map to guest = Bad User, always let mi to mount the shared resource (if the username and
2004 Jan 22
2
help repeated measures factoial design
Dear All, A few weeks ago I posted a question to this list but unfortunately got no answer! A friend warned me of my english. Again, the problem is: A 2-level 5-factors completely randomized design was used to investigate the potential effects of those factors on a solution's characters (several response variables). Each response-variable was measured repeatedly (13 times) during a
2002 Jan 31
2
Is there a function to plot a Pareto diagram?
Hi- Is there a quick way to plot a Pareto diagram? I couldn't find one. I'm being forced to do some pretty weird stuff, with awk and all, to extract data in order to plot the frequency of qualitative data from a larger set. Perhaps it's just my GNUrance. I mean, one day, if I have time, I might even write a generic Perl script, but right now, it doesn't look too good on the
1995 Jul 01
0
To those interested in the foreign FreeBSD secure code.
Hi The number of people who have had something to contribute here is is GREAT! For those not in the know, there is an initiative afoot to get a South African CVS site going that will contain the cryptography code that is otherwise illegal to get out of the USA. There has already been a fair amount of discussion about the code and the site, but mail is now getting difficult to deal with. I have