Wednesday, November 09, 2016
Saturday, October 08, 2016
Use Whatsapp using piding over Ubuntu 14.04 /Ubuntu 16.04
Changes on [1] for run this trick on my ubuntu
First app (probably you need install aditional packages)
$sudo apt-get install libfreeimage-dev
$sudo apt-get install ncurses-dev
$sudo apt-get install python-dev
Second app
$sudo apt-cache search setuptools
$sudo apt-get install python-setuptools
$ sudo python setup.py install
$./yowsup-cli registration
$./yowsup-cli registration -c whatsapp_config.txt -r sms
$./yowsup-cli registration -c whatsapp_config.txt -R XXX-XXX
Reference
[1] http://blog.desdelinux.net/como-usar-whatsapp-en-linux-con-pidgin/
Aditional for Ubuntu 16.04
sudo apt-get install libprotobuf-dev
sudo apt-get install protobuf-compiler
First app (probably you need install aditional packages)
$sudo apt-get install libfreeimage-dev
$sudo apt-get install ncurses-dev
$sudo apt-get install python-dev
Second app
$sudo apt-cache search setuptools
$sudo apt-get install python-setuptools
$ sudo python setup.py install
$./yowsup-cli registration
$./yowsup-cli registration -c whatsapp_config.txt -r sms
$./yowsup-cli registration -c whatsapp_config.txt -R XXX-XXX
Reference
[1] http://blog.desdelinux.net/como-usar-whatsapp-en-linux-con-pidgin/
Aditional for Ubuntu 16.04
sudo apt-get install libprotobuf-dev
sudo apt-get install protobuf-compiler
Wednesday, October 05, 2016
Thursday, September 29, 2016
Thursday, August 04, 2016
Algoritmos :: Lecturas
Recursos:
0. Programming Challenges and Competitions (re https://courses.cs.ut.ee/MTAT.03.269/2016_spring/uploads/Main/Lecture1.pdf
1. http://www.comp.nus.edu.sg/~stevenha/myteaching/
2. Programming Challenges: The Programming Contest Training Manual http://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf
Sunday, July 31, 2016
Books
La incognita Newton - Catherin Shaw
https://revistasuma.es/IMG/pdf/52/123-127.pdf
http://todolodemates.wikispaces.com/file/view/la+incognita+newton.pdf
Wednesday, July 27, 2016
Wednesday, July 20, 2016
Wednesday, July 13, 2016
Saturday, June 25, 2016
Ubuntu change to dark theme
sudo add-apt-repository ppa:noobslab/themes
#just for Ubuntu 14
sudo apt-get update sudo apt-get install ambiance-dark
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install arc-theme
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
sudo add-apt-repository ppa:ravefinity-project/ppa #current for me
sudo apt-get update
sudo apt-get install vivacious-colors-gtk-dark
or
sudo apt-get install unity-tweak-tool #need to re-start
resources:
Dark themes
http://askubuntu.com/questions/454372/dark-gtk-theme-for-ubuntu-14-04
Tuesday, June 21, 2016
Alternatives to Deep Web
resources:
Freenet - a popular darknet friend-to-friend network that can run as an "opennet" (where peer nodes are discovered automatically).
https://freenetproject.org/
Alternatives to torrents
[1] rarbg.is
[2] katcr.co
[3] www.limetorrents.cc
Saturday, June 11, 2016
Lectures
Complex Network - ES
Análisis de Redes Complejas: Un paseo matemático entre Google y las redes sociales.
http://www.um.es/c/document_library/get_file?uuid=7b90ec2b-6554-482a-ae3b-c89292473885&groupId=118351
Friday, June 03, 2016
Wednesday, June 01, 2016
Lecture Fluid Flow
Resources
1) Gerris Flow Solver http://gfs.sourceforge.net/wiki/index.php/Main_Page
2011 - Japanese tsunami and others simulations
Lectures Image Processing
Resources:
1) Notes http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/MORSE/
2) Wavelets teory (pt) http://rmu.sbm.org.br/Conteudo/n33/n33_Artigo02.pdf
Monday, May 16, 2016
mySQL Clients - Ubuntu
Resources:
1. DBeaver(Multi Driver) http://dbeaver.jkiss.org/download/
2. Valentina Studio(Multi Driver) https://www.valentina-db.com/en/all-downloads
Tuesday, April 26, 2016
Lecture CG-1
http://www.cse.yorku.ca/~kosta/CompVis_Notes/ransac.pdf
http://www.iit.upcomillas.es/pfc/resumenes/4c290fbe9567e.pdf
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/...
PostgreSQL json fields
select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%' References: [1] https:/...