MySQL

195 ücretsiz online programlama kitabı

Ruby

http://www.ruby-doc.org/docs/ProgrammingRuby/
http://poignantguide.net/ruby/
Assembly

http://www.oopweb.com/Assembly/Documents/a…lumeFrames.html
http://download.savannah.gnu.org/releases/pgubook/
http://2020ok.com/3954.htm
http://www.oopweb.com/Assembly/Documents/I…lumeFrames.html
http://www.oopweb.com/Assembly/Documents/A…lumeFrames.html
http://www.oopweb.com/Assembly/Download/NortonGuide.zip
http://www.oopweb.com/Assembly/Documents/W…lumeFrames.html
C

http://www.oopweb.com/CPP/Documents/CPoint…lumeFrames.html
http://www.oopweb.com/CPP/Documents/CProgr…lumeFrames.html
http://www.planetpdf.com/developer/article…?contentid=6635
http://publications.gbdirect.co.uk/c_book/
http://www.duckware.com/bugfreec/index.html
http://www.computer-books.us/c_3.php
http://www.linuxtopia.org/online_books/pro…nu_c/index.html


Ruby ve DataBase

DB2
Firebird
MySQL
Oracle
Postgres
SQLite


MySQL / Ruby

Dosyalar için tıklayınız.
 
Yükleme
1:

% ruby extconf.rb
yada

% ruby extconf.rb –with-mysql-dir=/usr/local/mysql
yada
% ruby extconf.rb –with-mysql-config
 
% make
 
 
–with-mysql-include=dir MySQL header file directory. Default is /usr/local/include.
–with-mysql-lib=dir MySQL library directory. Default is /usr/local/lib.
–with-mysql-dir=dir Same as –with-mysql-include=dir/include, –with-mysql-lib=dir/lib. –with-mysql-config[=/path/to/mysql_config] [...]