Add x-ray to Parsing

This commit is contained in:
Luigi Pinca
2015-04-14 12:24:19 +02:00
parent e49c3dbd0b
commit 56604bfb65

View File

@@ -354,6 +354,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS. - [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS.
- [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting. - [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting.
- [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing. - [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing.
- [x-ray](https://github.com/lapwinglabs/x-ray) - A web scraping utility to see through the <html> noise.
### Humanize ### Humanize