public:it:tools_and_codes

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:it:tools_and_codes [2014/12/22 11:28] oakfirepublic:it:tools_and_codes [2021/09/01 10:32] (当前版本) – [Tools and Codes] oakfire
行 1: 行 1:
 ====== Tools and Codes ====== ====== Tools and Codes ======
 +<WRAP center tip 60%>
 +<wrap em>This page is Deprecated</wrap>
 +
 +在 google 或者 github 里直接搜索 ''awesome nodejs'', 这里 ''nodejs''可以替换成你想要搜索的语言或平台,就可以得到一个github社区贡献的对应的工具库收集 repo.
 +比如:[[https://github.com/sindresorhus/awesome-nodejs|awesome-nodejs]]
 +
 +awesome 汇总:[[https://github.com/sindresorhus/awesome|awesome list]]
 +</WRAP>
 +
 ===== C++ ===== ===== C++ =====
   * [[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 =====
-  * [[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/samizdatco/arbor|arbor.js]] Arbor is a graph visualization library built with web workers and jQuery.(效率比较差) 
 +  * [[.: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]]
   * [[threejs]] WebGL的一个便捷开发库   * [[threejs]] WebGL的一个便捷开发库
   * [[paperjs]] paper.js 开源的矢量图形脚本框架,基于 HTML5 Canvas 开发,提供清晰的场景图、DOM和大量强大的功能用来创建各种向量图和贝塞尔曲线。   * [[paperjs]] paper.js 开源的矢量图形脚本框架,基于 HTML5 Canvas 开发,提供清晰的场景图、DOM和大量强大的功能用来创建各种向量图和贝塞尔曲线。
行 21: 行 33:
   * [[http://timeline.knightlab.com/|timeline]] TimelineJS is an open-source tool that enables anyone to build visually,rich, interactive timelines.   * [[http://timeline.knightlab.com/|timeline]] TimelineJS is an open-source tool that enables anyone to build visually,rich, interactive timelines.
   * [[http://leafletjs.com/|leaflet]] Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.   * [[http://leafletjs.com/|leaflet]] Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.
 +  * [[https://github.com/kennethkufluk/js-mindmap|js-mindmap]] mindmap的一个参考实现
 +  * [[https://github.com/hizzgdev/jsmind]] 一个用 html5 canvas 实现的支持拖拽修改的mind map .
 +  * [[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.
 ===== Other ===== ===== Other =====
 +  * [[http://cairographics.org/|cairo ]] 跨平台2D图形库
   * [[beanstalkd]] 高性能、轻量级的分布式内存队列系统   * [[beanstalkd]] 高性能、轻量级的分布式内存队列系统
   * [[http://www.clamav.net|clamav]] ubuntu 杀毒   * [[http://www.clamav.net|clamav]] ubuntu 杀毒
行 28: 行 46:
   * [[http://www.netsarang.com/products/xsh_overview.html|xshell]] 抛弃putty, 选择xshell! 复制粘贴更方便, 窗口半透明, 外貌协会指定windows ssh利器   * [[http://www.netsarang.com/products/xsh_overview.html|xshell]] 抛弃putty, 选择xshell! 复制粘贴更方便, 窗口半透明, 外貌协会指定windows ssh利器
   * [[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.
 +      * [[https://github.com/fukuchi/libqrencode | github rep ]]
 +      * [[https://code.google.com/p/qrencode-win32 | win32 wrap]]
 +  * [[https://www.processon.com| processon.com]] 在线制图,免费协作.
 +  * [[http://stedolan.github.io/jq/|jq]] jq is a lightweight and flexible command-line JSON processor.
 +  * [[https://www.wireshark.org/|Wireshark]]  network protocol analyzer
 +  * [[https://camunda.org/|Camunda]] 工作流,java
  
  
  • public/it/tools_and_codes.1419218882.txt.gz
  • 最后更改: 2014/12/22 11:28
  • oakfire