Deleted Added
full compact
mathematica (68349) mathematica (133359)
1
2#------------------------------------------------------------------------------
3# mathematica: file(1) magic for mathematica files
4# "H. Nanosecond" <aldomel@ix.netcom.com>
5# Mathematica a multi-purpose math program
6# versions 2.2 and 3.0
7
8#mathematica .mb

--- 42 unchanged lines hidden (view full) ---

51# how to put that into a magic rule?
524 string \ A~ MAthematica .ml file
53
54# .nb files
55#too long 0 string (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook Mathematica 3.0 notebook
560 string (*********************** Mathematica 3.0 notebook
57
58# other (* matches it is a comment start in these langs
1
2#------------------------------------------------------------------------------
3# mathematica: file(1) magic for mathematica files
4# "H. Nanosecond" <aldomel@ix.netcom.com>
5# Mathematica a multi-purpose math program
6# versions 2.2 and 3.0
7
8#mathematica .mb

--- 42 unchanged lines hidden (view full) ---

51# how to put that into a magic rule?
524 string \ A~ MAthematica .ml file
53
54# .nb files
55#too long 0 string (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook Mathematica 3.0 notebook
560 string (*********************** Mathematica 3.0 notebook
57
58# other (* matches it is a comment start in these langs
590 string (* Mathematica, or Pascal, Modula-2 or 3 code
590 string (* Mathematica, or Pascal, Modula-2 or 3 code text
60
61#########################
62# MatLab v5
630 string MATLAB Matlab v5 mat-file
64>126 short 0x494d (big endian)
65>>124 beshort x version 0x%04x
66>126 short 0x4d49 (little endian)
67>>124 leshort x version 0x%04x
68