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...
C Builder
(13)
Source javaku
(10)
Belajar Android
(6)
SMA
(5)
Cryptocurrency
(4)
ICO
(4)
Cheat
(2)
EBook Java
(2)
Perbaiki PC
(2)
Tugas Kuliah
(2)
Android
(1)
Bahasa C
(1)
Belajar Java
(1)
Belajar PHP
(1)
PTI
(1)
Tema XP
(1)
Minggu, 04 Februari 2018
Senin, 01 Januari 2018
5 Cool features only Suchapp will have
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?
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)
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

#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

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

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

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

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

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

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
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"....