search for: _second_

Displaying 16 results from an estimated 16 matches for "_second_".

Did you mean: _second
2007 Oct 29
1
[Bug] Codeblock in _second_ line
Take the following input and both `Markdown.pl` and PHP Markdown will fail: ~~~Input~~~~~~ Codeblock ~~~End~~~~~~~ ~~~Expected~~~~ <pre><code> Codeblock</pre></code> ~~~End~~~~~~~ ~~~Actual Result~~ <p>Codeblock</p> ~~~End~~~~~~~~ There is already a testcase in MDTest for codeblocks in the first line, though the above is still not handled properly! --
2006 Mar 30
4
[NEWS] Ruby-on-Rails reached second place in Dutch Rapid-Application-Development contest
Hi there, The results have just been in and the Ruby-on-Rails team from Finalist IT Group reached an incredible _second_ place! We''re actually so surprised, that I personally expect the start of RoR projects here soon. We''ve already announced some RoR courses. And that while we''re mainly a Java-only shop! You can read a report from one of the participating developers here: http://finali...
2018 Apr 05
0
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
...cond A.a are > handled as different files. > But if B.a requires pulling in an object from A.a, LLD will pull it from the _first_ A.a on the command-line, and then, if this flag is specified, report an error due to the incorrect ordering of dependencies. (Whereas GNU ld will pull it from the _second_ A.a and succeed linking.) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180405/822c9158/attachment.html>
2018 Apr 05
1
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
...different files. >> > > But if B.a requires pulling in an object from A.a, LLD will pull it from > the _first_ A.a on the command-line, and then, if this flag is specified, > report an error due to the incorrect ordering of dependencies. (Whereas GNU > ld will pull it from the _second_ A.a and succeed linking.) > Ahh, that's true. I don't think that's a serious issue, but that's indeed something that this feature would report as a false positive. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail...
2018 Apr 05
2
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
On Wed, Apr 4, 2018 at 7:30 PM James Y Knight <jyknight at google.com> wrote: > I believe this will report an error on more command-lines than a > traditional linker would fail to link. E.g.: > ld.lld foo.o A.a B.a A.a B.a > That "should" work fine if the libs are circularly-dependent, as long as > there's only a 1-level cycle. I've seen that sort of
2017 Apr 03
1
Chained Vorbis Stream Distorting
Hi All, I'm relatively new to Ogg and Vorbis and I've hit a pretty puzzling issue, and I'm wondering if a veteran could help me out. I'm attempting to decode a chained live Ogg Vorbis stream. The primary issue is that the source does not exactly follow validation (I have no control of this). The stream switches from a prerecorded segment, to a live segment, back to a prerecorded
2007 Oct 27
2
Rsync 3.0.0pre4 released
I've just released rsync 3.0.0pre4, the second pre-release version for the upcoming 3.0.0 release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre4.tar.gz
2010 Aug 27
0
Duplicate channel variables after transfer
...doubled. The DumpChan() application called from the h extension confirms this. In my case the channels are all SIP channels and in the h extension I want to access the SIPCALLID variable of the A channel. Every access to it gives me the wrong value namely that of channel B1. How do i access the _second_ variable named SIPCALLID in the channel? Extract from DumpChan() as an example: Dumping Info For Channel: SIP/sipout-00000055<ZOMBIE>: ================================================================================ Info: Name= SIP/sipout-00000055<ZOMBIE> Type=...
2007 Oct 27
2
Rsync 3.0.0pre4 released
I've just released rsync 3.0.0pre4, the second pre-release version for the upcoming 3.0.0 release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre4.tar.gz
2006 Jan 05
2
Linux HA may not be the best choice in your situation. High Availability using 2 sites
Just to clarify, I'm looking at this from an application layer Point of View. One of the reasons why I'm looking at it that way, is because Tim said he was looking at LinuxHA..."application level" redundancy that uses IP. Tim, just to let you know, I don't believe that LinuxHA will work in the way you described, only because of the different IP ranges. It looks like Linux
2007 Jul 19
1
RAM, swap, Error: cannot allocate vector of size, Linux:
Dear Community, I am very new to the world of Linux and R and I have stumbled upon a problem that I cannot seem to resolve on my own. Here is the relevant background: I am working on a 64-bit Linux Fedora Core 6 OS. I using R version 2.5.1. I have 3.8 Gb of RAM and 1.9 Gb of swap. As I see it, there are no restraints on the amount of memory that R can use imposed by this particular OS build.
2000 May 04
2
alas, no vecnorm
I wanted a function that would give the euclidean distance of a vector. Then I was happy, because I found vecnorm listed on pg 55 of V&R (3rd edn) which I had just bought today. Then I was sad, because R did not have vecnorm. Then I was happy again, because I bethought myself that I could copy the function vecnorm from splus to my code. Then I was sad again because R complained >
2012 Aug 27
3
How to generate a matrix of Beta or Binomial distribution
Hi folks, I have a question about how to efficiently produce random numbers from Beta and Binomial distributions. For Beta distribution, suppose we have two shape vectors shape1 and shape2. I hope to generate a 10000 x 2 matrix X whose i th rwo is a sample from reta(2,shape1[i]mshape2[i]). Of course this can be done via loops: for(i in 1:10000) { X[i,]=rbeta(2,shape1[i],shape2[i]) } However,
2013 Jun 19
1
Fedora 18 dom0, no video?
Hi all. I''ve got a situation with Fedora 18 on a dual Xeon E5506 box, 16GB RAM, Tyan S7002 motherboard with the latest BIOS. Because of all the issues, I''m starting to think maybe there''s something wrong with the box itself, maybe something strange going on with the BIOS or mobo resources. Although this box was in service without incident for about 2 years prior. I
2002 Jul 19
3
Automatic adjustment of axis ranges
I had a look at this, and worked out most of a function to do it. There are three things I haven't been able to figure out, however. 1) Getting the last N lines of the command history into a vector of strings. I thought something like: last.commands<-history(N) would work, but no go. There doesn't seem to be a file that I can tail, either. 2) Finding continuation lines by
2010 Aug 27
1
asterisk-users Digest, Vol 73, Issue 58
...plication called from the h extension confirms > this. > > In my case the channels are all SIP channels and in the h extension I want > to > access the SIPCALLID variable of the A channel. Every access to it gives me > the wrong value namely that of channel B1. How do i access the _second_ > variable named SIPCALLID in the channel? > > Extract from DumpChan() as an example: > > Dumping Info For Channel: SIP/sipout-00000055<ZOMBIE>: > ================================================================================ > Info: > Name= SIP/sipout-...