gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
expanded sample size, first version master work v1.1.1
authorDoni Pracner <quinnuendo@gmail.com>
Wed, 18 Jan 2023 00:32:57 +0000 (01:32 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Wed, 18 Jan 2023 00:32:57 +0000 (01:32 +0100)
commit1601c2c11f9f93dbb8c6d64c9e584c5dd42f79c6
tree06fcc5509ffcdce285b51cf5de0391afb305c3c3
parent9d93fc4b07c1f0d93ad47580dc7e507cea267709
expanded sample size, first version
73 files changed:
samples/alpha-mj-exp/ArrayTest.mj [new file with mode: 0644]
samples/alpha-mj-exp/ArraysTest.mj [new file with mode: 0644]
samples/alpha-mj-exp/InOut1.mj [new file with mode: 0644]
samples/alpha-mj-exp/InOut2.mj [new file with mode: 0644]
samples/alpha-mj-exp/InOut3.mj [new file with mode: 0644]
samples/alpha-mj-exp/Palindromes.mj [new file with mode: 0644]
samples/alpha-mj-exp/PalindromesList.mj [new file with mode: 0644]
samples/alpha-mj-exp/Parentheses.mj [new file with mode: 0644]
samples/alpha-mj-exp/QuickSort.mj [new file with mode: 0644]
samples/alpha-mj-exp/Rek1.mj [new file with mode: 0644]
samples/alpha-mj-exp/RekFac.mj [new file with mode: 0644]
samples/alpha-mj-exp/RekFib.mj [new file with mode: 0644]
samples/alpha-mj-exp/SortColors.mj [new file with mode: 0644]
samples/alpha-mj-exp/chrtest.mj [new file with mode: 0644]
samples/alpha-mj-exp/div0.mj [new file with mode: 0644]
samples/alpha-mj-exp/div2.mj [new file with mode: 0644]
samples/alpha-mj-exp/eratos.mj [new file with mode: 0644]
samples/alpha-mj-exp/fields.mj [new file with mode: 0644]
samples/alpha-mj-exp/gcd-proc-input.mj [new file with mode: 0644]
samples/alpha-mj-exp/gcd-proc-predef.mj [new file with mode: 0644]
samples/alpha-mj-exp/gcd-rek-input.mj [new file with mode: 0644]
samples/alpha-mj-exp/gcd-rek-predef-m3.mj [new file with mode: 0644]
samples/alpha-mj-exp/linkedlist.mj [new file with mode: 0644]
samples/alpha-mj-exp/max-arr.mj [new file with mode: 0644]
samples/alpha-mj-exp/pos-neg.mj [new file with mode: 0644]
samples/alpha-mj-exp/sort-insert.mj [new file with mode: 0644]
samples/alpha-mj-exp/sort-selection.mj [new file with mode: 0644]
samples/alpha-mj-exp/while-print.mj [new file with mode: 0644]
tests/alpha-mj-exp/ArrayTest.txt [new file with mode: 0644]
tests/alpha-mj-exp/ArraysTest.txt [new file with mode: 0644]
tests/alpha-mj-exp/InOut1.txt [new file with mode: 0644]
tests/alpha-mj-exp/InOut2.txt [new file with mode: 0644]
tests/alpha-mj-exp/InOut3.1.txt [new file with mode: 0644]
tests/alpha-mj-exp/InOut3.2.txt [new file with mode: 0644]
tests/alpha-mj-exp/Palindromes1.txt [new file with mode: 0644]
tests/alpha-mj-exp/Palindromes2.txt [new file with mode: 0644]
tests/alpha-mj-exp/Palindromes3.txt [new file with mode: 0644]
tests/alpha-mj-exp/PalindromesList1.txt [new file with mode: 0644]
tests/alpha-mj-exp/PalindromesList2.txt [new file with mode: 0644]
tests/alpha-mj-exp/PalindromesList3.txt [new file with mode: 0644]
tests/alpha-mj-exp/Parentheses1.txt [new file with mode: 0644]
tests/alpha-mj-exp/Parentheses2.txt [new file with mode: 0644]
tests/alpha-mj-exp/QuickSort.txt [new file with mode: 0644]
tests/alpha-mj-exp/Rek1.txt [new file with mode: 0644]
tests/alpha-mj-exp/RekFac.txt [new file with mode: 0644]
tests/alpha-mj-exp/RekFib.txt [new file with mode: 0644]
tests/alpha-mj-exp/SortColors.txt [new file with mode: 0644]
tests/alpha-mj-exp/chrtest.txt [new file with mode: 0644]
tests/alpha-mj-exp/div0.txt [new file with mode: 0644]
tests/alpha-mj-exp/div2.txt [new file with mode: 0644]
tests/alpha-mj-exp/eratos.1.txt [new file with mode: 0644]
tests/alpha-mj-exp/eratos.2.txt [new file with mode: 0644]
tests/alpha-mj-exp/eratos.3.txt [new file with mode: 0644]
tests/alpha-mj-exp/fields.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-proc-input1.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-proc-input2.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-proc-input3.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-proc-predef.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-rek-input1.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-rek-input2.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-rek-input3.txt [new file with mode: 0644]
tests/alpha-mj-exp/gcd-rek-predef-m3.txt [new file with mode: 0644]
tests/alpha-mj-exp/linkedlist.1.txt [new file with mode: 0644]
tests/alpha-mj-exp/linkedlist.2.txt [new file with mode: 0644]
tests/alpha-mj-exp/linkedlist.3.txt [new file with mode: 0644]
tests/alpha-mj-exp/max-arr.txt [new file with mode: 0644]
tests/alpha-mj-exp/pos-neg.1.txt [new file with mode: 0644]
tests/alpha-mj-exp/pos-neg.2.txt [new file with mode: 0644]
tests/alpha-mj-exp/pos-neg.3.txt [new file with mode: 0644]
tests/alpha-mj-exp/sort-insert1.txt [new file with mode: 0644]
tests/alpha-mj-exp/sort-insert2.txt [new file with mode: 0644]
tests/alpha-mj-exp/sort-selection.txt [new file with mode: 0644]
tests/alpha-mj-exp/while-print.txt [new file with mode: 0644]
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner