Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Minggu, 04 Februari 2018

Birdchain - D.APP THAT REWARDS BASED ON BLOCKCHAIN

21.03 Posted by ibidathoillah , No comments
  Visit Website ➲ What is Birdchain? Birdchain is a decentralized application (Dapp) similar to instant messenger. The big difference is Birdchain will allow its users to make a monthly passive income. Simultaneously, Birdchain will provide companies with higher quality and better-priced...

Senin, 01 Januari 2018

5 Cool features only Suchapp will have

05.02 Posted by ibidathoillah , No comments
SuchApp Blockchain-enabled, multi-channel messaging platform. What is Such App? Such App is an ERC20 compatible digital currency that serves as the base for all transactions within the ecosystem. it leverages the power of the blockchain to create a complete ecosystem. The integrated digital wallet makes managing your finances easy and simple. Now every group administrator can manage their...

Kamis, 23 November 2017

What is Bitsync Token?

02.31 Posted by ibidathoillah , No comments
What is bitsync's? Ethereum blockchain based Exchange Bitsync, is powered by smart contract with decentralized trust and reputation system. Bitsync’s service offers a faster,safer and cheaper decentralized payment Exchange alternative to the current system employed by most of the todays merchants and exchanges. Bitsync Exchange will run on Ethtereum Blockchain. The Bitsync has announced its...

Selasa, 21 November 2017

REVOLUTIONIZING EDUCATION WITH BLOCKCHAIN (BITDEGREE)

01.58 Posted by ibidathoillah , No comments
What make this unique? World's first blockchain-powered online education platform with token scholarships & tech talent acquisition WHAT IS BITDEGREE? BitDegree platform will offer students the best online courses with clear and transparent blockchain-based reward system and achievement tracking. It is also a unique tool for businesses to recruit tech talent and shape global education to...

Minggu, 15 November 2015

Looping tulisan udinus sesuai inputan

18.23 Posted by ibidathoillah , No comments
#include <stdio.h> #include <stdlib.h> int main() {     int jumlah,i;     printf("Masukan berapa kali udinus akan tulis : ");     scanf("%d",&jumlah);     for(i=1;i<=jumlah;i++){ ///initial state i=0 ; final state selama i kurang dari sama...

Minggu, 04 Oktober 2015

Future Technology Virtual World

21.31 Posted by ibidathoillah , No comments
     World virtual machine that with this machine we can make a world where we can communicating with someone, saw and touch them with four dimensional visual very realistic. This machine look like glasses to cover the eye, and other parts like helmet to connect with spinal cord...

Selasa, 23 Desember 2014

Belajar Pemrogramman android - Alert Builder

19.23 Posted by ibidathoillah No comments
Misal buatlah layout sebagai berikut main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout     xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="match_parent"     android:layout_height="match_parent"    ...

Senin, 22 Desember 2014

Belajar Pemrogramman android - Toast

19.29 Posted by ibidathoillah No comments
Buatlah MainActivity.java sbb: package com.alert.toast;import android.app.*;import android.os.*;import android.widget.*;public class MainActivity extends Activity {    @Override    protected void onCreate(Bundle savedInstanceState)    {       ...

Minggu, 14 Desember 2014

Belajar Pemrogramman android - Relative layout

11.21 Posted by ibidathoillah No comments
Relative layout berarti susunan item didalam layout ini akan tersusun secara relative, maksutnya boleh diatas dibawah maupun disamping walaupun penulisan codenya tidak harus urut (tapi id harus di deklarasikan sebelum ada yang mengacu kepada id tersebut).  tidak seperti linear, relative kita diwajibkan...

Belajar Pemrogramman android - Linear layout

10.24 Posted by ibidathoillah No comments
Linear layout, seperti artinya susunan lurus berrati seluruh item yang berada pada linear layout akan tersusun lurus coba tuliskan code ini pada layout aktivitas utama di /res/layout/<layout utama>.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout     xmlns:android="http://schemas.android.com/apk/res/android"    ...

Tugas Bahasa Inggris - Explanation text gambar beserta terjemahannya

09.42 Posted by ibidathoillah No comments
Bagaimana tornado terjadi/terbentuk ? Perubahan lapisan udara merupakan pemicu lahirnya Tornado dalam hal ini jika lapisan udara dingin berada diatas lapisan udara panas, udara panas naik dengan kecepatan 300-an km/jam, udara yang menyusup dari sisi inilah yang mengakibatkan angin berputar sehingga...

Jumat, 12 Desember 2014

Sharing PC dan Android mudah lewat Ftp Server For android

07.40 Posted by ibidathoillah No comments
  Bagaimana menghubungkan dengan server yang menggunakan FTP kabel USB:  Pada telepon Anda pergi ke Settings-> Applications-> Pengembangan dan menetapkan pilihan "USB debugging". Sambungkan telepon ke PC menggunakan kabel USB. Mulai Server adb. Pada perintah run PC "adb start-server"....