search for: glo

Displaying 17 results from an estimated 17 matches for "glo".

Did you mean: gbo
2006 Apr 27
1
Plotting Data Frame
Dear R community members, I think I am asking a very simple question, but I really looked up in the faqs and manuals and found nothing helpful. I am trying to plot a data frame with the following structure (this is just a small extract): glo conc odor line series X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 1 0 AIR LN1 UP -0.488 -0.242 -0.143 0.008 0.142 0.075 -0.031 -0.077 0.095 -0.345 -0.187 0.201 0.524 2 0 AIR LN1 UP 0.482 0.209 0.448 0.338 0.2...
2012 Jul 16
10
Cómo hacer un source de manera "elegante"
Hola de nuevo: Veamos... Tengo mi aplicación organizada en varios módulos .r, de tal modo que una vez que los tengo cargados (mediante source("Load.R")) el usuario puede disfrutar de las funcionalidades llamando directamente a una serie de funciones que realizan análisis y generan resultados (numéricos y gráficos). El caso es que me gustaría "elegantizar" esa carga inicial
2007 Nov 19
0
R code for L-moment digram
Dear Sir I am getting errors in using following R code for L-moment ratio diagram Help in this regard > "plotlmrdia" <- + function(lmr, + nopoints=FALSE, + nolines=FALSE, + nolimits=FALSE, + nogev=FALSE, + noglo=FALSE, + nogpa=FALSE, + nope3=FALSE, + nogno=FALSE, + noexp=FALSE, + nonor=FALSE, + nogum=FALSE, + nouni=FALSE, + xlab="L-SKEWNESS", + ylab="L-KURTOSIS") { + plot(lmr$limits, xlab = xlab, ylab = ylab, t...
2012 Jan 25
1
Re: docs: Remove outdated LaTex documentation.
...1327506767 0 > # Node ID 4271634e4c86568b6bf2241ebf9be4a82ab430bf > # Parent a2a8089b1ffbf5757ca3191cb8f74a5f1ed7fed1 > docs: Remove outdated LaTex documentation. Nice. > @@ -82,7 +70,7 @@ > $(MAKE) -C xen-api clean > rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ > rm -rf *.ilg *.log *.ind *.toc *.bak core I''d hazard a guess that all of these, apart from *~, are latex droppings too. Ian.
2006 Apr 05
2
Frustrating inability to boot amd64
...=========== |David Gilbert, Independent Contractor. | Two things can be | |Mail: dave@daveg.ca | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================
2004 Jun 16
4
nmap not scanning networks?
Hello! Attempt to scan a network with any method except plain ping results in an error: truss nmap -sT -p 21 '172.19.17.*' [...] sendto(0x4,0x8094200,0,0x0,{ AF_INET 172.19.17.0:0 },0x10) ERR#49 'Can't assign requested address' [...] What's strange that man on send(2) doesn't state that EADDRNOTAVAIL can ever be returned from sendto(). Quick look at nmap's site
2003 Apr 17
1
vlan0 on em0 has mtu 1496
...=========== |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================
2004 Dec 15
0
Win2003 ADS group membership: * varying * delay getting access to shares
User A is a member of Global Group Public in Windows 2003 Active Directory. Global Group Maintenance is a member of Domain Local Group Maintenance. Domain Local Group Maintenance is afforded access to Linux directory /home/maint with this smb.conf share definition: [maintenance] comment = Maintenance Share valid users =...
2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
Hi everyone, I'd like to propose a patch for review. It enhances rsync when patched and compiled with slp support. It adds a new global boolean option, 'disable slp', which can be used to disable SLP advertisements at runtime. The idea behind this patch is to allow distributors to build rsync with SLP support compiled in, but to allow the users to turn it off without recompiling rsync on their own. The patch applies to...
2003 Aug 01
1
[Fwd: dvd+rw-format -force problem]
> -------- Original Message -------- > Subject: dvd+rw-format -force problem > Date: Thu, 31 Jul 2003 21:30:00 +0200 > From: Melvyn Sopacua <freebsd-stable@webteckies.org> > Organization: WebTeckies.org > To: stable@freebsd.org > > I haven't felt the need to fully blank a DVD+RW for a while untill today. Formally speaking blanking is not appicable to DVD+RW.
2011 Sep 20
10
Fichero de parametrización
Hola,   No encuentro ningún enlace en el cual poder ver ejemplos de ficheros de texto destinados al paso de parámetros (para suplir la carencia de interfaz gráfica) y me vendría bien para perfeccionar mi estilo. Entiendo que la estructura debe facilitar la importación de esa info desde el programa en R, y a su vez facilitar la tarea al usuario final, que es quien indica el valor de los parámetros.
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help, I am using Sweave and pdflatex to generate a large report from data contained in my database (Postgres via RODBC). Currently, I work with a single R/Sweave file, containing several "chapter" indications for the Latex engine. My master tex file sets the document class, and includes the introduction, the main Sweave file, and a conclusions and reference file. I use a makefile
2005 Oct 02
11
Repeated attacks via SSH
Everyone: We're starting to see a rash of password guessing attacks via SSH on all of our exposed BSD servers which are running an SSH daemon. They're coming from multiple addresses, which makes us suspect that they're being carried out by a network of "bots" rather than a single attacker. But wait... there's more. The interesting thing about these attacks is that
2010 Jan 14
1
ssh(1) multiplexing rewrite
...oop.h =================================================================== RCS file: /cvs/src/usr.bin/ssh/clientloop.h,v retrieving revision 1.22 diff -u -p -r1.22 clientloop.h --- clientloop.h 12 Jun 2008 15:19:17 -0000 1.22 +++ clientloop.h 14 Jan 2010 03:07:49 -0000 @@ -56,7 +56,7 @@ typedef void global_confirm_cb(int, u_in void client_register_global_confirm(global_confirm_cb *, void *); /* Multiplexing protocol version */ -#define SSHMUX_VER 2 +#define SSHMUX_VER 4 /* Multiplexing control protocol flags */ #define SSHMUX_COMMAND_OPEN 1 /* Open new connection */ @@ -71,3 +71,4 @@...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...pw3iD%mUgKHMJ3{USBO9?AU}$^Bv^^>+S5A at +aR`4b`bi9+oEwDb3f^8XU~ ze}cd=A at xB|!WunE2z1`NfeXBmA20B3;&<;s?R$tY1B3Pvl<d2Y5D*JMM3w&*RqDq& z4p30ze?+1M>Yt3m7{)nS?XgN#>e8_!2e0Inr%4@{MqbRcG>&PsDwrCG-PH at CtD|7# zov!9$axciqy?{<#Aa}1MgIAIhE2~zDu8fvtxKQo$qR^OV9iNKiSYpfLQxyJGlo&^Z z>ZU_=t?B(th2+6IUh=k$Wqc_zMxQ!9_+FkZIyytG+{}6+INsw;Dr%pQT-8 at rRTGml zzP2(Zk&73>?L7w{HW$I+xJ7U at wg}co7r|iyR#Y>Y2&2&q)oddfsVKRP4BAeP-MSq{ zVH*JvJX543vcdDEw2y<<lD=z+f)p~RHqwv2JqPbF`>`XgAM0cNcsSaR9R#eXW?EF* zTSanuY{s_A8QTh>ZzXrnA%o|L8Ji>IKSP#DlT8adbgU;DN8y...
2007 May 30
1
Factor function: odd behavior when labels argument contains duplicates?
...## Does what I want following (1) even tough it appear to be a void statement? y y [1] 1 1 2 3 4 5 1 1 2 3 4 5 1 1 2 3 4 5 1 1 2 3 4 5 1 1 2 3 4 5 Levels: 1 2 3 4 5 Am I missing an important point about factors or the factor function? steen Steen Ladelund, statistician +4543233275 stelad01 at glostruphosp.kbhamt.dk Research Center for Prevention and Health Glostrup University Hospital, Denmark www.fcfs.kbhamt.dk