Displaying 20 results from an estimated 100 matches similar to: "Buffer in Windows holding samba info"
2007 Mar 12
1
Analysis of 3-dimensional spatial point patterns
I am trying to determine how to evaluate homogeneity of points in
three-dimensional space.
In two-dimensional data, I have used functions available in the Spatial
package
and I've have looked into the spatstat package
but, as far as I can tell, neither appears to handle 3-dimensional
data.
Is there another version, package, or software that does the same type
(G-function,
2005 Oct 17
2
Insightful Announces: "R and S-PLUS- Panel Discussion" at 9th Annual 2005 User Conference
Event: 2005 Insightful User Conference
Dates: Oct 26-27, 2005
Location: Princeton, NJ
URL: http://www.insightful.com/news_events/2005uc/ for details on pricing,
hotel accommodations and to register for this event.
The Insightful 2005 User Conference is being held October 26th-27th in
Princeton, NJ. This year's conference focuses on the techniques and
methodologies pivotal to the
2008 Feb 15
1
How to estimate the parameters of differential equations from data
Hello list
I have a theoretical differential equation model (two coupled differential
equations) describing the acidification of dairy cultures in milk:
dX/dt = f(H, param)*X
dH/dt = g(param)*dX/dt
pH = -log10(H)
I also have actual data of the same.
I would like to estimate the parameters of the theoretical model from real
data, but don't know how to go about it in R (I'm fairly new
2007 Sep 04
2
multiphasic growth curve analysis
Greetings R Help Group,
How does one effect a multiphasic logistic growth model with 4 phases (e.g. Koops 1986; Weigel, Craig, Bidwell and Bates 1992; Grossman and Koops 2003) with R.
Before writing to the group, the R help archives were searched, the web was searched with Google, Venables and Ripley 2002 was consulted, Pinheiro and Bates 2000 was consulted, Bates and Watts 2007 was bought and
1999 Apr 23
14
Windows 2000
Just curious, has anyone gotten Samba to work with Windows 2000? I've
mucked with it a bit. But can't seem to make it go. I haven't tried
applying the NT 4.0 Registry patches yet I will probably take a look at
them and see if I can get them working with Win2000.
Thanks!
-- Steve
"We confuse you, or your money back!"
2008 Mar 20
2
I need help integrating ggplot2 into Excel
Dear all
I use ggplot2 extensively for my plotting routines and rexcel to have the
best of two worlds. (RExcel v 1.75 and R (D)Com v. 2.5)
I can run my ggplot functions, such as qplot(...), in scratchpad mode, but
not in Macro nor Worksheet functions mode.
I have tried the following in Macro mode:
Call RInterface.RRun("library(ggplot2)")
...
Call
2007 Feb 08
1
The Samba 3 Network speed too slow
Hi,
I don't know who can tell me.
I have three machines.
Two of Windows Server 2003
One is Samba 3
All network is connect 1G NICs.
And Switch are all Gigabyte.
When I transfer Windows to Windows.
The Speed have more then 500Mbits.
But when I transfer Windows to Samba
The speed only 150Mbits.
And sometime will low spped to 70~80Mbits.
Is it Samba limited?
Or how to fix it?
Thanks
2017 Aug 30
1
Dataframe Manipulation
by using these two tables we have to create third table in this format
where categories will be on the top and transaction will be in the rows,
On 30 August 2017 at 16:42, Hemant Sain <hemantsain55 at gmail.com> wrote:
> Hello Ulrik,
> Can you please once check this code again on the following data set
> because it doesn't giving same output to me due to absence of quantity,a
2017 Aug 30
2
Dataframe Manipulation
i want to do a market basket analysis and I?m trying to create a dataset
for that i have two tables,
one table contains daily transaction of products in which each row of table
shows item purchased by the customer,
The second table contains parent group under those products are fallen, for
example under fruit category there are several fruits like mango, banana,
apple etc.
i want to create a third
2017 Aug 31
0
Dataframe Manipulation
Hi Hemant,
the solution is really quite similar, and the logic is identical:
library(readr)
library(dplyr)
library(stringr)
library(tidyr)
data_help <- read_csv("data_help.csv")
cat_help <- read_csv("cat_help.csv")
# Helper function to split the Items and create a data_frame
split_items <- function(items){
x <- items$Items_purchased_on_Receipts %>%
2017 Aug 30
3
Dataframe Manipulation
Hey PIKAL,
It's not a homework neithe that is the real dataset i have signer NDA for
my company so that i can share the original data file, Actually I'm working
on a market basket analysis task but not able to convert my existing data
table to appropriate format so that i can apply Apriori algorithm using R,
and this is very important me to get it done because I'm an intern and if i
2017 Oct 25
2
LDB object number limitations
Hi Andrew,
thanks for the reply,
On Wed, Oct 25, 2017 at 11:56:22PM +1300, Andrew Bartlett wrote:
> On Wed, 2017-10-25 at 09:58 +0200, Ervin Hegedüs via samba wrote:
> >
> > here is a Samba4 AD with LDB.
> >
> > Is there any limit for number of possible objects? I mean users, computers,
> > and other kind of nodes.
> >
[...]
> > May be an ugly
2017 Sep 04
1
Dataframe Manipulation
Hello Ulrik,
Can you please explain this code means how and what this code is doing
because I'm not able to understand it, if you can explain it i can use it
in future by doing some Lil bit manipulation.
Thanks
data_help <-
data_help %>%
mutate(Purchase_ID = 1:n()) %>%
group_by(Purchase_ID) %>%
do(split_items(.))
cat_help %>% gather("Foo",
2010 Dec 01
2
Problem in reading Excel spreadsheets
Hi folks,
Win 7 64bit
R 2.12.0 32bit
Problem in reading Excel spreadsheets
(the text file, research_databaseI.xls, was download on Internet)
> data=odbcConnectExcel(file.choose())
> sqlTables(data)
TABLE_CAT TABLE_SCHEM
1 C:\\Users\\satimiswin764\\Documents\\research_databaseI <NA>
2
2003 Jun 07
2
nvidia/4.8-stable
Has anyone had the nvidia driver successfully work for them? I ended up crashing everytime I tried to use X. All I'm interested in is the use of my tv-out on my nvidia card. any input is appreciated
-Darren
--
An Important Member of http://www.quantumtheorem.com/ =)
2004 Jun 21
2
sunrise, sunset calculation
Are there any functions available to calculate sunrise and sunset times
for given latitude,longitude and dates?
If not, I'll appreciatte any pointers to C code I could use/port.
Thanks,
Angel
2017 Oct 25
2
LDB object number limitations
Hi list,
here is a Samba4 AD with LDB.
Is there any limit for number of possible objects? I mean users, computers,
and other kind of nodes.
On a Samba Wiki page, the doc notes:
https://wiki.samba.org/index.php/LDB#How_LDB_uses_TDB
"How LDB uses TDB
LDB basically sits on top of TDB and manipulates the data into an LDAP-like
structure."
And I've found a doc here:
2004 Dec 28
2
Simple case here!
Hi All,
I want to setup a machine to connect to internet at a limited rate of 64
kbps.
That machine is connected to a switch. so my LAN and Internet both comes
from the same eth0.
How can I limit only the internet access from this machine to 64kbps and
still using 100mbps for LAN
I am trying to implement this Please guide me If i am wrong.
I mark all the packets going out to LAN.
Then I can
2017 Aug 30
0
Dataframe Manipulation
Hi
It seems to me like homework, there is no homework policy on this help list.
What do you want to do with your table 3? It seems to me futile.
Anyway, some combination of melt, merge, cast and regular expressions could be employed in such task, but it could be rather tricky.
But be aware that
Suger does not match sugar (I wonder that sugar is dairy product)
and you mix uppercase and
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
Call for Participation
http://www.hpdc.org/2012/
The organizing committee is delighted to invite you to *HPDC'12*, the
/21st International ACM Symposium on High-Performance Parallel and
Distributed Computing/, to be held in *Delft, the Netherlands*, which is
a historic, picturesque city that is less than one hour away from
Amsterdam-Schiphol airport.
HPDC <http://www.hpdc.org> is