Thursday, March 1, 2012

Todo's

I will keep a list of posts (In most of the cases series of posts) that I have in mind, if you are interested on anyone in particular just let me know it by leaving a comment and I will prioritize it.

C++ and MySQL

libmysqlcppcon-dev
libboost-all-dev


Debian Packages

Advanced Image processing with OpenCV 

Web Services on C++ with gSoap

Client
wsdl2h -o calc.h http://www.genivia.com/calc.wsdl
sudo soapcpp2 -i -C -I/usr/include/gsoap calc.h

Server
soapcpp2 -I/usr/include/gsoap calc.h

C++ Documentation with Doxygene

sudo apt-get install doxygen
doxygen -g myconfig

INPUT
OUTPUT_DIRECTORY
RECURSIVE

FILE_PATTERNS          = *.cpp *.h
GENERATE_XML           = YES


Apache modules development


Android development with eclipse and Android sdk

http://dimitar.me/how-to-connect-your-android-phone-to-ubuntu-to-do-developmenttestinginstallations-or-tethering/

lsusb > id
gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0bb4″, ATTRS{idProduct}==”0c01″, MODE=”0666″
$ sudo restart udev

***SCREENSHOTS
https://help.ubuntu.com/community/AndroidScreenshots
Settings > Applications > Development

No comments:

Post a Comment