Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 4, 2020 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a6d38084d44a074f1fe6961b2bc23a3e to your computer and use it in GitHub Desktop.
Save r-ryantm/a6d38084d44a074f1fe6961b2bc23a3e to your computer and use it in GitHub Desktop.
/nix/store/wab73x53dcgpipmz1gml6h1fqy2q2xl3-asymptote-2.63
├── bin
│   ├── asy
│   └── xasy -> ../share/asymptote/GUI/xasy.py
├── nix-support
│   └── propagated-build-inputs
└── 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
│   ├── colormap.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
│   │   ├── configs
│   │   │   ├── xasyconfig.cson
│   │   │   └── xasykeymap.cson
│   │   ├── CustMatTransform.py
│   │   ├── DebugFlags.py
│   │   ├── GuidesManager.py
│   │   ├── icons_rc.py
│   │   ├── __init__.py
│   │   ├── InplaceAddObj.py
│   │   ├── labelEditor.py
│   │   ├── PrimitiveShape.py
│   │   ├── pyUIClass
│   │   │   ├── custMatTransform.py
│   │   │   ├── labelTextEditor.py
│   │   │   ├── setCustomAnchor.py
│   │   │   ├── widg_addLabel.py
│   │   │   ├── widg_addPolyOpt.py
│   │   │   ├── widg_editBezier.py
│   │   │   ├── widgetPointEditor.py
│   │   │   └── window1.py
│   │   ├── res
│   │   │   ├── icons
│   │   │   │   ├── anchor.svg
│   │   │   │   ├── android-arrow-back.svg
│   │   │   │   ├── android-arrow-forward.svg
│   │   │   │   ├── android-camera.svg
│   │   │   │   ├── android-close.svg
│   │   │   │   ├── android-color-palette.svg
│   │   │   │   ├── android-delete.svg
│   │   │   │   ├── android-done.svg
│   │   │   │   ├── android-expand.svg
│   │   │   │   ├── android-folder-open.svg
│   │   │   │   ├── android-hand.svg
│   │   │   │   ├── android-locate.svg
│   │   │   │   ├── android-radio-button-off.svg
│   │   │   │   ├── android-radio-button-on.svg
│   │   │   │   ├── android-refresh.svg
│   │   │   │   ├── arrow-move.svg
│   │   │   │   ├── arrow-resize.svg
│   │   │   │   ├── bucket.svg
│   │   │   │   ├── centerorigin.svg
│   │   │   │   ├── center.svg
│   │   │   │   ├── check.svg
│   │   │   │   ├── chevron-with-circle-left.svg
│   │   │   │   ├── chevron-with-circle-right.svg
│   │   │   │   ├── circle.svg
│   │   │   │   ├── closedcurve.svg
│   │   │   │   ├── closedpolygon.svg
│   │   │   │   ├── close-round.svg
│   │   │   │   ├── code.svg
│   │   │   │   ├── edit.svg
│   │   │   │   ├── eye.svg
│   │   │   │   ├── filledbucket.svg
│   │   │   │   ├── grid.svg
│   │   │   │   ├── magnifying-glass.svg
│   │   │   │   ├── opencurve.svg
│   │   │   │   ├── openpolygon.svg
│   │   │   │   ├── plus-round.svg
│   │   │   │   ├── save.svg
│   │   │   │   ├── social-python.svg
│   │   │   │   ├── subdirectory-left.svg
│   │   │   │   ├── text.svg
│   │   │   │   └── triangle-stroked-15.svg
│   │   │   └── icons.qrc
│   │   ├── SetCustomAnchor.py
│   │   ├── setup.py
│   │   ├── UndoRedoStack.py
│   │   ├── Widg_addLabel.py
│   │   ├── Widg_addPolyOpt.py
│   │   ├── Widg_editBezier.py
│   │   ├── Window1.py
│   │   ├── xasy2asy.py
│   │   ├── xasyArgs.py
│   │   ├── xasyBezierInterface.py
│   │   ├── xasyFile.py
│   │   ├── xasyOptions.py
│   │   ├── xasy.py
│   │   ├── xasyStrings.py
│   │   ├── xasySvg.py
│   │   ├── xasyTransform.py
│   │   ├── xasyUtils.py
│   │   ├── xasyValidator.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
│   ├── pstoedit.asy
│   ├── rational.asy
│   ├── rationalSimplex.asy
│   ├── reload.js
│   ├── roundedpath.asy
│   ├── shaders
│   │   ├── fragment.glsl
│   │   └── vertex.glsl
│   ├── 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
│   ├── webgl
│   │   └── asygl.js
│   └── 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.png
│   │   ├── 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
│   │   ├── slope.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
│   │   ├── tiling.asy
│   │   ├── torus.asy
│   │   ├── transparency.asy
│   │   ├── transparentCubes.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
│   │   ├── worldmap.dat
│   │   ├── xsin1x.asy
│   │   ├── xstitch.asy
│   │   ├── xxsq01.asy
│   │   ├── xxsq01x-1.asy
│   │   ├── xxsq01y.asy
│   │   └── yingyang.asy
│   └── TeXShopAndAsymptote.pdf
├── emacs
│   └── site-lisp
│   └── asymptote
│   ├── asy-init.el
│   ├── asy-keywords.el
│   └── asy-mode.el
├── info
│   ├── asy-faq.info
│   └── asymptote.info
└── man
└── man1
├── asy.1.gz
└── xasy.1x.gz
22 directories, 520 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment