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
mysql dengan harus install paket | |
`pip install --user mysqlclient` kalau error install dulu paketnya di linux | |
`sudo apt-get install libmysqlclient-dev | |
` |
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
# Code by Jufi | |
# Do Not Remove This | |
import os, time | |
from time import sleep | |
from flask import Flask, flash, redirect, render_template, url_for, request, json, make_response, jsonify, Response | |
from flask_migrate import Migrate | |
from flask_sqlalchemy import SQLAlchemy | |
from config import app_config |
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
<html> | |
<?php | |
// print_r($p);die(); | |
?> | |
<head> | |
<title> PSMB </title> | |
<style> | |
@page{ | |
size:8.27in 11.69in; |
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
Project Januari 2017 | |
1. Docker Understand | |
2. Make Simple Crud | |
3. Make Simple CMS With Laravel | |
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
Apa itu Riau IT Bootcamp ? | |
Riau It Boot camp adalah sebuah acara diskusi dan sharing it dengan pakar it ternama dengan konsep perkemahan | |
Kapankah Acara Ini diadakan ? | |
acara ini di adakan pada bulan November pada tanggal 12- 13 tahun 2016 | |
Siapakah yang menyelengarakan acara ini ? | |
acara ini di selengarakan oleh komunitas, organisasi , dan mahasiswa lintas kampus serta di dukung oleh beberapa asosiasi IT di Riau | |
Dimanakah acara ini diadakan ? |
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
pada form pendaftaran | |
di kolom email di kasih kata pilihan | |
di setiap place holder lebih di jelaskan lagi , "contoh masukkan password yang | |
di kolom desa tambah jadi desa/kelurahan | |
tambah kabupaten / kota | |
tambah provinsi | |
tambah syarat dan ketentuan (mohon team lain di bantu syaratnya apa apa aja) | |
setelah klik tombol daftar di buat 1 page khusus untuk pemberitahuan "selamat anda telah mendaftar" | |
dan di page itu letakan juga panduan penggunaan kedai desa |
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
Kerajinan | |
alat pertanian | |
alat nelayan | |
hasil pertanian | |
hasil laut | |
kesehatan | |
makanan dan minuman | |
souvenir | |
jasa | |
wisata desa |
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
Yuk ikut Riau IT Bootcamp 2016 | |
Riau IT Bootcamp adalah sebuah acara diskusi dan sharing IT dengan pakar IT ternama disertai penerapan konsep ala perkemahan. | |
Yang akan diadakan pada tanggal 12 – 13 November 2016 mendatang di Minas, Rindu Sepadan. | |
Adapun rangkaian kegiatan yang akan dilakukan adalah: | |
SEMINAR |
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
http://www.ibm.com/developerworks/library/wa-nodejs-polling-app/ |
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
mongo and express | |
http://zellwk.com/blog/crud-express-mongodb/ |