start new:
tmux
start new with session name:
tmux new -s myname
| 127.0.0.1 media-match.com | |
| 127.0.0.1 adclick.g.doublecklick.net | |
| 127.0.0.1 www.googleadservices.com | |
| 127.0.0.1 open.spotify.com | |
| 127.0.0.1 pagead2.googlesyndication.com | |
| 127.0.0.1 desktop.spotify.com | |
| 127.0.0.1 googleads.g.doubleclick.net | |
| 127.0.0.1 pubads.g.doubleclick.net | |
| 127.0.0.1 audio2.spotify.com | |
| 127.0.0.1 www.omaze.com |
| <?php | |
| class DeretBilangan | |
| { | |
| private function isPrima($number) | |
| { | |
| $flag = 0; | |
| for ($i = 1; $i <= $number; $i++) { | |
| if (0 === $number % $i) { | |
| $flag++; |
| <?php | |
| class BujurSangkar | |
| { | |
| private $sisi = 7; | |
| private $reserved = array(); | |
| public function __construct() | |
| { | |
| for ($i = 1; $i <= $this->sisi * $this->sisi; $i++) { |
| <?php | |
| class JajarGenjang | |
| { | |
| private $panjang = 18; | |
| private $increment = 1; | |
| private function createLine() | |
| { |