Displaying 17 results from an estimated 17 matches for "aaabbb".
2010 Feb 17
1
Unwanted case sensitivity
...ive view as the Windows clients.
I have nocase set in the relevant line in /etc/fstab
I have case sensitive = No set in the smb.conf.
Still I get case sensitive responses though odd ones.
Example:
The native Linux directory that is share is named /srv/XXXX.
There would be a directory /srv/XXXX/AAAbbb which contains
a file Fred.txt.
The directory, /srv/XXXX, is shared as XXXX. The Linux host
CIFS mounts it as //localhost/XXXX on /XXXX.SMB.
Generally, everyone accesses Fred.txt through /XXXX.SMB/AAAbbb.
Nobody accesses it through /srv/XXXX.
Here's where things get strange
ls -l /XXXX....
2006 Jun 18
2
analyze amino acid sequence (composition)of proteins
...ur attention.
i am a newer to R and i am doing some protein category classification based on
the amino acid sequence.while i have some questions urgently.
1. any packages for analysis amino acid sequence
2. given two sequences "AAA" and "BBB",how can i combine them into "AAABBB"
3. based on "AAABBB",how can i get some statistics of this string such as how
many letters,how many "A"s in the string.
Thank you very much and i am looking forward to hearing from you soon
have a nice day!
Best Regards
Marshall
2006 Jun 18
1
about the analysis of strings, thanks
...r your attention.
i am a newer to R and i am doing some protein category classification based on
the amino acid sequence.while i have some question urgent.
1. any packages for analysis amino acid sequence
2. given two sequences "AAA" and "BBB",how can i combine them into "AAABBB"
3. based on "AAABBB",how can i get some statistics of this string such as how
many letters,how many "A"s in the string.
Thank you very much and i am looking forward to hearing from you soon
have a nice day!
Best Regards
Marshall
2017 Jun 14
8
[WISH / PATCH] possibility to split string literals across multiple lines
...o implement string splitting in a fairly
backward-compatible way, since currently such trailing backslashes
should hardly be used as they do not have any effect. The attached patch
makes the parser ignore a newline character directly following a backslash:
> "aaa\
+ bbb"
[1] "aaabbb"
I personally would also prefer if leading blanks (spaces and tabs) in
the second line are ignored to allow for proper indentation:
> "aaa \
+ bbb"
[1] "aaa bbb"
> "aaa\
+ \ bbb"
[1] "aaa bbb"
This is also implemented by this patc...
2006 Oct 02
0
Invalid Pipe Handle
Hi,
i am using samba 3 on OpenSUSE10 with about 30 Windows-XP-Client. Aparently,
i find the following in the smb.log-file:
[2006/10/02 14:09:45, 1] smbd/service.c:make_connection_snum(662)
aaabbb (192.168.0.23) connect to service images initially as user aaabbb
(uid=1020, gid=100) (pid 26187)
[2006/10/02 14:09:56, 1] smbd/ipc.c:api_fd_reply(290)
api_fd_reply: INVALID PIPE HANDLE: 7799
[2006/10/02 14:11:43, 1] smbd/service.c:make_connection_snum(662)
Is this something critical i should ta...
2017 Jun 14
4
[WISH / PATCH] possibility to split string literals across multiple lines
...ible way, since currently such trailing backslashes
> > should hardly be used as they do not have any effect. The attached patch
> > makes the parser ignore a newline character directly following a backslash:
> >
> > > "aaa\
> > + bbb"
> > [1] "aaabbb"
> >
> >
> > I personally would also prefer if leading blanks (spaces and tabs) in
> > the second line are ignored to allow for proper indentation:
> >
> > > "aaa \
> > + bbb"
> > [1] "aaa bbb"
> >
> > &g...
2017 Jun 14
2
[WISH / PATCH] possibility to split string literals across multiple lines
...-compatible way, since currently such trailing backslashes should
>> hardly be used as they do not have any effect. The attached patch makes the
>> parser ignore a newline character directly following a backslash:
>>
>> > "aaa\
>> + bbb"
>> [1] "aaabbb"
>>
>>
>> I personally would also prefer if leading blanks (spaces and tabs) in the
>> second line are ignored to allow for proper indentation:
>>
>> > "aaa \
>> + bbb"
>> [1] "aaa bbb"
>>
>> > "a...
2005 Jul 06
6
DoubleRenderError exception
The DoubleRenderError exception recently introduced is forcing me to go back and rewrite my apps authentication handler. Before I could do a redirect right in the middle of a request. Whatever was happening after that went unnoticed, I assumed it was simply ending the request after the redirect was called, but apparently it was going on and rendering the page.
Why can''t a redirect
2017 Jun 14
2
[WISH / PATCH] possibility to split string literals across multiple lines
...ardly be used as they do not have any effect. The attached
> > patch
> > > > makes the parser ignore a newline character directly following a
> > backslash:
> > > >
> > > > > "aaa\
> > > > + bbb"
> > > > [1] "aaabbb"
> > > >
> > > >
> > > > I personally would also prefer if leading blanks (spaces and tabs) in
> > > > the second line are ignored to allow for proper indentation:
> > > >
> > > > > "aaa \
> > > > +...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...a fairly
> backward-compatible way, since currently such trailing backslashes
> should hardly be used as they do not have any effect. The attached patch
> makes the parser ignore a newline character directly following a backslash:
>
> > "aaa\
> + bbb"
> [1] "aaabbb"
>
>
> I personally would also prefer if leading blanks (spaces and tabs) in
> the second line are ignored to allow for proper indentation:
>
> > "aaa \
> + bbb"
> [1] "aaa bbb"
>
> > "aaa\
> + \ bbb"
> [1] &qu...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...ng splitting in a fairly backward-compatible way, since currently such trailing backslashes should hardly be used as they do not have any effect. The attached patch makes the parser ignore a newline character directly following a backslash:
>
> > "aaa\
> + bbb"
> [1] "aaabbb"
>
>
> I personally would also prefer if leading blanks (spaces and tabs) in the second line are ignored to allow for proper indentation:
>
> > "aaa \
> + bbb"
> [1] "aaa bbb"
>
> > "aaa\
> + \ bbb"
> [1] "...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...n a fairly
> backward-compatible way, since currently such trailing backslashes should
> hardly be used as they do not have any effect. The attached patch makes the
> parser ignore a newline character directly following a backslash:
>
> > "aaa\
> + bbb"
> [1] "aaabbb"
>
>
> I personally would also prefer if leading blanks (spaces and tabs) in the
> second line are ignored to allow for proper indentation:
>
> > "aaa \
> + bbb"
> [1] "aaa bbb"
>
> > "aaa\
> + \ bbb"
> [1] "...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...rrently such trailing backslashes
>>> should hardly be used as they do not have any effect. The attached patch
>>> makes the parser ignore a newline character directly following a backslash:
>>>
>>> > "aaa\
>>> + bbb"
>>> [1] "aaabbb"
>>>
>>>
>>> I personally would also prefer if leading blanks (spaces and tabs) in
>>> the second line are ignored to allow for proper indentation:
>>>
>>> > "aaa \
>>> + bbb"
>>> [1] "aaa bbb"...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...backslashes
> > > should hardly be used as they do not have any effect. The attached
> patch
> > > makes the parser ignore a newline character directly following a
> backslash:
> > >
> > > > "aaa\
> > > + bbb"
> > > [1] "aaabbb"
> > >
> > >
> > > I personally would also prefer if leading blanks (spaces and tabs) in
> > > the second line are ignored to allow for proper indentation:
> > >
> > > > "aaa \
> > > + bbb"
> > > [1] &qu...
2005 Jan 18
0
Out of 5 Grandstream BudgeTone 101 THREE are
...s] Is anybody using an IAXy?
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Message-ID:
<469C470168B32B49BB837513496593EB01CF447E@NTXBEUS01.exchange.xchg>
Content-Type: text/plain; charset="US-ASCII"
> > user: aaabbb
> > pass: cccddd
> > register
> >
> > iax.conf:
> > =========
> > [623] ; IAXy
iax.conf should read:
[aaabbb]
username=aaabbb
...
--
Nabeel Jafferali
Tel: +1 (416) 628-9342 Toronto
+1 (646) 225-7426 New York
FWD: 46990
Email/MSN: nabeel<at>ja...
2017 Jun 15
0
[WISH / PATCH] possibility to split string literals across multiple lines
...currently such trailing backslashes should
>>> hardly be used as they do not have any effect. The attached patch makes the
>>> parser ignore a newline character directly following a backslash:
>>>
>>>> "aaa\
>>> + bbb"
>>> [1] "aaabbb"
>>>
>>>
>>> I personally would also prefer if leading blanks (spaces and tabs) in the
>>> second line are ignored to allow for proper indentation:
>>>
>>>> "aaa \
>>> + bbb"
>>> [1] "aaa bbb"
&...
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...have any effect. The attached
>> > patch
>> > > > makes the parser ignore a newline character directly following a
>> > backslash:
>> > > >
>> > > > > "aaa\
>> > > > + bbb"
>> > > > [1] "aaabbb"
>> > > >
>> > > >
>> > > > I personally would also prefer if leading blanks (spaces and tabs)
>> in
>> > > > the second line are ignored to allow for proper indentation:
>> > > >
>> > > > > &...