gap-packages / hap

Homological Algebra Programming
https://gap-packages.github.io/hap/
9 stars 9 forks source link

Adding more HAP-specific content to gh-pages branch #24

Closed olexandr-konovalov closed 4 years ago

olexandr-konovalov commented 4 years ago

The reason for the currently broken link from https://gap-packages.github.io/hap/ links to https://gap-packages.github.io/hap/www/index.html is here:

https://github.com/gap-packages/hap/blob/c5563b117f06f1ba4cd22cc7210bdf4592fdb31a/PackageInfo.g#L58

Shall I try to push the whole www directory to GitHub pages and see what happens?

olexandr-konovalov commented 4 years ago

Did this:

cp -f ../PackageInfo.g ../README* .
cp -f ../doc/*.{html,txt} doc/       
cp -r ../www .
git add PackageInfo.g README* doc/ www/ _data/package.yml
git commit -m "Update web pages"
git push

Now https://gap-packages.github.io/hap/ links to https://gap-packages.github.io/hap/www/index.html which works and shows what's intended.

olexandr-konovalov commented 4 years ago

I have also added doc/tutorial directory. Mistified that https://gap-packages.github.io/hap/doc/tutorial/chap0.html works but https://gap-packages.github.io/hap/doc/tutorial/chap0_mj.html doesn't - although the file sits at https://github.com/gap-packages/hap/blob/gh-pages/doc/tutorial/chap0_mj.html

olexandr-konovalov commented 4 years ago

Quickly resolved that at 1e75f93f6ba9647a3598295cce927d2521e05816.

olexandr-konovalov commented 4 years ago

@grahamknockillaree ok, so now it seems to work with mathjax version too.

So, now https://github.com/gap-packages/hap is the "new look" style webpage, and it links to https://gap-packages.github.io/hap/www/index.html which is the www directory of the package.

I thought initially that what you have under www is some framework to display manual books and package details, but it seems more:

  1. new tutorial from doc/tutorial : https://gap-packages.github.io/hap/doc/tutorial/chap0_mj.html
  2. old tutorial https://gap-packages.github.io/hap/www/SideLinks/About/aboutContents.html
  3. data types (html page) https://gap-packages.github.io/hap/www/SideLinks/datatypes.html
  4. "Functions" which links to the main manual: https://gap-packages.github.io/hap/doc/chap0_mj.html
  5. Download https://gap-packages.github.io/hap/www/download/downloadIndex.html
  6. Thanks https://gap-packages.github.io/hap/www/thanks/thanksIndex.html
  7. Contact https://gap-packages.github.io/hap/www/contact/contactIndex.html

so perhaps some of these still should be included in the package archive, with some optimisations.

Perhaps 5 and 7 are not needed any more, 6 could go into the manual and on the title page https://gap-packages.github.io/hap, and 1-4 could be reorganised (e.g. you can link to them from the title page https://gap-packages.github.io/hap too). We need to think, hear from you what is your plan for the future of www content, and discuss with @fingolfin how this could be incorporated into the workflow. My attempt shows that perhaps you can do it in an easy way with a little modification to copy over doc/tutorial and www - that could be a starting point allowing to completely migrate the website to GitHub, set up redirect from http://hamilton.nuigalway.ie/Hap/www/, and then start further rearrangement of the content.

@grahamknockillaree Is that true that MakeHAPManual(); automatically updates everything in www ?

grahamknockillaree commented 4 years ago

Thanks Alex for all your help with this. The gh website for HAP looks good.

The MakeHAPManual(); function updates everything in hap/doc and in hap/doc/tutorial. It currently has no effect on anything in www. But if were to include the line Exec("./doc/rd.sh"); the function would also keep the www pages up-to-date in regard to version number etc.

My plan had been the following:

1) Keep the front www/index.html page but have the "functions", "tutorial", "datatypes", "thanks", "contact" icons eventually point to relevant sections of two GapDoc generated documents (one stored in hap/doc, one stored in hap/doc/tutorial) and have the "download" icon point to the gh download target. For the moment, I've not started on the GapDoc version of the data types page, and I've only very partially converted the old tutorial pages to GapDoc format. So for the moment I'd like to keep all the old html pages in hap/www as they contain many examples which are currently linked to from the xml files in hap/doc. The plan is not to develop the www pages any more (except for version number etc.) and eventually junk them.

olexandr-konovalov commented 4 years ago

Sounds like a good plan @grahamknockillaree.

If you're happy, I can now publish proper 1.24 release, with https://gap-packages.github.io/hap/ as a new official homepage, and switch the package update mechanism to look at https://gap-packages.github.io/hap/PackageInfo.g while checking for updates. That will mean that all future releases will happen on GitHub, and the old website will have to redirect to the new one. I will update makedoc.g to call Exec("./doc/rd.sh"); and prepare modified instructions for using ReleaseTools to cover also www directory.

Is this OK to go?

grahamknockillaree commented 4 years ago

Hi Alex,

Thanks. Yes, this is very ok with me. And having Exec("./doc/rd.sh"); will be handy in future.

olexandr-konovalov commented 4 years ago

@grahamknockillaree thanks. the script weirdly fails on my machine:

$ ./doc/rd.sh 
./doc/rd.sh: line 46: PackageInfo.g: command not found
./doc/rd.sh: line 47: tar -xvf hap1.24.tar: command not found
./doc/rd.sh: line 49: syntax error near unexpected token `('
./doc/rd.sh: line 49: `* Start GAP. (If you have created "pkg" in your home directory then start GAP'

so no release tonight then.

However, perhaps instead of fixing it, we can remove at least parts of it.

  1. It has all text of README.md. This is unnecessary duplication. And if we change README.md itself, then it will be overwritten by this script? I'd update README.md instead, and avoid using version number there at all. You can always say something like "unpack hap-X.Y.Z.tar.gz archive for appropriate version number".

  2. It also outputs:

this text could be put in markdown on top of https://gap-packages.github.io/hap/, after the sentence "This package provides some functions for group cohomology."

this is duplicated in the README and may be removed.

Then we can check that no links in www point to these pages and get rid of ./doc/rd.sh completely.

grahamknockillaree commented 4 years ago

Hi, I agree that longterm things could be done better. But in the medium term my plan was to keep, but not develop, the old www pages. These old pages will need to be tweaked slightly if version number changes, and that is the purpose of doc/rd.sh . The script echos text to files in www. However, I certainly want any text in www to be consistent with text in Readme.md. So I've included an echo to Readm.md in doc/rd.sh as well, but just for the medium term.

On my computer ./doc/rd.sh works. But I see that this command doesn't wotk with Exec("./doc/rd.sh") . I'll see if I can get it to work inside Exec().

olexandr-konovalov commented 4 years ago

@grahamknockillaree on a mac, it does not work neither in the shell nor in Exec.

grahamknockillaree commented 4 years ago

Interesting! The GAP command Exec("./doc/rd.sh"); runs, but with no effect, on my Linux laptop, whereas the GAP command Exec("ls ./doc.rd.sh"); runs with the expected effect.

Anyway, doc/rd.sh was not really intended to be used other than by me on my laptop. It was written to be called when I run Hap1.24/updateAll.sh, and there is no need to have it as part of MakeHAPManual();

How about this for a plan: 1) We leave MakeHapManual() as it was for now. 2) Any future tweaks to www files will be made by a future version of MakeHAPManual() which will only involve GAP commands such as InputTextFile, PrintTo and so on. 3) I think the www files are up-to-date, so any changes would only need to be made to them, via MakeHAPManual(), in the next version of HAP.

olexandr-konovalov commented 4 years ago

@grahamknockillaree If I don't have to run doc/rd.sh at all to release HAP 1.24, certainly fine with me :)

In the future, if we need to urgently re-release, you can run it locally, and commit updates to www.

I may have a better plan, but not for today...

grahamknockillaree commented 4 years ago

Thanks. I see that HAP now has a build error https://travis-ci.org/gap-packages/hap caused by your last commit. So I guess this needs to be sorted.

olexandr-konovalov commented 4 years ago

@grahamknockillaree if you look at the log you will see

+make bootstrap-pkg-full 'WGET=wget -N --no-check-certificate --tries=5 --waitretry=5 --retry-connrefused'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: www.gap-system.org
Makefile.rules:1148: recipe for target 'bootstrap-pkg-full' failed
make: *** [bootstrap-pkg-full] Error 6
The command "scripts/build_gap.sh" failed and exited with 2 during .

That means some temporary lost of connectivity to GAP website. I have restarted the Travis job, hope will pass this time.

grahamknockillaree commented 4 years ago

HAP has just passed the build tests. Great!

olexandr-konovalov commented 4 years ago

1.24 picked up!

* HAP - new version 1.24 discovered!!!
  ============================================
  Getting new archives from 
  https://github.com/gap-packages/hap/releases/download/v1.24/hap-1.24
[ ".tar.gz" ]
  unpacking hap-1.24.tar.gz
  Validation of the info file successful!
  Package HAP 1.24 from 11/12/2019 has dependencies:
  * NeededOtherPackages [ [ "polycyclic", ">=1.1" ], [ "crystcat", ">=1.1" ], 
  [ "fga", ">=1.1" ], [ "aclib", ">=1.1" ], [ "nq", ">=1.1" ] ]
  * GAP >= 4.5.6
  * SuggestedOtherPackages [ [ "gapdoc", ">=0.0" ], [ "nql", ">=0.0" ], 
  [ "homology", ">=0.0" ], [ "edim", ">=1.2.2" ], 
  [ "singular", ">=06.07.23" ], [ "congruence", ">=0,0" ], 
  [ "HAPcryst", ">0.0" ], [ "xmod", ">0.0" ] ]
  * ExternalConditions 
[ 
  [ "Some optional functions require Polymake software", 
      "http://polymake.org/doku.php" ], 
  [ "Some optional functions require Graphviz software", 
      "http://www.graphviz.org/" ], 
  [ "One optional function requires the Simplicial Homology GAP package", 
      "http://www.cis.udel.edu/~dumas" ] ]
  finding text files  . . .

=====================text files==========================
hap-1.24/PackageInfo.g
hap-1.24/README.md
hap-1.24/makedoc.g
hap-1.24/init.g
hap-1.24/read.g
hap-1.24/www/index.html
hap-1.24/www/title.html
hap-1.24/www/HAPstyles.css
hap-1.24/www/logo.html
hap-1.24/www/home/content.html
hap-1.24/www/home/navigation.html
hap-1.24/www/contact/contactIndex.html
hap-1.24/www/contact/contactContent.html
hap-1.24/www/contact/contactNavigation.html
hap-1.24/www/download/downloadNavigation.html
hap-1.24/www/download/downloadContent.html
hap-1.24/www/download/downloadIndex.html
hap-1.24/www/copyright/copyrightNavigation.html
hap-1.24/www/copyright/copyrightContent.html
hap-1.24/www/copyright/copyrightIndex.html
hap-1.24/www/thanks/thanksContent.html
hap-1.24/www/thanks/thanksNavigation.html
hap-1.24/www/thanks/thanksIndex.html
hap-1.24/www/SideLinks/functions.html
hap-1.24/www/SideLinks/SantiagoStyles.css
hap-1.24/www/SideLinks/HAPpagestyles.css
hap-1.24/www/SideLinks/datatypes.html
hap-1.24/www/SideLinks/About/aboutDefinitions.html
hap-1.24/www/SideLinks/About/aboutSurvey.html
hap-1.24/www/SideLinks/About/aboutCrossedMods.html
hap-1.24/www/SideLinks/About/aboutSimplicialGroups.html
hap-1.24/www/SideLinks/About/aboutFunctorial.html
hap-1.24/www/SideLinks/About/NewaboutModPRings.html
hap-1.24/www/SideLinks/About/3dflatmanifolds.html
hap-1.24/www/SideLinks/About/aboutTorAndExt.html
hap-1.24/www/SideLinks/About/aboutContents.html
hap-1.24/www/SideLinks/About/aboutCoxeter.html
hap-1.24/www/SideLinks/About/aboutNoncrossing.html
hap-1.24/www/SideLinks/About/aboutPerformance.html
hap-1.24/www/SideLinks/About/aboutKnotsQuandles.html
hap-1.24/www/SideLinks/About/aboutquasi.html
hap-1.24/www/SideLinks/About/twoTutorials.html
hap-1.24/www/SideLinks/About/aboutTwistedCoefficients.html
hap-1.24/www/SideLinks/About/aboutCocycles.html
hap-1.24/www/SideLinks/About/aboutPoincareSeriesII.html
hap-1.24/www/SideLinks/About/aboutCohomologyRings.html
hap-1.24/www/SideLinks/About/symmetricMatrix.txt
hap-1.24/www/SideLinks/About/aboutSchurMultiplier.html
hap-1.24/www/SideLinks/About/aboutCubical.html
hap-1.24/www/SideLinks/About/aboutMetrics.html
hap-1.24/www/SideLinks/About/aboutPersistent.html
hap-1.24/www/SideLinks/About/aboutRosenbergerMonster.html
hap-1.24/www/SideLinks/About/examples7dim.g
hap-1.24/www/SideLinks/About/aboutModPRings.html
hap-1.24/www/SideLinks/About/aboutLieCovers.html
hap-1.24/www/SideLinks/About/aboutTopology.html
hap-1.24/www/SideLinks/About/aboutGouter.html
hap-1.24/www/SideLinks/About/aboutIntro.html
hap-1.24/www/SideLinks/About/aboutDavisComplex.html
hap-1.24/www/SideLinks/About/aboutTensorSquare.html
hap-1.24/www/SideLinks/About/aboutPolytopesOLD.html
hap-1.24/www/SideLinks/About/aboutNonabelian.html
hap-1.24/www/SideLinks/About/aboutBlank.html
hap-1.24/www/SideLinks/About/bieberbach.html
hap-1.24/www/SideLinks/About/aboutQuandles2.html
hap-1.24/www/SideLinks/About/aboutPolytopes.html
hap-1.24/www/SideLinks/About/aboutArtinGroups.html
hap-1.24/www/SideLinks/About/aboutTDA.OLD.html
hap-1.24/www/SideLinks/About/aboutExtensions.html
hap-1.24/www/SideLinks/About/aboutAspherical.html
hap-1.24/www/SideLinks/About/aboutPoincareSeries.html
hap-1.24/www/SideLinks/About/aboutCoveringSpaces.html
hap-1.24/www/SideLinks/About/aboutLinks.html
hap-1.24/www/SideLinks/About/aboutBogomolov.html
hap-1.24/www/SideLinks/About/aboutRandomComplexes.html
hap-1.24/www/SideLinks/About/bredon.html
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes.html
hap-1.24/www/SideLinks/About/OLDaboutModPRings.html
hap-1.24/www/SideLinks/About/aboutPeripheral.html
hap-1.24/www/SideLinks/About/aboutSuperperfect.html
hap-1.24/www/SideLinks/About/7dimBieberback.g
hap-1.24/www/SideLinks/About/aboutQuandles.html
hap-1.24/www/SideLinks/About/simulatedData.txt
hap-1.24/www/SideLinks/About/hapstyle.css
hap-1.24/www/SideLinks/About/aboutTDA.html
hap-1.24/www/SideLinks/About/aboutAbelianCategories.html
hap-1.24/www/SideLinks/About/aboutLie.html
hap-1.24/www/SideLinks/About/aboutBredon.html
hap-1.24/www/SideLinks/About/aboutCoverinSpaces.html
hap-1.24/www/SideLinks/About/aboutParallel.html
hap-1.24/www/SideLinks/About/aboutGraphsOfGroups.html
hap-1.24/www/SideLinks/About/aboutCoefficientSequence.html
hap-1.24/www/SideLinks/About/data.txt
hap-1.24/www/SideLinks/About/aboutSpaceGroup.html
hap-1.24/www/SideLinks/About/aboutKnots.html
hap-1.24/www/SideLinks/About/aboutPeriodic.html
hap-1.24/www/SideLinks/About/aboutArithmetic.html
hap-1.24/www/SideLinks/About/table/G8_s.html
hap-1.24/www/SideLinks/About/table/G4_s.html
hap-1.24/www/SideLinks/About/table/G35_v.html
hap-1.24/www/SideLinks/About/table/G39_v.html
hap-1.24/www/SideLinks/About/table/G27_v.html
hap-1.24/www/SideLinks/About/table/G12_s.html
hap-1.24/www/SideLinks/About/table/G11_v.html
hap-1.24/www/SideLinks/About/table/G24_s.html
hap-1.24/www/SideLinks/About/table/G28_s.html
hap-1.24/www/SideLinks/About/table/G36_s.html
hap-1.24/www/SideLinks/About/table/G25_v.html
hap-1.24/www/SideLinks/About/table/G10_s.html
hap-1.24/www/SideLinks/About/table/help.html
hap-1.24/www/SideLinks/About/table/G29_v.html
hap-1.24/www/SideLinks/About/table/G34_s.html
hap-1.24/www/SideLinks/About/table/G13_v.html
hap-1.24/www/SideLinks/About/table/G26_s.html
hap-1.24/www/SideLinks/About/table/G45_s.html
hap-1.24/www/SideLinks/About/table/G38_s.html
hap-1.24/www/SideLinks/About/table/G6_s.html
hap-1.24/www/SideLinks/About/table/G9_v.html
hap-1.24/www/SideLinks/About/table/G5_v.html
hap-1.24/www/SideLinks/About/table/G22_s.html
hap-1.24/www/SideLinks/About/table/G41_s.html
hap-1.24/www/SideLinks/About/table/G30_s.html
hap-1.24/www/SideLinks/About/table/G33_v.html
hap-1.24/www/SideLinks/About/table/G18_s.html
hap-1.24/www/SideLinks/About/table/G14_s.html
hap-1.24/www/SideLinks/About/table/G21_v.html
hap-1.24/www/SideLinks/About/table/G1_v.html
hap-1.24/www/SideLinks/About/table/Q_v.html
hap-1.24/www/SideLinks/About/table/G2_s.html
hap-1.24/www/SideLinks/About/table/table.html
hap-1.24/www/SideLinks/About/table/G19_v.html
hap-1.24/www/SideLinks/About/table/G32_s.html
hap-1.24/www/SideLinks/About/table/G43_s.html
hap-1.24/www/SideLinks/About/table/G20_s.html
hap-1.24/www/SideLinks/About/table/G15_v.html
hap-1.24/www/SideLinks/About/table/G40_v.html
hap-1.24/www/SideLinks/About/table/G16_s.html
hap-1.24/www/SideLinks/About/table/G31_v.html
hap-1.24/www/SideLinks/About/table/G25_s.html
hap-1.24/www/SideLinks/About/table/G10_v.html
hap-1.24/www/SideLinks/About/table/G29_s.html
hap-1.24/www/SideLinks/About/table/G34_v.html
hap-1.24/www/SideLinks/About/table/G13_s.html
hap-1.24/www/SideLinks/About/table/G26_v.html
hap-1.24/www/SideLinks/About/table/G45_v.html
hap-1.24/www/SideLinks/About/table/G38_v.html
hap-1.24/www/SideLinks/About/table/G6_v.html
hap-1.24/www/SideLinks/About/table/G9_s.html
hap-1.24/www/SideLinks/About/table/G5_s.html
hap-1.24/www/SideLinks/About/table/G8_v.html
hap-1.24/www/SideLinks/About/table/G4_v.html
hap-1.24/www/SideLinks/About/table/G35_s.html
hap-1.24/www/SideLinks/About/table/G39_s.html
hap-1.24/www/SideLinks/About/table/G27_s.html
hap-1.24/www/SideLinks/About/table/G12_v.html
hap-1.24/www/SideLinks/About/table/G11_s.html
hap-1.24/www/SideLinks/About/table/G24_v.html
hap-1.24/www/SideLinks/About/table/G28_v.html
hap-1.24/www/SideLinks/About/table/G36_v.html
hap-1.24/www/SideLinks/About/table/G19_s.html
hap-1.24/www/SideLinks/About/table/G32_v.html
hap-1.24/www/SideLinks/About/table/G43_v.html
hap-1.24/www/SideLinks/About/table/G20_v.html
hap-1.24/www/SideLinks/About/table/G15_s.html
hap-1.24/www/SideLinks/About/table/G40_s.html
hap-1.24/www/SideLinks/About/table/G16_v.html
hap-1.24/www/SideLinks/About/table/G31_s.html
hap-1.24/www/SideLinks/About/table/G22_v.html
hap-1.24/www/SideLinks/About/table/G41_v.html
hap-1.24/www/SideLinks/About/table/G30_v.html
hap-1.24/www/SideLinks/About/table/G33_s.html
hap-1.24/www/SideLinks/About/table/G18_v.html
hap-1.24/www/SideLinks/About/table/G14_v.html
hap-1.24/www/SideLinks/About/table/G21_s.html
hap-1.24/www/SideLinks/About/table/summary.html
hap-1.24/www/SideLinks/About/table/Q_s.html
hap-1.24/www/SideLinks/About/table/G1_s.html
hap-1.24/www/SideLinks/About/table/G2_v.html
hap-1.24/lib/hap_afterthought.gd
hap-1.24/lib/externalSoftware.gap
hap-1.24/lib/hap.gd
hap-1.24/lib/PolyComplexes/twoDimensional.gi
hap-1.24/lib/PolyComplexes/clique.gi
hap-1.24/lib/PolyComplexes/simplicialComplexes.gi
hap-1.24/lib/PolyComplexes/graphviz.gi
hap-1.24/lib/PolyComplexes/filteredCubical.gi
hap-1.24/lib/PolyComplexes/metrics.gi
hap-1.24/lib/PolyComplexes/dvf.gi
hap-1.24/lib/PolyComplexes/hapMovesDim2B.txt.gz
hap-1.24/lib/PolyComplexes/hapMovesDim3B.txt.gz
hap-1.24/lib/PolyComplexes/threeDimensionalPerm.gi
hap-1.24/lib/PolyComplexes/sparseCubicalComplexes.gi
hap-1.24/lib/PolyComplexes/threeDimensional.gi
hap-1.24/lib/PolyComplexes/prog
hap-1.24/lib/PolyComplexes/rips.gi
hap-1.24/lib/PolyComplexes/hap2chomp.gi
hap-1.24/lib/PolyComplexes/groupComplexes.gi
hap-1.24/lib/PolyComplexes/cluster.gi
hap-1.24/lib/PolyComplexes/oldprog
hap-1.24/lib/PolyComplexes/twoDimensionalPerm.gi
hap-1.24/lib/PolyComplexes/cluster.working
hap-1.24/lib/PolyComplexes/hapPermMovesDim3B.txt.gz
hap-1.24/lib/PolyComplexes/purePermutahedralComplexes.gi
hap-1.24/lib/PolyComplexes/pureCubicalComplexes.gi
hap-1.24/lib/PolyComplexes/hapPermMovesDim2B.txt.gz
hap-1.24/lib/PolyComplexes/arrayOps.gi
hap-1.24/lib/PolyComplexes/chainComplexes.gi
hap-1.24/lib/ArithmeticGroups/gchaincomplex.gi
hap-1.24/lib/ArithmeticGroups/sl2zres.gi
hap-1.24/lib/ArithmeticGroups/crystGcomplex.gi
hap-1.24/lib/ArithmeticGroups/resGTree.gi
hap-1.24/lib/ArithmeticGroups/sl2zngens.gi
hap-1.24/lib/ArithmeticGroups/freeZGRes.gi
hap-1.24/lib/ArithmeticGroups/crystVarious.gi
hap-1.24/lib/ArithmeticGroups/crystGbasis.gi
hap-1.24/lib/ArithmeticGroups/cplGTree.gi
hap-1.24/lib/ArithmeticGroups/barycentric.gi
hap-1.24/lib/ArithmeticGroups/arithTypes.gd
hap-1.24/lib/ArithmeticGroups/arithVarious.gi
hap-1.24/lib/ArithmeticGroups/arithmeticOps.gi
hap-1.24/lib/ArithmeticGroups/crystTypes.gd
hap-1.24/lib/HapPrime/ringhomomorphism.gi
hap-1.24/lib/HapPrime/poincare.gi
hap-1.24/lib/HapPrime/singular.gi
hap-1.24/lib/HapPrime/happrime.gd
hap-1.24/lib/HapPrime/polynomials.gi
hap-1.24/lib/HapPrime/rings.gd
hap-1.24/lib/HapPrime/gradedalgebra.gd
hap-1.24/lib/HapPrime/derivation.gi
hap-1.24/lib/HapPrime/ringhomomorphism.gd
hap-1.24/lib/HapPrime/poincare.gd
hap-1.24/lib/HapPrime/singular.gd
hap-1.24/lib/HapPrime/polynomials.gd
hap-1.24/lib/HapPrime/happrime.gi
hap-1.24/lib/HapPrime/rings.gi
hap-1.24/lib/HapPrime/derivation.gd
hap-1.24/lib/HapPrime/gradedalgebra.gi
hap-1.24/lib/Kelvin/knotCompBound.gi
hap-1.24/lib/Kelvin/kelvin.gd
hap-1.24/lib/ResolutionsModP/radical.gi
hap-1.24/lib/ResolutionsModP/ranksPrimeGroup.gi
hap-1.24/lib/ResolutionsModP/poincare.gi
hap-1.24/lib/ResolutionsModP/resPrimeGroupSparse.gi
hap-1.24/lib/ResolutionsModP/primepart.gi
hap-1.24/lib/ResolutionsModP/resPrimeGroup.gi
hap-1.24/lib/PureComplexes/pureComplexes.gi
hap-1.24/lib/PureComplexes/complexTypes.gd
hap-1.24/lib/Objectifications/.types.gd.swp
hap-1.24/lib/Objectifications/basicMethods.gi
hap-1.24/lib/Objectifications/types.gd
hap-1.24/lib/HapCocyclic/PackageInfo.g
hap-1.24/lib/HapCocyclic/README
hap-1.24/lib/HapCocyclic/init.g
hap-1.24/lib/HapCocyclic/readme_Aug2014
hap-1.24/lib/HapCocyclic/read.g
hap-1.24/lib/HapCocyclic/gap/ccgroup.gi
hap-1.24/lib/HapCocyclic/gap/cocycle.gi
hap-1.24/lib/HapCocyclic/gap/banner.g
hap-1.24/lib/HapCocyclic/gap/ccelms.gi
hap-1.24/lib/HapCocyclic/gap/ccsubgroups.gi
hap-1.24/lib/HapCocyclic/gap/ccgroup.gd
hap-1.24/lib/HapCocyclic/gap/cocycle.gd
hap-1.24/lib/HapCocyclic/gap/ccelms.gd
hap-1.24/lib/HapCocyclic/tst/ccgroup.tst
hap-1.24/lib/Functors/tensorWithZmodP.gi
hap-1.24/lib/Functors/homToZmodule.gi
hap-1.24/lib/Functors/primePartDerived.ancient
hap-1.24/lib/Functors/primePartDerived.gi
hap-1.24/lib/Functors/homtint.gi
hap-1.24/lib/Functors/various.gi
hap-1.24/lib/Functors/homtint.new
hap-1.24/lib/Functors/tensorWithZ.gi
hap-1.24/lib/Functors/homToZ.gi
hap-1.24/lib/Functors/permMatrix.gi
hap-1.24/lib/Functors/equiChainMap.gi
hap-1.24/lib/Functors/homToZ.original.keep
hap-1.24/lib/Functors/primePartDerivedvsgc.gi
hap-1.24/lib/Functors/tensorWithTwistedZmodP.gi
hap-1.24/lib/Functors/tensorWithTwistedZ.gi
hap-1.24/lib/Functors/homToZmodP.gi
hap-1.24/lib/Functors/tensorWithRationals.gi
hap-1.24/lib/Functors/tensorWithZmodule.gi
hap-1.24/lib/Functors/homToZmodule.original.keep
hap-1.24/lib/Functors/modularEquiChainMap.gi
hap-1.24/lib/Functors/prank.gi
hap-1.24/lib/Streams/streams.gi
hap-1.24/lib/Streams/HAPexport.gi
hap-1.24/lib/Streams/HAPimport.gi
hap-1.24/lib/SimplicialGroups/homology.gi
hap-1.24/lib/SimplicialGroups/barComplexEquivalence.gi
hap-1.24/lib/SimplicialGroups/homotopyLowerCenterSeries.gi
hap-1.24/lib/SimplicialGroups/crossedModule.gi
hap-1.24/lib/SimplicialGroups/catOneGroup.gi
hap-1.24/lib/SimplicialGroups/hapbar.gd
hap-1.24/lib/SimplicialGroups/dataCatOneGroups.data.gz
hap-1.24/lib/SimplicialGroups/persistentHomology.gi
hap-1.24/lib/SimplicialGroups/chainComplexOfSimplicialGroup.gi
hap-1.24/lib/SimplicialGroups/dataTwoTypes.data.gz
hap-1.24/lib/SimplicialGroups/barResolutionEquivalence.gi
hap-1.24/lib/SimplicialGroups/nerveOfCatOneGroup.gi
hap-1.24/lib/SimplicialGroups/quasiIsomorph.gi
hap-1.24/lib/SimplicialGroups/mooreComplex.gi
hap-1.24/lib/SimplicialGroups/sylowcat1group.gi
hap-1.24/lib/SimplicialGroups/twoTypes.gi
hap-1.24/lib/SimplicialGroups/simpTypes.gd
hap-1.24/lib/SimplicialGroups/eilenbergMacLane.gi
hap-1.24/lib/SimplicialGroups/tensor2chains.gi
hap-1.24/lib/CatGroups/identities.gi
hap-1.24/lib/CatGroups/CatConstructions.gi
hap-1.24/lib/CatGroups/CatBasic.gi
hap-1.24/lib/CatGroups/algIdentities.gi
hap-1.24/lib/CatGroups/CrossedInvariant.gi
hap-1.24/lib/TitlePage/1
hap-1.24/lib/TitlePage/copyright.gap
hap-1.24/lib/TitlePage/title.gap
hap-1.24/lib/TitlePage/makeHapMan.gi
hap-1.24/lib/Polymake/TZ.gi
hap-1.24/lib/Polymake/polyGens.gi
hap-1.24/lib/Polymake/fix.gi
hap-1.24/lib/Polymake/convexCWspace.gi
hap-1.24/lib/Polymake/orbitPoly.gi
hap-1.24/lib/Polymake/polyFaces.gi
hap-1.24/lib/Polymake/aspherical.gi
hap-1.24/lib/Polymake/stabilizer.gi
hap-1.24/lib/Polymake/polyFaces.keep
hap-1.24/lib/Operations/hapOps.gi
hap-1.24/lib/GOuterGroups/goutergroup.gi
hap-1.24/lib/GOuterGroups/functorialGouter.trial
hap-1.24/lib/GOuterGroups/hadamard.gi
hap-1.24/lib/GOuterGroups/functorialGouter.gd
hap-1.24/lib/GOuterGroups/homtogouter.gi
hap-1.24/lib/GOuterGroups/goutergroup.gd
hap-1.24/lib/GOuterGroups/functorialGouter.gi
hap-1.24/lib/CategoryTheory/categories.gdworking
hap-1.24/lib/CategoryTheory/commutativeDiagrams.gd
hap-1.24/lib/CategoryTheory/categories.gi
hap-1.24/lib/CategoryTheory/categories.giworking
hap-1.24/lib/CategoryTheory/commutativeDiagrams.gi
hap-1.24/lib/CategoryTheory/categories.gd
hap-1.24/lib/LieAlgebras/isLieHom.gi
hap-1.24/lib/LieAlgebras/groupToLie.gi
hap-1.24/lib/LieAlgebras/LeibnizQuasiCover.gi
hap-1.24/lib/LieAlgebras/leibniz.gi
hap-1.24/lib/LieAlgebras/LieTensorSquare.gi
hap-1.24/lib/LieAlgebras/LieExteriorSquare.gi
hap-1.24/lib/LieAlgebras/LieCover.gi
hap-1.24/lib/LieAlgebras/chevalleyEilenberg.gi
hap-1.24/lib/CohomologyOperations/toplevelsquares.gi
hap-1.24/lib/CohomologyOperations/cohoOps.gd
hap-1.24/lib/CohomologyOperations/detection.gi
hap-1.24/lib/CohomologyOperations/steenrod.gi
hap-1.24/lib/CohomologyOperations/homologyOperations.gi
hap-1.24/lib/CohomologyOperations/connecting_homomorphism.gi
hap-1.24/lib/CohomologyOperations/homologyOperations.test
hap-1.24/lib/CohomologyOperations/g-32-8.txt
hap-1.24/lib/CohomologyOperations/homologyOperations.gd
hap-1.24/lib/CohomologyOperations/cohomology_homomorphism.gi
hap-1.24/lib/CohomologyOperations/cohodata.gi
hap-1.24/lib/CohomologyOperations/stiefel.gi
hap-1.24/lib/CohomologyOperations/mycupi.gi
hap-1.24/lib/FpGmodules/fpgbasics.gi
hap-1.24/lib/FpGmodules/homs.gi
hap-1.24/lib/FpGmodules/meataxe.gi
hap-1.24/lib/FpGmodules/resfpgmod.gi
hap-1.24/lib/ModPRings/recordPart1.gi
hap-1.24/lib/ModPRings/record.gi
hap-1.24/lib/ModPRings/recordPartII.gi
hap-1.24/lib/CompiledGAP/absint.c
hap-1.24/lib/CompiledGAP/signint.c
hap-1.24/lib/RahmSanchez/DavisComplex.gd
hap-1.24/lib/RahmSanchez/DavisComplex.gi
hap-1.24/lib/GraphsOfGroups/resGraph.gi
hap-1.24/lib/GraphsOfGroups/graphOfResolutions.gi
hap-1.24/lib/GraphsOfGroups/graphs.gi
hap-1.24/lib/Quandles/quandleOrbits.gi
hap-1.24/lib/Quandles/quandles.gd
hap-1.24/lib/Quandles/isoreps.gi
hap-1.24/lib/Quandles/quandleKnots.gi
hap-1.24/lib/Quandles/quandles.gi
hap-1.24/lib/Quandles/planarDiagramData.gi.gz
hap-1.24/lib/Quandles/rig.gi.gz
hap-1.24/lib/NonabelianTensor/equivalenceclasses.gi
hap-1.24/lib/NonabelianTensor/bogomolov.gi
hap-1.24/lib/NonabelianTensor/sidki.gi
hap-1.24/lib/NonabelianTensor/multNilGrp.gi
hap-1.24/lib/NonabelianTensor/exteriorProduct.gi
hap-1.24/lib/NonabelianTensor/liftsidki.gi
hap-1.24/lib/NonabelianTensor/tensorSquare.gi
hap-1.24/lib/NonabelianTensor/symmetricSquare.gi
hap-1.24/lib/NonabelianTensor/SBG.gi
hap-1.24/lib/NonabelianTensor/tensor.gi
hap-1.24/lib/NonabelianTensor/epiNilGrp.gi
hap-1.24/lib/NonabelianTensor/tensorPair.gi
hap-1.24/lib/NonabelianTensor/tensorSquareInf.gi
hap-1.24/lib/NonabelianTensor/symmetricSquareInf.gi
hap-1.24/lib/NonabelianTensor/tensorPairInf.gi
hap-1.24/lib/TorsionSubcomplexes/torsioninit.gi
hap-1.24/lib/TorsionSubcomplexes/various.gi
hap-1.24/lib/TorsionSubcomplexes/barycentriccount.gi
hap-1.24/lib/TorsionSubcomplexes/torsionsubcomplex.gd
hap-1.24/lib/TorsionSubcomplexes/HAPtoDisk.gi
hap-1.24/lib/TorsionSubcomplexes/reduceTorsionSubcomplexes.gi
hap-1.24/lib/TorsionSubcomplexes/quotientcomplex.gi
hap-1.24/lib/TorsionSubcomplexes/eqispecseq.gi
hap-1.24/lib/TorsionSubcomplexes/subdivision.gi
hap-1.24/lib/TorsionSubcomplexes/TorsionSubcomplexes.xml
hap-1.24/lib/TorsionSubcomplexes/cellularhomology.gi
hap-1.24/lib/TorsionSubcomplexes/EulerChar.gi
hap-1.24/lib/TorsionSubcomplexes/countingcells.gi
hap-1.24/lib/Polycyclic/resAbPcpGroup.gi
hap-1.24/lib/Polycyclic/resNilpotentPcpGrp.gi
hap-1.24/lib/Rings/cupProduct.gi
hap-1.24/lib/Rings/integralGens.gi
hap-1.24/lib/Rings/intCoh.gi
hap-1.24/lib/Rings/cocycleChainMap.gi
hap-1.24/lib/Sparse/sparse.gd
hap-1.24/lib/Sparse/sparse.keep
hap-1.24/lib/Sparse/sparse.gi
hap-1.24/lib/Perturbations/resDirectProdLazy.gi
hap-1.24/lib/Perturbations/twistedTensorProduct.readable
hap-1.24/lib/Perturbations/resDirectProd.good
hap-1.24/lib/Perturbations/dutour.gi
hap-1.24/lib/Perturbations/resFiniteDirectProd.gi
hap-1.24/lib/Perturbations/twistedTensorProduct.gi
hap-1.24/lib/Perturbations/contractibleSL2Zcomplex.gi
hap-1.24/lib/Perturbations/resSubNormSeries.gi
hap-1.24/lib/Perturbations/resNormalSer.gi
hap-1.24/lib/Perturbations/resDirectProd.keep
hap-1.24/lib/Perturbations/resFiniteDirectProd.new
hap-1.24/lib/Perturbations/freeRes.mod
hap-1.24/lib/Perturbations/freeRes.gi
hap-1.24/lib/Perturbations/twistedTensorProduct.keep
hap-1.24/lib/Perturbations/resExtension.gi
hap-1.24/lib/Perturbations/filteredChainComplex.gi
hap-1.24/lib/Perturbations/resFiniteDirectProd.15May2016
hap-1.24/lib/Perturbations/resFiniteExt.gi
hap-1.24/lib/Perturbations/resDirectProd.gi
hap-1.24/lib/Perturbations/Gcomplexes/GLO-22+I
hap-1.24/lib/Perturbations/Gcomplexes/ReadMeSL2
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-2_a
hap-1.24/lib/Perturbations/Gcomplexes/SLO-22+I
hap-1.24/lib/Perturbations/Gcomplexes/SLO-26+I
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-67
hap-1.24/lib/Perturbations/Gcomplexes/GLO-6+I
hap-1.24/lib/Perturbations/Gcomplexes/GLO-26+I
hap-1.24/lib/Perturbations/Gcomplexes/GLO-13+I
hap-1.24/lib/Perturbations/Gcomplexes/SLO-13+I
hap-1.24/lib/Perturbations/Gcomplexes/SL3Zs
hap-1.24/lib/Perturbations/Gcomplexes/SLO-17+I
hap-1.24/lib/Perturbations/Gcomplexes/GLO-17+I
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-14
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-13
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-3
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-22
hap-1.24/lib/Perturbations/Gcomplexes/PSL4Z
hap-1.24/lib/Perturbations/Gcomplexes/SLO-21+I4
hap-1.24/lib/Perturbations/Gcomplexes/SLO-21+I3
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-5
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-23
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-2
hap-1.24/lib/Perturbations/Gcomplexes/GLO-5+I
hap-1.24/lib/Perturbations/Gcomplexes/PGL3Zi
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-15
hap-1.24/lib/Perturbations/Gcomplexes/SLO-21+I2
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-5_a
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-2
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-5
hap-1.24/lib/Perturbations/Gcomplexes/SLO-10+I
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-11
hap-1.24/lib/Perturbations/Gcomplexes/GLO-10+I
hap-1.24/lib/Perturbations/Gcomplexes/GLO-21+I2
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-43
hap-1.24/lib/Perturbations/Gcomplexes/GLO-14+I
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-19_a
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-3
hap-1.24/lib/Perturbations/Gcomplexes/GLO-21+I3
hap-1.24/lib/Perturbations/Gcomplexes/SLO-14+I
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-21
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-26
hap-1.24/lib/Perturbations/Gcomplexes/SL2Z
hap-1.24/lib/Perturbations/Gcomplexes/GLO-21+I4
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-19
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-10
hap-1.24/lib/Perturbations/Gcomplexes/ReadMe
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-17
hap-1.24/lib/Perturbations/Gcomplexes/SL3Z
hap-1.24/lib/Perturbations/Gcomplexes/SL2Z_R
hap-1.24/lib/Perturbations/Gcomplexes/PSL4Z_d
hap-1.24/lib/Perturbations/Gcomplexes/SLO-6+I
hap-1.24/lib/Perturbations/Gcomplexes/PSL4Z_c
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-26.erroneous
hap-1.24/lib/Perturbations/Gcomplexes/GLO-15+I
hap-1.24/lib/Perturbations/Gcomplexes/PSL4Z_b
hap-1.24/lib/Perturbations/Gcomplexes/SLO-15+I
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-43
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-163
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-10
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-17
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-21
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-7
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-19
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-7_a
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-1
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-6
hap-1.24/lib/Perturbations/Gcomplexes/PGL3Eisenstein_Integers
hap-1.24/lib/Perturbations/Gcomplexes/Sp4Z
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-11
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-15
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-23
hap-1.24/lib/Perturbations/Gcomplexes/SLO-5+I
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-6
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-1
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-22
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-14
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-13
hap-1.24/lib/Perturbations/Gcomplexes/SL2O-11_a
hap-1.24/lib/Perturbations/Gcomplexes/GL2O-7
hap-1.24/lib/RegularCWComplexes/spin.gi
hap-1.24/lib/RegularCWComplexes/universalCover.gi
hap-1.24/lib/RegularCWComplexes/tmp.txt
hap-1.24/lib/RegularCWComplexes/cwTypes.gdworking
hap-1.24/lib/RegularCWComplexes/cwTypes.gd
hap-1.24/lib/RegularCWComplexes/cocycle.gi
hap-1.24/lib/RegularCWComplexes/equivariantCW.gi
hap-1.24/lib/RegularCWComplexes/basicRegular.gi
hap-1.24/lib/RegularCWComplexes/basicRegular.faster
hap-1.24/lib/RegularCWComplexes/spunknotcomp.gi
hap-1.24/lib/RegularCWComplexes/grannyknot.gi
hap-1.24/lib/RegularCWComplexes/contractAlt.gi
hap-1.24/lib/RegularCWComplexes/fundamental.new
hap-1.24/lib/RegularCWComplexes/fundamental.gi
hap-1.24/lib/RegularCWComplexes/piZero.gi
hap-1.24/lib/RegularCWComplexes/cocontract.gi
hap-1.24/lib/RegularCWComplexes/cocycle.gd
hap-1.24/lib/RegularCWComplexes/filteredCW.gi
hap-1.24/lib/RegularCWComplexes/universalCover.keep
hap-1.24/lib/RegularCWComplexes/directproduct.gi
hap-1.24/lib/Knots/knotdata.gi
hap-1.24/lib/Knots/cubicalKnot.gi
hap-1.24/lib/Knots/knots.gd
hap-1.24/lib/Knots/surface.gi
hap-1.24/lib/Knots/csvknot.gi
hap-1.24/lib/Resolutions/resSmallFpGroup.gi
hap-1.24/lib/Resolutions/coreducedRes.gi
hap-1.24/lib/Resolutions/resFiniteGroup.gi
hap-1.24/lib/Resolutions/resACquotient.gi
hap-1.24/lib/Resolutions/resInfSubgroup.gi
hap-1.24/lib/Resolutions/resGeneric.gi
hap-1.24/lib/Resolutions/resACgroup.gi
hap-1.24/lib/Resolutions/presentation.gi
hap-1.24/lib/Resolutions/tietzered.gi
hap-1.24/lib/Resolutions/resAspherical.gi
hap-1.24/lib/Resolutions/resAbGroup.gi
hap-1.24/lib/Resolutions/resSubgroup.gi
hap-1.24/lib/Resolutions/cayley.gi
hap-1.24/lib/Resolutions/resSL2Z.gi
hap-1.24/lib/Resolutions/pseudoLists.gi
hap-1.24/lib/ArtinCoxeter/noncrossing.gi
hap-1.24/lib/ArtinCoxeter/coxeterWythoff.gi
hap-1.24/lib/ArtinCoxeter/.diagrams.gi.swp
hap-1.24/lib/ArtinCoxeter/diagrams.gi
hap-1.24/lib/ArtinCoxeter/resArtin.gi
hap-1.24/lib/ArtinCoxeter/tuan/crystGcomplex.gi
hap-1.24/lib/ArtinCoxeter/tuan/freeZGRes.gi
hap-1.24/lib/ArtinCoxeter/tuan/crystVarious.gi
hap-1.24/lib/ArtinCoxeter/tuan/crystGbasis.gi
hap-1.24/lib/ArtinCoxeter/tuan/crystTypes.gd
hap-1.24/lib/FreeGmodules/tietze.gi
hap-1.24/lib/FreeGmodules/wordOperations.gi
hap-1.24/lib/Homology/modularHomology.gi
hap-1.24/lib/Homology/homology.gi
hap-1.24/lib/Homology/integralCohomologyObj.gi
hap-1.24/lib/Homology/groupHomology.gi
hap-1.24/lib/Homology/cohomology.gi
hap-1.24/lib/Homology/lefschetz.gi
hap-1.24/lib/Homology/syzygy.gi
hap-1.24/lib/Homology/cocycleCondition.gi
hap-1.24/lib/Homology/integralHomologyObj.gi
hap-1.24/lib/Homology/isSuperperfect.gi
hap-1.24/lib/Homology/solutionsMat.gi
hap-1.24/lib/Homology/persistent.gi
hap-1.24/lib/Homology/cycles.gi
hap-1.24/lib/Homology/integralHomology.gi
hap-1.24/lib/Homology/modularCohomology.gi
hap-1.24/lib/Homology/sparseprobHomology.gi
hap-1.24/lib/Homology/integralHomology.may2017working
hap-1.24/lib/Homology/modularHomology.may2017working
hap-1.24/lib/Homology/groupCohomology.gi
hap-1.24/lib/Homology/modularHomologyVectSpace.gi
hap-1.24/lib/Homology/probHomology.gi
hap-1.24/lib/Homology/cat1homology.gi
hap-1.24/lib/Homology/integralCohomology.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_23.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_81.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_17.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_59.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_3.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_9.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_9.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_67.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_53.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_43.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_49.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_79.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_13.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_7.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_59.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_27.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_2.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_32.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_73.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_47.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_16.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_79.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_37.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_49.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_43.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_3.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_23.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_81.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_17.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_29.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_67.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_19.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_53.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_73.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_16.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_47.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_2.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_7.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_8.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_37.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_8.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_13.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_27.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_19.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_29.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_32.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_3.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_3.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_11.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_59.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_25.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_32.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_67.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_29.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_53.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_9.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_16.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_47.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_43.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_73.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_64.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_5.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_49.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_83.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_7.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_7.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_8.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_53.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_19.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_67.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_32.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_2.dat
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_3.dat
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_73.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_43.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_47.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_16.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_79.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_31.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_71.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_9.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_49.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_37.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_7.dat
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_81.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_23.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_27.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_59.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_13.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_17.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_29.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_61.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_2.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_2.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_41.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_37.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_79.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_8.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_5.dat
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_17.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_13.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_81.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_27.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_23.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_19.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_4.gi
hap-1.24/lib/Homology/BarCodes/barcode.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_23.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_81.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_17.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_5.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_5.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_61.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_71.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_9.dat
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_41.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_3.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_13.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_16.dat
hap-1.24/lib/Homology/BarCodes/PCentralSeries_27.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_61.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_41.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_71.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_7.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_37.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_17.dat
hap-1.24/lib/Homology/BarCodes/PCentralSeries_43.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_13.dat
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_64.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_31.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_11.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_25.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_83.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_67.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_53.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_73.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_16.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_47.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_4.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_4.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_31.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_64.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_25.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_83.gi
hap-1.24/lib/Homology/BarCodes/PUpperCentralSeries_11.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_11.dat
hap-1.24/lib/Homology/BarCodes/DerivedSeries_2.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_32.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_5.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_11.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_25.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_29.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_61.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_71.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_9.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_64.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_83.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_4.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_19.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_51.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_41.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_31.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_71.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_64.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_49.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_5.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_11.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_59.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_25.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_61.gi
hap-1.24/lib/Homology/BarCodes/LowerCentralSeries_4.gi
hap-1.24/lib/Homology/BarCodes/UpperCentralSeries_41.gi
hap-1.24/lib/Homology/BarCodes/PCentralSeries_79.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_31.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_83.gi
hap-1.24/lib/Homology/BarCodes/DerivedSeries_8.gi
hap-1.24/doc/chap40_mj.html
hap-1.24/doc/chap9_mj.html
hap-1.24/doc/newCW.xml
hap-1.24/doc/chap32_mj.html
hap-1.24/doc/chap22_mj.html
hap-1.24/doc/chap11.html
hap-1.24/doc/chap31.html
hap-1.24/doc/newMeataxe.xml
hap-1.24/doc/chap27.html
hap-1.24/doc/chap8.txt
hap-1.24/doc/chap0_mj.html
hap-1.24/doc/newLie.xml
hap-1.24/doc/chap9.txt
hap-1.24/doc/chap2.html
hap-1.24/doc/chap14_mj.html
hap-1.24/doc/newInducedChainMaps.xml
hap-1.24/doc/chap3.html
hap-1.24/doc/chap1_mj.html
hap-1.24/doc/updateIndex.gi
hap-1.24/doc/newFpgmodules.xml
hap-1.24/doc/chap15_mj.html
hap-1.24/doc/chap26.html
hap-1.24/doc/Undocumented.xml
hap-1.24/doc/newPseudolists.xml
hap-1.24/doc/chap30.html
hap-1.24/doc/newSimplicialGroups.xml
hap-1.24/doc/chap10.html
hap-1.24/doc/chap8_mj.html
hap-1.24/doc/chap23_mj.html
hap-1.24/doc/chap33_mj.html
hap-1.24/doc/chapInd.html
hap-1.24/doc/chap3_mj.html
hap-1.24/doc/chap37.html
hap-1.24/doc/chap21.html
hap-1.24/doc/chapInd.txt
hap-1.24/doc/newFunctionsKnotsQuandles.xml
hap-1.24/doc/chap28_mj.html
hap-1.24/doc/chap38_mj.html
hap-1.24/doc/chap13.txt
hap-1.24/doc/chap12.txt
hap-1.24/doc/chap4.html
hap-1.24/doc/newNewGroups.xml
hap-1.24/doc/newGouter.xml
hap-1.24/doc/chap17_mj.html
hap-1.24/doc/chap31_mj.html
hap-1.24/doc/chap21_mj.html
hap-1.24/doc/chap38.txt
hap-1.24/doc/newMetrics.xml
hap-1.24/doc/chap10.txt
hap-1.24/doc/chap11.txt
hap-1.24/doc/chap39.txt
hap-1.24/doc/chap8.html
hap-1.24/doc/chap40.html
hap-1.24/doc/newHomology.xml
hap-1.24/doc/newCubical.xml
hap-1.24/doc/chap17.html
hap-1.24/doc/chap20_mj.html
hap-1.24/doc/chap16.html
hap-1.24/doc/chap30_mj.html
hap-1.24/doc/chap9.html
hap-1.24/doc/chap15.txt
hap-1.24/doc/chap29.txt
hap-1.24/doc/chap28.txt
hap-1.24/doc/chap14.txt
hap-1.24/doc/chap2_mj.html
hap-1.24/doc/chap39_mj.html
hap-1.24/doc/chap29_mj.html
hap-1.24/doc/chap5.html
hap-1.24/doc/chap16.txt
hap-1.24/doc/chap17.txt
hap-1.24/doc/chap20.html
hap-1.24/doc/newParallel.xml
hap-1.24/doc/chap36.html
hap-1.24/doc/chap16_mj.html
hap-1.24/doc/newNewParallel.xml
hap-1.24/doc/chap19.html
hap-1.24/doc/chap6.html
hap-1.24/doc/chap13_mj.html
hap-1.24/doc/newModuleResolutions.xml
hap-1.24/doc/newMiscellaneous.xml
hap-1.24/doc/chap32.txt
hap-1.24/doc/chap26.txt
hap-1.24/doc/chap27.txt
hap-1.24/doc/chap33.txt
hap-1.24/doc/Test.xml
hap-1.24/doc/chap23.html
hap-1.24/doc/chap7_mj.html
hap-1.24/doc/chap35.html
hap-1.24/doc/newResolutions.xml
hap-1.24/doc/chap15.html
hap-1.24/doc/newNonabelian.xml
hap-1.24/doc/chap19.txt
hap-1.24/doc/chap25.txt
hap-1.24/doc/chap31.txt
hap-1.24/doc/chap30.txt
hap-1.24/doc/chap24.txt
hap-1.24/doc/chap18.txt
hap-1.24/doc/chap35_mj.html
hap-1.24/doc/chap25_mj.html
hap-1.24/doc/chap39.html
hap-1.24/doc/newHAPprime.xml
hap-1.24/doc/chap38.html
hap-1.24/doc/chap20.txt
hap-1.24/doc/chap34.txt
hap-1.24/doc/chap35.txt
hap-1.24/doc/chap21.txt
hap-1.24/doc/newChainComplexes.xml
hap-1.24/doc/chap24_mj.html
hap-1.24/doc/chap34_mj.html
hap-1.24/doc/newCoxeter.xml
hap-1.24/doc/newHapMan.xml
hap-1.24/doc/chap14.html
hap-1.24/doc/chap34.html
hap-1.24/doc/chap22.html
hap-1.24/doc/chap12_mj.html
hap-1.24/doc/chap37.txt
hap-1.24/doc/chap23.txt
hap-1.24/doc/chap22.txt
hap-1.24/doc/chap36.txt
hap-1.24/doc/chap6_mj.html
hap-1.24/doc/chap7.html
hap-1.24/doc/newFunctors.xml
hap-1.24/doc/chap18.html
hap-1.24/doc/newCategories.xml
hap-1.24/doc/chap13.html
hap-1.24/doc/newTorsionSubcomplexes.xml
hap-1.24/doc/chap19_mj.html
hap-1.24/doc/chap2.txt
hap-1.24/doc/chap3.txt
hap-1.24/doc/chap29.html
hap-1.24/doc/updateUndocumented.gi
hap-1.24/doc/chap36_mj.html
hap-1.24/doc/chap26_mj.html
hap-1.24/doc/newOrbits.xml
hap-1.24/doc/chap10_mj.html
hap-1.24/doc/newRings.xml
hap-1.24/doc/newAccess.xml
hap-1.24/doc/chap0.html
hap-1.24/doc/chap1.txt
hap-1.24/doc/chap0.txt
hap-1.24/doc/chap25.html
hap-1.24/doc/newPresentations.xml
hap-1.24/doc/chap4_mj.html
hap-1.24/doc/chap33.html
hap-1.24/doc/newCat1groups.xml
hap-1.24/doc/chap32.html
hap-1.24/doc/chap11_mj.html
hap-1.24/doc/chap24.html
hap-1.24/doc/chap4.txt
hap-1.24/doc/chap5.txt
hap-1.24/doc/chap1.html
hap-1.24/doc/newNewResolutions.xml
hap-1.24/doc/chap5_mj.html
hap-1.24/doc/newNewCellComplexes.xml
hap-1.24/doc/newKnots.xml
hap-1.24/doc/newSimplicial.xml
hap-1.24/doc/newWords.xml
hap-1.24/doc/newSparse.xml
hap-1.24/doc/newPoincare.xml
hap-1.24/doc/chap28.html
hap-1.24/doc/chap7.txt
hap-1.24/doc/chap40.txt
hap-1.24/doc/chap18_mj.html
hap-1.24/doc/newCocycles.xml
hap-1.24/doc/chap6.txt
hap-1.24/doc/chapInd_mj.html
hap-1.24/doc/chap27_mj.html
hap-1.24/doc/chap37_mj.html
hap-1.24/doc/chap12.html
hap-1.24/doc/tutorial/chap9_mj.html
hap-1.24/doc/tutorial/HapTutorial.xml
hap-1.24/doc/tutorial/tutorialGroupCohomology.xml
hap-1.24/doc/tutorial/chapBib_mj.html
hap-1.24/doc/tutorial/chap8.txt
hap-1.24/doc/tutorial/chap0_mj.html
hap-1.24/doc/tutorial/chap9.txt
hap-1.24/doc/tutorial/chap2.html
hap-1.24/doc/tutorial/chap3.html
hap-1.24/doc/tutorial/chap1_mj.html
hap-1.24/doc/tutorial/chap10.html
hap-1.24/doc/tutorial/chap8_mj.html
hap-1.24/doc/tutorial/tutorialSimplicialComplexes.xml
hap-1.24/doc/tutorial/chapInd.html
hap-1.24/doc/tutorial/chap3_mj.html
hap-1.24/doc/tutorial/chapInd.txt
hap-1.24/doc/tutorial/chap4.html
hap-1.24/doc/tutorial/chap10.txt
hap-1.24/doc/tutorial/chap8.html
hap-1.24/doc/tutorial/chap9.html
hap-1.24/doc/tutorial/HapTutorial.tex
hap-1.24/doc/tutorial/tutorialCubicalComplexes.xml
hap-1.24/doc/tutorial/chap2_mj.html
hap-1.24/doc/tutorial/chap5.html
hap-1.24/doc/tutorial/chap6.html
hap-1.24/doc/tutorial/chapBib.txt
hap-1.24/doc/tutorial/chap7_mj.html
hap-1.24/doc/tutorial/mybib.xml
hap-1.24/doc/tutorial/tutorialCoveringSpaces.xml
hap-1.24/doc/tutorial/tutorialSteenrod.xml
hap-1.24/doc/tutorial/chap6_mj.html
hap-1.24/doc/tutorial/chap7.html
hap-1.24/doc/tutorial/chap2.txt
hap-1.24/doc/tutorial/chap3.txt
hap-1.24/doc/tutorial/tutorialSimplicialGroups.xml
hap-1.24/doc/tutorial/chapBib.html
hap-1.24/doc/tutorial/chap10_mj.html
hap-1.24/doc/tutorial/chap0.html
hap-1.24/doc/tutorial/chap1.txt
hap-1.24/doc/tutorial/tutorialParallel.xml
hap-1.24/doc/tutorial/chap0.txt
hap-1.24/doc/tutorial/chap4_mj.html
hap-1.24/doc/tutorial/manual.css
hap-1.24/doc/tutorial/tutorialTDA.xml
hap-1.24/doc/tutorial/chap4.txt
hap-1.24/doc/tutorial/tutorialGroupTheoretic.xml
hap-1.24/doc/tutorial/chap5.txt
hap-1.24/doc/tutorial/chap1.html
hap-1.24/doc/tutorial/mybib.xml.bib
hap-1.24/doc/tutorial/chap5_mj.html
hap-1.24/doc/tutorial/chap7.txt
hap-1.24/doc/tutorial/chap6.txt
hap-1.24/doc/tutorial/tutorialBredon.xml
hap-1.24/doc/tutorial/chapInd_mj.html
hap-1.24/doc/tutorial/tutex/2.4.txt
hap-1.24/doc/tutorial/tutex/4.2.txt
hap-1.24/doc/tutorial/tutex/6.1.txt
hap-1.24/doc/tutorial/tutex/4.3.txt
hap-1.24/doc/tutorial/tutex/2.5.txt
hap-1.24/doc/tutorial/tutex/4.1.txt
hap-1.24/doc/tutorial/tutex/6.3.txt
hap-1.24/doc/tutorial/tutex/6.2.txt
hap-1.24/doc/tutorial/tutex/2.6.txt
hap-1.24/doc/tutorial/tutex/6.14.txt
hap-1.24/doc/tutorial/tutex/6.10.txt
hap-1.24/doc/tutorial/tutex/2.2.txt
hap-1.24/doc/tutorial/tutex/4.4.txt
hap-1.24/doc/tutorial/tutex/6.6.txt
hap-1.24/doc/tutorial/tutex/6.7.txt
hap-1.24/doc/tutorial/tutex/4.5.txt
hap-1.24/doc/tutorial/tutex/2.3.txt
hap-1.24/doc/tutorial/tutex/6.11.txt
hap-1.24/doc/tutorial/tutex/6.13.txt
hap-1.24/doc/tutorial/tutex/2.1.txt
hap-1.24/doc/tutorial/tutex/6.5.txt
hap-1.24/doc/tutorial/tutex/6.4.txt
hap-1.24/doc/tutorial/tutex/4.6.txt
hap-1.24/doc/tutorial/tutex/6.12.txt
hap-1.24/doc/tutorial/tutex/5.1.txt
hap-1.24/doc/tutorial/tutex/3.7.txt
hap-1.24/doc/tutorial/tutex/1.5.txt
hap-1.24/doc/tutorial/tutex/1.4.txt
hap-1.24/doc/tutorial/tutex/3.6.txt
hap-1.24/doc/tutorial/tutex/7.2.txt
hap-1.24/doc/tutorial/tutex/7.0.txt
hap-1.24/doc/tutorial/tutex/5.2.txt
hap-1.24/doc/tutorial/tutex/3.4.txt
hap-1.24/doc/tutorial/tutex/1.6.txt
hap-1.24/doc/tutorial/tutex/1.7.txt
hap-1.24/doc/tutorial/tutex/3.5.txt
hap-1.24/doc/tutorial/tutex/5.3.txt
hap-1.24/doc/tutorial/tutex/7.1.txt
hap-1.24/doc/tutorial/tutex/3.1.txt
hap-1.24/doc/tutorial/tutex/1.3.txt
hap-1.24/doc/tutorial/tutex/1.2.txt
hap-1.24/doc/tutorial/tutex/5.4.txt
hap-1.24/doc/tutorial/tutex/3.2.txt
hap-1.24/doc/tutorial/tutex/1.1.txt
hap-1.24/doc/tutorial/tutex/3.3.txt
hap-1.24/doc/tutorial/tutex/3.8.txt
hap-1.24/doc/tutorial/tutex/3.9.txt
hap-1.24/doc/tutorial/tutex/2.3a.txt
hap-1.24/doc/tutorial/tutex/9.2.txt
hap-1.24/doc/tutorial/tutex/1.9.txt
hap-1.24/doc/tutorial/tutex/1.8.txt
hap-1.24/doc/tutorial/tutex/2.3b.txt
hap-1.24/doc/tutorial/tutex/9.1.txt
hap-1.24/doc/tutorial/tutex/6.9.txt
hap-1.24/doc/tutorial/tutex/3.12.txt
hap-1.24/doc/tutorial/tutex/6.8.txt
hap-1.24/doc/tutorial/tutex/10.1.txt
hap-1.24/doc/tutorial/tutex/3.10.txt
hap-1.24/doc/tutorial/tutex/3.11.txt
hap-1.24/doc/tutorial/tutex/8.4.txt
hap-1.24/doc/tutorial/tutex/1.10.txt
hap-1.24/doc/tutorial/tutex/8.1.txt
hap-1.24/doc/tutorial/tutex/8.3.txt
hap-1.24/doc/tutorial/tutex/8.2.txt
hap-1.24/tst/testallextra.g
hap-1.24/tst/test.g
hap-1.24/tst/testall.g
hap-1.24/tst/testextra/3.7.1.tst
hap-1.24/tst/testextra/3.5.3.tst
hap-1.24/tst/testextra/3.3.5.tst
hap-1.24/tst/testextra/3.3.4.tst
hap-1.24/tst/testextra/3.3.6.tst
hap-1.24/tst/testextra/3.1.4.tst
hap-1.24/tst/testextra/3.5.1.tst
hap-1.24/tst/testextra/3.5.5.tst
hap-1.24/tst/testextra/3.3.3.tst
hap-1.24/tst/testextra/3.3.2.tst
hap-1.24/tst/testextra/3.5.4.tst
hap-1.24/tst/testextra/3.1.2.tst
hap-1.24/tst/testextra/3.1.3.tst
hap-1.24/tst/testextra/3.3.1.tst
hap-1.24/tst/testextra/3.7.5.tst
hap-1.24/tst/testextra/3.10.5.tst
hap-1.24/tst/testextra/3.6.2.tst
hap-1.24/tst/testextra/3.10.4.tst
hap-1.24/tst/testextra/3.6.1.tst
hap-1.24/tst/testextra/3.4.2.tst
hap-1.24/tst/testextra/3.10.3.tst
hap-1.24/tst/testextra/3.3.10.tst
hap-1.24/tst/testextra/3.2.1.tst
hap-1.24/tst/testextra/3.10.2.tst
hap-1.24/tst/testextra/3.2.3.tst
hap-1.24/tst/testextra/3.2.2.tst
hap-1.24/tst/testextra/3.10.1.tst
hap-1.24/tst/testextra/5.1.1.tst
hap-1.24/tst/testextra/5.1.2.tst
hap-1.24/tst/testextra/4.1.2.tst
hap-1.24/tst/testextra/3.8.1.tst
hap-1.24/tst/testextra/4.1.1.tst
hap-1.24/tst/testextra/3.9.1.tst
hap-1.24/tst/testextra/3.3.8.tst
hap-1.24/tst/testextra/3.9.3.tst
hap-1.24/tst/testextraextra/3.5.2.tst
hap-1.24/tst/testextraextra/3.3.7.tst
hap-1.24/tst/testextraextra/2.1.4.tst
hap-1.24/tst/testextraextra/2.1.5.tst
hap-1.24/tst/testextraextra/2.7.3.tst
hap-1.24/tst/testextraextra/1.4.1.tst
hap-1.24/tst/testextraextra/3.7.4.tst
hap-1.24/tst/testextraextra/1.4.3.tst
hap-1.24/tst/testextraextra/1.2.5.tst
hap-1.24/tst/testextraextra/1.3.3.tst
hap-1.24/tst/testextraextra/2.4.4.tst
hap-1.24/tst/testextraextra/2.4.6.tst
hap-1.24/tst/testextraextra/2.6.2.tst
hap-1.24/tst/testextraextra/0.3.3.9.tst
hap-1.24/tst/testextraextra/2.6.3.tst
hap-1.24/tst/testextraextra/1.8.1.tst
hap-1.24/tst/testall/2.7.4.tst
hap-1.24/tst/testall/1.6.4.tst
hap-1.24/tst/testall/1.2.1.tst
hap-1.24/tst/testall/1.6.5.tst
hap-1.24/tst/testall/2.7.5.tst
hap-1.24/tst/testall/1.6.7.tst
hap-1.24/tst/testall/1.2.2.tst
hap-1.24/tst/testall/2.7.2.tst
hap-1.24/tst/testall/1.6.2.tst
hap-1.24/tst/testall/2.7.1a.tst
hap-1.24/tst/testall/2.5.1.tst
hap-1.24/tst/testall/2.7.1.tst
hap-1.24/tst/testall/1.2.4.tst
hap-1.24/tst/testall/2.1.6.tst
hap-1.24/tst/testall/1.4.2.tst
hap-1.24/tst/testall/1.1.1.tst
hap-1.24/tst/testall/2.4.5.tst
hap-1.24/tst/testall/data246.txt
hap-1.24/tst/testall/1.3.2.tst
hap-1.24/tst/testall/data244.txt
hap-1.24/tst/testall/data245.txt
hap-1.24/tst/testall/1.3.1.tst
hap-1.24/tst/testall/2.2.1.tst
hap-1.24/tst/testall/2.6.1.tst
hap-1.24/tst/testall/2.4.3.tst
hap-1.24/tst/testall/1.5.3.tst
hap-1.24/tst/testall/2.4.2.tst
hap-1.24/tst/testall/1.3.4.tst
hap-1.24/tst/testall/data134.txt
hap-1.24/tst/testall/1.7.2.tst
hap-1.24/tst/testall/2.4.1.tst
hap-1.24/tst/testall/1.7.3.tst
hap-1.24/tst/testall/README.TESTALL
hap-1.24/tst/testall/1.9.1.tst
hap-1.24/tst/testall/25spheres.txt
hap-1.24/tst/testall/data248.txt
hap-1.24/tst/testall/data249.txt
hap-1.24/tst/testall/2.4.9.tst
hap-1.24/tst/testall/2.4.8.tst
hap-1.24/tst/testall/bing.txt
hap-1.24/tst/testall/1.8.2.tst
hap-1.24/tst/testall/0hap.tst
hap-1.24/tst/examples/data253a.txt

=====================end of the list of text files=======
=====================binary files========================
hap-1.24/uncompile
hap-1.24/compile.sh
hap-1.24/date
hap-1.24/uncompile.sh
hap-1.24/compile
hap-1.24/version
hap-1.24/boolean
hap-1.24/updateAll.sh
hap-1.24/www/cha.png
hap-1.24/www/background.png
hap-1.24/www/home/hap.pdf
hap-1.24/www/SideLinks/About/space2.jpg
hap-1.24/www/SideLinks/About/cats.dot
hap-1.24/www/SideLinks/About/datacloud.eps
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes.html_new
hap-1.24/www/SideLinks/About/proteinwedge.png
hap-1.24/www/SideLinks/About/triangle_group_2-4-4.jpg
hap-1.24/www/SideLinks/About/newa4second.png
hap-1.24/www/SideLinks/About/bck1.gif
hap-1.24/www/SideLinks/About/shape1.jpg
hap-1.24/www/SideLinks/About/space3.jpg
hap-1.24/www/SideLinks/About/space1.jpg
hap-1.24/www/SideLinks/About/shape3.jpg
hap-1.24/www/SideLinks/About/triangle_group_2-2-0.jpg
hap-1.24/www/SideLinks/About/T234.gif
hap-1.24/www/SideLinks/About/ctprostate.jpg
hap-1.24/www/SideLinks/About/bw_image.bmp
hap-1.24/www/SideLinks/About/crystal.gif
hap-1.24/www/SideLinks/About/400graph.gif
hap-1.24/www/SideLinks/About/bck2.gif
hap-1.24/www/SideLinks/About/shape2.jpg
hap-1.24/www/SideLinks/About/diagb6.png
hap-1.24/www/SideLinks/About/space4.jpg
hap-1.24/www/SideLinks/About/aboutCubical.htmlOLD
hap-1.24/www/SideLinks/About/snow2.gif
hap-1.24/www/SideLinks/About/proteinmod.png
hap-1.24/www/SideLinks/About/space5.jpg
hap-1.24/www/SideLinks/About/m12per.gif
hap-1.24/www/SideLinks/About/D3.gif
hap-1.24/www/SideLinks/About/link.jpg
hap-1.24/www/SideLinks/About/lInK.png
hap-1.24/www/SideLinks/About/knotsum.png
hap-1.24/www/SideLinks/About/cha.png
hap-1.24/www/SideLinks/About/coxeter.jpg
hap-1.24/www/SideLinks/About/randomgraph5.png
hap-1.24/www/SideLinks/About/aboutCrossedMods
hap-1.24/www/SideLinks/About/randomgraph4.png
hap-1.24/www/SideLinks/About/brcd.gif
hap-1.24/www/SideLinks/About/cd.gif
hap-1.24/www/SideLinks/About/borromean-rings.eps
hap-1.24/www/SideLinks/About/d4pic.gif
hap-1.24/www/SideLinks/About/randomgraph6.png
hap-1.24/www/SideLinks/About/cats.png
hap-1.24/www/SideLinks/About/s4.jpg
hap-1.24/www/SideLinks/About/1XD3.pdb
hap-1.24/www/SideLinks/About/graphgroups.gif
hap-1.24/www/SideLinks/About/spacegroup39.gif
hap-1.24/www/SideLinks/About/newa4first.png
hap-1.24/www/SideLinks/About/proteinwedge2.png
hap-1.24/www/SideLinks/About/coxeter2.jpg
hap-1.24/www/SideLinks/About/randomgraph3.png
hap-1.24/www/SideLinks/About/sylowS1015.gif
hap-1.24/www/SideLinks/About/randomgraph2.png
hap-1.24/www/SideLinks/About/lhsbc.gif
hap-1.24/www/SideLinks/About/triangle_group_0-0-0.jpg
hap-1.24/www/SideLinks/About/crystal.fig.bak
hap-1.24/www/SideLinks/About/ncplogged.png
hap-1.24/www/SideLinks/About/newa4third.png
hap-1.24/www/SideLinks/About/ctboundary.jpg
hap-1.24/www/SideLinks/About/relators.jpg
hap-1.24/www/SideLinks/About/randomgraph1.png
hap-1.24/www/SideLinks/About/projectiveplane.jpg
hap-1.24/www/SideLinks/About/1V2X.pdb
hap-1.24/www/SideLinks/About/news4poly.png
hap-1.24/www/SideLinks/About/HNN.gif
hap-1.24/www/SideLinks/About/sylowS10.gif
hap-1.24/www/SideLinks/About/attachinMap.gif
hap-1.24/www/SideLinks/About/Fundom.png
hap-1.24/www/SideLinks/About/exampleBoundary.jpg
hap-1.24/www/SideLinks/About/quat.png
hap-1.24/www/SideLinks/About/graphtri.gif
hap-1.24/www/SideLinks/About/hexagon4.jpg
hap-1.24/www/SideLinks/About/digital_photo.jpg
hap-1.24/www/SideLinks/About/borromean-rings.jpg
hap-1.24/www/SideLinks/About/crystal.jpg
hap-1.24/www/SideLinks/About/proteinknot.png
hap-1.24/www/SideLinks/About/asyex1.png
hap-1.24/www/SideLinks/About/sample_from_circle.gif
hap-1.24/www/SideLinks/About/web.pdf
hap-1.24/www/SideLinks/About/aboutCoverinSpaces.html_old
hap-1.24/www/SideLinks/About/pathop.gif
hap-1.24/www/SideLinks/About/asyex2.png
hap-1.24/www/SideLinks/About/D3.png
hap-1.24/www/SideLinks/About/pictures.tar.gz
hap-1.24/www/SideLinks/About/perhom0.gif
hap-1.24/www/SideLinks/About/perhom1.gif
hap-1.24/www/SideLinks/About/exampleContracted.jpg
hap-1.24/www/SideLinks/About/asyex3.png
hap-1.24/www/SideLinks/About/400contractedgraph.gif
hap-1.24/www/SideLinks/About/ncpH5.gif
hap-1.24/www/SideLinks/About/orbs4.png
hap-1.24/www/SideLinks/About/colourgraph.gif
hap-1.24/www/SideLinks/About/crystal.fig
hap-1.24/www/SideLinks/About/knot_9_10.png
hap-1.24/www/SideLinks/About/nb.png
hap-1.24/www/SideLinks/About/S4.gif
hap-1.24/www/SideLinks/About/cocycle.jpg
hap-1.24/www/SideLinks/About/7dimBieberback.gOLD
hap-1.24/www/SideLinks/About/percyl0.gif
hap-1.24/www/SideLinks/About/percyl1.gif
hap-1.24/www/SideLinks/About/s4webpage.gif
hap-1.24/www/SideLinks/About/path.gif
hap-1.24/www/SideLinks/About/primeknot5_2.png
hap-1.24/www/SideLinks/About/1xd3.png
hap-1.24/www/SideLinks/About/example.jpg
hap-1.24/www/SideLinks/About/syzygy.jpg
hap-1.24/www/SideLinks/About/Images/a_b_c_neg.png
hap-1.24/www/SideLinks/About/Images/Croisements.png
hap-1.24/www/SideLinks/About/table/hpoint_up.gif
hap-1.24/www/SideLinks/About/table/empty30.gif
hap-1.24/www/SideLinks/About/table/empty25.gif
hap-1.24/www/SideLinks/About/table/pi.lc.gif
hap-1.24/www/SideLinks/About/table/empty20.gif
hap-1.24/www/SideLinks/About/table/empty50.gif
hap-1.24/www/SideLinks/About/table/dot_blue.gif
hap-1.24/www/SideLinks/About/table/tiny_z.uc.gif
hap-1.24/www/SideLinks/About/table/empty40.gif
hap-1.24/www/SideLinks/About/table/smearth.gif
hap-1.24/www/SideLinks/About/table/empty100.gif
hap-1.24/www/SideLinks/About/table/empty10.gif
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes_files/reduced2torsionsubcomplex.jpg
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes_files/truncatedCube.jpg
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes_files/subdividedCube.jpg
hap-1.24/www/SideLinks/About/AboutTorsionSubcomplexes_files/SL3Z.jpg
hap-1.24/doc/manual.six
hap-1.24/doc/rd.sh
hap-1.24/doc/clean
hap-1.24/doc/manual.pdf
hap-1.24/doc/newHapMan.toc
hap-1.24/doc/tutorial/tmp.asy
hap-1.24/doc/tutorial/manual.six
hap-1.24/doc/tutorial/HapTutorial.pnr
hap-1.24/doc/tutorial/HapTutorial.ilg
hap-1.24/doc/tutorial/HapTutorial.bbl
hap-1.24/doc/tutorial/HapTutorial.out
hap-1.24/doc/tutorial/HapTutorial.idx
hap-1.24/doc/tutorial/HapTutorial.toc
hap-1.24/doc/tutorial/HapTutorial.ind
hap-1.24/doc/tutorial/HapTutorial.brf
hap-1.24/doc/tutorial/tmp.eps
hap-1.24/doc/tutorial/clean
hap-1.24/doc/tutorial/manual.pdf
hap-1.24/doc/tutorial/HapTutorial.aux
hap-1.24/doc/tutorial/HapTutorial.log
hap-1.24/doc/tutorial/HapTutorial.blg
hap-1.24/doc/tutorial/images/kleingrid.jpg
hap-1.24/doc/tutorial/images/bar0.gif
hap-1.24/doc/tutorial/images/bar1.gif
hap-1.24/doc/tutorial/images/trefoil.png
hap-1.24/doc/tutorial/images/graphgroups.xcf
hap-1.24/doc/tutorial/images/twocircles.png
hap-1.24/doc/tutorial/images/imbar0.gif
hap-1.24/doc/tutorial/images/imbar1.gif
hap-1.24/doc/tutorial/images/klein.jpg
hap-1.24/doc/tutorial/images/mapper.xcf
hap-1.24/doc/tutorial/images/mapper.gif
hap-1.24/doc/tutorial/images/henon.png
hap-1.24/doc/tutorial/images/cwspace.jpg
hap-1.24/doc/tutorial/images/permutahedralring.gif
hap-1.24/doc/tutorial/images/granny.jpg
hap-1.24/doc/tutorial/images/graphgroups.gif
hap-1.24/doc/tutorial/images/a7diagram.gif
hap-1.24/doc/tutorial/images/bar0.xcf
hap-1.24/doc/tutorial/images/bar1.xcf
hap-1.24/doc/tutorial/images/bar0.png
hap-1.24/doc/tutorial/images/bar1.png
hap-1.24/doc/tutorial/images/infcoxdiag.gif
hap-1.24/doc/tutorial/images/mappercloud.png
hap-1.24/doc/tutorial/images/twocircles.gif
hap-1.24/doc/tutorial/images/cubicalring.gif
hap-1.24/doc/tutorial/images/graphprotein.gif
hap-1.24/doc/tutorial/images/e8diagram.gif
hap-1.24/doc/tutorial/images/mapper.png
hap-1.24/doc/tutorial/images/letters.png
hap-1.24/doc/tutorial/images/twocircles.xcf
hap-1.24/doc/tutorial/images/graphgroups.png
hap-1.24/doc/tutorial/images/1V2X.jpg
hap-1.24/tst/examples/5.3.1
hap-1.24/tst/examples/4.5.3
hap-1.24/tst/examples/4.5.4
hap-1.24/tst/examples/3.10.8
hap-1.24/tst/examples/4.3.1
hap-1.24/tst/examples/3.10.1
hap-1.24/tst/examples/3.10.1b
hap-1.24/tst/examples/3.10.6
hap-1.24/tst/examples/4.5.5
hap-1.24/tst/examples/data247raw.txt.gz
hap-1.24/tst/examples/6.3.1
hap-1.24/tst/examples/data245.txt.gz
hap-1.24/tst/examples/image1.3.3.png
hap-1.24/tst/examples/4.7.1
hap-1.24/tst/examples/3.10.7
hap-1.24/tst/examples/image1.3.2.png
hap-1.24/tst/examples/3.1.2
hap-1.24/tst/examples/3.9.1
hap-1.24/tst/examples/data247.txt.gz
hap-1.24/tst/examples/3.3.8
hap-1.24/tst/examples/2.5.3
hap-1.24/tst/examples/3.3.1
hap-1.24/tst/examples/3.3.10
hap-1.24/tst/examples/3.3.6
hap-1.24/tst/examples/2.5.4
hap-1.24/tst/examples/data262.csv
hap-1.24/tst/examples/2.3.1
hap-1.24/tst/examples/3.5.3
hap-1.24/tst/examples/2.1.5
hap-1.24/tst/examples/3.7.7
hap-1.24/tst/examples/3.3.7
hap-1.24/tst/examples/1.7.7
hap-1.24/tst/examples/2.5.2
hap-1.24/tst/examples/image2.5.4.eps.gz
hap-1.24/tst/examples/1.5.3
hap-1.24/tst/examples/3.1.4
hap-1.24/tst/examples/3.3.9
hap-1.24/tst/examples/2.7.1
hap-1.24/tst/examples/1.5.4
hap-1.24/tst/examples/3.1.3
hap-1.24/tst/examples/1.6
hap-1.24/tst/examples/data135.txt.gz
hap-1.24/tst/examples/3.7.1
hap-1.24/tst/examples/image1.3.4.jpg
hap-1.24/tst/examples/1.3.1
hap-1.24/tst/examples/3.7.6
hap-1.24/tst/examples/2.1.4
hap-1.24/tst/examples/3.5.2
hap-1.24/tst/examples/1.9.1
hap-1.24/tst/examples/3.5.5
hap-1.24/tst/examples/6.4.1
hap-1.24/tst/examples/3.11.5
hap-1.24/tst/examples/5.6.3
hap-1.24/tst/examples/6.6.2
hap-1.24/tst/examples/5.4.7
hap-1.24/tst/examples/1.10.2
hap-1.24/tst/examples/6.8.4
hap-1.24/tst/examples/data175_1.csv
hap-1.24/tst/examples/6.8.3
hap-1.24/tst/examples/data251.txt.gz
hap-1.24/tst/examples/A.6.2
hap-1.24/tst/examples/6.2.4
hap-1.24/tst/examples/6.2.3
hap-1.24/tst/examples/data253.tar.gz
hap-1.24/tst/examples/6.6.3
hap-1.24/tst/examples/5.6.2
hap-1.24/tst/examples/3.11.4
hap-1.24/tst/examples/data175_2.csv
hap-1.24/tst/examples/6.2.2
hap-1.24/tst/examples/4.6.2
hap-1.24/tst/examples/A.6.3
hap-1.24/tst/examples/6.8.5
hap-1.24/tst/examples/4.4.1
hap-1.24/tst/examples/2.8.5
hap-1.24/tst/examples/1.2.4
hap-1.24/tst/examples/2.8.2
hap-1.24/tst/examples/1.8.3
hap-1.24/tst/examples/2.2.2
hap-1.24/tst/examples/1.8.4
hap-1.24/tst/examples/3.2.2
hap-1.24/tst/examples/1.6.5
hap-1.24/tst/examples/1.6.2
hap-1.24/tst/examples/2.4.7
hap-1.24/tst/examples/1.3.2b
hap-1.24/tst/examples/1.4.1
hap-1.24/tst/examples/3.4.1
hap-1.24/tst/examples/1.8.5
hap-1.24/tst/examples/3.6.2
hap-1.24/tst/examples/1.2.5
hap-1.24/tst/examples/2.8.3
hap-1.24/tst/examples/1.2.2
hap-1.24/tst/examples/2.8.4
hap-1.24/tst/examples/2.4.8
hap-1.24/tst/examples/2.6.2
hap-1.24/tst/examples/2.4.6
hap-1.24/tst/examples/image1.3.3.eps.gz
hap-1.24/tst/examples/1.6.3
hap-1.24/tst/examples/data253.txt.gz
hap-1.24/tst/examples/3.2.3
hap-1.24/tst/examples/1.6.4
hap-1.24/tst/examples/2.4.1
hap-1.24/tst/examples/4.3.2
hap-1.24/tst/examples/3.12.1
hap-1.24/tst/examples/6.7.2
hap-1.24/tst/examples/data1XD3.pdb
hap-1.24/tst/examples/4.1.1
hap-1.24/tst/examples/image2.1.1.eps
hap-1.24/tst/examples/3.10.2
hap-1.24/tst/examples/5.3.5
hap-1.24/tst/examples/5.3.2
hap-1.24/tst/examples/3.10.3
hap-1.24/tst/examples/3.10.4
hap-1.24/tst/examples/5.5.1
hap-1.24/tst/examples/4.5.1
hap-1.24/tst/examples/5.3.3
hap-1.24/tst/examples/5.3.4
hap-1.24/tst/examples/6.1.1
hap-1.24/tst/examples/6.3.5
hap-1.24/tst/examples/data1V2X.pdb
hap-1.24/tst/examples/6.3.2
hap-1.24/tst/examples/data134.txt.gz
hap-1.24/tst/examples/1.3.4
hap-1.24/tst/examples/2.1.6
hap-1.24/tst/examples/1.3.3
hap-1.24/tst/examples/3.7.4
hap-1.24/tst/examples/2.7.3
hap-1.24/tst/examples/3.9.2
hap-1.24/tst/examples/1.7.2
hap-1.24/tst/examples/3.3.5
hap-1.24/tst/examples/1.7.5
hap-1.24/tst/examples/3.3.2
hap-1.24/tst/examples/2.2.2b
hap-1.24/tst/examples/1.3.2
hap-1.24/tst/examples/3.7.5
hap-1.24/tst/examples/1.3.5
hap-1.24/tst/examples/1.9.2
hap-1.24/tst/examples/bing.txt.gz
hap-1.24/tst/examples/1.1.1
hap-1.24/tst/examples/3.5.6
hap-1.24/tst/examples/3.5.1
hap-1.24/tst/examples/1.7.4
hap-1.24/tst/examples/3.3.3
hap-1.24/tst/examples/2.5.1
hap-1.24/tst/examples/data246.txt.gz
hap-1.24/tst/examples/1.7.3
hap-1.24/tst/examples/3.3.4
hap-1.24/tst/examples/2.7.2
hap-1.24/tst/examples/data254.txt.gz
hap-1.24/tst/examples/3.9.3
hap-1.24/tst/examples/A.6.1
hap-1.24/tst/examples/25spheres.txt.gz
hap-1.24/tst/examples/1.10.1
hap-1.24/tst/examples/1.6.10
hap-1.24/tst/examples/3.11.6
hap-1.24/tst/examples/4.8.1
hap-1.24/tst/examples/4.2.1
hap-1.24/tst/examples/3.11.8
hap-1.24/tst/examples/6.6.1
hap-1.24/tst/examples/4.6.1
hap-1.24/tst/examples/6.8.6
hap-1.24/tst/examples/5.4.5
hap-1.24/tst/examples/5.6.1
hap-1.24/tst/examples/3.11.7
hap-1.24/tst/examples/2.4.3
hap-1.24/tst/examples/3.2.1
hap-1.24/tst/examples/1.6.6
hap-1.24/tst/examples/1.3.2a
hap-1.24/tst/examples/1.4.2
hap-1.24/tst/examples/3.8.1
hap-1.24/tst/examples/data252.txt.gz
hap-1.24/tst/examples/2.8.1
hap-1.24/tst/examples/3.4.3
hap-1.24/tst/examples/1.8.7
hap-1.24/tst/examples/1.6.9
hap-1.24/tst/examples/2.6.1
hap-1.24/tst/examples/1.4.4
hap-1.24/tst/examples/1.4.3
hap-1.24/tst/examples/1.6.7
hap-1.24/tst/examples/2.4.2
hap-1.24/tst/examples/2.4.5
hap-1.24/tst/examples/2.8.9
hap-1.24/tst/examples/3.4.2
hap-1.24/tst/examples/1.8.6
hap-1.24/tst/examples/1.2.1
hap-1.24/tst/examples/1.8.8
hap-1.24/tst/examples/3.6.1
hap-1.24/tst/examples/1.2.6

=====================end of the list of binary files=====
olexandr-konovalov commented 4 years ago

This can be closed now, with new TODOs migrated to #25.