Jumat, 01 November 2013

PHP Indonesia - Facebook: Buat para MASTER PHP, ane mo nanya gimana ya caran...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
Buat para MASTER PHP, ane mo nanya gimana ya caran...
Oct 28th 2013, 09:50, by Satria Rohtwell

Satria Rohtwell 9:50am Oct 28
Buat para MASTER PHP, ane mo nanya gimana ya caranya install LibPuzzle ke PHP ...??? Diketahui libpuzzle merupakan library yang dapat mendeteksi gambar duplikasi pada web kita. Seperti contoh Google Image gitu.. mohon bimbingannya,,
untuk TA soalnya :v

Gunawan Mujur Wibisono 3:48pm Oct 28
pastikan server km sesuai.. dan untuk bs pasang.. km blum tentu sesuai dgn spek.. km punya server vps?

Satria Rohtwell 4:47pm Oct 28
wess,,, ane mo nyoba pake webserver XAMPP aja dulu mas, cara install libpuzzle gimana mas.??? kalau disitus resminya nyruh compile bla bla blaa,, ada cara yang lebih simple buat pemula gx kira2 mas,,,?
:/

Yht Web Id 6:56pm Oct 28
kalo di debian tinggal `# apt-get install libpuzzle-php`

Satria Rohtwell 7:26pm Oct 28
kalau diwindows ada yg tau gx.??? bingung, bingung kumemikirnya... :O
mhon bimbingannya..

Alvi Sani 7:54pm Oct 28
kalau gak mau repot. pindah linux aja :D

Satria Rohtwell 7:55pm Oct 28
hahahha,,, :D itu dya lagi mikir2,, tapi kalau ada yang bisa make diwindows mohon share nya please,,,,
:)

Alvi Sani 8:05pm Oct 28
http://stackoverflow.com/questions/17084450/installing-libpuzzle-windows-wampserver
http://php.net/manual/en/install.pecl.windows.php

Satria Rohtwell 9:26am Nov 1
tapi setelah dijalankan code "
# Compute signatures for two images
$cvec1 = puzzle_fill_cvec_from_file('big.png');
$cvec2 = puzzle_fill_cvec_from_file('small.png');

# Compute the distance between both signatures
$d = puzzle_vector_normalized_distance($cvec1, $cvec2);

# Are pictures similar?
if ($d < PUZZLE_CVEC_SIMILARITY_LOWER_THRESHOLD) {
echo "Pictures are looking similar\n";
} else {
echo "Pictures are different, distance=$d\n";
}

# Compress the signatures for database storage
$compress_cvec1 = puzzle_compress_cvec($cvec1);
$compress_cvec2 = puzzle_compress_cvec($cvec2);
"
hasil outputnya :
"Fatal error: Call to undefined function puzzle_fill_cvec_from_file() in /opt/lampp/htdocs/coba.php on line 7"

ada yg bisa jelasin gx master.??
:/

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar