This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Tugas Teknik Interfacing - Traffic Light | |
Kelompok : 1. Adzinta Winnerawan Tito [12211039] | |
2. Angger Anggriya W [122110XX] | |
3. Oktavian Aris [1221159] | |
4. Radistya Anugrahan R [12211061] | |
**/ | |
void setup() { | |
pinMode (2, OUTPUT); //hijau | |
pinMode (3, OUTPUT); //kuning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- phpMyAdmin SQL Dump | |
-- version 4.0.10.7 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost:3306 | |
-- Generation Time: Mar 29, 2016 at 07:49 PM | |
-- Server version: 5.5.44-MariaDB-cll-lve | |
-- PHP Version: 5.4.31 | |
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ProfileFragment extends .... { | |
RV_Adapter adapter; | |
public ProfileFragment { } | |
...blabla.... | |
private void getProfiles() { | |
MyRequest req = new MyRequest(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"respon": true, | |
"data": [ | |
{ | |
"prod_code": "BRG0000000001", | |
"prod_id": "1", | |
"prod_name": "KUAS ROLL ACE REGULER", | |
"prod_group_id": "2", | |
"prod_sub_id": "291", | |
"prod_unit_dasar": "3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
android:id="@+id/toolbar" | |
android:layout_width="fill_parent" | |
android:layout_height="@dimen/height_54dp" | |
android:layout_alignParentTop="true" | |
android:background="@color/colorTabs" | |
android:gravity="center" | |
android:elevation="5dp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": false, | |
"status": "success", | |
"status_code": 200, | |
"message": "Records Found!", | |
"data": { | |
"types": [ | |
{ | |
"id": 1, | |
"name": "Seafood", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": false, | |
"status": "success", | |
"status_code": 200, | |
"message": "Records Found!", | |
"data": { | |
"cards": [ | |
{ | |
"card_id": 1, | |
"card_type": "Helb Card", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------------------------------ | |
jQuery document ready | |
-------------------------------------------------------------------*/ | |
$(document).ready(function () { | |
"use strict"; | |
var pageid = $('.page').data("page"); | |
$(".open-panel").on('click', function(e) { | |
var panelPosition = $(this).data("panel"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* jQuery Validation Plugin 1.11.1 | |
* | |
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/ | |
* http://docs.jquery.com/Plugins/Validation | |
* | |
* Copyright 2013 Jörn Zaefferer | |
* Released under the MIT license: | |
* http://www.opensource.org/licenses/mit-license.php | |
*/ |
OlderNewer