Tuesday, March 31, 2020

TV Brasil Online


https://aovivo.club/assistir-tv-globo-ao-vivo-online-gratis-hd/
http://detran-br.com/globo-sp/#opcao2


Thursday, March 26, 2020

python pybind11



 for run https://github.com/ilastik/marching_cubes, we need to install pybind11
 alternative to test https://github.com/pmneila/PyMCubes

# prerequisites 
apt-get install cmake
pip3 install pytest

# Clone and build
git clone https://github.com/pybind/pybind11.git 
cd pybind11 
mkdir build 
cd build 
cmake .. 
sudo make install 
 

Wednesday, March 25, 2020

Local port to public access


[0] serveo
[1] ngrok https://dashboard.ngrok.com

Alternatives
[1] ngrok alternatives and comparison https://www.softwaretestinghelp.com/ngrok-alternatives/

[2] https://www.reddit.com/r/webdev/comments/ca634r/alternatives_to_serveo_for_localhost_tunneling/

Coffee Rust





Based on Deep Learning

[1] Deep Learning for Classification and Severity Estimation of Coffee Leaf BioticStresshttps://arxiv.org/pdf/1907.11561.pdf



Datasets Coffee Rust
[1] Coffe leaves https://github.com/esgario/lara2018/tree/master/classifier
[2] https://www.digipathos-rep.cnptia.embrapa.br/

Monday, March 09, 2020

cmake force g++ gcc version to use



$cmake -DCMAKE_CXX_COMPILER=g++-8  -DCMAKE_CC_COMPILER=gcc-8 ..

This command affec to next variables into CMakeLists.txt file
CMAKE_CXX_COMPILER_VERSION
CMAKE_CXX_COMPILER_ID


#Next lines doesn't works for me on this time.

set(CMAKE_C_COMPILER /usr/bin/gcc-8)
set(CMAKE_CXX_COMPILER /usr/bin/g++-8)

Tuesday, February 11, 2020

pycuda

pycuda error: src/cpp/cuda.cpp: No existe el archivo o el directorio

export PATH=/usr/local/cuda-10.2/bin:$PATH

Resources:
[1] Source https://github.com/inducer/pycuda (see too pyOpenCL)

[2] Documentation https://documen.tician.de/pycuda/tutorial.html

Monday, February 10, 2020

IP Camera using POE system around 17mts



Image result for codigo rj45


123 and 6, 45 positive, 78 negative.

Original adapter 5v 1500mA
UTP Cat 5 17mts, R=8.8, I=1.5, then V=IxR = 1.5x8.8 = 13.2 Minimal














Friday, January 31, 2020

Ubuntu 18 Cuda 10 under NVidia Geforce 710 2GB






wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin 
sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600 
wget http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb
sudo apt-key add /var/cuda-repo-10-2-local-10.2.89-440.33.01/7fa2af80.pub 
sudo apt-get update 
sudo apt-get -y install cuda

Thursday, January 30, 2020

INSULINA y TRANSAMISAS (TGP y TGO)

INSULINA

[1] Homa-Ir https://amhigo.com/mi-diagnostico/calculadoras/indice-de-resistencia-a-la-insulina-homa-ir
[2] https://www.clinicalascondes.cl/CENTROS-Y-ESPECIALIDADES/Centros/Centro-de-Diabetes/Noticias/Te-puede-interesar/%C2%BFTiene-usted-resistencia-a-la-insulina-
[3] https://es.theepochtimes.com/ocho-alimentos-revertir-resistencia-insulina_9392.html
[4] Vitamina E https://cuidateplus.marca.com/alimentacion/nutricion/2018/03/14/alimentos-vitamina-e-162116.html

TRANSAMISAS (TGP y TGO)

[1] Niveles  https://www.webconsultas.com/curiosidades/transaminasas-por-que-suben
[2] Niveles https://www.hepato.com/es/2001/05/as-transaminases-ast-ou-tgo-e-alt-ou-tgp/
[3] Tabls de valores http://2011.elmedicointeractivo.com/formacion_acre2007/pdf/1072.pdf

Running apps

Runtastic (I uninstalled because force to update your device - Internet connection problems) Runkeeper  (Wrong GPS tracking) Strava   (Curr...