This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo cpan Perlude | |
CPAN: Storable loaded ok (v2.21) | |
Going to read '/home/dreamweaver/.cpan/Metadata' | |
Database was generated on Mon, 05 Sep 2011 16:29:51 GMT | |
Running install for module 'Perlude' | |
CPAN: YAML loaded ok (v0.73) | |
Running make for M/MA/MARCC/Perlude-0.50.tar.gz | |
CPAN: Digest::SHA loaded ok (v5.48) | |
CPAN: Compress::Zlib loaded ok (v2.027) | |
Checksum for /home/dreamweaver/.cpan/sources/authors/id/M/MA/MARCC/Perlude-0.50.tar.gz ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BuiltinFunctions::ProhibitStringyEval | |
BuiltinFunctions::ProhibitStringySplit | |
BuiltinFunctions::ProhibitUniversalCan | |
BuiltinFunctions::ProhibitUniversalIsa | |
ClassHierarchies::ProhibitExplicitISA | |
ControlStructures::ProhibitMutatingListFunctions | |
ErrorHandling::RequireCarping | |
InputOutput::ProhibitBarewordFileHandles | |
InputOutput::ProhibitInteractiveTest | |
InputOutput::ProhibitOneArgSelect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /=====================================================================\ # | |
# | LaTeXML::Util::PackageKeywords | # | |
# | Binding package keywords for LaTeXML | # | |
# |=====================================================================| # | |
# | Part of LaTeXML: | # | |
# | Public domain software, produced as part of work done by the | # | |
# | United States Government & not subject to copyright in the US. | # | |
# |---------------------------------------------------------------------| # | |
# | Bruce Miller <[email protected]> | # | |
# | Deyan Ginev <[email protected]> #_# | # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mathematical_concepts | |
Basic_concepts_in_set_theory | |
Mathematical_axioms | |
Algorithms | |
Mathematical_objects | |
Mathematical_structures | |
Mathematical_relations | |
Computer_algebra | |
Bioinformatics_algorithms | |
Classification_algorithms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name NNexus Glasses | |
// @namespace http://nnexus.mathweb.org | |
// @description Enables a NNexus auto-link pass over each page in the namespace | |
// @include http://dlmf.nist.gov/* | |
// ==/UserScript== | |
var body = document.getElementsByTagName("body")[0]; | |
var markup = body.innerHTML; | |
var params = "body="+encodeURIComponent(markup); | |
// Localhost for now, expect support at http://nnexus.mathweb.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
state | |
continuous function | |
bounded | |
hyperplane | |
mean | |
--- | |
continuous function | |
closed ball |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>JOBAD v3 (CHAOS) Example Page</title> | |
<!-- This file has been generated automatically. Any changes will be overwritten. --> | |
<script src="./../../../js/deps/jquery/jquery-2.0.0.min.js"></script> | |
<script src="./../../../js/deps/jquery/jquery-ui-1.10.3.js"></script> | |
<script src="./../../../js/deps/underscore/underscore-min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prove t/jvm/* --verbose | |
... | |
not ok 31 - %d on bigint | |
# Actual value: <-6926948138105418752> | |
# Expected value: <77409228207421416473589288028833> | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mover.pl -- moves all foo.tex files in an input directory to | |
# a foo/foo.tex subdirectory | |
# 0. Dependencies | |
# Ensure sanity | |
use strict; | |
use warnings; | |
# File utilities | |
use File::Path qw/make_path/; | |
use File::Spec; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DefMath('\mathring{}', "\x{030A}", operator_role=>'OVERACCENT'); | |
DefMathI('\arrowvert', undef, "|", role=>'VERTBAR'); | |
DefMathI('\Arrowvert', undef, "\x{2225}",role=>'VERTBAR'); | |
DefMathI('\cdotp', undef,"\x{22C5}", role=>'MULOP'); | |
DefMathI('\ldotp', undef,".", role=>'MULOP'); | |
DefMathI('\intop', undef,"\x{222B}", role=>'INTOP', meaning=>'integral', | |
DefMathI('\ointop', undef,"\x{222E}", role=>'INTOP', meaning=>'contour-integral', | |
DefMathI('\mapstochar', undef,"\x{21A6}", role=>'ARROW', meaning=>'maps-to'); | |
DefMathI('\owns', undef,"\x{220B}", role=>'RELOP', meaning=>'contains'); | |
DefMath('\circledbar', "\x{29B6}"); |
OlderNewer