Created
April 20, 2018 19:43
-
-
Save ryantm/f39c5dba52ed8849c1eb79ba04db4f1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/cxi50l6jrwac932swm8pfd2zb1pm9g4b-asymptote-2.44 | |
├── bin | |
│ ├── asy | |
│ └── xasy -> /nix/store/cxi50l6jrwac932swm8pfd2zb1pm9g4b-asymptote-2.44/share/asymptote/GUI/xasy.py | |
└── share | |
├── asymptote | |
│ ├── animate.asy | |
│ ├── animation.asy | |
│ ├── annotate.asy | |
│ ├── asy_filetype.vim | |
│ ├── asy-init.el | |
│ ├── asy-kate.sh | |
│ ├── asy-keywords.el | |
│ ├── asy-mode.el | |
│ ├── asymptote.py | |
│ ├── asy.vim | |
│ ├── babel.asy | |
│ ├── bezulate.asy | |
│ ├── binarytree.asy | |
│ ├── bsp.asy | |
│ ├── CAD.asy | |
│ ├── contour3.asy | |
│ ├── contour.asy | |
│ ├── drawtree.asy | |
│ ├── embed.asy | |
│ ├── external.asy | |
│ ├── feynman.asy | |
│ ├── flowchart.asy | |
│ ├── fontsize.asy | |
│ ├── geometry.asy | |
│ ├── graph3.asy | |
│ ├── graph.asy | |
│ ├── graph_settings.asy | |
│ ├── graph_splinetype.asy | |
│ ├── grid3.asy | |
│ ├── GUI | |
│ │ ├── CubicBezier.py | |
│ │ ├── UndoRedoStack.py | |
│ │ ├── xasy2asy.py | |
│ │ ├── xasyActions.py | |
│ │ ├── xasyBezierEditor.py | |
│ │ ├── xasyCodeEditor.py | |
│ │ ├── xasyColorPicker.py | |
│ │ ├── xasyFile.py | |
│ │ ├── xasyGUIIcons.py | |
│ │ ├── xasyMainWin.py | |
│ │ ├── xasyOptionsDialog.py | |
│ │ ├── xasyOptions.py | |
│ │ ├── xasy.py | |
│ │ └── xasyVersion.py | |
│ ├── interpolate.asy | |
│ ├── labelpath3.asy | |
│ ├── labelpath.asy | |
│ ├── latin1.asy | |
│ ├── lmfit.asy | |
│ ├── markers.asy | |
│ ├── math.asy | |
│ ├── metapost.asy | |
│ ├── nopapersize.ps | |
│ ├── obj.asy | |
│ ├── ode.asy | |
│ ├── palette.asy | |
│ ├── patterns.asy | |
│ ├── plain_arcs.asy | |
│ ├── plain_arrows.asy | |
│ ├── plain.asy | |
│ ├── plain_bounds.asy | |
│ ├── plain_boxes.asy | |
│ ├── plain_constants.asy | |
│ ├── plain_debugger.asy | |
│ ├── plain_filldraw.asy | |
│ ├── plain_Label.asy | |
│ ├── plain_margins.asy | |
│ ├── plain_markers.asy | |
│ ├── plain_paths.asy | |
│ ├── plain_pens.asy | |
│ ├── plain_picture.asy | |
│ ├── plain_prethree.asy | |
│ ├── plain_scaling.asy | |
│ ├── plain_shipout.asy | |
│ ├── plain_strings.asy | |
│ ├── plain_xasy.asy | |
│ ├── pstoedit.asy | |
│ ├── rational.asy | |
│ ├── reload.js | |
│ ├── roundedpath.asy | |
│ ├── simplex.asy | |
│ ├── size10.asy | |
│ ├── size11.asy | |
│ ├── slide.asy | |
│ ├── slopefield.asy | |
│ ├── smoothcontour3.asy | |
│ ├── solids.asy | |
│ ├── stats.asy | |
│ ├── syzygy.asy | |
│ ├── texcolors.asy | |
│ ├── three_arrows.asy | |
│ ├── three.asy | |
│ ├── three_light.asy | |
│ ├── three_margins.asy | |
│ ├── three_surface.asy | |
│ ├── three_tube.asy | |
│ ├── tree.asy | |
│ ├── trembling.asy | |
│ ├── tube.asy | |
│ ├── unicode.asy | |
│ ├── version.asy | |
│ └── x11colors.asy | |
├── doc | |
│ └── asymptote | |
│ ├── asy-faq.ascii | |
│ ├── asy-faq.html | |
│ │ ├── index.html | |
│ │ ├── section1.html | |
│ │ ├── section2.html | |
│ │ ├── section3.html | |
│ │ ├── section4.html | |
│ │ ├── section5.html | |
│ │ ├── section6.html | |
│ │ ├── section7.html | |
│ │ ├── section8.html | |
│ │ └── section9.html | |
│ ├── asy-latex.pdf | |
│ ├── asymptote.pdf | |
│ ├── asyRefCard.pdf | |
│ ├── CAD.pdf | |
│ ├── examples | |
│ │ ├── 100d.views | |
│ │ ├── 1overx.asy | |
│ │ ├── advection.asy | |
│ │ ├── alignbox.asy | |
│ │ ├── alignedaxis.asy | |
│ │ ├── animations | |
│ │ │ ├── cube.asy | |
│ │ │ ├── earthmoon.asy | |
│ │ │ ├── embeddedmovie.asy | |
│ │ │ ├── embeddedu3d.asy | |
│ │ │ ├── externalmovie.asy | |
│ │ │ ├── glmovie.asy | |
│ │ │ ├── heatequation.asy | |
│ │ │ ├── inlinemovie3.tex | |
│ │ │ ├── inlinemovie.tex | |
│ │ │ ├── pdfmovie.asy | |
│ │ │ ├── slidemovies.asy | |
│ │ │ ├── sphere.asy | |
│ │ │ ├── torusanimation.asy | |
│ │ │ ├── wavepacket.asy | |
│ │ │ └── wheel.asy | |
│ │ ├── annotation.asy | |
│ │ ├── arrows3.asy | |
│ │ ├── axis3.asy | |
│ │ ├── bars3.asy | |
│ │ ├── basealign.asy | |
│ │ ├── bezier2.asy | |
│ │ ├── bezier.asy | |
│ │ ├── beziercurve.asy | |
│ │ ├── BezierPatch.asy | |
│ │ ├── BezierSaddle.asy | |
│ │ ├── BezierSurface.asy | |
│ │ ├── BezierTriangle.asy | |
│ │ ├── bigdiagonal.asy | |
│ │ ├── billboard.asy | |
│ │ ├── binarytreetest.asy | |
│ │ ├── Bode.asy | |
│ │ ├── brokenaxis.asy | |
│ │ ├── buildcycle.asy | |
│ │ ├── CAD1.asy | |
│ │ ├── cardioid.asy | |
│ │ ├── cards.asy | |
│ │ ├── CDlabel.asy | |
│ │ ├── centroidfg.asy | |
│ │ ├── cheese.asy | |
│ │ ├── circles.asy | |
│ │ ├── circumcircle.asy | |
│ │ ├── clockarray.asy | |
│ │ ├── coag.asy | |
│ │ ├── colons.asy | |
│ │ ├── colorpatch.asy | |
│ │ ├── colorplanes.asy | |
│ │ ├── colors.asy | |
│ │ ├── condor.asy | |
│ │ ├── cones.asy | |
│ │ ├── conicurv.asy | |
│ │ ├── contextfonts.asy | |
│ │ ├── controlsystem.asy | |
│ │ ├── Coons.asy | |
│ │ ├── cos2theta.asy | |
│ │ ├── cos3.asy | |
│ │ ├── cosaddition.asy | |
│ │ ├── cpkcolors.asy | |
│ │ ├── cube.asy | |
│ │ ├── curvedlabel3.asy | |
│ │ ├── curvedlabel.asy | |
│ │ ├── cyclohexane.asy | |
│ │ ├── cylinder.asy | |
│ │ ├── cylinderskeleton.asy | |
│ │ ├── datagraph.asy | |
│ │ ├── delu.asy | |
│ │ ├── diagonal.asy | |
│ │ ├── diatom.asy | |
│ │ ├── diatom.csv | |
│ │ ├── dimension.asy | |
│ │ ├── dots.asy | |
│ │ ├── dragon.asy | |
│ │ ├── eetomumu.asy | |
│ │ ├── electromagnetic.asy | |
│ │ ├── elevation.asy | |
│ │ ├── elliptic.asy | |
│ │ ├── epix.asy | |
│ │ ├── equilateral.asy | |
│ │ ├── equilchord.asy | |
│ │ ├── errorbars.asy | |
│ │ ├── exp3.asy | |
│ │ ├── exp.asy | |
│ │ ├── externalprc.tex | |
│ │ ├── extrudedcontour.asy | |
│ │ ├── fano.asy | |
│ │ ├── fequlogo.asy | |
│ │ ├── fermi.asy | |
│ │ ├── filegraph.asy | |
│ │ ├── filegraph.dat | |
│ │ ├── filesurface.asy | |
│ │ ├── filesurface.dat | |
│ │ ├── fillcontour.asy | |
│ │ ├── fin.asy | |
│ │ ├── fjortoft.asy | |
│ │ ├── floatingdisk.asy | |
│ │ ├── floor.asy | |
│ │ ├── flow.asy | |
│ │ ├── flowchartdemo.asy | |
│ │ ├── fractaltree.asy | |
│ │ ├── functionshading.asy | |
│ │ ├── galleon.asy | |
│ │ ├── gamma3.asy | |
│ │ ├── gamma.asy | |
│ │ ├── GaussianSurface.asy | |
│ │ ├── generalaxis3.asy | |
│ │ ├── generalaxis.asy | |
│ │ ├── genusthree.asy | |
│ │ ├── genustwo.asy | |
│ │ ├── Gouraud.asy | |
│ │ ├── Gouraudcontour.asy | |
│ │ ├── graphmarkers.asy | |
│ │ ├── grid3xyz.asy | |
│ │ ├── grid.asy | |
│ │ ├── hatch.asy | |
│ │ ├── helix.asy | |
│ │ ├── HermiteSpline.asy | |
│ │ ├── hierarchy.asy | |
│ │ ├── histogram.asy | |
│ │ ├── Hobbycontrol.asy | |
│ │ ├── Hobbydir.asy | |
│ │ ├── hyperboloid.asy | |
│ │ ├── hyperboloidsilhouette.asy | |
│ │ ├── icon.asy | |
│ │ ├── image.asy | |
│ │ ├── imagecontour.asy | |
│ │ ├── imagehistogram.asy | |
│ │ ├── impact.asy | |
│ │ ├── integraltest.asy | |
│ │ ├── interpolate1.asy | |
│ │ ├── intro.asy | |
│ │ ├── irregularcontour.asy | |
│ │ ├── join3.asy | |
│ │ ├── join.asy | |
│ │ ├── jump.asy | |
│ │ ├── Klein.asy | |
│ │ ├── knots.asy | |
│ │ ├── label3.asy | |
│ │ ├── label3ribbon.asy | |
│ │ ├── label3solid.asy | |
│ │ ├── label3zoom.asy | |
│ │ ├── labelbox.asy | |
│ │ ├── labelsquare.asy | |
│ │ ├── laserlattice.asy | |
│ │ ├── latexusage.tex | |
│ │ ├── latticeshading.asy | |
│ │ ├── layers.asy | |
│ │ ├── leastsquares.asy | |
│ │ ├── leastsquares.dat | |
│ │ ├── legend.asy | |
│ │ ├── lever.asy | |
│ │ ├── limit.asy | |
│ │ ├── lineargraph0.asy | |
│ │ ├── lineargraph.asy | |
│ │ ├── linearregression.asy | |
│ │ ├── lines.asy | |
│ │ ├── linetype.asy | |
│ │ ├── lmfit1.asy | |
│ │ ├── log2graph.asy | |
│ │ ├── log.asy | |
│ │ ├── logdown.asy | |
│ │ ├── loggraph.asy | |
│ │ ├── loggrid.asy | |
│ │ ├── logimage.asy | |
│ │ ├── logo3.asy | |
│ │ ├── logo.asy | |
│ │ ├── logticks.asy | |
│ │ ├── lowint.asy | |
│ │ ├── lowupint.asy | |
│ │ ├── magnetic.asy | |
│ │ ├── makepen.asy | |
│ │ ├── markers1.asy | |
│ │ ├── markers2.asy | |
│ │ ├── markregular.asy | |
│ │ ├── mergeExample.asy | |
│ │ ├── mexicanhat.asy | |
│ │ ├── monthaxis.asy | |
│ │ ├── mosaic.asy | |
│ │ ├── mosquito.asy | |
│ │ ├── multicontour.asy | |
│ │ ├── near_earth.asy | |
│ │ ├── NURBScurve.asy | |
│ │ ├── NURBSsphere.asy | |
│ │ ├── NURBSsurface.asy | |
│ │ ├── odetest.asy | |
│ │ ├── onecontour.asy | |
│ │ ├── oneoverx.asy | |
│ │ ├── orthocenter.asy | |
│ │ ├── parametricelevation.asy | |
│ │ ├── parametricgraph.asy | |
│ │ ├── parametricsurface.asy | |
│ │ ├── partialsurface.asy | |
│ │ ├── partitionExample.asy | |
│ │ ├── pathintersectsurface.asy | |
│ │ ├── pdb.asy | |
│ │ ├── penfunctionimage.asy | |
│ │ ├── penimage.asy | |
│ │ ├── phase.asy | |
│ │ ├── piicon.eps | |
│ │ ├── pipeintersection.asy | |
│ │ ├── pipes.asy | |
│ │ ├── pixel.pdf | |
│ │ ├── planeproject.asy | |
│ │ ├── planes.asy | |
│ │ ├── polararea.asy | |
│ │ ├── polarcircle.asy | |
│ │ ├── polardatagraph.asy | |
│ │ ├── p-orbital.asy | |
│ │ ├── poster.asy | |
│ │ ├── progrid.asy | |
│ │ ├── projectelevation.asy | |
│ │ ├── projectrevolution.asy | |
│ │ ├── pseudosphere.asy | |
│ │ ├── Pythagoras.asy | |
│ │ ├── PythagoreanTree.asy | |
│ │ ├── quartercircle.asy | |
│ │ ├── quilt.asy | |
│ │ ├── rainbow.asy | |
│ │ ├── randompath3.asy | |
│ │ ├── refs.bib | |
│ │ ├── RiemannSphere.asy | |
│ │ ├── RiemannSurface.asy | |
│ │ ├── RiemannSurfaceRoot.asy | |
│ │ ├── ring.asy | |
│ │ ├── roll.asy | |
│ │ ├── roundpath.asy | |
│ │ ├── sacone3D.asy | |
│ │ ├── sacone.asy | |
│ │ ├── sacylinder3D.asy | |
│ │ ├── sacylinder.asy | |
│ │ ├── saddle.asy | |
│ │ ├── scaledgraph.asy | |
│ │ ├── secondaryaxis.asy | |
│ │ ├── secondaryaxis.csv | |
│ │ ├── shade.asy | |
│ │ ├── shadedtiling.asy | |
│ │ ├── shadestroke.asy | |
│ │ ├── shellmethod.asy | |
│ │ ├── shellsqrtx01.asy | |
│ │ ├── Sierpinski.asy | |
│ │ ├── SierpinskiGasket.asy | |
│ │ ├── SierpinskiSponge.asy | |
│ │ ├── sin1x.asy | |
│ │ ├── sin3.asy | |
│ │ ├── sinc.asy | |
│ │ ├── sinxlex.asy | |
│ │ ├── slidedemo.asy | |
│ │ ├── slopefield1.asy | |
│ │ ├── smoothelevation.asy | |
│ │ ├── soccerball.asy | |
│ │ ├── spectrum.asy | |
│ │ ├── sphere.asy | |
│ │ ├── spheresilhouette.asy | |
│ │ ├── sphereskeleton.asy | |
│ │ ├── sphericalharmonic.asy | |
│ │ ├── spiral3.asy | |
│ │ ├── spiral.asy | |
│ │ ├── spline.asy | |
│ │ ├── splitpatch.asy | |
│ │ ├── spring0.asy | |
│ │ ├── spring2.asy | |
│ │ ├── spring.asy | |
│ │ ├── sqrtx01.asy | |
│ │ ├── sqrtx01y1.asy | |
│ │ ├── square.asy | |
│ │ ├── star.asy | |
│ │ ├── stereoscopic.asy | |
│ │ ├── stroke3.asy | |
│ │ ├── strokepath.asy | |
│ │ ├── strokeshade.asy | |
│ │ ├── subpictures.asy | |
│ │ ├── superpath.asy | |
│ │ ├── tanh.asy | |
│ │ ├── teapot.asy | |
│ │ ├── tensor.asy | |
│ │ ├── tetra.asy | |
│ │ ├── textpath.asy | |
│ │ ├── thermodynamics.asy | |
│ │ ├── threeviews.asy | |
│ │ ├── tile.asy | |
│ │ ├── torus.asy | |
│ │ ├── transparency.asy | |
│ │ ├── treetest.asy | |
│ │ ├── trefoilknot.asy | |
│ │ ├── triads.asy | |
│ │ ├── triangle.asy | |
│ │ ├── triangles.asy | |
│ │ ├── triangulate.asy | |
│ │ ├── triceratops.asy | |
│ │ ├── trumpet.asy | |
│ │ ├── truncatedIcosahedron.asy | |
│ │ ├── tvgen.asy | |
│ │ ├── twistedtubes.asy | |
│ │ ├── unitcircle3.asy | |
│ │ ├── unitcircle.asy | |
│ │ ├── unitoctant.asy | |
│ │ ├── upint.asy | |
│ │ ├── vectorfield3.asy | |
│ │ ├── vectorfield.asy | |
│ │ ├── vectorfieldsphere.asy | |
│ │ ├── venn3.asy | |
│ │ ├── venn.asy | |
│ │ ├── vertexshading.asy | |
│ │ ├── washer.asy | |
│ │ ├── washermethod.asy | |
│ │ ├── wedge.asy | |
│ │ ├── westnile.asy | |
│ │ ├── westnile.csv | |
│ │ ├── workcone.asy | |
│ │ ├── worksheet.asy | |
│ │ ├── worldmap.asy | |
│ │ ├── xsin1x.asy | |
│ │ ├── xstitch.asy | |
│ │ ├── xxsq01.asy | |
│ │ ├── xxsq01x-1.asy | |
│ │ ├── xxsq01y.asy | |
│ │ └── yingyang.asy | |
│ └── TeXShopAndAsymptote.pdf | |
├── info | |
│ ├── asy-faq.info | |
│ └── asymptote.info | |
└── man | |
└── man1 | |
├── asy.1.gz | |
└── xasy.1x.gz | |
12 directories, 443 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment