Explore >> Select a destination


You are here

dan.langille.org
| | www.pither.com
90.9 parsecs away

Travel
| | The simple way to build a Python script and dependencies into a portable binary.
| | vincent.bernat.ch
66.7 parsecs away

Travel
| | Unlike scp, rsync cannot copy files between two remote hosts. Here is a trick to achieve the same effect with some SSH tunnels.
| | gehrcke.de
62.5 parsecs away

Travel
| | I'd like to blog more about those powerful commands that we carefully craft in our day-to-day. For a file transfer I just ran $ rsync -a -info=progress2 source dest 17,310,485,259 98% 4...
| | aimatters.wordpress.com
336.7 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...