Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 3, 2019 01:32
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 ryantm/b108eec349c051230e13baea7dbdb5d9 to your computer and use it in GitHub Desktop.
Save ryantm/b108eec349c051230e13baea7dbdb5d9 to your computer and use it in GitHub Desktop.
/nix/store/4hb6lyn8gmr806giwcyk7qn5acwkb9yi-scid-vs-pc-4.20
├── bin
│   ├── fruit
│   ├── pgnscid
│   ├── phalanx
│   ├── scid
│   ├── scidlet
│   ├── scidpgn
│   ├── scidt
│   ├── scmerge
│   ├── sc_remote
│   ├── tcscid
│   └── tkscid
├── fonts
│   ├── ScidChessStandard.ttf
│   └── ScidChessTraveller.ttf
└── share
├── applications
│   └── scid-vs-pc.desktop
├── bases
│   ├── endings.sg4
│   ├── endings.si4
│   ├── endings.sn4
│   ├── matein1.sg4
│   ├── matein1.si4
│   ├── matein1.sn4
│   ├── matein2.sg4
│   ├── matein2.si4
│   ├── matein2.sn4
│   ├── matein3.sg4
│   ├── matein3.si4
│   ├── matein3.sn4
│   ├── matein4andmore.sg4
│   ├── matein4andmore.si4
│   ├── matein4andmore.sn4
│   ├── tactics.sg4
│   ├── tactics.si4
│   └── tactics.sn4
├── bitmaps
│   ├── bbb.gif
│   ├── bbk.gif
│   ├── bbn.gif
│   ├── bbp.gif
│   ├── bbq.gif
│   ├── bbr.gif
│   ├── bsq.gif
│   ├── bwb.gif
│   ├── bwk.gif
│   ├── bwn.gif
│   ├── bwp.gif
│   ├── bwq.gif
│   ├── bwr.gif
│   ├── empty.gif
│   ├── MkScidPieces
│   ├── README.bitmaps
│   ├── wbb.gif
│   ├── wbk.gif
│   ├── wbn.gif
│   ├── wbp.gif
│   ├── wbq.gif
│   ├── wbr.gif
│   ├── wsq.gif
│   ├── wwb.gif
│   ├── wwk.gif
│   ├── wwn.gif
│   ├── wwp.gif
│   ├── wwq.gif
│   └── wwr.gif
├── books
│   ├── Elo2400.bin
│   ├── gm2600.bin
│   ├── Performance.bin
│   ├── readme.txt
│   └── varied.bin
├── data
│   └── scid.eco
├── engines
│   ├── phalanx
│   │   ├── eco.phalanx
│   │   ├── HISTORY
│   │   ├── pbook.phalanx
│   │   └── README
│   └── toga
│   ├── copying.txt
│   └── readme.txt
├── html
│   ├── bitmaps
│   │   ├── bb.gif
│   │   ├── bk.gif
│   │   ├── bn.gif
│   │   ├── bp.gif
│   │   ├── bq.gif
│   │   ├── br.gif
│   │   ├── mini
│   │   │   ├── bb.gif
│   │   │   ├── bk.gif
│   │   │   ├── bn.gif
│   │   │   ├── bp.gif
│   │   │   ├── bq.gif
│   │   │   ├── br.gif
│   │   │   ├── sq.gif
│   │   │   ├── wb.gif
│   │   │   ├── wk.gif
│   │   │   ├── wn.gif
│   │   │   ├── wp.gif
│   │   │   ├── wq.gif
│   │   │   └── wr.gif
│   │   ├── sq.gif
│   │   ├── wb.gif
│   │   ├── wk.gif
│   │   ├── wn.gif
│   │   ├── wp.gif
│   │   ├── wq.gif
│   │   └── wr.gif
│   ├── scid.css
│   └── scid.js
├── icons
│   └── hicolor
│   └── 128x128
│   └── apps
│   └── scid.png
├── lang
│   ├── czech.tcl
│   ├── deutsch.tcl
│   ├── finnish.tcl
│   ├── francais.tcl
│   ├── greek.tcl
│   ├── hungary.tcl
│   ├── italian.tcl
│   ├── nederlan.tcl
│   ├── norsk.tcl
│   ├── polish.tcl
│   ├── portbr.tcl
│   ├── port.tcl
│   ├── russian.tcl
│   ├── serbian.tcl
│   ├── spanish.tcl
│   ├── swedish.tcl
│   └── turkish.tcl
└── spelling.ssp
19 directories, 120 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment