Install Conda https://conda.io/docs/installation.html
Cheatsheet https://conda.io/docs/_downloads/conda-cheatsheet.pdf
//OSX or Linux
conda create -n tensorflow python=3.5
source activate tensorflow
Install Conda https://conda.io/docs/installation.html
Cheatsheet https://conda.io/docs/_downloads/conda-cheatsheet.pdf
//OSX or Linux
conda create -n tensorflow python=3.5
source activate tensorflow
| -- | |
| -- Estrutura da tabela `pais` | |
| -- | |
| CREATE TABLE IF NOT EXISTS `pais` ( | |
| `paisId` tinyint(3) unsigned NOT NULL AUTO_INCREMENT, | |
| `paisNome` varchar(50) NOT NULL, | |
| `paisName` varchar(50) NOT NULL, | |
| PRIMARY KEY (`paisId`) | |
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=253 ; |
| /** | |
| * | |
| * Hooking up Watchify with Google's Web Starter Kit | |
| * | |
| * The primary use cases for Browserify/Watchify are: | |
| * - Node.js-style `require`s on the client-side | |
| * - Use of npm modules on the client-side | |
| * - No more new <script> tags for each new script/module | |
| * | |
| * 1. npm install --save-dev vinyl-source-stream browserify watchify gulp-notify |
| ## Configure eth0 | |
| # | |
| # vi /etc/sysconfig/network-scripts/ifcfg-eth0 | |
| DEVICE="eth0" | |
| NM_CONTROLLED="yes" | |
| ONBOOT=yes | |
| HWADDR=A4:BA:DB:37:F1:04 | |
| TYPE=Ethernet | |
| BOOTPROTO=static |
| <?php | |
| /* | |
| +----------------------------------------------------------------------+ | |
| | PHP Version 5 | | |
| +----------------------------------------------------------------------+ | |
| | Copyright (c) 1997-2004 The PHP Group | | |
| +----------------------------------------------------------------------+ | |
| | This source file is subject to version 3.0 of the PHP license, | | |
| | that is bundled with this package in the file LICENSE, and is | | |
| | available through the world-wide-web at the following url: | |
| @echo off | |
| echo Installing JRE... | |
| start /w C:\temp\jre-1_5_0_12-windows-i586-p.exe /s INSTALLDIR=d:\bin\Java\jre1.5.0_12 REBOOT=Suppress |
| @echo off | |
| echo Installing JDK... | |
| start /w C:\temp\jdk-1_5_0_12-windows-i586-p.exe /s /v"/qn INSTALLDIR=d:\bin\Java\jdk1.5.0_12 REBOOT=Suppress" |