#Masquerade
bukan nama show jepang
[qemu1]---------|
[qemu2]---------|---[vmbr0]---[eth0]---> internet
| export default (url, width, height) => { | |
| const h = width || 600 | |
| const w = height || 800 | |
| const y = window.top.outerHeight / 2 + window.top.screenY - h / 2 | |
| const x = window.top.outerWidth / 2 + window.top.screenX - w / 2 | |
| window.open( | |
| url, | |
| '_blank', | |
| 'toolbar=no,scrollbars=yes,resizable=yes,top=' + | |
| y + |
#Masquerade
bukan nama show jepang
[qemu1]---------|
[qemu2]---------|---[vmbr0]---[eth0]---> internet
| /** | |
| * Kotak Bintang 5 | |
| */ | |
| #include <stdio.h> | |
| int main() | |
| { | |
| int jumlah = 5; |
| var gulp = require('gulp') | |
| , watch = require('gulp-watch') | |
| , sass = require('gulp-sass') | |
| , util = require('gulp-util') | |
| , autoprefixer = require('gulp-autoprefixer') | |
| ; | |
| gulp.task('env', function(done) { | |
| var config = { |
| var http = require('http'), | |
| port = 3400; | |
| http.createServer(function(req, res) | |
| { | |
| var body = "<pre>Haruskah belajar Node.js?</pre><p><h3>...Yo Kudu! :D</h3></p>"; | |
| res.writeHead(200, { | |
| 'Content-Length':Buffer.byteLength(body), | |
| 'Content-Type':'text/html', | |
| 'Pesan-Header':'Pengenalan Node.js' |
| class Pacar | |
| #buat dulu pacar nya | |
| def initialize | |
| @pacar = ['Dian','Putri','Yasmin','Rena'] #<~ nama calon pacarnya | |
| @tipe = ['lucu','cantik','imut','ngegemesin'] #<~ tipe nya | |
| @gaada = "! eh ga jadi ternyata gapunya :(" #<~ kalo gapunya... | |
| end | |
| # Aku pengen cari pacar... | |
| def cari_pacar(target = nil) |
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| class Simsimi extends CI_Controller { | |
| public function index() | |
| { | |
| header("Content-type: text/javascript"); | |
| $teks = $this->input->get('txt'); | |
| $teks = strtolower($teks); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Code Martabak · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 M Naufal, http://codepen.io/pedox | |
| Permission is hereby granted, free of charge, to any person obtaining |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Code Martabak · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 M Naufal, http://codepen.io/pedox | |
| Permission is hereby granted, free of charge, to any person obtaining |