Deleted Added
full compact
maple (133359) maple (159764)
1
2#------------------------------------------------------------------------------
3# maple: file(1) magic for maple files
4# "H. Nanosecond" <aldomel@ix.netcom.com>
5# Maple V release 4, a multi-purpose math program
6#
7
8# maple library .lib

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

27# .mws
280 string \000\000\001\044\000\221 Maple worksheet
29#this is anomalous
300 string WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000 Maple worksheet, but weird
31# this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
32# that is {VERSION major_version miunor_version computer_type version_string}
330 string {VERSION\ Maple worksheet
34>9 string >\0 version %.1s.
1
2#------------------------------------------------------------------------------
3# maple: file(1) magic for maple files
4# "H. Nanosecond" <aldomel@ix.netcom.com>
5# Maple V release 4, a multi-purpose math program
6#
7
8# maple library .lib

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

27# .mws
280 string \000\000\001\044\000\221 Maple worksheet
29#this is anomalous
300 string WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000 Maple worksheet, but weird
31# this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
32# that is {VERSION major_version miunor_version computer_type version_string}
330 string {VERSION\ Maple worksheet
34>9 string >\0 version %.1s.
35>>10 string
36>>>11 string >\0 %.1s
37
38# .mps
390 string \0\0\001$ Maple something
40# from byte 4 it is either 'nul E' or 'soh R'
41# I think 'nul E' means a file that was saved as a different name
42# a sort of revision marking
43# 'soh R' means new

--- 14 unchanged lines hidden ---
35>>>11 string >\0 %.1s
36
37# .mps
380 string \0\0\001$ Maple something
39# from byte 4 it is either 'nul E' or 'soh R'
40# I think 'nul E' means a file that was saved as a different name
41# a sort of revision marking
42# 'soh R' means new

--- 14 unchanged lines hidden ---