Autumn

When the leaves turn brown, the scent of the air is the best, you must be in autumn...

Basic Learning and Assignment+Solution on C Programming (PART 1)

Hello guys! Welcome back to my blog. I'm planning to be productive during my holiday. Now, I'm gotta share about my assignements on doing C Programming Class. So enjoy. According to me, studying C is not quite hard before you know Pointer, linked-list, etc. Hahahaa~ Because what I want to show you is the basic of C, so we don't go to pointer and linked-list further ^^ **Once again, forgive me.. Some commands are in Bahasa Indonesia 1. Calculate Debet Card on C #include #include //menghitung pengeluaran dari kartu debet int main() { /*Declare...

Controlling a Robot using PSX (Arduino based)

Here's the code about how I control the robot using PSX and arduino Mega 2560. I make the code in such a modular way(no need but it's ok, forgive me lol) Some command is in Bahasa Indonesia. 1. Main Program which call every tabs /* bismillahirrohmaanirrohiim ALLAHUAKBAR =====================18 APRIL 2014====================================*/ /*  MASTER ChangeLog: 1. slider 2. single motor 3. otomatisasi */ #include  //PS2 Library #define naik 0 #define turun 1 //initialization PS2X ps2x; int PS2_error = 0; int PS2_AnalogLX = 0; int...

Perancangan dan Pemrograman Web

Semester 4 yang lalu, saya mengambil mata kuliah Perancangan dan Pemrograman Web (PPW) di Fakultas Ilmu Komputer (Fasilkom) Universitas Indonesia. Berikut contoh-contoh dari tugasnya.  Part ini mostly membahas tentang HTML, CSS, dan Javascript saja ya.. PHP, MySQL, JQuery akan dibahas padas part selanjutnya. Dilengkapi dengan file asli yang dapat anda download secara gratis. 1. Tutorial 1 mengenai fitur dasar HTML dan CSS. Materi awal ini...