search for: jacqu

Displaying 20 results from an estimated 352 matches for "jacqu".

Did you mean: jacq
2013 Mar 21
1
[LLVMdev] Unsubscribe attempt
Hello, My former E-Mail is no longer accessible to me, hence I can't receive your messages. Can you change my address from jacques.menu at unige.ch to jacques.menu at tvtmail.ch, or unsubscribe for me directly? Thanks! Regards, -- Jacques Menu Ch. de la Pierre 12 1023 Crissier mailto:Jacques.Menu at tvtmail.ch -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipe...
2020 Mar 23
2
Attempting to get BLF working with linphone
...an Accept: header. I've fixed that and now the initial SUBSCRIBE messages work and I see all my online contacts in green. But after a few minutes linphone attempts to renew the subscriptions and asterisk is not happy at all: <--- SIP read from UDP:10.27.128.3:5060 ---> SUBSCRIBE sip:jacques at 10.27.128.1:5060 SIP/2.0 Via: SIP/2.0/UDP 10.27.128.3:5060;branch=z9hG4bK.NYP-ux0Zx;rport From: <sip:john at masked.masked.com>;tag=iGH81k5xf To: <sip:jacques at masked.masked.com>;tag=as3c7de68c CSeq: 22 SUBSCRIBE Call-ID: SQOclJgm4O Max-Forwards: 70 Supported: replaces, outbound...
2020 Mar 23
3
Attempting to get BLF working with linphone
On 23/03/2020 18:51, Joshua C. Colp wrote: > On Mon, Mar 23, 2020 at 2:45 PM John Hughes <john at calva.com > <mailto:john at calva.com>> wrote: > > > > Why is asterisk giving an error 500? I can find no reason, there > is nothing in any log. > > > The sequence number is from the past. The first SUBSCRIBE is sequence > number 22 (check the
2004 Dec 07
3
Increase size of ext3 filesystem WHILE MOUNTED
...nd XFS. SuSE offer 4 supported filesystems, while RedHat offer 1 (supported) filesystems and on top off that we cannot increase them online ! RedHat will have to review their marketing technique or they will loose some important market to SuSE, the other big American Linux company. ----- Jacques Duplessis jacques.duplessis at videotron.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20041207/52870f51/attachment.htm>
2012 Jul 26
2
Passing arguments to SQL Query in R
...ce in PERL. I have a database table that contains the following data: Name | Score ======= | ===== Sachin T | 25 Sachin T | 53 Sachin T | 57 Sachin T | 34 Rahul D | 38 Rahul D | 31 Rahul D | 53 Ricky P | 7 Ricky P | 45 Ricky P | 27 Ricky P | 17 Ricky P | 86 Ricky P | 48 Jacques K | 23 Jacques K | 86 Jacques K | 32 I want the summary data as below: Name | Avg Score Jacques K|47.00 Rahul D|40.67 Ricky P|38.33 Sachin T|42.25 Currently, I am trying to pass the name of the person as an argument in a sql query by breaking the query into parts, and then concatenating the qu...
2003 Sep 16
9
OpenSSH heads-up
...ll today. Attached are patches: buffer46.patch -- For FreeBSD 4.6-RELEASE and later buffer45.patch -- For FreeBSD 4.5-RELEASE and earlier Currently, I don't believe that this bug is actually exploitable for code execution on FreeBSD, but I reserve the right to be wrong :-) Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se -------------- next part -------------- Index: crypto/openssh/buffer.c =================================================================== RCS file: /home/ncvs...
2016 Feb 09
2
[RFC] Lanai backend
Do you MC support? Cheers, Rafael On Feb 9, 2016 1:12 PM, "Jacques Pienaar via llvm-dev" < llvm-dev at lists.llvm.org> wrote: > > > On Tue, Feb 9, 2016 at 10:05 AM, Chandler Carruth <chandlerc at google.com> > wrote: > >> On Tue, Feb 9, 2016 at 9:58 AM Hal Finkel via llvm-dev < >> llvm-dev at lists.llvm.org> wro...
2020 Mar 25
0
Attempting to get BLF working with linphone
...SUBSCRIBE messages start a new sequence this is legal as it is a new conversation -- the "tag=" on the From has changed. Are they right?  (Notice that the tag= from asterisk also changes). <--- SIP read from UDP:10.27.128.3:5060 <http://10.27.128.3:5060> ---> SUBSCRIBE sip:jacques at 10.27.128.1:5060 SIP/2.0 Via: SIP/2.0/UDP 10.27.128.3:5060;branch=z9hG4bK.NYP-ux0Zx;rport From: <sip:john at masked.masked.com>;*tag=iGH81k5xf* To: <sip:jacques at masked.masked.com>;tag=as3c7de68c CSeq: 22 SUBSCRIBE Call-ID: SQOclJgm4O Max-Forwards: 70 Supported: replaces, outboun...
2020 Mar 23
0
Attempting to get BLF working with linphone
...that and now the initial > SUBSCRIBE messages work and I see all my online contacts in green. > > But after a few minutes linphone attempts to renew the subscriptions and > asterisk is not happy at all: > > > <--- SIP read from UDP:10.27.128.3:5060 ---> > SUBSCRIBE sip:jacques at 10.27.128.1:5060 SIP/2.0 > Via: SIP/2.0/UDP 10.27.128.3:5060;branch=z9hG4bK.NYP-ux0Zx;rport > From: <sip:john at masked.masked.com>;tag=iGH81k5xf > To: <sip:jacques at masked.masked.com>;tag=as3c7de68c > CSeq: 22 SUBSCRIBE > Call-ID: SQOclJgm4O > Max-Forwards: 70...
2004 Nov 12
1
Enlarge ext3 Logical Volume (Filesystem) in a volume group (LVM)
Anybody know a way to enlarge a filesystem ext3 without having to unmounted it, when they are still space left in the volume group (when using LVM) ? I will be running large production linux system running Oracle. I can't stop the database everytime I have to enlarge a filesystem. We can do it with all others filesystems (JFS, REISERSFS and XFS) when they are created in a volume group. Why
2005 Jan 26
3
Still avoiding loops
...ld prefer avoding loops; for that, my first idea was to add this matrix: X1=X[,rep(1:46,46:1)] to this one: res=NULL for (i in (2:47)) res=c(res,i:47) X2=X[,res] (Is it a nice alternative way ?) Is there a way to create the second matrix X2 without a loop, such as for X1 ? Thanks in advance, Jacques VESLOT
2016 Feb 09
6
[RFC] Lanai backend
On Tue, Feb 9, 2016 at 9:58 AM Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote: > ----- Original Message ----- > > From: "Jacques Pienaar via llvm-dev" <llvm-dev at lists.llvm.org> > > To: llvm-dev at lists.llvm.org > > Sent: Tuesday, February 9, 2016 11:40:21 AM > > Subject: [llvm-dev] [RFC] Lanai backend > > > Hi all, > > Hi Jacques, > > > We would like to contribute a...
2016 Feb 09
10
[RFC] Lanai backend
...: http://reviews.llvm.org/D17011 We are still actively developing the backend and have many optimizations in mind. I'll be the maintainer of this backend. Please leave code comments on the Phab patches, while discussing high-level comments about the backend on this llvm-dev thread. Thanks, Jacques [1] David E. Culler, Anoop Gupta, and Jaswinder Pal Singh. 1997. Parallel Computer Architecture: A Hardware/Software Approach (1st ed.). Morgan Kaufmann Publishers Inc., San Francisco, CA, USA. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm....
2008 Nov 25
2
Heat Maps
...on to colors, two other main features I am intersted in are: 1. Proportionality in the size of the grid. 2. Mose-over capability. I may have missed it, but I've had a look at heatmap() and other similar functions, but to no avail. Any help or pointers would be greatly appreciated. Regards, Jacques
2004 Aug 17
1
remotely exploitable vulnerability in lukemftpd / tnftpd
...efault. So, unless you are running FreeBSD 4.7-RELEASE or specified WANT_LUKEMFTP when building FreeBSD from source, you should not have lukemftpd installed. Even in FreeBSD 4.7, lukemftpd was installed but not enabled. More details will be available in a FreeBSD advisory to follow. Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org
2006 Mar 29
6
which function to use to do classification
Dear All, I have a data, suppose it is an N*M matrix data. All I want is to classify it into, let see, 3 classes. Which method(s) do you think is(are) appropriate for this purpose? Any reference will be welcome! Thanks! Best, Baoqiang Cao
2016 Feb 09
3
[RFC] Lanai backend
The ISA & encoding is documented in the comments and diagrams of lib/Target/Lanai/LanaiInstrFormats.td. If that makes sense I'll add a link to this tablegen in docs/CompilerWriterInfo.rst. Thanks, Jacques On Tue, Feb 9, 2016 at 2:12 PM, Sean Silva <chisophugis at gmail.com> wrote: > Do you have a psABI document? Or an ISA reference? Or an encoding > reference? > > I know at least the encoding reference is missing for AArch64, so it's not > a huge deal, but anything we ca...
2011 Mar 08
3
[LLVMdev] backend question
...%arrayidx = getelementptr [129 x i16]* @flags, i16 0, i16 %i.043 When I generate assembler code, this now results in %i.043 being multiplied by 2 in the address calculation which result in a shift being emitted. How can I avoid this? Any help would be greatly appreciated. Thanks in advance, Jacques Van Damme. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110308/e06ac6e9/attachment.html>
2009 May 09
2
Histogram frequencies with a normal pdf curve overlay
...pdf curve, everything looks as expected, as follows: x <- rnorm(1000) hist(x, freq=FALSE) curve(dnorm(x), add=TRUE, col="blue") What do I need to do if I want to show the frequencies (freq=TRUE) with the same normal pdf overlay, so that the plot would still look the same? Regards, Jacques platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 8.0 year 2008 month 10 day 20 svn rev 46754 language R version.string R version 2.8.0 (2008-10-20)
2015 Sep 01
6
Register spilling in caller saved backend
...At the call site of 'foo' the debugging output reports that the stack pointer and return value registers are "imp-use" and "imp-def" and no other registers are used. Should the spilling have occurred? Or this due to some feature in the backend that is missing? Thanks, Jacques -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150901/09633b6f/attachment.html>