Friday, November 20, 2015
Northwind in mySQL, Postgress and others
Resources
[1] Sql 2000)(.msi) https://www.microsoft.com/en-us/download/details.aspx?id=23654
[2] https://code.google.com/p/northwindextended/
Sunday, November 15, 2015
Monday, October 26, 2015
Complex Networks
References:
[1] Network Science: Theory and Applications http://train.ed.psu.edu/WFED-543/SocNet_TheoryApp.pdf
Friday, October 02, 2015
Shape Matching
Resources:
[1] Shape Indexing and Matching Using Shock Graphs
http://www.cs.toronto.edu/~dmac/source_code.html
[2] Skeletonization
http://www.inf.u-szeged.hu/~palagyi/skel/skel.html
[3] K3M
http://matwbn.icm.edu.pl/ksiazki/amc/amc20/amc2029.pdf
Monday, September 21, 2015
Sunday, September 13, 2015
Samsung GT-S6102B tools
CWM Info
https://wiki.cyanogenmod.org/w/ClockWorkMod_Instructions
Restore from Image/Format
https://www.youtube.com/watch?v=ZCoI62PG7jE
Drivers
http://forum.xda-developers.com/showthread.php?t=961956
Tools for connect
Heimdall/Odin/JOdin3
https://github.com/Benjamin-Dobell/Heimdall/issues/32
Friday, September 11, 2015
Lectures
Overview (Pt)
http://iris.sel.eesc.usp.br/sel886/RANSAC_AnOverview.pdf
Overview 2 (En)
http://cmp.felk.cvut.cz/cmp/courses/Y33ROV/Y33ROV_ZS20082009/Lectures/RANSAC/ransac.pdf
Ransac Family (CVPR2011)
http://www.imgfsr.com/CVPR2011/Tutorial6/RANSAC_CVPR2011.pdf
Ransac in Matlab
http://old.vision.ece.ucsb.edu/~zuliani
------------------- ------------------- ------------------- ------------------- ------------------- -------------------
Image Registration CVPR2011
http://www.imgfsr.com/CVPR2011/Tutorial6/
Friday, September 04, 2015
Monday, August 31, 2015
Running 2014
RPP 2014
http://www.pacifictiming.com/result-wizard/?prefix=140921_rpp
Lanpass 10k 2014
http://www.chiptiming.com.pe/resultados.php
Corre PUCP 2014
http://chiptiming.com.pe/resultados-pucp.php
LightSpark Flash Player Alternative
Try traditional installation
$sudo add-apt-repository ppa:sparkers/ppa
$sudo apt-get update
$sudo apt-get install lightspark browser-plugin-lightspark
Make link to library or copy to plugin directory
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so /usr/lib/mozilla/plugins/
or
$ln -s /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/liblightsparkplugin.so
Note: try run $locate libflashplayer.so , for know where is the plugin directory
Marked Point Processes
[1] https://homepages.laas.fr/slarnier/Automatic_method_for_visual_grading_of_seed_food_product.pdf
[2] Samples
http://perso.telecom-paristech.fr/~tupin/JTELE/PRES10/Descombes.pdf
[3] Unsupervised detection of Flamingos using Marked Point Processes for estimating the size of populations
Slides http://bib.rilk.com/2781/01/descamps_presentationGdR.pdf
Friday, August 14, 2015
Tuesday, August 04, 2015
Friday, June 26, 2015
Point Sampling Projects
Point Sampling Projects
[1] http://jonquinn.org/research/
[2] http://www.filipvanbouwel.be/master_thesis.php
[3] http://kesen.realtimerendering.com/PointBasedPaper.html
[4] Point Based Graphics
http://webstaff.itn.liu.se/~jonun/web/teaching/2009-TNCG13/Siggraph09/courses/point-based-graphics.pdf
Thursday, June 25, 2015
Splatting
Splatting Demo
[1] http://potree.org/demo/lion/lion_takanawa.html
[2] http://potree.org/demo/potree_2014.12.30/examples/lion_laz.html
[3] Full http://potree.org/wp/
Wednesday, June 24, 2015
Maya Ubuntu
http://forums.autodesk.com/t5/installation-licensing/installing-maya-on-ubuntu/td-p/4905036
Tuesday, June 23, 2015
Reflection/Point-based Global Illumination
- Reflection and refraction
- Point-based Global Illumination
- Anti-aliasing settings
[2] Global illumination 99 lines
http://www.kevinbeason.com/smallpt/
Running Wireshark over Ubuntu 14.04
After installation, execute next steps:
1) sudo dpkg-reconfigure wireshark-common
2) sudo chmod +x /usr/bin/dumpcap
3) sudo setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_DAC_OVERRIDE+eip /usr/bin/dumpcap
Reference:
[1] https://ask.wireshark.org/questions/16343/install-wireshark-on-ubuntu
[2] http://askubuntu.com/questions/348712/there-are-no-interfaces-on-which-a-capture-can-be-done
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglĆ©s se llama “A potentially dangerous Request.Form value was detected from the client”. varias pĆ”ginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
Ubuntu Forware port 80
#!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...