Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
''' | |
Neural artistic styler | |
Based on: Leon A. Gatys, Alexander S. Ecker, Matthias Bethge, "A Neural Algorithm of Artistic Style", arXiv:1508.06576 | |
Examples: https://www.bonaccorso.eu | |
See also: https://github.com/fchollet/keras/blob/master/examples/neural_style_transfer.py | |
Giuseppe Bonaccorso (https://www.bonaccorso.eu) | |
''' | |
from __future__ import print_function |
# read $EHOME as the path to where eclipse is installed | |
# edit eclipse.ini | |
cd $EHOME/eclipse/Eclipse.app/Contents/MacOS/ | |
vim eclipse.ini | |
# add the following key/value to end of the ini file | |
# value can be anything including embedded spaces. | |
-Duser.name=Your Name <[email protected]> |