Skip to content
Snippets Groups Projects
Unverified Commit 8d64eb47 authored by rhatto's avatar rhatto
Browse files

Updates research

parent 41181de7
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
[[!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/).
[[!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)).
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment