• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

README.mdH A D18-Apr-2020669 1613

diffEquations.wxmH A D18-Apr-20206 KiB169117

displaying3DCurves.wxmH A D18-Apr-20204.3 KiB182136

examples.hH A D18-Apr-2020101.5 KiB1,4251,406

examples_gettext.hH A D18-Apr-202069.8 KiB2,0041,982

fastListAccess.wxmH A D18-Apr-20205.1 KiB182114

fittingEquations.wxmH A D18-Apr-202012.1 KiB416288

generate_code.shH A D18-Apr-20204 KiB7964

numberFormats.wxmH A D18-Apr-20204.6 KiB178110

solvingEquations.wxmH A D18-Apr-20207.8 KiB294188

toleranceCalculations.wxmH A D18-Apr-202010.4 KiB377253

variableNames.wxmH A D18-Apr-20204.5 KiB188122

README.md

1The example files
2=================
3
4It made sense to make wxMaxima come with a few example files.
5If you want to hand in more please remember that they are
6shipped with the wxMaxima executable and therefore should
7be designed to occupy not too much RAM.
8
9The script `generate_code.sh` that gnuzips the examples and
10packs them into `examples.h`, a file that can be compiled into
11wxMaxima, generates a second file, `examples_gettext.h`. This
12file isn't directly used by wxMaxima. But it is seen by
13gettext which therefore (after an `make update-locales`) offers
14to translate the files by adding the human-readable parts of
15the .wxm files to `locales/wxMaxima/*.po`.
16