Changes between Version 1 and Version 2 of jazz/21-03-29
- Timestamp:
- Mar 29, 2021, 11:37:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/21-03-29
v1 v2 14 14 {{{ 15 15 ~$ 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 16 bash-completion 17 coreutils 18 dos2unix 19 gettext 20 git 21 git-extras 22 htop 23 jq 24 libidn2 25 libunistring 26 mosh 27 mtr 28 ncurses 29 nmap 30 oniguruma 31 openssl@1.1 32 p7zip 33 pcre2 34 pidof 35 protobuf 36 readline 37 tig 38 tree 39 unrar 40 wget 21 41 }}} 22 42 {{{ 23 43 ~$ 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 44 firefox 45 font-hack 46 google-chrome 47 intellij-idea-ce 48 joplin 49 messenger 50 mpv 51 skype 52 slack 53 spectacle 54 visual-studio-code 55 visualvm 56 xmind-zen 57 zulu8 27 58 }}} 28 59 {{{ 29 60 #!graphviz 30 61 digraph "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"; 32 63 } 33 64 }}}