Changes between Version 1 and Version 2 of jazz/21-03-29


Ignore:
Timestamp:
Mar 29, 2021, 11:37:48 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-03-29

    v1 v2  
    1414{{{
    1515~$ brew list --formula
    16 avro-c          gettext         jq              libunistring    ncurses         pcre2           sqlite          xz
    17 bash-completion git             kafkacat        lz4             nmap            pidof           tig             yajl
    18 coreutils       git-extras      libidn2         lzlib           oniguruma       protobuf        tree            zstd
    19 dos2unix        htop            librdkafka      mosh            openssl@1.1     readline        unrar
    20 gdbm            jansson         libserdes       mtr             p7zip           snappy          wget
     16bash-completion
     17coreutils
     18dos2unix
     19gettext
     20git
     21git-extras
     22htop
     23jq
     24libidn2
     25libunistring
     26mosh
     27mtr
     28ncurses
     29nmap
     30oniguruma
     31openssl@1.1
     32p7zip
     33pcre2
     34pidof
     35protobuf
     36readline
     37tig
     38tree
     39unrar
     40wget
    2141}}}
    2242{{{
    2343~$ brew list --cask
    24 firefox                   intellij-idea-ce          mpv                       spectacle                 xmind-zen
    25 font-hack                 joplin                    skype                     visual-studio-code        zulu8
    26 google-chrome             messenger                 slack                     visualvm
     44firefox
     45font-hack
     46google-chrome
     47intellij-idea-ce
     48joplin
     49messenger
     50mpv
     51skype
     52slack
     53spectacle
     54visual-studio-code
     55visualvm
     56xmind-zen
     57zulu8
    2758}}}
    2859{{{
    2960#!graphviz
    3061digraph "brew-dep" { rankdir=LR; node [shape=record];
    31 "avro-c"->"kafkacat"; "avro-c"->"libserdes"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "jansson"->"avro-c"; "jansson"->"kafkacat"; "jansson"->"libserdes"; "libidn2"->"wget"; "librdkafka"->"kafkacat"; "libserdes"->"kafkacat"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lz4"->"kafkacat"; "lz4"->"librdkafka"; "lzlib"->"kafkacat"; "lzlib"->"librdkafka"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"kafkacat"; "openssl@1.1"->"librdkafka"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"sqlite"; "readline"->"tig"; "snappy"->"avro-c"; "snappy"->"kafkacat"; "snappy"->"libserdes"; "xz"->"avro-c"; "xz"->"kafkacat"; "xz"->"libserdes"; "yajl"->"kafkacat"; "zstd"->"kafkacat"; "zstd"->"librdkafka"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "jansson"; "libunistring"; "lz4"; "lzlib"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "snappy"; "tree"; "unrar"; "xz"; "yajl"; "zstd";
     62"gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar";
    3263}
    3364}}}