Archive for the ‘Material Study’ Category
November 6, 2018
Non-dominated Sorting Genetic Algorithm, Nondominated Sorting Genetic Algorithm, Fast Elitist Non-dominated Sorting Genetic Algorithm, NSGA, NSGA-II
Taxonomy
The Non-dominated Sorting Genetic Algorithm is a Multiple Objective Optimization (MOO) algorithm and is an instance of an Evolutionary Algorithm from the field of Evolutionary Computation. Refer to for more information and references on Multiple Objective Optimization. NSGA is an extension of the Genetic Algorithm for multiple objective function optimization. It is related to other Evolutionary Multiple Objective Optimization Algorithms (EMOO) (or Multiple Objective Evolutionary Algorithms MOEA) such as the Vector-Evaluated Genetic Algorithm (VEGA), Strength Pareto Evolutionary Algorithm (SPEA), and Pareto Archived Evolution Strategy (PAES). There are two versions of the algorithm, the classical NSGA and the updated and currently canonical form NSGA-II.
(more…)
Tags:algorithm, Evolutionary, Genetic Algorithm, MOP, Nondominated Sorting Genetic Algorithm, NSGA, NSGA-II, Optimisation, Optimization
Posted in Algorithm & Data Structure, Knowledge, Material Study, My Research, Tutorial | Leave a Comment »
March 15, 2018

This e-book allows us to improving our programming skills with some examples in Python.
This e-book is about improving coding skills and learning how to write readable code. It is written both for teachers and developing programmers. But I must immediately tell you that we learn how to write computer code only by trying to code many challenging problems, reflecting on the experience, and remembering the lessons we learned. Hence, you will find here more than twenty quizzes and problems. Chess coach Willy Hendriks is right: There is no other way.
You can download this e-book here.
Tags:ebook, python
Posted in Basic Programming, Knowledge, Material Study | Leave a Comment »
January 23, 2018
Internet of Things (IoT) bukan lagi sebagai fantasi sains-fiksi. Dengan kemajuan teknologi yang sangat pesat memungkinkan terhubungnya semua objek sehari-hari ke Internet. Namun, diperlukan sebuah solusi yang interoperabel untuk memastikan optimal komunikasi antar objek-objek tersebut. Protokol routing adalah salah satu elemen kunci pada IoT. Karena protokol routing memungkinkan setiap objek menentukan bagaimana mencapai objek lain. Beberapa kendala pada protokol routing antara lain saluran komunikasi yang tidak stabil dan energi daya rendah yang harus diperhitungkan dalam pengembangan protokol routing yang sesuai untuk IoT. Pada artikel kali ini, saya akan menyajikan sekilas tentang protokol RPL yang dirancang khusus untuk jaringan berdaya rendah dan lossy (Low-power and Lossy Network disingkat LLN).
(more…)
Tags:DIO, DIS, DODAG, Internet of Things, IoT, routing, routing protocol, RPL, WSN
Posted in Computer Networking, IoT, Knowledge, My Research, Wireless Sensor Networks | Leave a Comment »
December 5, 2017
I’m running Linux Ubuntu 14.04 on my laptop and I would like to share my internet connection via bluetooth.
What I am looking for is the following: (more…)
Tags:Android, bluetooth, pairing, phone, share internet, Share Internet Connection via Bluetooth on Ubuntu, sharing internet via bluetooth, ubuntu
Posted in Diary, Linux, Open Source / Linux / Embedded System, Tutorial | 1 Comment »
November 9, 2017
Nous allons installer notre premier module. Assurez vous d’avoir une connexion internet car les modules seront téléchargés.
Je vous conseille de commencer par la comptabilité, même si vous ne comptez pas utiliser Odoo pour faire votre compta. Cela nous permettra de poser nos valises et d’aller plus loin dans les premiers paramétrages du système. Et puis sans compta, il n’y aurait pas de société ! (more…)
Tags:CRM, Francais, French, Gratuit, odoo, openerp
Posted in French (Francais), Knowledge, Odoo/OpenERP, Tutorial | Leave a Comment »
September 1, 2017
Pertemuan kedua matakuliah Sistem Multimedia akan membahas tentang text, hypertext dan gambar.
Text adalah data yang terdiri dari karakter-karakter yang menyatakan kata-kata atau lambang-lambang untuk berkomunikasi oleh manusia dalam bentuk tulisan. Di dalam Sistem Multimedia, produk multimedia bergantung pada text untuk banyak hal. Antara lain:
- Untuk menjelaskan bagaimana cara kerja sebuah aplikasi
- Untuk memandu user dalam menjelajahi sebuah aplikasi
- Menyampaikan informasi yang dirancang aplikasi
Anda bisa mengunduh materi pdf disini.
Tags:gambar, hypertext, image, raster, sistem multimedia, text
Posted in Material Study, Multimedia System, sistem multimedia | 1 Comment »
June 2, 2017

Here is our experience how to install Odoo 9 on Ubuntu 14.04 (Desktop or Server), step-by-step.
Step 1: Before begin the installation
Make sure your Ubuntu has all the latest versions & patches by doing an update:
sudo apt-get update
sudo apt-get dist-upgrade
(more…)
Tags:install, Install odoo 9 ubuntu 14.04, odoo, openerp, solved, step-by-step, work 100%
Posted in Jasa / IT Solution, Odoo/OpenERP, Open Source / Linux / Embedded System, Tutorial | Leave a Comment »