Displaying 8 results from an estimated 8 matches for "cb5".
Did you mean:
cb
2001 Aug 28
2
[patch] known hosts with ports
...ughts on whether this is a sane approach to the
problem; anyone please feel free to use the patch under the BSD licence.
Apologies if this is not an appropriate list for the mailing.
Regards,
Matthew
--
Matthew M Lavy MA MPhil ARCM LTCL
Technical Systems Developer
Jesus College, Cambridge CB5 8BL
Tel: 01223 339944
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssh-client.diff
Type: application/octet-stream
Size: 406 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010828/88fe21ae/attachment.obj
2017 Apr 20
3
What besides Postfix should not start until system time set?
On 04/20/2017 05:16 PM, Warren Young wrote:
> On Apr 20, 2017, at 3:00 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>> So I have learned that Postfix should delay until Chronyd has moved the system time from 0 to current.
> I think it?s more the case that CentOS is written with the assumption that you?re running it on a host with a battery-backed RTC, so that system time
2017 Jun 06
2
celt_inner_prod() and dual_inner_prod() NEON intrinsics
Hi Linfeng,
On 06/06/17 04:09 PM, Jonathan Lennox wrote:
> Two comments on the various infrastructure for RTCD etc.
>
> 1. The 0002- patch changes the ABI of the celt_pitch_xcorr functions,
> but doesn’t change the assembly in celt/arm/celt_pitch_xcorr_arm.s
> correspondingly. I suspect the ‘arch’ parameter can just be ignored
> by the assembly functions, but at least the
2017 Apr 20
0
What besides Postfix should not start until system time set?
...or arm SOCs. RPi is one of the worst (in my opinion) of these.
So you picked an alternative that cites ?server stability? when explaining why they?re redirecting you to a Kim Dotcom service to get info about the product? No, no, no. No thank you. No.
http://dl.cubieboard.org/model/CubieBoard5/CB5%20Resource%20changed%20download%20%20server.txt
That looks like a ?Don?t stick your hand in this hole.? sign to me.
>>> Apache?
>> Just speculating here, but my sense is that Apache doesn?t care about dates and times until it gets an HTTP request, in order to handle Expires headers...
2002 Mar 06
0
Easy way of sharing sub-directories?
...n the smb.conf file?
Is there a mechanism in Samba for supporting what I want to do?
Thanks.
--Philip
--
Philip Colmer MBCS CEng Tel: 01223 271223
I.T. Manager Fax: 01223 215513
ProQuest Information & Learning
The Quorum, Barnwell Road, Cambridge, CB5 8SW
2004 May 20
0
job advert: linux developer wanted
...Rack website at
[http://www.firerack.com], and for more details about us, please visit our
website at [http://www.netservers.co.uk].
We are looking to hire someone immediately, so please contact us as soon
as possible if you are interested. We are:
Netservers Ltd., 21 Signet Court, Cambridge CB5 8LA, England
Tel: +44 (0) 1223 576 516
E-mail: recruitment-T9q6En9TCeORapgqomEFGg@public.gmane.org
Website: http://www.netservers.co.uk.
Thank you for your time.
Cheers, Chris.
--
_ __ __ _
/ __/ / ,__(_)_ | Chris Wilson -- UNIX Firewall Lead Developer |
/ (_ ,\/ _/ /_ \ | Ne...
2017 Jun 06
0
celt_inner_prod() and dual_inner_prod() NEON intrinsics
Thank Jonathan and Jean-Marc!
I attached the new patch sets in inner_prod_5patches_v3.zip.
The Chromebook I'm using is
Chromebook 13
CB5-311 series
RMN: Z3ENN
CPU info:
$ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 3 (v7l)
BogoMIPS : 2.31
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4
idiva idivt vfpd32 lpae
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc0f...
2008 Dec 03
1
reduce limit number of arguments in methods:::cbind
...4
# objects. If this is the case, the function falls back to the
# internal cbind function.
# But this would not be very helpful if the arguments are a mixture of
# S4 and non S4 objects
library(Matrix)
Mlist <- rep(list(Matrix(0, 2, 1)), 400)
cb4 <- do.call("cbind", Mlist) # ok
cb5 <- do.call("cbind", c(Mlist, Mlist)) # fails
cb6 <- do.call("cbind", c(Mlist, mlist)) # fails
# A workaround could be to use the internal cbind function on blocks of
# non S4 objects. The limitation would be reduced to the number of
# consecutive S4 objects
# After modif...