Displaying 3 results from an estimated 3 matches for "nazim".
Did you mean:
azim
2009 Sep 05
0
Samba quota
Hi,
i have a problem regarding smbcquota..when i try to set the quota using smbcquota an error will come out :
error:
failed session setup with NT_STATUS_LOGON_FAILURE
cli_full_connection failed! (NT_STATUS_LOGON_FAILURE)
i hope you guys can help me with this. Is there any other configuration so that i can set quota to directory of samba user? my smbcquota version is 3.0.28-1.el5_2.1.
Thank
2012 Jan 03
0
Biglm source code alternatives (E.g. Call to Fortran)
Hi everyone,
I have been looking at the Bigglm (Basically does Generalised Linear Models
for big data under the Biglm package) command and I have done some profiling
on this code and found that to do a GLM on a 100mb file (9 million rows by 5
columns matrix(most of the numbers were either a 0,1 or 2 randomly
generated)) it took about 2 minutes on a linux machine with 8gb of RAM and 4
cores.
2011 Dec 14
0
Reading Oracle SQL Developer BLOB/CLOB files into R (Packages: DBI, foreign, RODBC, ROracle)
Hi everyone,
I have been following these forums closely for the last few months but this
is my first time posting. Basically I am trying to get an Oracle SQL
Developer Binary Large Object(BLOB/CLOB) file in as an R object in R. For
those not familiar with a BLOB/CLOB file, it is basically lik a table that
has cells that contain tables or files. By converting the large table into a
BLOB/CLOB file