Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 18, 2018 18:28
Show Gist options
  • Save ryantm/d8fc93fb42b6762c78133f801a09da3b to your computer and use it in GitHub Desktop.
Save ryantm/d8fc93fb42b6762c78133f801a09da3b to your computer and use it in GitHub Desktop.
/nix/store/27wjnq5g61970w790rqscpdciw2q718s-libsvm-3.23
├── bin
│   ├── svm-predict
│   ├── svm-scale
│   └── svm-train
├── include
│   └── svm.h
└── lib
├── libsvm.2.so
└── libsvm.so -> /nix/store/27wjnq5g61970w790rqscpdciw2q718s-libsvm-3.23/lib/libsvm.2.so
3 directories, 6 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment