Berikut materi perkuliahan TIK III (Algoritma & Pemrograman), Program Studi D3 Rekam Medis & Informasi Kesehatan Politeknik Kesehatan Permata Indonesia :
P1 - Pengantar Perkuliahan Algoritma & Pemrograman
P2 - Algoritma & Bahasa Pemrograman
P3 - Pengantar Pemrograman C
Code::Blocks
P4 - Dasar Pemrograman C
P5 - Seleksi Kondisi
P6 - Perulangan
P7 - Seleksi & Perulangan
P8 - Array
P9 -... [ Continue reading... ]
1. Requirement
To follow this tutorial, you need the following software and resources.
JDK (Java Development Kit)
Min Version : 7 update 25 (or more recent) or 8
Download : http://www.oracle.com/technetwork/java/javase/downloads/index.html
Installation Instructions :
Installasi Dan Konfigurasi Java (Jdk dan Jre) Format (*.tar.gz) My OS / Ubuntu Linux
Installasi dan konfigurasi Java (JDK & JRE) di Ubuntu dan Microsoft... [ Continue reading... ]
1. Problem
After installed the JME (Java Mobile Editon)/J2ME (Java Micro Edition) in My OS/Ubuntu, But when launching “/home/dnd/WTK2.5.2/bin/ktoolbar” (without quotes) in the terminal is supposed to bring up the JME (Sun Java Wireless Toolkit manager GUI), but instead you get the following error:
dnd@riyaniezt:~$ /home/dnd/WTK2.5.2/bin/ktoolbar
Exception in thread "main" java.lang.UnsatisfiedLinkError:... [ Continue reading... ]
1. Introduction
Java ME technology was originally created in order to deal with the constraints associated with building applications for small devices. For this purpose Oracle defined the basics for Java ME technology to fit such a limited environment and make it possible to create Java applications running on small devices with limited memory, display and power capacity. (http://www.java.com)
2. Requirements
Java Development Kit... [ Continue reading... ]
1. Introduction
MinGW (Minimalist GNU For Windows) compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes. MinGW includes:
A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers.
GNU Binutils for Windows (assembler, linker, archive manager).
A command-line installer, with optional GUI front-end, (mingw-get) for MinGW and MSYS deployment on... [ Continue reading... ]
Berikut materi perkuliahan PSIK V (Pemrograman Web), Program Studi D3 Rekam Medis & Informasi Kesehatan Politeknik Kesehatan Permata Indonesia :
P1 - Pengantar Perkuliahan PSIK V
P2 - Pengantar Web
P3 - Database
P4 - Database
P5 - HTML
P6 - PHP
P7 - PHP MySQL
P8 - PHP MySQL
Berikut materi praktikum Aplikasi Komputer :
Prak1 - Pengantar Web
Prak2 - Database
Prak3 - Database
Prak4 - HTML
Prak5 - PHP
Prak6... [ Continue reading... ]
Introduction
Pre installed tomcat, Please see the link :
Install Apache Tomcat On My OS / Ubuntu Linux
Installation
Download Tomcat (ex : apache-tomcat-7.0.50-windows-x86.zip).
I recommend "zip" (or "tar.gz") version, as you could simply delete the entire directory when Tomcat is no longer needed (without running any un-installer).
You are free to move or rename the Tomcat's installed directory.
UNZIP into a directory of your... [ Continue reading... ]
1. Introduction
Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run in. (wikipedia)
2. Requirement :
JDK (Java Development Kit)
Download :... [ Continue reading... ]
1. Introduction
Pretty much any Android developer has the same complaint: the emulator is slow to start, slower to run and crash program, making app testing very annoying.
There are three ways to speed up the emulator:
Using emulator snapshots for fast startup
Using x86 hardware acceleration on Android images ver. 10 and 15+ (2.3.3 and 4.0.2+)
Using GPU OpenGL acceleration for interface rendering on images ver 14+ (Android 4.x)
2.... [ Continue reading... ]
1. Requirements
Java Development Kit (JDK)
Download :http://www.oracle.com/technetwork/java/javase/downloads/index.html
Installation Instructions : http://sidiq.mercubuana-yogya.ac.id/installasi-dan-konfigurasi-java-jdk-dan-jre-di-ubuntu-dan-windows/
Android SDK
Download : http://developer.android.com/sdk/index.html
Installation Instructions :... [ Continue reading... ]