Giải mã dữ liệu Chiến dịch Phụng Hoàng

Chiến dịch/Kế hoạch/Chương trình Phụng Hoàng/Phượng Hoàng (tiếng Anh: Phoenix Program) (1968-1975) là chiến dịch tình báo, ám sát bí mật trong Chiến tranh Việt Nam được tiến hành bởi Phủ Đặc ủy Trung ương Tình báo Việt Nam Cộng hòa (CIO) với sự phối hợp của Cục Tình báo Trung ương Hoa Kỳ (CIA).[1] Chương trình này được hoạch định với mục đích phát…

Read More

Play With RIA

What is RIA? RIA – Rich Internet Application is a web application form (web application) try to show the traditional functions of the software running on the desktop. At any rate, the RIA erase non-state theory of the HTTP protocol. What is feature of RIA? RIA applications run entirely on the browser (web browser) supports…

Read More

Detect text on image using tess4j library on linux

Tesseract OCR library is the best way to detect text on image. Let’s start with Java spring boot project. – Step 1: Download template spring boot project on: https://github.com/habogay/spring-boot-gcp – Step 2: Install tesseract otc: sudo apt-get install tesseract-ocr – Step 3: create environment in tool (I use eclipse): TESSDATA_PREFIX=/usr/share/tesseract-ocr/tessdata/ – Step 4: Use Tesseract: String…

Read More

Using Helper TinyMCE in cakePHP 1.2

Using tinyMCE in cakePHP already guide in previous lesson (http://blog.javamonday.com/2016/06/using-tinemce-ibrowser-with-cakephp.html). However, in this lesson, i am going to guide you how to using tinyMCE through a helper tinyMCE of cakePHP. Setup tinyMCE You can download newest tinyMCE at : http://tinymce.moxiecode.com/download.php and copy /tinymce/jscripts/tiny_mce folder to /app/webroot/js folder. Create helper tinyMCE You create a helper tinyMCE  with path…

Read More

Begining HTML5 game part 2

To continue Begining HTML5 game part 1 . Download images for this tutorial . https://docs.google.com/open?id=0B3wmdk4k7b_-V3Q1TTVIWW5LaWM (Save s to get zip package) We using simple html5 game framework for develop a card game . Maybe blackjack First, you need create Struct Folder to easy manager when your project become  complex  In WebContent-> index.html : Body part, add…

Read More

How To Setup SVN in BlueHost Host

1. Request bluehost for access by ssh 2. Connect to server bt ssh client (PuTTY, Bitvise) 3. Setup ~$mkdir _src ~$cd _src _src$wget http://subversion.tigris.org/downloads/subversion-1.4.6.tar.gz _src$wget http://subversion.tigris.org/downloads/subversion-deps-1.4.6.tar.gz _src$tar -xzvf subversion-1.4.6.tar.gz _src$tar -xzvf subversion-deps-1.4.6.tar.gz _src$cd subversion-1.4.6 _src/subversion-1.4.6$cd apr _src/subversion-1.4.6/apr$./configure –enable-shared –prefix=$HOME _src/subversion-1.4.6/apr$make && make install _src/subversion-1.4.6/apr$cd ../apr-util _src/subversion-1.4.6/apr-util$./configure –enable-shared –prefix=$HOME –with-expat=builtin –with-apr=$HOME –without-berlekey-db _src/subversion-1.4.6/apr-util$make && make install…

Read More

Cài đặt Github Runner + Deploy dự án từ Github lên Harvester

1. Cài Harbor để lưu image khi deploy lên k8s Tạo 1 máy ảo và cài Harbor lên đấy. Làm theo hướng dẫn trong URL sau. https://goharbor.io/docs/2.9.0/install-config/ Sau khi cài xong vào Cloudflare tạo một public hostname trỏ vào ip tĩnh của máy trên. Giờ vào domain trên với user admin và password trong harbor.yaml…

Read More