# YaMTaR

03 Temmuz 2007

195 ücretsiz online programlama kitabı

Filed under: MySQL,Programlama,Ruby,Web Tasarım — Etiketler:, , , , — YaMTaR @ 11:46

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

(daha fazla…)

26 Haziran 2007

Ruby ve DataBase

Filed under: MySQL,Rails,Ruby,Ruby on rails — Etiketler:, , — YaMTaR @ 10:06

DB2
Firebird
MySQL
Oracle
Postgres
SQLite

MySQL / Ruby

Filed under: MySQL,Ruby — Etiketler:, — YaMTaR @ 10:02

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] Get compile-parameter from mysql_config command.

 

 

 

 

(daha fazla…)

Powered by WordPress