Displaying 20 results from an estimated 200 matches similar to: "How do you use agrep inside a loop"
2006 May 04
5
How to upload only jpeg & gif & png images into public/images using rubyonrails
Hello iam new to rubyonrails. Please any one help me out in "How to upload
only jpeg & gif & png images into public/images using rubyonrails"
Thanks in Advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060504/33a17ad2/attachment.html
2004 Jun 03
1
Authentication and Joining failing after a time.
I have a Samba Domain that did migration from:
3.0.0 -> 3.0.2 -> 3.0.2a ->3.0.4
It is a very healthy machine it is running on. A heavily updated RedHat
7.2 machine. I have rebuilt newer source SRPM to update it. Pretty much
updated piece meal since forever, and probably is updated e"enough". It
is lean, as I do not believe in Garbage installs.
But, the point of this is:
2006 May 18
1
validates_uniqueness_of
I used validates_uniqueness_of
it is case insensitive, it takes only admin not Admin.
So please help me out how to put validates_uniqueness_of as case
sensitive
Thanks in Advance
Surekha.Matte
--
Posted via http://www.ruby-forum.com/.
2006 Jun 12
4
A little Monday fun
Hi,
I just took this test on Tickle.com.
What''s Your Fame and Fortune?
http://web.tickle.com/invite?test=1177&type=t
Take it and see how you score. You can see my score at the end.
Surekha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060612/8fc88913/attachment.html
2008 Feb 29
1
which phones to use ??
I am following the tutorial give at this link
http://chayden.net/Asterisk/SeUpAsteriskAtHome.htm
but it does not mention the phones that i need to use .... could i use any
USB phone !!! ???
thansk !!
--
Regards
Agnello Dsouza
www.linux-vashi.blogspot.com
www.bible-study-india.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 16
1
Bug in agrep computing edit distance?
The documentation for agrep says it uses the Levenshtein edit distance,
but it seems to get this wrong in certain cases when there is a
combination of deletions and substitutions. For example:
> agrep("abcd", "abcxyz", max.distance=1)
[1] 1
That should've been a no-match. The edit distance between those strings
is 3 (1 substitution, 2 deletions), but agrep matches
2006 Jan 05
1
Pb with agrep()
Happy new year everybody,
I'm getting the following while trying to use the agrep() function:
> pattern <- "XXX"
> subject <- c("oooooo", "oooXooo", "oooXXooo", "oooXXXooo")
> max <- list(ins=0, del=0, sub=0) # I want exact matches only
> agrep(pattern, subject, max=max)
[1] 4
OK
> max$sub <- 1 # One allowed
2006 Feb 13
3
recycle bin
Want to implement recycle bin for samba 3.0.14a under aix and solaris 2.8.
What are the steps required. Went through some docs but did not help.
1. Do i need to compile samba with VFS module then how ?
configure --with-vfs or what ?
2. Example of how smb.conf should look like.
Thanks
_________________________________________________________________
On the road to retirement? Check out MSN
2012 Jan 19
1
bug en funcion 'agrep'
Estimados R-users:
Estoy intentando usar la función 'agrep' para hacer búsquedas en
cadenas de texto. El parámetro max.distance permite controlar la
medida de aproximación de búsqueda de la función de Levenshtein. No
obstante, cuando hago búsquedas específicas no obtengo siempre el
resultado deseado y no se si es un bug o que no entiendo bien el
algoritmo de búsqueda. Por
2004 Feb 13
1
RES: AGREP
"Marcos Sanches" <marcos.sanches at ipsos-opinion.com.br> wrote:
Ls1<-length(s1)
Ls2<-length(s2)
for ( p in 1:ls1){
for (q in 1:ls2){
t1<-levenshteinFast(s1[p],s2[q])
...
Ls1=42000
Ls2=70000
I think I will wait for months untill this program ends. Do you have any
sugestion to increase the speed?
The first suggestion has to be "search HARD in the
2009 Jun 30
1
possible agrep bug; R 2.9.1, Mac OS X 10.5 (PR#13789)
Same behavior was noted on R 2.9.0 OS X and WIndows.
> t(sapply(seq(0.01, .99, length=20), function(x) c(x, length(agrep("Staatssekretar im Bundeskanzleramt","Bundeskanzler",max.distance=x)))))
[1,] 0.01000000 0
[2,] 0.06157895 0
[3,] 0.11315789 0
[4,] 0.16473684 0
[5,] 0.21631579 0
[6,] 0.26789474 0
[7,] 0.31947368 0
[8,] 0.37105263 0
[9,]
2010 Nov 09
1
agrep pmatch recursive???
Hello R Helpers,
Business - 64 bit windows 7, R 2.11.1
I am trying to match the character contents of one list, called 'exclude', to those of a second list, called 'dataset'
dataset is a list of file names with folder locations, and looks like this when called:
> dataset
[1] "A/10-10-29a-13.cdf" "A/10-10-29a-14.cdf" "A/10-10-29a-15.cdf"
2010 Nov 17
2
Bug in agrep computing edit distance?
I posted this yesterday to r-help and Ben Bolker suggested reposting it
here...
Dickison, Daniel <ddickison <at> carnegielearning.com> writes:
>
> The documentation for agrep says it uses the Levenshtein edit distance,
> but it seems to get this wrong in certain cases when there is a
> combination of deletions and substitutions. For example:
>
> >
2019 Feb 21
0
Icecast 2.4.4 and packet loss on CentOS 7
Hi,
We have some time-outs when there connecting more thane 1400 listeners
to Icecast.
We use CentOS Linux release 7.6.1810 on port 80 and 443 for SSL on IPv4
and IPv6.
The stream have many mountpoint 16 active (8 main en 8 fallback and 8
file when faillback is down)
The server have 2 CPU's on 3Ghz and 6000mb memory. And we 1 GB uplink
(we use 130mbit on peak). We use a hardware firewall
2004 Feb 11
6
AGREP
Hi all, I have two questions
1 - I have the version 1.4.1 of R, and it doesn't have the 'agrep'
function in the base library. Is there a way to make this funcion
avaliable in R 1.4.1? I mean, how to 'copy' it from R 1.8.1 and 'paste'
it in R 1.4.1?
2 - The AGREP function doesn't give me the Levenshtein distance (edit
distance). Is there a function in R that does
2004 Apr 18
2
Changing the List-ID twice in short order == Bad.
Something or some one changed the Header in the e-mails from the list
server for samba twice recently.
From: List-Id: General questions regarding Samba \
<samba.lists.samba.org>
To: List-Id: General questions regarding Samba \
<samba.lists-dp3.samba.org>
And then back to:
From: List-Id: General questions regarding Samba \
<samba.lists.samba.org>
A bit of heads up would have
2004 Apr 28
3
Is windbindd necessary?
Is it necessary? I am also confused as to what it does. If I disable it in
the smb.conf file, I can not say I see any difference. I am running 6 XP
pro clients, MDK 9.2 as the file server.
Sincerely,
Matthew J. DiBattista
Matthew J. DiBattista
Information <http://www.ittechs.com/> Technology Technicians
2004 May 19
1
Mapping My Documents
I'm creating roaming profiles for the Win98 boxes in our network. Is there
any way to map the "My Documents" folder to a share in the Samba server?
--
"Without this playing with fantasy no creative work has ever come to birth.
The debt we owe to the play of our imagination is incalculable." [Carl Jung]
Home page: http://www.luiz.claudio.nom.br
Editor DMOZ:
2004 Jun 04
1
roaming profil problem
hello,
I've got a strange problem after an upgrade to samba 3. The existing
profils are now unavailable for users, depending on their local rights.
If the user is locally admin, his profil is succesfully loaded on login.
Else there's no error, but the profil isn't loaded. The samba logs don't
show anything special, but i can send them if someone want it.
If I create new users,
2004 Jun 04
2
(no subject)
>When performing an upgrade of Red Hat 2.1 AS to Red Hat 3 ES Samba fail to
start
>due of missing libssl.so.2 and libcrypt.so.2 libraries that has been
deleted
>during upgrade process. We restored files from backup but winbind still
fail
>to starting.
Radu,
First, it's very scary that you're using RedHat 3. That could be a
source of many problems. ;) Anyway, what error(s) is