Displaying 20 results from an estimated 600 matches similar to: ".Net Developer Job Opening - Valencia, CA"
2001 Nov 15
1
samba daemon won't start.
-----Original Message-----
From: MAKRO BAGAFORO, Melvin
Sent: Friday, November 16, 2001 11:52 AM
To: 'Ben Elliston'
Subject: RE: samba error
Hi Guys,
I already downloaded the latest config.guess
and config.sub files, './configure' command is now error free. However, I
have another problem, samba won't start. Samba test results:
2006 Aug 22
4
Native Extensions on Windows 0.10 series
Hi all,
I''ve just noticed that 0.10 is out and wanted to give it a try on windows.
I''m not at all an VS C++ Developer so I might do something very stupid here.
My env: Windows Server 2003
VS .NET 2003
On the command line with nmake from VC7 in the path this is what I get:
Attempting remote update of ferret
Building native extensions. This could take a while...
Microsoft
2007 Jun 11
1
Starting R within an VBA makro
Hello everybody,
at work I want to start R within an VBA program.
First I calculate something in Excel 2003.
After that I want to start within my VBA makro R wich should start an R file, say i.g, superplot.R which plots me the data well.
So is it possible?
Maybe something like that:
sub test()
'calculate something
start R superplot.R
end test()
Thank you so much.
Kindly
2009 Nov 23
6
Excel-Export
Dear all,
i use the following package/syntax to export data to excel:
library(xlsReadWrite)
write.xls( exportdata,pfad,colNames = TRUE,sheet = 1,from = 1,rowNames =
FALSE )
Everything is fine, but the format of the export is not the best. For
example, I every time have to adjust the column width. Furthermore there is
no possibility to highlight some cell or make them colourful.
I create a lot
2016 Feb 27
1
Google Summer of Code 2016
Hello everyone,
I am Vignesh S, from India. I am interested in working on Nouveau Codegen
compiler (On Instruction scheduling polices). Kindly let me and other
applicants know, where to start contributing and learn more about the
project.
Awaiting your reply,
Vignesh S
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Sep 25
2
In mac guest user is not working when AD connected - samba 4.9.3
Hi Team,
I have configured server signing as mandatory in smb.conf. After
configured, guest user is not working when AD is connected.
In mac while connecting to samba if i give register user as vignesh/guest,
guest user is working. But if I click Guest radio button, guest user is not
working.
Please find the below configuration and log for reference.
[Global]
available= yes
restrict anonymous=
2008 Apr 25
2
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)
OK, I am just sending it here too as it looks like r-devel at r-project.org
is not the right place:
=EF=BB=BFOn Fri, 2008-04-25 at 08:48 +0200, Soeren Sonnenburg wrote:
> While trying to fix swig & R2.7 I actually discovered that there is a
> bug in R 2.7 causing a crash (so R & swig might actually work):
>=20
> the bug is in ./src/main/gram.c line 3038:
>=20
>
2012 Sep 13
1
Inaccurate prediction in R
Hello,
After development of recommendation engine with the R, before removal of
outliers from data-set value of residual standard error was 1351 and after
removal of outlier its 100. Still there is no accurate prediction which
gives 10% correct(near) prediction. For more fitting i also have tried
polynomial model with two ,three and four degree but still no improvement.
Is there any most
2012 Sep 24
2
Regression Problem
Hello all,
I am new to R, I am learning regression and logistic modeling
with categorical predictor variables, when there is only one predictor
categorical variable i can use as.numeric() but when more than two variable
then what is solution? can anyone suggest me?
Thanks
vignesh
[[alternative HTML version deleted]]
2019 Sep 25
2
In mac guest user is not working when AD connected - samba 4.9.3
Hi Andrew,
If I give register user as vignesh/guest, its working fine. While selecting
the Guest radio button, guest user is not working.
Guest user is working fine without AD connection.
Kindly do the needful.
Thanks,
Vignesh.
On Wed, Sep 25, 2019 at 4:28 PM Andrew Bartlett <abartlet at samba.org> wrote:
> On Wed, 2019-09-25 at 16:24 +0530, VigneshDhanraj G via samba wrote:
> >
2018 Apr 26
2
[HiPEAC 2019- publicity] CALL FOR PAPERS: HiPEAC 2019, Valencia, Spain
HiPEAC 2019 CALL FOR PAPERS
The 14th International Conference on High-Performance Embedded Architectures and Compilers
21-23January, 2019
Valencia, Spain
web: hipeac.net/conference<http://hipeac.net/conference>
The HiPEAC conference is the premier European forum for experts in computer architecture, programming models, compilers and operating systems for embedded and general-purpose
2019 Oct 29
4
After configured server signing, file transfer speed is very slow
Hi Team,
After configured server signing as mandatory in smb.conf, file transfer
speed has slow down.
Almost 90% speed has reducing. Kindly do the needful.
Please find the below configuration:
[Global]
available= yes
restrict anonymous= 0
server string= Test
Workgroup= GNANA
netbios name= Test
realm= GNANA.COM <http://VIGNESH.COM>
password server= 192.168.1.14, *
idmap backend= tdb
idmap
2012 Sep 05
2
Improvement of Regression Model
Hello folks,
I am on learning phase of R. I have developed Regression Model over six
predictor variables. while development, i found my all data are not very
linear. So, may because of this the prediction of my model is not exact.
Here is the summary of model :
Call:
lm(formula = y ~ x_1 + x_2 + x_3 + x_4 + x_5 + x_6)
Residuals:
Min 1Q Median 3Q Max
-125.302
2012 Dec 13
2
Tamaño de la matriz de términos y memoria. Paquete TM
Hola a todos!
Tengo algunos problemas con el tamaño de la matriz de términos que obtengo. Los comandos que utilizo son los siguientes:
# carga librerias
library(tm)
library(wordcloud)
library(Rstem)
library(Snowball)
# lee el documento UTF-8 y lo convierte a ASCII
txt <-
2020 Nov 12
2
LLVM X86 MachineBasicBlock inserting push and pop instructions causes segmentation fault
Hello,
I am working on a project where I need to insert some logic before each
machine basic block.
In particular, it involves setting some global variables and calling a
function. I'm able to add the instructions and verify they get added, but
when the compiled program runs, it stops with a segfault.
For brevity, I'm not sharing the whole code here but basically I have a X86
2012 Oct 19
1
Memory issue with svm modeling in R
As I found the memory problem with local machine/micro instance(amazon) for
building SVM model in R on large dataset(2,01,478 rows with 11 variables),
then I have migrated our micro instance to large instance at Amazon. Still
I have memory issue with large amazon instance while developing R model for
this dataset due to large size. I have attached the snap of error with
local
2012 Nov 07
2
R + Hadoop on Amazon
Hello All,
Having some issue with local machine, I need to locate myself on Amazon
for running R and Hadoop with Amazon instance. After searching a lot, I
can't able to take a decision for choosing Image for Amazon instance. Can any
one using R + Hadoop on Amazon.
Thanks
[[alternative HTML version deleted]]
1998 May 06
0
NT40 + win95 client for samba
Dear friends,
I installed samba for LINUX and SINIX witout having problem.
I made all diagnose test from docs. Everything is ok.
I can see Samba servers on clients but when I want to login
\\servername\IPC$ appears on the screen and asks for a password.
I did not figure out what is password. Pelease help me.
# ./smbclient -L makro
Added interface ip=89.89.89.102 bcast=89.255.255.255
2013 Oct 15
1
Launched new Asterisk Cilck 2 Call for websites
Want VOIP Click 2 Call solution? We have designed a tool for providing the
same with the help of Google chrome extension by integration of Asterisk
and Google Chrome APIS.
Try Google chrome extension with your Asterisk, believe this will reduce
your call efforts.
Visit here -
2005 May 10
1
Are the following cockups in ldap entries or normal behaviour now ?
When doing a vampire all my PC's are shown in the resulting log as being
members of the Domain Users group and none of my "real users" are shown yet
in Ldap all my users are shown with memberUid in the domain users group and
no computers are shown eg:
dn: cn=Domain Users,ou=Groups,<snip>
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 513
cn: Domain Users