search for: bremse

Displaying 7 results from an estimated 7 matches for "bremse".

Did you mean: brelse
2020 May 29
2
LLVM Support needed
I wanted confirm answer from you guys. Request you to provide authentic information on this. Best Regards / Mit freundlichen Grüßen Minal Kulkarni Knorr Bremse Technology Center India Survey No.276, Village Mann, Hinjewadi, Phase II, Tal.Mulshi, Pune - 411 057. Maharashtra , India. Phone: +91 9028098122 Mobile: mailto:minal.kulkarni at knorr-bremse.com http://www.knorr-bremse.com<http://www.knorr-bremse.com/> From: Johannes Doerfert <johannesdo...
2020 May 28
2
LLVM Support needed
Hello Dear Team, I wanted to know in which version of LLVM Tricore architecture is supported. I have LLVM 2.8 with me which has no support for Tricore. Basically I wanted to add Aurix target support. Could you please help me. Best Regards / Mit freundlichen Grüßen Minal Kulkarni Knorr Bremse Technology Center India Survey No.276, Village Mann, Hinjewadi, Phase II, Tal.Mulshi, Pune - 411 057. Maharashtra , India. Phone: +91 9028098122 Mobile: mailto:minal.kulkarni at knorr-bremse.com http://www.knorr-bremse.com<http://www.knorr-bremse.com/> This transmission is intended solely...
2006 Aug 23
1
how to get a histogram of an POSIXct vector ?
Hi, search on web indicates that R also includes a hist method on POSIXct vectors. My (perhaps too unexperienced) approach below yields an error. Could somebody give me a hint what's wrong ? Peter > str(samples) `data.frame': 7500 obs. of 1 variable: $ DateTime:'POSIXct', format: chr "2006-07-20 00:10:08" "2006-07-20 00:11:17" "2006-07-20
2023 Sep 12
1
CAN virtualization
...ted, I myself won't probably get to adding such support any time soon. >Have a nice day, >Martin Thank you! M?rton -----Original Message----- From: Martin Kletzander <mkletzan at redhat.com> Sent: Tuesday, August 29, 2023 9:16 AM To: S?nta, M?rton (ext) <Marton.Santa at knorr-bremse.com> Cc: libvirt-users at redhat.com Subject: Re: CAN virtualization On Wed, Aug 23, 2023 at 01:15:36PM +0000, S?nta, M?rton (ext) wrote: >Dear Users, > >I use KVM with libvirt 9.0.0. The host and guest OS-es are also AGL needlefish images. I am currently trying to virtualize a CAN dri...
2006 Aug 25
1
How to get back POSIXct format after calculating with hist() results
Hi, I have a casting/formatting question on hist.POSIXt: The histogram plot from POSIXct works perfect (with help of Prof. Ripley -thanks!). When processing the hist(plot=FALSE) output and then plotting the results over the x-axis (bins) coming from hist(), I lose the date/time labels, getting instead integers displayed. Trying to cast the $breaks with as.POSIXct gives silly results with
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
...-p tcp -d ${SAD} --dport 443 -j RETURN iptables -t mangle -A PREROUTING -p tcp -d ${SAD} --sport 443 -j RETURN # low SMTP Connections iptables -t mangle -A PREROUTING -p tcp --dport 25 -j MARK --set-mark 0x3 # # Dowloadbegrenzung # extra qdisc tc qdisc add dev eth1 handle ffff: ingress # filtere/bremSE alles was zu schnell kommt tc filter add dev eth1 parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate ${DOWNLOAD}kbit burst 10k drop flowid :1 So my Problems are: 1) a big Download becomes never more than ~ 100kbit (the most times it will be much lower). Why that ? - Should...
2023 Aug 23
1
CAN virtualization
Dear Users, I use KVM with libvirt 9.0.0. The host and guest OS-es are also AGL needlefish images. I am currently trying to virtualize a CAN driver and provide virtual machines access to the physical CAN channels. I started with the virtual network handling as CAN interface is a network interface, I tried to find analogies, solutions like "traditional" network handling but it did not