flutter create --org com.yourcompany -i swift -a kotlin --description 'Your App Description' your_app_name
| import pandas as pd | |
| import numpy as np | |
| from pandas.api.types import is_numeric_dtype | |
| np.random.seed(42) | |
| age = np.random.randint(20,100,50) | |
| name = ['name'+str(i) for i in range(50)] | |
| address = ['address'+str(i) for i in range(50)] |
keytool -list -v
-alias androiddebugkey -keystore ~/.android/debug.keystore
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"| Future sleepBeforeExit() { | |
| return new Future.delayed(const Duration(seconds: 2), () { | |
| }); | |
| } |
git remote show origin| import 'dart:async'; | |
| import 'dart:math'; | |
| /* | |
| * Findings: | |
| * streams can be single or broadcast, but not sure why the diff. | |
| * can check if a stream is broadcast with isBroadcast | |
| * StreamController make it easy to use a stream and send it events | |
| */ |
ssh-keygen -t rsa -b 4096 -C "[email protected]" Segundo paso: Terminar de configurar nuestro sistema.
En Windows y Linux:
eval $(ssh-agent -s)
ssh-add ruta-donde-guardaste-tu-llave-privada
Once in your terminal, type ‘ssh-keygen’ then press return three times. This will create a directory named .ssh/ with two files in it, ‘id_rsa’ and ‘id_rsa.pub’. The first one is your private key and you should keep it safe, the second one is your public key, that you will transmit to people you want to securely communicate with (in our case AWS).
cd ~/development
tar xf ~/Downloads/flutter_linux_v1.5.4-hotfix.2-stable.tar.xz
echo " export PATH="$PATH:pwd/flutter/bin" >> ~/.bashrc
flutter doctor