search for: gon

Displaying 20 results from an estimated 364 matches for "gon".

Did you mean: go
2002 Aug 22
1
installing package maps
....o make[1]: Entering directory /tmp/R.INSTALL.1293/maps/src' gcc -shared -o maps.so mapget.o maps_i.o thin.o -L/usr/lib/R/bin -lR make[1]: Leaving directory /tmp/R.INSTALL.1293/maps/src' gcc -o Gmake Gmake.c gcc -o Lmake Lmake.c ./Lmake 0 s b county.line ../data/county.L /Gmake b county.gon ../data/county.G ../data/county.L cp county.N ../data/county.N ./Lmake 0 s b state.line ../data/state.L ./Gmake b state.gon ../data/state.G ../data/state.L cp state.N ../data/state.N ./Lmake 0 s b state.vbm.line ../data/state.vbm.L ./Gmake b state.vbm.gon ../data/state.vbm.G ../data/state.vbm.L cp...
2016 Jul 25
3
ssh-pkcs11.c
...word. But currently that is not what happens, and users can find out too late that they have instead tried a wrong pin too many times and locked their token... Regards, Nuno On Fri, Jun 17, 2016 at 10:04 PM, Alon Bar-Lev <alon.barlev at gmail.com> wrote: > On 17 June 2016 at 22:45, Nuno Gon?alves <nunojpg at gmail.com> wrote: >> On Fri, Jun 17, 2016 at 7:57 PM, Alon Bar-Lev <alon.barlev at gmail.com> wrote: >>> On 17 June 2016 at 20:58, Nuno Gon?alves <nunojpg at gmail.com> wrote: >>>> Hi, >>>> >>>> It seems there is...
2001 Feb 19
2
How can I create qdisc, class, and filter inside the kernel?
Hi, I am writing a kernel module which works with netfilter. If a certain condition matches, I want to create a qdisc, a class and a filter inside the kernel module. How can I create qdisc, class, and filter inside the kernel? Thanks, Byung-Gon Chun _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
2011 Sep 08
3
Density function: Area under density plot is not equal to 1. Why?
...unction improperly. Why is this happening? Does anyone know how to constrain the density function while still getting a true pdf (summing to 1 under the curve) at the end? Should I use a different function? I read through the density function notes but could not figure out a solution. Thank you! Gon?alo
2007 Aug 17
4
matching elements from two vectors
...y, I would like a solution that works with dataframe colums as well. I have tried x==y and it doesn't work. x==any(y) doesn't work either. I realize I could write a foor loop and go through each element of y asking if it matches any element of x, but isn't there a shorter way? Thanks, Gonçalo [[alternative HTML version deleted]]
2020 Jun 02
3
SAMBA using existing users and passwords on Linux
...stered more than 40 users for over 10 years. I wouldn't even bother having to register everyone on SAMBA, the question is the passwords of these users. Em seg., 1 de jun. de 2020 ?s 20:09, Andrew Bartlett <abartlet at samba.org> escreveu: > On Mon, 2020-06-01 at 19:02 -0300, Fernando Gon?alves via samba wrote: > > Good afternoon. > > I really need some help. > > I have a VM running Oracle Linux version 7 and samba version 4.10.4. > > I want samba to use local Linux users and passwords (/ etc / passwd > > and / > > etc / shadow). > > As I re...
2020 Jun 02
3
SAMBA using existing users and passwords on Linux
...ach user on SAMBA with a different password, these mappings will not work. I would have to go through each user's machine and change this script. Em ter., 2 de jun. de 2020 ?s 11:54, Reindl Harald <h.reindl at thelounge.net> escreveu: > > > Am 02.06.20 um 16:47 schrieb Fernando Gon?alves via samba: > > This is very problematic for me! > > In this LINUX VM I have registered more than 40 users for over 10 years. > > I wouldn't even bother having to register everyone on SAMBA, the question > > is the passwords of these users. > > how does that m...
2010 Aug 20
3
change object name within for loop
...ould like to be able to call different objects (in1, in2, in3, ...) authomatically through the execution of the loop. Is there a quick solution for this? Thank you for any help. I apologize if this question has been addressed recently in this forum - I could not find an answer online. Best, Gon?alo
2020 Jun 22
2
SAMBA using existing users and passwords on Linux
...campaign=sig-email&utm_content=webmail> Livre de v?rus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>. <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> Em seg., 22 de jun. de 2020 ?s 11:55, Fernando Gon?alves < fernandolmg at gmail.com> escreveu: > Ok Rowland. > Muito obrigado por mais essa ajuda. > At? a pr?xima. > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Livre > de v?rus. www.av...
2012 Nov 08
4
Accessing selected elements of a list
Hi, If I have a vector: junk <- c(2,0,0,3,0) and want to access, say, all the elements that are greater than zero. I just do: junk[which(junk>0)] Now, If I have a list: jlist <- list(NULL,c(1,0),NULL,c(1,2,3), NULL) and want to access all the elements that have length greater than zero, I know how to find the elements with: which(sapply(jlist,length)>0) But how do I get a
2006 Sep 26
4
impossible to enter in the icecast mailing list
Dear all seems impossible to enter in the pages ofthe icecast product can you advice them? i start from here http://dir.xiph.org/ regards --------------------------------- Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 01
3
FLAC: decoding to WAV in the future
...r changes preventing playback of files encoded by older encoders, but even if that comes to happen, the playback libraries on most software will be backwards-compatible, and FLAC is lossless meaning that you may convert FLAC 1.1.4 to a possible FLAC 3 without problems. Hope that helps, Ivo Emanuel Gon?alves
2008 Feb 01
4
[PATCH] skeleton.c
I'm patching oggenc with this fix. If Conrad reports success in his test, I'll go ahead and patch all other implementations I can find. -Ivo
2008 Feb 01
4
[PATCH] skeleton.c
I'm patching oggenc with this fix. If Conrad reports success in his test, I'll go ahead and patch all other implementations I can find. -Ivo
2008 Apr 11
4
Ogg/Spots and Ogg/MNG
On 12/04/2008, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > On 4/11/08, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > > > uuencode ^_^ > > > > Hmm... > > Yes! A Vorbis Comment tag called ART or ALBUMART with a Base64 string > would do the trick and it would not...
2006 Oct 20
3
Extension .v+ogg does work
...test it on Mac OS X, but I'm sure it should work there too. And Plan 9 :) Now, the only issue left is for software out there to recognize the file extension. That, and people releasing their Theora media with the right extension too, but that's out of scope of Xiph. Regards, Ivo Emanuel Gon?alves
2008 Mar 15
3
locating minimum value in matrix
...the row and column numbers of the minimum value in that matrix. The command which(BEE==min(BEE)) returns only one value which, I take, is the position of the minimum in a vector with as many elements as the matrix. Is there a quick and simple way of getting row and column numbers? Thanks, Gonçalo [[alternative HTML version deleted]]
2016 Jun 17
3
ssh-pkcs11.c
On Fri, Jun 17, 2016 at 7:57 PM, Alon Bar-Lev <alon.barlev at gmail.com> wrote: > On 17 June 2016 at 20:58, Nuno Gon?alves <nunojpg at gmail.com> wrote: >> Hi, >> >> It seems there is a bug with the pkcs11 feature where a zero-length >> PIN is accepted. I believe this is a bug, since the user might want to >> press return when asked for the PIN to ignore that slot/key. > &gt...
2002 Sep 16
2
TclTk Again
...ich.lib.loc, package) : Can't find a usable init.tcl in the following directories: { C:\tcl\lib\tcl8.3} This probably means that Tcl wasn't installed properly. Error in library(tcltk) : .First.lib failed I'm using R Win 1.5.1 on a XP and Active Tcl 8.3.4.2 Thanks. Ricardo Gon?alves Silva Universidade de S?o Paulo-USP Instituto de Ci?ncias Matem?ticas-ICMC Departamento de Estat?stica www.icmc.usp.br/~ricardo www.macroeconometrics.hpg.com.br --- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci...
2008 Mar 13
2
joining matrices, vectors, scalars in one object
...row=3), c = 1, d = c(1,0,1)) would become long and awkward. Is there a way of declaring an empty 'thing' of a given length and then assigning its elements from a for loop? I need to allow elements a, b, c... that can be scalars, vectors or matrices with varying dimensions. Thanks! Gonçalo [[alternative HTML version deleted]]