Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carwash/SOCH-on-a-Shoestring
K-samsök/SOCH search in just a few lines of code. Examples in bash and Perl.
https://github.com/carwash/SOCH-on-a-Shoestring
k-samsok raa-collection soch
Last synced: 3 months ago
JSON representation
K-samsök/SOCH search in just a few lines of code. Examples in bash and Perl.
- Host: GitHub
- URL: https://github.com/carwash/SOCH-on-a-Shoestring
- Owner: carwash
- License: artistic-2.0
- Created: 2016-10-15T06:41:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T07:07:47.000Z (about 8 years ago)
- Last Synced: 2024-06-26T18:56:25.764Z (4 months ago)
- Topics: k-samsok, raa-collection, soch
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOCH on a Shoestring
## Bash
Query [K-samsök/SOCH](http://www.ksamsok.se) from the command line, in Bash, using XMLStarlet and XPath.Adapted from [this blog post](http://www.ksamsok.se/2009/06/29/gastblogg-k-samsok-pa-17-rader-kod/).
Try it on Runnable Code Snippets [here](http://code.runnable.com/U5b564VZXKc_Kwm8/soch-on-a-shoestring-bash-for-xpath-k-samsök-and-shell).
## Perl
Query [K-samsök/SOCH](http://www.ksamsok.se) from the command line, in Perl using XPath (with simple error-checking).Try it on Runnable Code Snippets [here](http://code.runnable.com/U5b6MGAzSgJD65Ko/soch-on-a-shoestring-perl-for-xpath-and-k-samsök).