diff options
Diffstat (limited to 'research')
| -rw-r--r-- | research/archive.mdwn | 13 | ||||
| -rw-r--r-- | research/data.mdwn | 27 | ||||
| -rw-r--r-- | research/databases.mdwn | 6 | ||||
| -rw-r--r-- | research/smartphone.mdwn | 8 | 
4 files changed, 31 insertions, 23 deletions
| diff --git a/research/archive.mdwn b/research/archive.mdwn index 8d9e6e3..91925aa 100644 --- a/research/archive.mdwn +++ b/research/archive.mdwn @@ -28,21 +28,18 @@  ### Misc software -* OsmAnd and GPX tracks.  * Wayland with tiling compositor:      * [Way Cooler](http://way-cooler.org/).      * [Sway](http://swaywm.org/).  * [uMatrix](https://github.com/gorhill/uMatrix).  * [antigen](https://github.com/zsh-users/antigen), [vundle](https://github.com/VundleVim/Vundle.vim), etc.  * [Kaitai Struct: declarative binary format parsing language](http://kaitai.io/). -* [Darktable](https://packages.debian.org/stable/darktable).  * [Haiku Project](https://www.haiku-os.org/).  * [asciinema - Record and share your terminal sessions, the right way](https://asciinema.org/) ([client](https://packages.debian.org/jessie/asciinema) and server).  * [HTTP Prompt - An interactive command-line HTTP client](http://http-prompt.com/).  * [mmv](https://packages.debian.org/jessie/mmv) ([manpage](https://ss64.com/bash/mmv.html)).  * [Unikernel](https://en.wikipedia.org/wiki/Unikernel).  * Distributed computing clients (distributed-net, boinc, folding@home with [origami](https://packages.debian.org/stable/origami), etc). -* [wpull](https://wpull.readthedocs.io/en/master/usage.html).  ### Distros @@ -63,16 +60,6 @@      * https://packages.debian.org/jessie/mpdris2      * https://packages.debian.org/stretch/mpris-remote -### API, bigdata, etc - -* https://stripe.com/blog/idempotency -* https://botman.io -* https://github.com/metabase/metabase -* [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc. -* [TensorFlow](https://www.tensorflow.org/). -* [Wikidata](https://www.wikidata.org). -* [Swagger Specification](http://swagger.io/specification/). -  ### DevOPS  * onion smtp: diff --git a/research/data.mdwn b/research/data.mdwn new file mode 100644 index 0000000..c25d8f4 --- /dev/null +++ b/research/data.mdwn @@ -0,0 +1,27 @@ +[[!meta title="Data science, lean databases and formats"]] + +## Basic + +* Ontologies and how to deal with lists. +* Standards: schema.org, microdata, microformats, json, yaml, csv, dot, vcard. +* Intelligence: how to easilly search, index and produce outputs with strutured data? +* Samples: TODO and ChangeLog (see [yankee: Changelogs meet YAML](https://github.com/studio-b12/yankee)). + +## Software + +* [mtail](https://packages.debian.org/stable/mtail). +* [Scrapy | A Fast and Powerful Scraping and Web Crawling Framework](https://scrapy.org/). +* [phantomjs in stretch](https://packages.debian.org/stable/phantomjs). +* [wpull](https://wpull.readthedocs.io/en/master/usage.html). +* [Darktable - virtual lighttable and darkroom for photographers](https://packages.debian.org/stable/darktable). +* OsmAnd and GPX tracks. + +## API, bigdata, etc + +* https://stripe.com/blog/idempotency +* https://botman.io +* https://github.com/metabase/metabase +* [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc. +* [TensorFlow](https://www.tensorflow.org/). +* [Wikidata](https://www.wikidata.org). +* [Swagger Specification](http://swagger.io/specification/). diff --git a/research/databases.mdwn b/research/databases.mdwn deleted file mode 100644 index 3580d78..0000000 --- a/research/databases.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -[[!meta title="Lean databases and formats"]] - -* Ontologies and how to deal with lists. -* Standards: schema.org, microdata, microformats, json, yaml, csv, dot, vcard. -* Intelligence: how to easilly search, index and produce outputs with strutured data? -* Samples: TODO and ChangeLog (see [yankee: Changelogs meet YAML](https://github.com/studio-b12/yankee)). diff --git a/research/smartphone.mdwn b/research/smartphone.mdwn index ca09ca9..010d246 100644 --- a/research/smartphone.mdwn +++ b/research/smartphone.mdwn @@ -176,13 +176,13 @@ Restauro  A partir de um sistema recém-instalado:      # Arquivos: cópia completa -    #for file in `ls $backup`; do -    #  adb push $backup/$file files/ +    #for file in `ls files`; do +    #  adb push files/$file $base/$file      #done      # Arquivos: cópia incremental -    for file in `ls $backup`; do -      adb-sync --delete $backup/$file files/ +    for file in `ls files`; do +      adb-sync --delete files/$file/ $base/$file/      done      # Configurações | 
