* [[http://libtins.github.io/|Libtins]] a high-level, multiplatform C++ network packet sniffing and crafting library.
* [[http://libtins.github.io/|Libtins]] a high-level, multiplatform C++ network packet sniffing and crafting library.
===== JS =====
===== JS =====
* [[https://github.com/samizdatco/arbor|arbor.js]] Arbor is a graph visualization library built with web workers and jQuery.(效率比较差)
* [[https://github.com/samizdatco/arbor|arbor.js]] Arbor is a graph visualization library built with web workers and jQuery.(效率比较差)
-
* [[http://www.d3js.org|d3.js]] is a JavaScript library for manipulating documents based on data. [[http://jsdatav.is/chap07.html|Custom Visualizations with D3.js]]
+
* [[.:d3js]][[http://www.d3js.org|d3.js]] is a JavaScript library for manipulating documents based on data.
+
* [[http://jsdatav.is/chap07.html|Custom Visualizations with D3.js]]
+
* [[https://github.com/zeroviscosity/d3-js-step-by-step|d3.js step by step]]
* [[http://pegjs.org|PEG.js]] is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.
+
* [[http://www.mathjax.org/| mathjax]] A JavaScript display engine for mathematics that works in all browsers.
+
* [[http://bramp.github.io/js-sequence-diagrams/|js-sequence-diagrams]] A simple javascript library to turn text into vector UML sequence diagrams. Heavily inspired by websequencediagrams.com, who offer a serverside solution. We use Jison to parse the text, and Raphaël to draw the image.
* [[https://github.com/GitbookIO/gitbook|gitbook]] Modern book format and toolchain using Git and Markdown
* [[https://github.com/GitbookIO/gitbook|gitbook]] Modern book format and toolchain using Git and Markdown
+
* [[http://johnmacfarlane.net/pandoc/|Pandoc]] If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
+
* [[https://www.samba.org/| samba]] Samba is the standard Windows interoperability suite of programs for Linux and Unix.It provides secure, stable and fast file and print services for all clients using the SMB/CIFS protocol.
+
* [[https://github.com/zxing/zxing | ZXing]] ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.
+
* [[http://fukuchi.org/works/qrencode/index.html.en | fukuchi's QREncode]] qr encode in c.