Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

4
Lang/DMS/00-LANG.txt Normal file
View file

@ -0,0 +1,4 @@
{{language|site=http://www.gatan.com/resources/scripting/}}
DigitalMicrograph Script is a language supported by the [http://www.gatan.com Gatan] DigitalMicrograph (DM) application. [http://www.gatan.com/resources/scripting/demo/index.php DigitalMicrograph] was developed in the early 1990's to provide an environment in which Gatan's customers could control hardware and interact with applications developed to exploit this hardware. Through DMS customers can easily interact with images and hardware to create their own applications.
DMS resembles C/C++ and is partly interpreted and partly compiled. Single line expressions that manipulate image data are compiled for speed.

2
Lang/DMS/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:DMS

1
Lang/DMS/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/DMS

1
Lang/DMS/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/DMS