Skip to content

Instantly share code, notes, and snippets.

View hinata4zzahra's full-sized avatar

hinata azzahra hinata4zzahra

  • bondowoso, jatim
View GitHub Profile
@hinata4zzahra
hinata4zzahra / 1. method in python
Last active February 16, 2018 07:42
dumbwaysid_tes
class Biodata:
#"""docstring for Biodata."""
nama = ""
tanggal_lahir = ""
alamat = ""
sekolah = ""
pekerjaan = ""
hobi = ""
skill = ""
cita2 = ""
<html>
<head>
<link href="lay_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">INI HEADER</div>
<div id="content">
<table>
select post.title, user.username, coment.coment from post, user, coment where post.createdby=user.id and post.id_post=coment.postid
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
membuat Ai untuk melakukan pengecekan barang
import React, {Component} from 'react';
import {
StyleSheet, TouchableOpacity,
View, Text, Image, ImageBackground,
} from 'react-native';
import {
Form, Item, Input, Label,
Icon, Button
} from 'native-base';
import {createStore, combineReducers } from 'redux';
import { reducer as formReducer } from 'redux-form'
const appReducer = combineReducers({
form: formReducer
});
const store = createStore(appReducer)
import React, {Component} from 'react'
import {
Form, Item, Button,
Text, Label, Input, Icon
} from 'native-base'
import {StyleSheet} from 'react-native'
import {Field, reduxForm} from 'redux-form'
import {LkTextInput, LkPicker} from 'lazy-kitten-redux-form'
class LoginForm extends Component{
import React, {Component} from 'react';
import {
StyleSheet, TouchableOpacity,
View, Text, Image, ImageBackground,
} from 'react-native';
import {
Form, Item, Input, Label,
Icon, Button
} from 'native-base';