search for: 10307

Displaying 9 results from an estimated 9 matches for "10307".

Did you mean: 1030
2009 Feb 18
2
Counting/processing a character vector
Dear List, I have a data set stored in the following format: > head(dat, n = 10) id sppcode abundance 1 10307 10000000 1 2 10307 16220602 2 3 10307 20000000 5 4 10307 20110000 2 5 10307 24000000 1 6 10307 40210000 83 7 10307 40210102 45 8 10307 45140000 1 9 10307 45630000 1 10 10307 45630600 41 > str(dat) 'data.fram...
2012 Aug 03
3
Sum two Vectors of different length
...esults[[time]]$Sweep) :   Länge des längeren Objektes          ist kein Vielfaches der Länge des kürzeren Objektes Browse[1]> str(TotalVector)  int [1:10308] 3032 3048 3075 2978 3026 3012 2933 2987 3063 3038 ... Browse[1]> str(datalist2[[1]]$dataset$Results[[j]]$Results[[time]]$Sweep)  int [1:10307] 2 1 3 1 5 6 3 1 0 2 ... as you can see the two vectors differ only in one element. As the sample is quite large it would be the same if I ignore the one extra element. There are times though that the missing elements can be 2 or 3 (but always the number is small enough so to be ignored) The ma...
2006 Aug 10
0
apache+ssl+cgi problem
I''m a newbie both with rails and configuring a server so I appreciate any help available. My rails app works until I add ssl - then the routing seems to break. In ssl_error_log I have: [Thu Aug 10 15:43:07 2006] [error] [client ###.##.##.## ] File does not exist: /var/www/html/myapp/public/login Notice the login request is not routed appropriately. The request does not even show up
2009 Jan 06
0
openvpn and samba interfaces
...55.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:76 errors:0 dropped:0 overruns:0 frame:0 TX packets:74 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:100 RX bytes:10715 (10.4 KiB) TX bytes:10307 (10.0 KiB) So, why the connexion to 10.8.0.1 is refused in "normal" configuration ? My only solution for the moment is to push a route for 192.168.10.0/24 and use \\192.168.10.254 on my windows client, by I'd want to use \\10.8.0.1... Any ideas ? Thanks in advance, Manu
2013 Nov 08
2
[LLVMdev] [PATCH] CalculateSpillWeights does not need to be a pass
...TML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131108/826c63c0/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-CalculateSpillWeights-does-not-need-to-be-a-pass.patch Type: text/x-patch Size: 10307 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131108/826c63c0/attachment.bin>
2012 Oct 26
0
combined output with zelig is not working!?!
...2.051 0.0402 * hba1c_value 0.087617 0.006812 12.862 < 2e-16 *** --- Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 (Dispersion parameter for poisson family taken to be 1) Null deviance: 3656.9 on 2943 degrees of freedom Residual deviance: 3299.6 on 2938 degrees of freedom AIC: 10307 Number of Fisher Scoring iterations: 5 $d.2 : : $d.3 : : $d.4 : : $d.5 Call: glm(formula = formula, family = poisson(), data = data, weights = weights, model = F) Deviance Residuals: Min 1Q Median 3Q Max -1.8925 -0.6973 -0.4194 0.1321 10.3741 Coefficients: Estimate Std. Error z value Pr(&g...
2007 Sep 06
0
Server crashes...
...83.93:2141 SYN_RECV tcp 0 0 localhost:80 68.148.147.180:63660 SYN_RECV tcp 0 0 localhost:80 222.183.118.142:1565 SYN_RECV tcp 0 0 localhost:80 60.28.157.113:1555 SYN_RECV tcp 0 0 localhost:80 77.70.106.4:10307 SYN_RECV tcp 0 0 localhost:80 59.56.127.21:3005 SYN_RECV tcp 0 0 localhost:80 124.44.87.67:2538 SYN_RECV tcp 0 0 localhost:80 72.232.196.226:61345 SYN_RECV tcp 0 0 localhost:80 38.100.202.162:2463 SYN_RE...
2004 Oct 23
1
Issues with compiling wine
...c:53:25: linux/ppdev.h: No such file or directory conftest.c: In function `main': conftest.c:57: error: `PPCLAIM' undeclared (first use in this function) conftest.c:57: error: (Each undeclared identifier is reported only once conftest.c:57: error: for each function it appears in.) configure:10307: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems