Tuesday, February 18, 2020
Polygon Clipping
References:
[1] Convex Polygon intersection https://www.researchgate.net/publication/261341433_Ice_Simulation_Using_GPGPU
Lectures
[1] Polygon Overlay https://pdfs.semanticscholar.org/2410/40dcc212e2c419459aa18691eecd37429ff1.pdf
[2] Polygon Overlay Phd Thesis https://scholarworks.gsu.edu/cgi/viewcontent.cgi?article=1099&context=cs_diss
[3] Geometric Algorithms on Cuda https://www.cc.gatech.edu/~jarek/graphics/reading/cuda.pdf
Courses:
[1] Computer Graphics https://www.cc.gatech.edu/~jarek/graphics/
[2] Splashing water https://www.cc.gatech.edu/~jarek/
Wednesday, February 12, 2020
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
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

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
Monday, February 03, 2020
Cuda courses
[1] Graphics Processing Units (GPUs): Architecture and Programming https://cs.nyu.edu/courses/fall14/CSCI-GA.3033-004/
[2] https://cs.nyu.edu/courses/fall15/CSCI-GA.3033-004/
[3] https://cs.nyu.edu/courses/fall16/CSCI-GA.3033-004/
[4] https://cs.nyu.edu/courses/fall17/CSCI-GA.3033-004/
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
-
Episodios: Épisode 1 : La Libertina de calidad (Le Libertin de qualité) Épisode 2 : La Apuesta de las tres cotillas (La Gageure des tr...
Python3 version alternatives and virtual environments
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...