similar to: [No Subject]

Displaying 7 results from an estimated 7 matches similar to: "[No Subject]"

2006 Oct 13
1
Windows 2000 Authentication
Hi community. Let me tell you what happed to me. I configure samba to authenticate to an LDAP server, everything wokrs perfect, I got rid of the /etc/passwd file, now all my users reside in the LDAP database, I can connect via ssh for example without any problem, getent passwd returns the information as expected, till here just like a sharm. No, I connect from a windows 2000 client as
2016 Apr 05
1
Good pointers for understanding the R language implementation
Dear All, I'm currently working on a project with the purpose of remotely executing R code, which requires me to have to work with the code of R itself. I've searched the Internet for good information that will help me understand how R is implemented but what I've got so far isn't detailed enough. I've looked specifically at CRAN's manuals on the official website but
2016 Apr 21
1
Benchmarks for R
Hello, I'm currently working on a project where I have to make chages to the source code of R itself. By doing this it's possible that I mess something up and make R stop working correctly. Can anyone tell me if there are some benchmarks that test the whole R language or at least the most important part of it? Thank you. Best regards, Francisco [[alternative HTML version
2016 Apr 05
1
Good pointers for understanding the R language implementation
Dear All, I'm currently working on a project with the purpose of remotely executing R code, which requires me to have to work with the code of R itself. I've searched the Internet for good information that will help me understand how R is implemented but what I've got so far isn't detailed enough. I've looked specifically at CRAN's manuals on the official website but they
2005 Apr 29
2
Ether bonding with Xen
Hi list How is ether bonding handled with Xen? Is it possible to use bonding inside a xen virtual server by bonding dom0s eth0 and eth1 or should a domU connect to dom0s "bond0" (eth0-eth1)? Is there any xen configuration examples using bonding somewhere? Thanks :) -- Med venlig hilsen / Best regards Lars E. D. Jensen - DCmedia ledj@dcmedia.biz - http://dcmedia.biz PGP PUBLIC KEY:
2018 Jan 07
1
foverlaps data.table error
Hello All Have 2 tables dt1: start end kwh10min 2013-04-01 00:00:54 UTC 2013-04-01 01:00:10 UTC 0.05 2013-04-01 00:40:26 UTC 2013-04-01 00:50:00 UTC 0.1 2013-04-01 02:13:20 UTC 2013-04-01 04:53:42 UTC 0.15 2013-04-02 02:22:00 UTC 2013-04-01 04:33:12 UTC 0.2 2013-04-01 02:26:23 UTC 2013-04-01 04:05:12 UTC 0.25 2013-04-01 02:42:47 UTC 2013-04-01 04:34:33 UTC 0.3 2013-04-01 02:53:12 UTC 2013-04-03
2017 Dec 30
0
10 Minute Time Window Aggregate By Multiple Grouping Variables
Hello All, I have 1M rows of time stamped information about delivery trucks and their trip related information from simulation .Detailed info the column names and attributes for clarity 1. id: alphanumeric factor/character 2. datetime.of.trip.start: POSIXct yyyy-mm-dd hh:mm:ss 3. datetime.of.trip.end: POSIXct yyyy-mm-dd hh:mm:ss 4. trip.distance: numeric, miles 5.