Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 25, 2018 20:16
Show Gist options
  • Save ryantm/2c22e8a4355b2da3c90bfde6c8d92c13 to your computer and use it in GitHub Desktop.
Save ryantm/2c22e8a4355b2da3c90bfde6c8d92c13 to your computer and use it in GitHub Desktop.
/nix/store/k186rg37jwk63hvw2h1nmpmssa3cwrj4-freecell-solver-4.18.0
├── bin
│   ├── fc-solve
│   ├── fc_solve_find_index_s2ints.py
│   ├── find-freecell-deal-index.py
│   ├── freecell-solver-fc-pro-range-solve
│   ├── freecell-solver-multi-thread-solve
│   ├── freecell-solver-range-parallel-solve
│   ├── make_pysol_freecell_board.py
│   ├── pi-make-microsoft-freecell-board
│   └── transpose-freecell-board.py
├── include
│   └── freecell-solver
│   ├── fcs_back_compat.h
│   ├── fcs_cl.h
│   ├── fcs_dllexport.h
│   ├── fcs_enums.h
│   ├── fcs_limit.h
│   ├── fcs_move.h
│   ├── fcs_pats_xy_param.h
│   └── fcs_user.h
├── lib
│   ├── libfreecell-solver.a
│   ├── libfreecell-solver.so -> libfreecell-solver.so.0
│   ├── libfreecell-solver.so.0 -> libfreecell-solver.so.0.5.0
│   ├── libfreecell-solver.so.0.5.0
│   └── pkgconfig
│   └── libfreecell-solver.pc
└── share
├── doc
│   └── freecell-solver
│   └── README.win32.txt
├── freecell-solver
│   ├── presetrc
│   └── presets
│   ├── abra-kadabra.sh
│   ├── amateur-star.sh
│   ├── blue-yonder.sh
│   ├── children-playing-ball.sh
│   ├── conspiracy-theory.sh
│   ├── cookie-monster.sh
│   ├── cool-jives.sh
│   ├── crooked-nose.sh
│   ├── enlightened-ostrich.sh
│   ├── fools-gold.sh
│   ├── foss-nessy.sh
│   ├── gooey-unknown-thing.sh
│   ├── hello-world.sh
│   ├── john_galt_line-500.sh
│   ├── looking-glass.sh
│   ├── maliciously-obscure.sh
│   ├── micro-finance-improved.sh
│   ├── micro-finance.sh
│   ├── one-big-family.sh
│   ├── qualified-seed.sh
│   ├── rin-tin-tin.sh
│   ├── sand-stone.sh
│   ├── sentient-pearls.sh
│   ├── tea-for-two.sh
│   ├── the-iglu-cabal.sh
│   ├── three-eighty.sh
│   ├── toons-for-twenty-somethings.sh
│   ├── video-editing.sh
│   └── yellow-brick-road.sh
└── man
└── man6
├── fc-solve.6.gz
├── fc-solve-board_gen.6.gz
├── freecell-solver-range-parallel-solve.6.gz
├── make_pysol_freecell_board.py.6.gz
├── pi-make-microsoft-freecell-board.6.gz
└── transpose-freecell-board.py.6.gz
12 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment