{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive
OpenCV Camera Calibration
http://dasl.mem.drexel.edu/~noahKuntz/openCVTut10.html … Read entire article »
Filed under: OpenCV
OpenCV 1
// halo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "cv.h" #include "cxcore.h" #include "highgui.h" int _tmain(int argc, _TCHAR* argv[]) { IplImage *img = cvLoadImage ("Image.bmp"); cvNamedWindow("Image:",1); cvShowImage("Image:",img); cvWaitKey(); cvDestroyWindow("Image:"); cvReleaseImage(&img); return 0; } … Read entire article »
Filed under: OpenCV
SOA programming model for implementing Web services, Part 1: Introduction to the IBM SOA programming model
http://www.ibm.com/developerworks/webservices/library/ws-soa-progmodel/ … Read entire article »
Filed under: 7. Operating System
Streaming TV
http://www.livestation.com/channels/10-bbc-world-news-english … Read entire article »
Filed under: 7. Operating System
Gramedia Expo Toko Gramedia
031-5452157 031-5452158 … Read entire article »
Filed under: 7. Operating System
Panti Asuhan Ulul Azmi YAtim Piatu
BRI : 087301001128503 a/n. Panti Asuhan Ulul Azmi BTN : 0000201501254350 a/n. Panti Asuhan Ulul Azmi Mandiri : 1420006942568 a/n. Yayasan Ulul Azmi BNI : 0165683056 a/n. Yayasan Ulul Azmi BCA : 4293039600 a/n. Yayasan Ulul Azmi Surabaya … Read entire article »
Filed under: 7. Operating System
Konfigurasi nginx.conf
server { listen      80; server_name mrtg.ikc.co.id; access_log  /var/log/nginx/mrtg.ikc.co.id_access.log combined; ## Default location location / { root  /var/www/mrtg; #autoindex off; index index.html; autoindex on; allow all; } } … Read entire article »
Filed under: 7. Operating System
Configurasi nginx.conf
/etc/nginx/sites-enabled/default server { listen 80; server_name localhost; access_log /var/log/nginx/localhost.access.log; location / { root /drive3/Linux; index index.html index.htm; autoindex on; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /var/www/nginx-default; } } server { listen 80; server_name bks-forum.b-metro.net; access_log /var/log/nginx/localhost.access.log; location / { root /var/www/nginx-default; index index.html index.htm; autoindex on; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /var/www/nginx-default; } } … Read entire article »
Filed under: 7. Operating System