Mathjax is the best for math display on the web. The mathematics
professional societies use it, as do major projects like webwork (
github.com/openwebwork, webwork.maa.org) and Sage (sagemath.org).
On Sunday, September 11, 2016, Igor Chudov wrote:
> This mathml and asciimath is extremely intere
On Thu, Oct 4, 2012 at 9:53 AM, demerphq wrote:
> On 4 October 2012 16:36, Jason Aubrey wrote:
> > Thanks all for your replies to my question.
> >
> > Because of the nature of our application, we can't really load
> everything at
> > start up, but I did some
again for all of your replies,
Jason
On Wed, Oct 3, 2012 at 12:48 PM, Perrin Harkins wrote:
> On Wed, Oct 3, 2012 at 9:45 AM, Jason Aubrey wrote:
> > Hi All,
> >
> > We have modperl application running on 64bit (2 cores), freebsd 8.2,
> perl
> > 1.14.1, modperl 2.0
see such an error
before? Or know of a similar case that might give me some additional clues?
Thanks very much,
Jason Aubrey
OS:
FreeBSD 8.2-RELEASE-p10
Perl:
modperl 2.0.5
Platform:
osname=freebsd, osvers=8.2-release-p2, archname=amd64-freebsd
uname='freebsd ww64 8.2-release-p2 fre
Hi All,
I recently used perlbrew to install perl 5.14.2, and then I compiled apache
2.2.22, mod_perl-2.0.5, and libapreq2-2.13. But then I think I'm getting a
binary incompatibility problem:
jason@plato:~$ perl -MAPR::Request -e 1
Not a CODE reference at
/home/jason/perl5/perlbrew/perls/perl-5.1
ntOS
installation and two RHEL 5 installations in January.
Perhaps RH et. al. applied the patches for the SVE's in January and Ubuntu
just now, and one of those changes is causing this. Still, we don't know,
so any other possible leads will be eagerly followed.
Jason
2011/5/6 Jason Aubre
>
> my $warnings = eval {$r->notes->get("warnings")};
> if( $@ ) {
>warn "APR::Table is '$INC{q{APR/Table.pm}}'";
>die $@;
> }
>
> you will see that it is not loaded.
>
>
Thanks Torsten - we'll try this out.
If you use a threaded Perl make sure every interpreter loads APR::Table.
> Do y
Hi All,
We have a modperl application that is an online homework system for math
courses called webwork. My installation and a few others have seen a
sporadic error from APR::Table that nobody quite knows how to diagnose.
Here are two typical examples:
Example 1:
Can't locate object method "get