Displaying 20 results from an estimated 35 matches for "makro".
Did you mean:
macro
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 w...
2006 Aug 22
4
Native Extensions on Windows 0.10 series
...et
creating Makefile
nmake
cl -nologo -MD -Zi -O2b2xg- -G6 -I.
-Ie:/programme/ruby/lib/ruby/1.8/i38
6-mswin32 -Ie:/programme/ruby/lib/ruby/1.8/i386-mswin32 -I. -c -Tcanalysis.c
analysis.c
e:\Programme\ruby\lib\ruby\1.8\i386-mswin32\config.h(76) : warning C4005:
''inlin
e'': Makro-Neudefinition
e:\Programme\ruby\lib\ruby\gems\1.8\gems\ferret-0.10.0\ext\defines.h
(46)
: Siehe vorherige Definition von ''inline''
E:\Programme\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinGDI.h(
98) : warning C4005: ''ERROR'': Makro-Neudefin...
2011 Apr 04
4
.Net Developer Job Opening - Valencia, CA
Hi
This is Vignesh with Makro Technologies, Inc.
We have been in business for over 10 years and we are one of the Fast 500
National IT staffing and Solution firms in USA. Our clients include
country’s top-notch IT, Healthcare, Pharmaceutical, Financial,
Telecom,Government and other industries.
Staying current with technology,...
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 regards,
Maja
--
Psssst! Schon vom neuen GMX MultiMessenger g...
1998 May 06
0
NT40 + win95 client for samba
...mba 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 nmask=255.0.0.0
Server time is Tue May 5 09:47:23 1998
Timezone is UTC+2.0
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 1.9.17p2]
Server=[MAKRO] User=[root] Workgroup=[WORKGROUP] Domain=[WORKGROUP]
Sharename Type Comment...
2019 Aug 28
2
LMTP Post login script for acl_groups
...ovecot/deliver -d "GET_LOCAL_MAIL"
? message_prefix =
? message_suffix =
? delivery_date_add
? envelope_to_add?????????????
? return_path_add?????????????
? log_output
? user = MAILUSER
? group = MAILUSER
I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
MAILUSER are makros which get the email-adress and the mailuser for the
receiving emailadress.
GET_LOCAL_MAIL could be $local_part@$domain
MAILUSER is vmail in my setup, the user who owns all mailboxes
/usr/lib/dovecot/deliver is an alternative for the lmtp-delivery.
HTH
Jakob
2019 Aug 28
5
LMTP Post login script for acl_groups
...t; delivery_date_add
> > envelope_to_add
> > return_path_add
> > log_output
> > user = MAILUSER
> > group = MAILUSER
> >
> > I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> > MAILUSER are makros which get the email-adress and the mailuser for the
> > receiving emailadress.
> >
> > GET_LOCAL_MAIL could be $local_part@$domain
> > MAILUSER is vmail in my setup, the user who owns all mailboxes
> >
> > /usr/lib/dovecot/deliver is an alternative for the lmt...
2009 Nov 23
6
Excel-Export
...r make them colourful.
I create a lot of such outputs and I want to have the sheets in a nicer
format to make them better readable, especially for the people, who works
with my files.
Have you any suggestions to reach this target? Ideally I can do this within
R and not in a second step via a VBA-Makro or something like this. Is there
a possibility in R, e. g. with a package?
I have the same problem with the package xtable for export to Latex.
I am very happy about the packages, but it would be perfect, if I can adjust
some things in this direction. Probably there are somes ways for a solution...
2001 Nov 18
2
log.smbd error -
Hi Everybody,
I keep getting this error from log.smbd:
find_name_on_subnet: on subnet 192.1.8.1 - name STORE 8<1d> NOT FOUND
I'm wondering where it is getting the name 'STORE 8', when my hostname is
'store8' (no space in-between).
Previously, I used 'store 8' as workgroup in smb.conf but I've already
changed it other names.
Do you have any idea what
2014 Nov 27
0
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
...a.huck at de.ibm.com>
> Acked-by: Pawel Moll <pawel.moll at arm.com>
> Acked-by: Ohad Ben-Cohen <ohad at wizery.com>
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
Wouldn't it be easier to turn
test_bit(i, dev->features)
into a simple makro like
#define test_bit(i, features) (features & (1 << i))
Similar one for clear_bit and set_bit.
if names collide with existing functions, we could simply rename them to:
set_feature_bit() ...
clear_feature_bit() ...
> diff --git a/drivers/misc/mic/card/mic_virtio.c b/drivers/misc...
2014 Nov 27
0
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
...a.huck at de.ibm.com>
> Acked-by: Pawel Moll <pawel.moll at arm.com>
> Acked-by: Ohad Ben-Cohen <ohad at wizery.com>
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
Wouldn't it be easier to turn
test_bit(i, dev->features)
into a simple makro like
#define test_bit(i, features) (features & (1 << i))
Similar one for clear_bit and set_bit.
if names collide with existing functions, we could simply rename them to:
set_feature_bit() ...
clear_feature_bit() ...
> diff --git a/drivers/misc/mic/card/mic_virtio.c b/drivers/misc...
2008 Apr 25
2
Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)
...c < MAXLINESIZE above or to change
SourceLine to have MAXLINESIZE+1 size.
Alternatively as the strncpy manpage suggests do this for all
occurrences of strncpy
strncpy(buf, str, n);
if (n > 0)
buf[n - 1]=3D =E2=80=99\0=E2=80=99;
this could even be made a makro / helper function ...
And another update: This does fix the R+swig crasher for me (tested)!
Soeren
2019 Aug 28
1
LMTP Post login script for acl_groups
...> >>> return_path_add
> >>> log_output
> >>> user = MAILUSER
> >>> group = MAILUSER
> >>>
> >>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> >>> MAILUSER are makros which get the email-adress and the mailuser for the
> >>> receiving emailadress.
> >>>
> >>> GET_LOCAL_MAIL could be $local_part@$domain
> >>> MAILUSER is vmail in my setup, the user who owns all mailboxes
> >>>
> >>> /usr/l...
2014 Nov 27
1
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
...Moll <pawel.moll at arm.com>
> > Acked-by: Ohad Ben-Cohen <ohad at wizery.com>
> >
> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > ---
>
> Wouldn't it be easier to turn
> test_bit(i, dev->features)
>
> into a simple makro like
> #define test_bit(i, features) (features & (1 << i))
>
> Similar one for clear_bit and set_bit.
I don't really see why it's easier.
These wrappers resulted in a ton of code
converting from bit numbers to set_bit calls
and back.
E.g. with plan integer you can do...
2014 Nov 27
1
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
...Moll <pawel.moll at arm.com>
> > Acked-by: Ohad Ben-Cohen <ohad at wizery.com>
> >
> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > ---
>
> Wouldn't it be easier to turn
> test_bit(i, dev->features)
>
> into a simple makro like
> #define test_bit(i, features) (features & (1 << i))
>
> Similar one for clear_bit and set_bit.
I don't really see why it's easier.
These wrappers resulted in a ton of code
converting from bit numbers to set_bit calls
and back.
E.g. with plan integer you can do...
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
...to_add
>>>> return_path_add
>>>> log_output
>>>> user = MAILUSER
>>>> group = MAILUSER
>>>>
>>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
>>>> MAILUSER are makros which get the email-adress and the mailuser for the
>>>> receiving emailadress.
>>>>
>>>> GET_LOCAL_MAIL could be $local_part@$domain
>>>> MAILUSER is vmail in my setup, the user who owns all mailboxes
>>>>
>>>> /usr/lib/dovec...
2014 Nov 27
2
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
From: Rusty Russell <rusty at rustcorp.com.au>
It seemed like a good idea, but it's actually a pain when we get more
than 32 feature bits. Just change it to a u32 for now.
Cc: Brian Swetland <swetland at google.com>
Cc: Christian Borntraeger <borntraeger at de.ibm.com>
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
Signed-off-by: Cornelia Huck
2014 Nov 27
2
[PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features
From: Rusty Russell <rusty at rustcorp.com.au>
It seemed like a good idea, but it's actually a pain when we get more
than 32 feature bits. Just change it to a u32 for now.
Cc: Brian Swetland <swetland at google.com>
Cc: Christian Borntraeger <borntraeger at de.ibm.com>
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
Signed-off-by: Cornelia Huck
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
...path_add
>>>>>> log_output
>>>>>> user = MAILUSER
>>>>>> group = MAILUSER
>>>>>>
>>>>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
>>>>>> MAILUSER are makros which get the email-adress and the mailuser for the
>>>>>> receiving emailadress.
>>>>>>
>>>>>> GET_LOCAL_MAIL could be $local_part@$domain
>>>>>> MAILUSER is vmail in my setup, the user who owns all mailboxes
>>>>...
2019 Aug 28
0
LMTP Post login script for acl_groups
...sage_prefix =
> message_suffix =
> delivery_date_add
> envelope_to_add
> return_path_add
> log_output
> user = MAILUSER
> group = MAILUSER
>
> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> MAILUSER are makros which get the email-adress and the mailuser for the
> receiving emailadress.
>
> GET_LOCAL_MAIL could be $local_part@$domain
> MAILUSER is vmail in my setup, the user who owns all mailboxes
>
> /usr/lib/dovecot/deliver is an alternative for the lmtp-delivery.
Unfortunately thi...