Infografik tentang penyelewengan dana anggaran perjalanan dinas.
Namun tujuan utamanya, untuk tutorial basic D3.js. :)
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>TestField</title> | |
<script type="http://mbostock.github.com/d3/d3.js?2.1.3"></script> | |
<script type="text/javascript"> | |
var data = [ 1, 2, 3, 4, 5, 6]; | |
var w = 500, | |
h = 400; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Bar Chart</title> | |
<script type="http://mbostock.github.com/d3/d3.js?2.1.3"></script> | |
<script type="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
</head> | |
<body> | |
2012-04-02T06:52:32Z||oprator berpengalaman telkomsel selain excel indosat saya mmbutuhkan operator marketing yang ckp handal berpengalaman | |
2012-04-02T07:12:42Z||rt pakai indosat internet broom bisa internetan cepat tanpa putus didukung dengan | |
2012-04-02T07:00:12Z||pakai indosat internet broom bisa internetan cepat tanpa putus didukung dengan jaringan 5g dijamin internetan wusshhhhh | |
2012-04-02T07:03:31Z||edit jalur akses internet indosat gunakan proxy ip add 195 189 142 132 port ip 80 yang lain biarkan seperti aslinya | |
2012-04-02T06:56:49Z||haha <makian> oprator berpengalaman telkomsel selain indosat bth operator marketing yang pengalaman | |
2012-04-02T07:22:10Z||rt pakai indosat internet broom bisa internetan cepat tanpa putus didukung dengan jaringan 5g dijamin internetan wusshhhhh | |
2012-04-02T07:32:05Z||di atmajaya abisnya mirip sangat aula indosat gambarnya tadi haha | |
2012-04-02T07:28:44Z||saya cinta karo indosat mergo terpaksa | |
2012-04-02T09:43:10Z||pan sarua indosat mnh haha dibawain ngan peje hela ngk |
Infografik tentang penyelewengan dana anggaran perjalanan dinas.
Namun tujuan utamanya, untuk tutorial basic D3.js. :)
Custom recipe to get OS X 10.11 El Capitan running from scratch with useful applications and Node.js Developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after fresh install.
#!/bin/sh | |
## backup each mysql db into a different file, rather than one big file | |
## as with --all-databases. This will make restores easier. | |
## To backup a single database simply add the db name as a parameter (or multiple dbs) | |
## Putting the script in /var/backups/mysql seems sensible... on a debian machine that is | |
## Create the user and directories | |
# mkdir -p /var/backups/mysql/databases | |
# useradd --home-dir /var/backups/mysql --gid backup --no-create-home mysql-backup | |
## Remember to make the script executable, and unreadable by others |
Based on Contract Killer, an open-source contract for web developers.
I’ll always do my best to fulfill your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. I have no desire to trick you into signing something that you might later regret. What I do want is what’s best for both parties, now and in the future.
So in short;
You ([CLIENT COMPANY]), located at [CLIENT ADDRESS] are hiring me ([DEVELOPER]) located at [DEVELOPER ADDRESS] to design and develop a web site for the estimated total price of [QUOTE] as outlined in our previous correspondence.
# FROM https://github.com/FusionAuth/fusionauth-containers/tree/master/docker/fusionauth/fusionauth-app/Dockerfile | |
# FusionAuth Dockerfile | |
# | |
# Example use: docker build -t fusionauth . | |
# Once built, to start: docker run -p 9011:9011 -it fusionauth | |
FROM ubuntu:18.04 | |
LABEL description="Create an image running FusionAuth with embedded search engine. \ | |
Installs FusionAuth Search, FusionAuth App" |
<VirtualHost *:80> | |
ServerName vhost.com | |
<Proxy *> | |
AddDefaultCharset off | |
Order deny,allow | |
Allow from all | |
</Proxy> | |
<Location /> |