search for: 11744

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

Did you mean: 1174
2017 Jun 12
0
plotting gamm results in lattice
Hi Maria If you have problems just start with a small model with predictions and then plot with xyplot the same applies to xyplot Try library(gamm4) spring <- dget(file = "G:/1/example.txt") str(spring) 'data.frame': 11744 obs. of 11 variables: $ WATERBODY_ID : Factor w/ 1994 levels "GB102021072830",..: 1 1 2 2 2 3 3 3 4 4 ... $ SITE_ID : int 157166 157166 1636 1636 1636 1635 1635 1635 134261 1631 ... $ Year : int 2011 2014 2013 2006 2003 2002 2013 2005 2013 200...
2017 Jun 12
2
plotting gamm results in lattice
Dear all,? I hope that you can help me on this. I have been struggling to figure this out but I haven't found any solution. I am running a generalised mixed effect model, gamm4, for an ecology project. Below is the code for the model: model<-gamm4(LIFE.OE_spring~s(Q95, by=super.end.group)+Year+Hms_Rsctned+Hms_Poaching+X.broadleaved_woodland? ? ? ? ? ? ?+X.urban.suburban+X.CapWks,
2010 Jun 09
1
[compat] section in asterisk.conf : compatibility with pipe delimiter
...GRADE-1.6.txt file) the | delimiter is not working by default. I've added a compat section in asterisk.conf a [options] dontwarn = yes [compat] pbx_realtime=1.4 res_agi=1.4 app_set=1.4 And restarted Asterisk, but i still have problem to have the | delimiter working, [Jun 9 23:20:54] DEBUG[11744]: pbx.c:3122 pbx_extension_helper: Launching 'Queue' -- Executing [01 at Queues:4] Queue("SIP/PL1999-00000003", "queue_1||||30") in new stack [Jun 9 23:20:54] DEBUG[11744]: app_queue.c:4804 queue_exec: NO QUEUE_PRIO variable found. Using default. [Jun 9 23:20:54] D...
2018 Apr 19
2
Interpretación NA's
...8 11732 3.512441 3 33.53 9 11734 3.512441 2 33.53 10 11735 3.512441 6 33.53 11 11736 3.512441 2 33.53 12 11738 3.512441 3 33.53 13 11739 3.512441 2 33.53 14 11741 3.512441 2 33.53 15 11743 3.512441 1 33.53 16 11744 3.512441 2 33.53 17 11746 3.512441 1 33.53 18 11747 3.512441 2 33.53 19 11748 3.512441 3 33.53 20 11749 3.512441 1 33.53 21 11750 3.512441 3 33.53 22 11751 3.512441 1 33.53 23 11801 3.512441 1 33.53 R> lm(vent...
2018 Apr 19
2
Interpretación NA's
...8 11732 3.512441 3 33.53 9 11734 3.512441 2 33.53 10 11735 3.512441 6 33.53 11 11736 3.512441 2 33.53 12 11738 3.512441 3 33.53 13 11739 3.512441 2 33.53 14 11741 3.512441 2 33.53 15 11743 3.512441 1 33.53 16 11744 3.512441 2 33.53 17 11746 3.512441 1 33.53 18 11747 3.512441 2 33.53 19 11748 3.512441 3 33.53 20 11749 3.512441 1 33.53 21 11750 3.512441 3 33.53 22 11751 3.512441 1 33.53 23 11801 3.512441 1 33.53 R> lm(vent...
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig * pop3_deleted_flag has been broken since v2.2.10. Using it would cause buffer overflows, which could be exploitable. However, this bug would have become visible quite soon after users had deleted some POP3 mails, because the pop3 processes would have started crashing all the
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig * pop3_deleted_flag has been broken since v2.2.10. Using it would cause buffer overflows, which could be exploitable. However, this bug would have become visible quite soon after users had deleted some POP3 mails, because the pop3 processes would have started crashing all the
2014 Jul 16
1
anaconda, kickstart, lvm over raid, logvol --grow, centos7 mystery
...------changed to -----> logvol / --fstype="xfs" --grow --size=4096 --name=lvRoot --vgname=vg0 --maxsize=13164 Some interesting DEBUG lines : > 15840MB lvmvg vg0 (26) > vg0 size is 15840MB > Adding vg0-lvRoot/4096MB to vg0 > vg vg0 has 11424MB free should it be 11744 or there is 320MB overhead ? > Adding vg0-lvSwap/2048MB to vg0 > vg vg0 has 9056MB free 320MB missing again, total of 640MB > vg vg0: 9056MB free ; lvs: ['lvRoot', 'lvSwap'] nice, i have 9056MB free in vg0 (640MB short but still ... ) > 1 requests and 303 (9696...
2015 Oct 02
0
v2.2.19 released / imap-hibernate
...S)] 10377 ? S 0:00 \_ dovecot/imap-login [1 connections (1 TLS)] 10379 ? S 0:00 \_ dovecot/imap-login [1 connections (1 TLS)] 10382 ? S 0:01 \_ dovecot/imap-login [1 connections (1 TLS)] 10385 ? S 0:01 \_ dovecot/imap-login [1 connections (1 TLS)] 11744 ? S 0:00 \_ dovecot/ssl-params 11746 ? S 0:00 \_ dovecot/lmtp is it OK that there are still 10 separte imap-login processes? are there concerns setting the mode for /var/run/dovecot/imap-master from 0600 to 0666? and are there suggestions for imap_hibernate_timeout? Than...
2006 Jul 11
2
extending an active record model with obj.extend(Module)
Hi everyone, I am trying to extend an active record model using obj.extend(module). The aim is to overwrite some of the model methods depending on what''s in the object. For example, the base class would be "file", with objects such as "image", and "text". The aim is to be able to something like this: file = File.new() file.extend(Image) file.process
2007 Jul 05
0
Samba backtrace on network copy
...07/07/05 10:35:18, 0] lib/util_sock.c:send_smb(769) Error writing 4 bytes to client. -1. (Connection reset by peer) [2007/07/05 10:35:18, 0] lib/util_sec.c:assert_uid(101) Failed to set uid privileges to (-1,1003) now set to (0,0) [2007/07/05 10:35:18, 0] lib/util.c:smb_panic(1599) PANIC (pid 11744): failed to set uid --end log-- Is this an issue that I'm running over the maximum number of processes allowed for this particular user? I'm not sure why it's getting a uid of -1. Last night I started a copy of the entire tree from Linux client (Ubuntu), which completed successfully...
2018 Jan 23
0
interaction term by a factor group in gamm4
...h six factors; I would like to run the model to see the how the interaction term varies across the factor levels and get the plot for each factor in one page. Here is my code but I get the following message dat<-read.table("dat.txt", header=TRUE) str(dat) #'data.frame': 11744 obs. of 11 variables: #$ WATERBODY_ID : Factor w/ 1994 levels "GB102021072830",..: 1 1 2 2 2 3 3 3 4 4 5 5 5 5 5 6 ... #$ SITE_ID : int 157166 157166 1636 1636 1636 1635 1635 1635 134261 1631 65383 65383 65383 111828 ... #$ Year : int 2011 2014...
2011 Apr 11
3
changing port 5060 to 5061
...; chan_iax2.c:11543: warning: no previous prototype for ?iax2_process_ >> thread? >> chan_iax2.c:11683: error: invalid storage class for function ?iax2_d >> o_register? >> chan_iax2.c:11682: warning: no previous prototype for ?iax2_do_regis >> ter? >> chan_iax2.c:11744: error: invalid storage class for function ?iax2_p >> rovision? >> chan_iax2.c:11743: warning: no previous prototype for ?iax2_provisio >> n? >> chan_iax2.c:11796: error: invalid storage class for function ?iax2_p >> rov_app? >> chan_iax2.c:11795: warning: no pre...
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...11648 => Hello World +11656 => Hello World +11664 => Hello World +11672 => Hello World +11680 => Hello World +11688 => Hello World +11696 => Hello World +11704 => Hello World +11712 => Hello World +11720 => Hello World +11728 => Hello World +11736 => Hello World +11744 => Hello World +11752 => Hello World +11760 => Hello World +11768 => Hello World +11776 => Hello World +11784 => Hello World +11792 => Hello World +11800 => Hello World +11808 => Hello World +11816 => Hello World +11824 => Hello World +11832 => Hello World +11840...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...1640: 0, 0 +11648: , +11648: 0, 0 +11656: , +11656: 0, 0 +11664: , +11664: 0, 0 +11672: , +11672: 0, 0 +11680: , +11680: 0, 0 +11688: , +11688: 0, 0 +11696: , +11696: 0, 0 +11704: , +11704: 0, 0 +11712: , +11712: 0, 0 +11720: , +11720: 0, 0 +11728: , +11728: 0, 0 +11736: , +11736: 0, 0 +11744: , +11744: 0, 0 +11752: , +11752: 0, 0 +11760: , +11760: 0, 0 +11768: , +11768: 0, 0 +11776: , +11776: 0, 0 +11784: , +11784: 0, 0 +11792: , +11792: 0, 0 +11800: , +11800: 0, 0 +11808: , +11808: 0, 0 +11816: , +11816: 0, 0 +11824: , +11824: 0, 0 +11832: , +11832: 0, 0 +11840: , +11840:...
2010 Oct 29
0
Wine release 1.3.6
...is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.3.6: 6437 CUPS Printer-Names are UTF-8, but we handle them as ANSI 7195 ratDVD fails to start 11744 Age of Empires III crashes at startup 12291 Restarting Dark Crusade 1.20 kills sound 12925 D3D8: Visual test fails 12934 Fugawi - OLE error 80004002 13095 MS Visio 2003 - Crashing after opening or creating a file. 13595 Sprite borders are 1 pixel lower in Double Dragon Forever 136...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...11655: checking for dirent.h that defines DIR configure:11680: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:11683: $? = 0 configure:11686: test -s conftest.o configure:11689: $? = 0 configure:11700: result: yes configure:11713: checking for library containing opendir configure:11744: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -ldl -lncurses -lm >&5 configure:11747: $? = 0 configure:11750: test -s conftest configure:11753: $? = 0 configure:11812: result: none required configure:11928: checking for sys/wait.h that is POSIX.1 compat...