Basic: An example of the most basic diagramming functions: create a box, give it a label, connect it to another box, label that connection. It also demonstrates shorthand ID substitution, if it exists in the syntax.
2. • (主にLinux上における)プログラム開発、 デバッグ、不具合調査のためのツールの紹介 • 広く浅く • 同じことを複数の手段で • キーワードや「できること」を知っていれば後は自分で 概要と目的 2/30 3. • gcc, clang • ソース読み • ag, GNU GLOBAL, Doxygen, callgrind • デバッグ • gdb, objdump, c++filt, core dump, addr2line • メモリチェック • ASan, Valgrind, TCMalloc • 静的解析 • cppcheck, scan-build • 実行時解析 • SystemTap, perf 目次 3/30 4. • 警告系オプション • -Wall -Wextra ; 必須 • コンパイラの警告を無視してはいけない • https://gcc.gnu.or
Graphvizとは GraphvizはDot言語という記法で書かれたテキストファイルをグラフ図に変換するツールです. とりあえずwikipediaを. AT&Tが開発し,公開しています. 環境作成 コマンドラインからがお好みの方は # mac $brew install graphviz # ubuntu $sudo aptitude install graphviz 私は面倒なのでChrome拡張を作って使っています. Dot Lang Viewer 会社支給はWindowsなのでコマンドラインとはいささか相性が悪いのです.(msys2入れてますけどね) ためす さて,早速試してみましょう. お好みのテキストファイルを開いて以下を記述してください. ファイル名はsample.txtとしましょう. graph sample { ジャンプ -- 友情; ジャンプ -- 努力; ジャンプ -
🚀 Getting Started PlantUML is a highly versatile tool that facilitates the rapid and straightforward creation of a wide array of diagrams. Utilizing a simple and intuitive language, users can effortlessly draft various types of diagrams. For a detailed exploration of the language's capabilities and syntax, please refer to the PlantUML Language Reference Guide. If you are new to PlantUML, we recom
Visualize live data structures in GHCi. Evaluation is not forced and you can interact with the visualized data structures. This allows seeing Haskell's lazy evaluation and sharing in action. See https://dennis.felsing.org/ghc-vis/#basic-usage for the basic usage of ghc-vis or watch a short video demonstrating how it can be used with GHCi's debugger: https://dennis.felsing.org/ghc-vis/#combined-deb
The graphviz Library The graphviz library provides bindings to the Graphviz graph visualisation suite of tools for the purely functional programming language Haskell. It can be downloaded from HackageDB or - if you have cabal-install - installing it is as simple as: Library features Main features of the graphviz library include: Almost complete coverage of all Graphviz attributes and syntax. Suppo
Graphvizの各種レイアウトの特徴を一言でまとめると、以下のようになります。 dot……階層状配置 neato……等間隔配置 twopi……放射状配置 circo…環状配置 以下にそれぞれで同じソースを処理して、結果を比較してみました。 今回使用したソースその1は次のようなものです。単純に各ノードから同じ数の子ノードを配置しています。 digraph layouttest { n00 -> {n01; n02; n03}; n01 -> {n04; n05; n06}; n02 -> {n07; n08; n09}; n03 -> {n10; n11; n12}; n04 -> {n13; n14; n15}; n05 -> {n16; n17; n18}; n06 -> {n19; n20; n21}; n07 -> {n22; n23; n24}; n08 -> {n25; n26
Google Chart API で Graphviz が使える!すごい! 2011-02-15-3 [WebTool][WebAPI] (統計情報のグラフではなく関係性の)グラフを簡単に画像表示する方法はないかなあといろいろ調べていたら、Google Chart API で Graphviz が使えるということを知りました。Graphviz ってローカル環境にインストールするため、WebAPI全盛の今となっては若干敷居が高く感じていたので、これは非常にありがたいです。 GraphViz Charts (Experimental) - Google Chart Tools / Image Charts (aka Chart API) - Google Code http://code.google.com/intl/ja/apis/chart/docs/gallery/graphviz.h
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く