<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1058092915482457679</id><updated>2024-11-05T19:03:53.801-08:00</updated><category term="software"/><category term="PHP"/><category term="music"/><category term="programming"/><category term="tips"/><category term="MySQL"/><category term="Python"/><category term="java"/><category term="PDO"/><category term="belajar"/><category term="wearnes"/><category term="C#"/><category term="amazon"/><category term="sqlite"/><category term="trik"/><category term="jython"/><category term="spotify"/><category term="trick"/><category term="tugas"/><category term="Review"/><category term="aplikasi"/><category term="chart"/><category term="download"/><category term="forex"/><category term="git"/><category term="HTML"/><category term="JavaScript"/><category term="Operating System"/><category term="PIP"/><category term="SQL"/><category term="android"/><category term="angularjs"/><category term="array"/><category term="botani"/><category term="configuration"/><category term="delphi"/><category term="developer"/><category term="free template"/><category term="gratisan bwt ansek"/><category term="info"/><category term="kisah"/><category term="mail"/><category term="p. sumadi deyeng jatim"/><category term="partial"/><category term="pr"/><category term="project"/><category term="promosi"/><category term="song"/><category term="study"/><category term="tik"/><category term="tkinter"/><category term="tutorial"/><category term="untuk praktek b. jawa"/><category term="xampp"/><title type='text'>Super Semart</title><subtitle type='html'>Just Write What I Want To Write</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>146</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-7362113818625352817</id><published>2022-02-10T19:18:00.003-08:00</published><updated>2022-02-10T19:18:48.853-08:00</updated><title type='text'>Makefile: kumpulan perintah shell</title><content type='html'>&lt;p&gt;Ngomong-ngomong soal kumpulan perintah, akan lebih mudah jika kita bisa mengumpulkan beberapa perintah pada suatu file, ya inilah fungsi dari makefile yaitu mengumpulkan beberapa perintah shell atau terminal linux pada satu file tanpa harus mengingat ataupun menuliskan nya berulang pada lokasi yang berbeda.&lt;/p&gt;&lt;p&gt;Misal, pada sebuah kondisi kamu wajib menginstall mysq pada ubuntu, maka kamu akan mencari sumber bagaimana cara menginstall sebuah server mysql pada ubuntu, karena perintah ini kemungkinan akan terulang pada saat install ulang, maka kamu membuat makefile yang isi nya sesuai dengan tuntunan dari &lt;a href=&quot;https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04&quot; target=&quot;_blank&quot;&gt;sini&lt;/a&gt; :&lt;/p&gt;&lt;p&gt;Makefile&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;install-mysql:&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;@sudo apt update&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;@echo ----------------&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;@&lt;code class=&quot;language-bash&quot;&gt;&lt;span class=&quot;token function&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;token function&quot;&gt;apt&lt;/span&gt; &lt;span class=&quot;token function&quot;&gt;install&lt;/span&gt; mysql-server&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;@sudo mysql_secure_installation&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; @sudo mysql&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Dengan begini, kamu hanya perlu menggunakan perintah sebagai berikut&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;make install-mysql&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;pada directory dimana kamu menyimpan makefile kamu..&lt;/p&gt;&lt;p&gt;Selamat mencoba &lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/7362113818625352817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2022/02/makefile-kumpulan-perintah-shell.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/7362113818625352817'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/7362113818625352817'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2022/02/makefile-kumpulan-perintah-shell.html' title='Makefile: kumpulan perintah shell'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-2966006619070466428</id><published>2022-02-10T02:19:00.002-08:00</published><updated>2022-02-10T02:19:22.594-08:00</updated><title type='text'>Honcho : multiple process runner</title><content type='html'>&lt;p&gt;&lt;a href=&quot;https://github.com/nickstenning/honcho&quot;&gt;Honcho&lt;/a&gt;, mungkin terdengar asing dengan tools tersebut. Honcho adalah sebuah tools milik python yang mampu menjalankan lebih dari satu proses sekaligus. Apa tuh maksudnya?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Oke, mari kita kupas satu-satu, saat kamu membuat program atau aplikasi, kemungkinan kamu akan memiliki satu atau lebih proses misalnya front-end, back-end dan sebuah database. kamu perlu start front-end di satu terminal, start back-end di terminal lain dan menjalankan database di terminal yang lain. Dengan menggunakan honcho, kamu hanya perlu satu baris perintah dan kamu dapat menjalankan beberapa proses tersebut dalam satu terminal secara bersamaan.. menarik bukan???&lt;/p&gt;&lt;p&gt;Honcho adalah sebuah fork dari &lt;a href=&quot;https://github.com/ddollar/foreman&quot; target=&quot;_blank&quot;&gt;foreman&lt;/a&gt;, foreman adalah &lt;i&gt;process runner &lt;/i&gt;juga, tetapi berbasis ruby, sama saja sebenarnya tetapi akan lebih simple jika kamu menggunakan sesuai dengan bahasa pemrograman yang kamu pakai.&lt;/p&gt;&lt;p&gt;Untuk menggunakan honcho maupun foreman, kamu hanya perlu membuat sebuah file dengan nama &#39;Procfile&#39;&lt;/p&gt;&lt;p&gt;contoh sebuah Procfile dalam sebuah folder bernama belajar-honcho&lt;br /&gt;dalam folder tersebut ada satu file python, satu file ruby dan satu file Procfile&lt;/p&gt;&lt;p&gt;main.py&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;print(&quot;hello python&quot;)&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;main.rb&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;puts &quot;hello ruby&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Procfile &lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;python: python main.py&lt;br /&gt;ruby: ruby main.rb&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;untuk menjalankan, ketikkan perintah berikut pada terminal&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;honcho start&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;untuk penggunaan lebih lengkap, silahkan baca sendiri pada dokumentasi honcho di github.&lt;/p&gt;&lt;p&gt;Thanks, keep coding &lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/2966006619070466428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2022/02/honcho-multiple-process-runner.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2966006619070466428'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2966006619070466428'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2022/02/honcho-multiple-process-runner.html' title='Honcho : multiple process runner'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-566764558890511081</id><published>2018-04-14T07:55:00.001-07:00</published><updated>2018-04-14T07:55:52.235-07:00</updated><title type='text'>Aplikasi PPOB android recommended</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Pasti kalian sudah tau apa itu PPOB (&lt;span style=&quot;-webkit-text-stroke-width: 0px; background-color: transparent; color: #222222; display: inline !important; float: none; font-family: arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;Payment Point Online Bank&lt;/span&gt;), yang biasannya digunakan untuk melakukan pembelian pulsa, beli token listrik, voucher game, bayar internet, telepon dan lain lain yang pastinya dengan harga penjual.&lt;br /&gt;
&lt;br /&gt;
apa maksud harga penjual?&lt;br /&gt;
iya jika kita jual kembali kita masih akan dapat untung, bukan harga kita biasanya kita beli di konter konter yang penjualnya sudah ambil untung dari sana.&lt;br /&gt;
&lt;br /&gt;
di postingan kali ini, saya bahasnya aplikasi android, iya karena sekarang jaman nya android dan kebetulan aplikasinya tersedia di play store.&lt;br /&gt;
recommended, iya recommended karena sudah saya bandingkan dengan PPOB lainya, dan menurut saya produknya lengkap dan yang paling penting harga terendah supaya kita bisa dapat untung yang maksimal,&lt;br /&gt;
&lt;br /&gt;
OK, saya hanya punya 2 rekomendasi untuk kalian, jika kalian punya yang lebih murah dan lebih lengkap, silahkan posting di kolom komentar dengan kode referral kalian ya, pasti akan saya coba..&lt;br /&gt;
&lt;br /&gt;
1. &lt;a href=&quot;https://kioser.com/d/67391&quot;&gt;Kioser&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGxdqxMhwcAohTDCB1zYr00g69ZSWEA2pAT5r1L4ONkk7ZfBiALbjakJV1Iwmc-WL5BmbUc7AD0e9PZ31jCDIs4NZrepttUnqUwBYuwWN06WALw8VQKMYUGLuWtVP9WViyT3xBlYCbS1eA/s1600/blog01.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;229&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGxdqxMhwcAohTDCB1zYr00g69ZSWEA2pAT5r1L4ONkk7ZfBiALbjakJV1Iwmc-WL5BmbUc7AD0e9PZ31jCDIs4NZrepttUnqUwBYuwWN06WALw8VQKMYUGLuWtVP9WViyT3xBlYCbS1eA/s320/blog01.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
ini harga pulsa indosat per tanggal 14/04/18 atau bisa kamu cek di &lt;span id=&quot;goog_1532237908&quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://kioser.com/harga/pulsa&quot;&gt;sini&lt;span id=&quot;goog_1532237909&quot;&gt;&lt;/span&gt;&lt;/a&gt;,&lt;br /&gt;
Kioser juga punya paket telepon untuk beberapa operator, kekurangan nya adalah untuk isi saldo nya belum didukung virtual account yang prosesnya lebih cepet, tetapi prosenya juga tidak selmbat apa yang anda bayangkan kok.. :D&lt;br /&gt;
&lt;br /&gt;
2. &lt;a href=&quot;https://bisatopup.co.id/&quot;&gt;Bisatopup&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBxiCdpeOoAWwK3loslDG7UtwcodaopgKeIPNzS2wgZdxgUm7YDub279PNd_HGTNoa7jfmDkoMtQXlPypFxkIho7otcBAtrHXdJ3M9DJS8Lshyphenhyphen47QUioigHUoOkMZ8gKnSF7dzFWLOw0L_/s1600/Screenshot_70.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;115&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBxiCdpeOoAWwK3loslDG7UtwcodaopgKeIPNzS2wgZdxgUm7YDub279PNd_HGTNoa7jfmDkoMtQXlPypFxkIho7otcBAtrHXdJ3M9DJS8Lshyphenhyphen47QUioigHUoOkMZ8gKnSF7dzFWLOw0L_/s320/Screenshot_70.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
silahkan daftar dengan referral TW3UPJQN,&lt;br /&gt;
keunggulan dari bisatopup ini, dia bisa isi saldo denga metode VA atau virtual account jadi pengisian saldo akan semakin lebih cepat..&lt;br /&gt;
&lt;br /&gt;
OK, itu dua aplikasi rekomendasi dari saya,&lt;br /&gt;
terima kasih..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/566764558890511081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2018/04/aplikasi-ppob-android-recommended.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/566764558890511081'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/566764558890511081'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2018/04/aplikasi-ppob-android-recommended.html' title='Aplikasi PPOB android recommended'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGxdqxMhwcAohTDCB1zYr00g69ZSWEA2pAT5r1L4ONkk7ZfBiALbjakJV1Iwmc-WL5BmbUc7AD0e9PZ31jCDIs4NZrepttUnqUwBYuwWN06WALw8VQKMYUGLuWtVP9WViyT3xBlYCbS1eA/s72-c/blog01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-9115833429960960779</id><published>2018-04-09T07:10:00.000-07:00</published><updated>2018-04-09T07:10:24.195-07:00</updated><title type='text'>Flip - Transfer antar bank tanpa biaya</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Kali ini, saya akan mengulas tentang software baru yang sangat menarik perhatian saya, yaitu Flip namanya. Flip adalah sebuah program jasa yang menawarkan pengiriman uang antar bank di &lt;b&gt;Indonesia &lt;/b&gt;tanpa dikenakan biaya admin. Seperti yang kita ketahui, saat kita mengirim uang antar bank, pasti akan di potong sekitar 6.000 rupiah, kurang lebih ya.&lt;br /&gt;
&lt;br /&gt;
Maka dari itu, saya merekomendasikan &lt;a href=&quot;https://flip.id/site/index&quot;&gt;&lt;b&gt;flip &lt;/b&gt;&lt;/a&gt;untuk teman teman sekalian. selain sangat berguna, aplikasi ini juga sangat mudah digunakan, tetapi jangan lupa untuk menyimpan hasil transfer, karena kadang kala flip tidak bisa memverifikasi kasil trasfer kalian, sehingga flip akan meminta bukti transfer.&lt;br /&gt;
&lt;br /&gt;
berikut ini, gambaran cara kerja flip&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-sqEVSg3Dv0qAIGj1X_LSrPKILF4LSG2l3fpauFzBvrgcVQoP7ULXyX7IiXC55Th1uPYYJSl3r7QxGtoUGw-e-XpaCAr6WTk5AVyhRtD710kFSn2qKdIyCtYXp7Wy1Vo0SpyU4n4a4ehs/s1600/flip1.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-sqEVSg3Dv0qAIGj1X_LSrPKILF4LSG2l3fpauFzBvrgcVQoP7ULXyX7IiXC55Th1uPYYJSl3r7QxGtoUGw-e-XpaCAr6WTk5AVyhRtD710kFSn2qKdIyCtYXp7Wy1Vo0SpyU4n4a4ehs/s320/flip1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
Flip bekerja sebagai jembatan transaksi antar bank.
                Kakak cukup melakukan transfer terlebih dahulu ke rekening Flip yang sama dengan bank yang Kakak miliki.
                Kemudian kami akan meneruskan uang Kakak ke rekening tujuan.
            &lt;/blockquote&gt;
flip juga buka setiap hari loh, berikut jam kerja flip yang juga bisa di lihat di web resminya,&lt;br /&gt;
&lt;div class=&quot;col-sm-4 col-xs-12 flip-footer-hubungi&quot;&gt;
                            &lt;h4 class=&quot;flip-footer-title&quot;&gt;
Jam Layanan&lt;/h4&gt;
&lt;div class=&quot;flip-footer-text&quot;&gt;
Senin-Jumat:&lt;br /&gt;09.00-19.00 WIB&lt;/div&gt;
&lt;div class=&quot;flip-footer-text&quot;&gt;
Sabtu:&lt;br /&gt;09.00-14.00 WIB&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
dan yang terpenting, flip ini sudah terlisensi dan diawasi oleh Bank Indonesia loh, jadi bagi yang suka transfer, terutama transfer antar bank ada baiknya jika kalian menggunakan aplikasi ini.&lt;br /&gt;
&lt;br /&gt;
sangat menarik bukan? tetapi tunggu, ada beberapa yang harus anda ketahui dari flip ini,&lt;br /&gt;
flip akan meminta kode unik pada beberapa digit transfer yang akan disimpan sementara oleh flip, jika dana dari kode unik telah mencapai 10 ribu, maka dana bisa di tarik ke rekening kalian lagi.&lt;br /&gt;
&lt;br /&gt;
nama penransfer akan menjadi flip, nama kalian akan berada pada bagian keterangan transfer, jadi sangat tidak disarankan untuk pembelian online kecuali sudah ada pemberitahuan terlebih dahulu ke pihak yang akan ditransfer.&lt;br /&gt;
&lt;br /&gt;
kira kira begitu, tinggalkan komen jika ada pertanyaan..&lt;br /&gt;
thanks&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/9115833429960960779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2018/04/flip-transfer-antar-bank-tanpa-biaya.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/9115833429960960779'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/9115833429960960779'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2018/04/flip-transfer-antar-bank-tanpa-biaya.html' title='Flip - Transfer antar bank tanpa biaya'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-sqEVSg3Dv0qAIGj1X_LSrPKILF4LSG2l3fpauFzBvrgcVQoP7ULXyX7IiXC55Th1uPYYJSl3r7QxGtoUGw-e-XpaCAr6WTk5AVyhRtD710kFSn2qKdIyCtYXp7Wy1Vo0SpyU4n4a4ehs/s72-c/flip1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-5536896079722090135</id><published>2018-03-22T05:28:00.000-07:00</published><updated>2018-03-22T05:28:16.390-07:00</updated><title type='text'>free git repository manager</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a href=&quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZYrbKL3d3tIjIiU2x2NdTa-a2Nbv61WbPv_4y-TYfea2OO2Kztg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Image result for git&quot; border=&quot;0&quot; class=&quot;rg_ic rg_i&quot; data-src=&quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZYrbKL3d3tIjIiU2x2NdTa-a2Nbv61WbPv_4y-TYfea2OO2Kztg&quot; name=&quot;NyYThOaLQ8KA6M:&quot; src=&quot;https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTZYrbKL3d3tIjIiU2x2NdTa-a2Nbv61WbPv_4y-TYfea2OO2Kztg&quot; style=&quot;height: 188px; margin-top: 0px; width: 269px;&quot; /&gt;&lt;/a&gt;as we know that now days, git is one of important thing that we have to master.&lt;br /&gt;
I&#39;ll give you one impportant thing of git, it&#39;s can help you to turn back your program to previous version and not just that stuff, but so many benefits of mastering git for programmer.&lt;br /&gt;
&lt;br /&gt;
according to the image, we should git commit and push it so repository in case of fire, what does it mean, it means that, after we push your program is save from loss or damage by harddisk, so this day I will share some free git repository manager that can store your program repository and you can work with your group and can clone it everywhere and every time.&lt;br /&gt;
&lt;br /&gt;
1. &lt;a href=&quot;https://github.com/&quot;&gt;GitHub&lt;/a&gt;&lt;br /&gt;
I think, if you say github, someone beside you will understand quickly &#39;its site to download a software or to developt a software&#39; due its popularity. so it&#39;s deserve to be number one here.&lt;br /&gt;
due to it&#39;s popularity, this git repository manager is limited for free user, you just limited for 5 user and you can create private repository.&lt;br /&gt;
&lt;br /&gt;
2.&lt;a href=&quot;https://bitbucket.org/&quot;&gt;BitBucket&lt;/a&gt;&lt;br /&gt;
this is the number two, a lot of benefit of this git repository manager such as its unlimited repository, private repository andunlimited storage, you can&#39;t find that on GitHub, just consider to check this out to find all the free feature.&lt;br /&gt;
&lt;br /&gt;
3 &lt;a href=&quot;https://about.gitlab.com/&quot;&gt;GitLab&lt;/a&gt;&lt;br /&gt;
This one is so perfect too,&lt;br /&gt;
but I try this one just a while, so if you find the differences about this one, please don&#39;t fear to give us a comment down bellow..&lt;br /&gt;
&lt;br /&gt;
there was my recommendation of git repository manager, every one have their plus and minus, I use both of them, so what you use? and why?&lt;br /&gt;
just answer down bellow..&lt;br /&gt;
thanks&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/5536896079722090135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2018/03/free-git-repository-manager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5536896079722090135'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5536896079722090135'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2018/03/free-git-repository-manager.html' title='free git repository manager'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-5259780745594984753</id><published>2018-01-19T03:44:00.001-08:00</published><updated>2018-01-19T03:47:03.575-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="configuration"/><category scheme="http://www.blogger.com/atom/ns#" term="sqlite"/><title type='text'>Konfigurasi sqlite pada windows</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a class=&quot;bia uh_rl&quot; data-ved=&quot;0ahUKEwj80KyC9uPYAhWHr48KHbSIB90Q_B0IiQEwDQ&quot; href=&quot;https://www.google.com/imgres?imgurl=https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/SQLite370.svg/1280px-SQLite370.svg.png&amp;amp;imgrefurl=https://commons.wikimedia.org/wiki/File:SQLite370.svg&amp;amp;h=606&amp;amp;w=1280&amp;amp;tbnid=7VyGtnOiGA0BRM:&amp;amp;tbnh=71&amp;amp;tbnw=151&amp;amp;usg=__b-cD-OSb4BUz1VpJmxcTXSs_E_0%3D&amp;amp;vet=1&amp;amp;docid=1mVK8wfucNrqoM&amp;amp;itg=1&amp;amp;client=firefox-b-ab&amp;amp;sa=X&amp;amp;ved=0ahUKEwj80KyC9uPYAhWHr48KHbSIB90Q_B0IiQEwDQ&quot; id=&quot;7VyGtnOiGA0BRM:&quot; role=&quot;link&quot; style=&quot;background: rgb(176, 200, 200) none repeat scroll 0% 0%; clear: left; float: left; height: 71px; margin-bottom: 1em; margin-right: 1em; width: 151px;&quot; tabindex=&quot;0&quot;&gt;&lt;img alt=&quot;Image result for sqlite&quot; class=&quot;_WCg&quot; height=&quot;71&quot; id=&quot;uid_dimg_0&quot; src=&quot;data:image/jpeg;base64,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&quot; title=&quot;https://commons.wikimedia.org/wiki/File:SQLite370.svg&quot; width=&quot;151&quot; /&gt;&lt;/a&gt;Postingan kali ini kita akan membahas konfigurasi sqlite pada windows, mengingat bahwa sqlite adalah database embeded yang penggunaannya tidak memerlukan instalasi tetapi tetap saja kita harus melakukan konfigurasi pada windows kita supaya terintegrasi dengan sqlite yang telah kita download.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Untuk cara download dan dimana harus menaruh library sqlite, silahkan baca postingan saya &lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=1058092915482457679#editor/target=post;postID=7666851361721733854;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=2;src=postname&quot;&gt;SQLite : cara install SQLite&lt;/a&gt; atau bisa mengikuti langkah langkah di bawah ini.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
1. download file sqlite pada halaman ini, &lt;a href=&quot;https://sqlite.org/download.html&quot;&gt;https://sqlite.org/download.html&lt;/a&gt; dan pilih sesuai dengan gambar di bawah ini, jika kompoter mu 32 bit, maka download yang di kotak merah.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgecgPxYdS_zC7BKdrH9Uvbq4fKBJTcvxQMBplySW-G393fJ4WnvOiGBmI7CEhJ23pXGqeaqRiqIBjEKaizwmK4Q4QRvF0ukiRzCRu0JKAe5LPSyEFzBKByeXXeG27qQ31IW3XbcC6K9fZl/s1600/Screenshot_67.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;84&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgecgPxYdS_zC7BKdrH9Uvbq4fKBJTcvxQMBplySW-G393fJ4WnvOiGBmI7CEhJ23pXGqeaqRiqIBjEKaizwmK4Q4QRvF0ukiRzCRu0JKAe5LPSyEFzBKByeXXeG27qQ31IW3XbcC6K9fZl/s320/Screenshot_67.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
2. Buat sebuah folder pada C:/ dengan nama sqlite&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
3. Exttract file yang kamu download tadi dan copy kan isi nya pada C:/sqlite yang telah kita buat tadi.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
4. Klik kanan pada my computer &amp;gt; properties &amp;gt; advance system setting &amp;gt; advance &amp;gt; environtment variable &amp;gt; dibagian &lt;b&gt;System variables &lt;/b&gt;cari &lt;b&gt;Path &lt;/b&gt;double klik dan tambahkan C:\sqlite pada bagian paling akhir.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Sampai sini konfigurasi sqlite kita telah berhasil dan siap digunakan,&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
jika menemui kesulitan, tinggalkan komentar.. !!&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
thanks for reading.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/5259780745594984753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2018/01/konfigurasi-sqlite-pada-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5259780745594984753'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5259780745594984753'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2018/01/konfigurasi-sqlite-pada-windows.html' title='Konfigurasi sqlite pada windows'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgecgPxYdS_zC7BKdrH9Uvbq4fKBJTcvxQMBplySW-G393fJ4WnvOiGBmI7CEhJ23pXGqeaqRiqIBjEKaizwmK4Q4QRvF0ukiRzCRu0JKAe5LPSyEFzBKByeXXeG27qQ31IW3XbcC6K9fZl/s72-c/Screenshot_67.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-3978683719103477242</id><published>2017-12-28T06:16:00.000-08:00</published><updated>2017-12-28T06:16:02.200-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="info"/><title type='text'>Migrasi Top Level Domain</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Selamat malam nih, BTW lagi apa? hehe sok kenal sok dekat dikit ya, malam ini saya cuma mau ngasih tau kalau muridngeblog.blogspot.com telah ganti menjadi supersemart.top. mungkin sebelumnya sudah banyak perubahan dari design template hingga nama domain yang tidak ada hujan (hunjan sih tadi sore) tidak ada angin (ada sih).&lt;br /&gt;
&lt;br /&gt;
mungkin karena basic ku adalah seorang programmer dan seorang IT, maka mungkin blog ini tidak akan jauh jauh dari mengulas programming language atau hal hal yang berbau dunia IT, tetapi ada kalanya juga saya akan post tentang hal yang samasekali tidak ada hubungannya dengan IT, maafkanlah wahai pembaca.&lt;br /&gt;
&lt;br /&gt;
mungkin saya juga tidak akan bicara panjang lebar untuk masalah yang sepele ini, Jadi intinya adalah ini adalah blog ku yang dulu, meski mungkin tidak ada yang menyadari.&lt;br /&gt;
&lt;br /&gt;
OK, salam hangat dari secangkir teh didepan saya..&lt;br /&gt;
byeh....&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/3978683719103477242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/migrasi-top-level-domain.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3978683719103477242'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3978683719103477242'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/migrasi-top-level-domain.html' title='Migrasi Top Level Domain'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-2320401534584614334</id><published>2017-12-27T04:02:00.001-08:00</published><updated>2017-12-27T04:04:55.699-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="jython"/><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="Python"/><title type='text'>Tutorial Java bagian 11 : Koneksi mysql dengan jython 2</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Mungkin tutorial koneksi jython dengan mysql ini telah banyak ditunggu tunggu oleh para pengguna java khusus nya bagi yang ingin memulai menggunakan class python pada program java nya, dalam &lt;a href=&quot;https://github.com/Dwiga/TutBlog&quot;&gt;TutBlog&lt;/a&gt; telah saya sertakan plug in jython serta zxJDBC (koneksi dari jython ke mysql) nya.&lt;br /&gt;
&lt;br /&gt;
Tidak semua library dari python dapat dijalankan pada jython karena library yang bisa berjalan hanya library berbasis C kalau tidak salah, dan harus di panggil dari java nya. dan semua sudah saya ikut sertakan pada git, jadi tinggal pull saja dan ikuti langkah langkahnya dari awal ya...&lt;br /&gt;
&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block; text-align:center;&quot;
     data-ad-layout=&quot;in-article&quot;
     data-ad-format=&quot;fluid&quot;
     data-ad-client=&quot;ca-pub-5697583937891109&quot;
     data-ad-slot=&quot;6188688427&quot;&gt;&lt;/ins&gt;&lt;br /&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
Saya anggap sampai pada tutorial ke-11 ini anda semua sudah tau caranya untuk menginport file jar kedalam project java. kalau belum silahkan baca mulai dari &lt;a href=&quot;http://muridngeblog.blogspot.com/2017/08/tutorial-java-bagian-1-design.html&quot;&gt;Tutorial java bagian 1&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
kalau sudah, masuk kedalam folder project java mu, kalau kamu sedah mengikuti tutorial ini dari awal kamu seharusnya sudah punya folder python didalam folder project kamu. masuk kedalam folder python dan buat file dengan cara klik kanan -&amp;gt; new -&amp;gt; rich text format -&amp;gt; rename menjadi mycon.py, file ini yang akan kita fungsikan sebagai file koneksi untuk jython kita.&lt;br /&gt;
&lt;br /&gt;
masukan script berikut pada file mycon.py yang telah kita buat tadi&lt;/div&gt;&lt;script src=&quot;https://gist.github.com/Dwiga/e7e39a0a51dc5daf2bd83be25ac2b447.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
1. baris pertama kita memanggil lybrary bawaan python (sys = System) yang akan kita gunakan untuk menggabung path direktori tempat python berada.&lt;br /&gt;
2. module os berfungsi sebagai pembaca sistem operasi, gara dapat membaca direktory sesuat OS milik anda.&lt;br /&gt;
3. digunakan untuk memberitahu jython (java) dimana tepatnya file file python anda berada.&lt;br /&gt;
4. memanggil library java (pastikan untuk memanggil class python anda dibawah kode nomor 3 agar python tau dimana tempat file kamu)&lt;br /&gt;
6. koneksi ke database mysql kamu. sesuaikan sendiri..&lt;br /&gt;
&lt;br /&gt;
saya juga masih belajar bahasa pemrograman python java dan juga jython, jika saya ada salah mohon untuk dikoreksi.&lt;br /&gt;
untuk memanggil koneksi ke file python yang lain, cek terus postingan di blog ini,,&lt;br /&gt;
see you sooon...&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/2320401534584614334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-java-bagian-11-koneksi-mysql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2320401534584614334'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2320401534584614334'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-java-bagian-11-koneksi-mysql.html' title='Tutorial Java bagian 11 : Koneksi mysql dengan jython 2'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-4304402201186661644</id><published>2017-12-21T07:30:00.002-08:00</published><updated>2017-12-21T07:30:37.501-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="jython"/><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="programming"/><title type='text'>Tutorial java bagian 10 : koneksi mysql dengan jython</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;script async=&quot;&quot; src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5697583937891109&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;6188688427&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;br /&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;br /&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Lama tidak posting tentang tutorial java yang dipadukan dengan python atau bisa disebut dengan jython. Ok, untuk mengingatkan, jython yang kita gunakan ini tidak full jython ya, kita masih menggunakan java sebagai bahasa utama, tetapi kita memanggil python sebagai class nya.&lt;br /&gt;
&lt;br /&gt;
Kenapa kita harus menggunakan python pada java?&lt;br /&gt;
karena python adalah bahasa yang interpreted, yang artinya dalam penggunaan nya, kita tidak memerlukan compile dan bisa langsung berjalan.&lt;br /&gt;
&lt;br /&gt;
sebagai contoh, jika kita menjalankan program java, pas program berjalan, kita merubah satu baris code, pasti tidak akan ngefek, karena belum di compile ulang dan akan berefek ketika program yang kita run kita stop dulu dan rerun lagi.&lt;br /&gt;
&lt;br /&gt;
beda kasus dengan jython, dia akan langsung berefek walaupun kita tidak rerun program, dan yang pasti bahasa nya tidak se ruet java dan yang paling seru, python tidak mengggunkan titik koma &quot;;&quot; dan kurung kurawal &quot;{}&quot;&lt;br /&gt;
&lt;br /&gt;
Karena kali ini kita membahas koneksi dengan jython, maka ada baiknya download dulu libtary nya &lt;a href=&quot;https://sourceforge.net/projects/zxjdbc/&quot;&gt;disini&lt;/a&gt;, masukan library ini dalam project java kamu.&lt;br /&gt;
untuk tutorial koneksi di file python nya menyusul ya,&lt;br /&gt;
&lt;br /&gt;
mata saya sudah tidak bisa diajak kompromi... See you soon&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/4304402201186661644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-java-bagian-10-koneksi-mysql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4304402201186661644'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4304402201186661644'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-java-bagian-10-koneksi-mysql.html' title='Tutorial java bagian 10 : koneksi mysql dengan jython'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-7692978428697840355</id><published>2017-12-20T05:30:00.002-08:00</published><updated>2017-12-20T05:30:44.312-08:00</updated><title type='text'>Kaspersky free antivirus</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a href=&quot;about:invalid#zClosurez&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Image result for kaspersky free&quot; border=&quot;0&quot; class=&quot;rg_ic rg_i&quot; data-sz=&quot;f&quot; name=&quot;SaSNPij6-M0VrM:&quot; src=&quot;data:image/png;base64,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&quot; style=&quot;height: 201px; margin-top: 0px; width: 174px;&quot; /&gt;&lt;/a&gt;Siapa yang tidak kenal kaspersky? salah satu brand antivirus yang terkenal dengan kehebatanya menangkal virus virus jahat yang mencoba menyerang komputer kita semua. yah, dulu dikenal bahwa kaspersky adalah produk berbayar, bagi yang mau terlindung dari serangan virus harus membayar atau setidaknya menggunakan waktu trial terbatas selama kurang lebih 30 hari per email yang kita daftarkan.&lt;br /&gt;
&lt;br /&gt;
Siapa sangka, kaspersky sekarang menawarkan free antivirus atau antivirus gratis selama 1 tahun. saya kurang tau apakah bisa direnewal lagi atau tidak, karena saya baru pakai dalam beberapa bulan ini, mungkin juga belum ada 2 bulanan.&lt;br /&gt;
&lt;br /&gt;
untuk mendapatkan produk dari kaspersky inipun juga tidak tergolong sulit, karena kita hanya diwajibkan untuk mendaftar menggunkana email, dan foila anda sudah dapat menggunakan perlindungan gratis dari kaspersky selama satu tahun. &lt;br /&gt;
&lt;br /&gt;
Untuk spesifikasi yang anda butuhkan untuk dapat menginstall produk gratis ini adalah,&lt;br /&gt;
&lt;h5&gt;
For all devices:&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;Internet connection required – for product activation, updates and access to some features&lt;/li&gt;
&lt;/ul&gt;
&lt;h5&gt;
Windows®-based desktops &amp;amp; laptops&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;Processor: 1 GHz or higher&lt;/li&gt;
&lt;li&gt;Memory (RAM): 1 GB (32-bit) or 2 GB (64-bit)&lt;/li&gt;
&lt;li&gt;920 MB free space on the hard drive&lt;/li&gt;
&lt;li&gt;Microsoft® Internet Explorer® 8&lt;sup&gt;1&lt;/sup&gt; or higher&lt;/li&gt;
&lt;li&gt;Microsoft .NET Framework 4 or higher&lt;/li&gt;
&lt;li&gt;Microsoft Windows 10&lt;sup&gt;2&lt;/sup&gt; Home / Pro / Enterprise&lt;sup&gt;3&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Microsoft Windows 8 &amp;amp; 8.1 / Pro / Enterprise / 8.1 update&lt;sup&gt;3&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Microsoft Windows 7 Starter / Home Basic &amp;amp; Premium / Professional / Ultimate – SP1 or higher&lt;sup&gt;3&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h5&gt;
Windows-based tablets (system with an Intel® processor)&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft Windows 10&lt;sup&gt;2&lt;/sup&gt; Home / Pro / Enterprise&lt;sup&gt;3&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;Microsoft Windows 8 &amp;amp; 8.1 / Pro (64-bit&lt;sup&gt;3&lt;/sup&gt;)&lt;/li&gt;
&lt;li&gt;Minimum screen resolution: 1024 x 600&lt;/li&gt;
&lt;/ul&gt;
memang, karena gratis fungsi yang ditawarkan pun juga sangat terbatas. produk gratis ini hanya menawarkan core protection atau perlindungan inti, tanpa ada perlindungan yang lain atau tools lainya, tapi tenang saja kaspersky free 79% bisa menangani malware yang hendak menyerang.&lt;br /&gt;
untuk mendapatkan kaspersky free silahkan klik link berikut di web resmi nya.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Download link :&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.kaspersky.com/free-antivirus?ksid=c447bb0d-2037-45d9-a116-e6618f914d5e&amp;amp;ksprof_id=422&amp;amp;ksaffcode=169753&amp;amp;ksdevice=c&amp;amp;kschadid=231106057321&amp;amp;kschname=google&amp;amp;kpid=Google%7C976474024%7C50021221842%7C231106057321%7Ckwd-319678009674%7Cc&amp;amp;gclid=CjwKCAiAsejRBRB3EiwAZft7sKrNPSphuI03nfjXMdHnp-kAul1OdwMpcVn_Nxem6FHK1e_8-37I8BoCE4UQAvD_BwE&quot;&gt;1. Kaspersky&lt;/a&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/7692978428697840355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/kaspersky-free-antivirus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/7692978428697840355'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/7692978428697840355'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/kaspersky-free-antivirus.html' title='Kaspersky free antivirus'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-2258896378896078130</id><published>2017-12-04T06:29:00.002-08:00</published><updated>2017-12-19T15:09:47.275-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="delphi"/><category scheme="http://www.blogger.com/atom/ns#" term="programming"/><title type='text'>Tutorial delphi 7 dengan lazarus : Pengenalan</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Postingan kali ini akan membahas tentang bahasa pemrograman delphi 7 dengan IDE lazarus. apa itu delphi 7 dan apa itu lazarus? sebenarnya teman teman bisa melihat apa itu delphi dan apa itu lazarus pada wikipedia, tetapi disini aja lanjutin baca, saya sediakan kok, hahaha&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Delphi 7&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;Delphi adalah sebuah &lt;a href=&quot;https://id.wikipedia.org/wiki/Lingkungan_pengembangan_terpadu&quot; title=&quot;Lingkungan pengembangan terpadu&quot;&gt;Lingkungan pengembangan terpadu&lt;/a&gt; (IDE) untuk mengembangkan aplikasi &lt;a class=&quot;mw-disambig&quot; href=&quot;https://id.wikipedia.org/wiki/Konsol&quot; title=&quot;Konsol&quot;&gt;konsol&lt;/a&gt;, &lt;a class=&quot;mw-redirect&quot; href=&quot;https://id.wikipedia.org/wiki/Desktop&quot; title=&quot;Desktop&quot;&gt;desktop&lt;/a&gt;, &lt;a class=&quot;mw-redirect&quot; href=&quot;https://id.wikipedia.org/wiki/Web&quot; title=&quot;Web&quot;&gt;web&lt;/a&gt;, ataupun perangkat &lt;a class=&quot;mw-disambig&quot; href=&quot;https://id.wikipedia.org/wiki/Mobile&quot; title=&quot;Mobile&quot;&gt;mobile&lt;/a&gt;. Produk ini pada awalnya dikembangkan oleh &lt;a href=&quot;https://id.wikipedia.org/wiki/CodeGear&quot; title=&quot;CodeGear&quot;&gt;CodeGear&lt;/a&gt; sebagai divisi pengembangan perangkat lunak milik &lt;a class=&quot;new&quot; href=&quot;https://id.wikipedia.org/w/index.php?title=Embarcadero&amp;amp;action=edit&amp;amp;redlink=1&quot; title=&quot;Embarcadero (halaman belum tersedia)&quot;&gt;Embarcadero&lt;/a&gt;, divisi tersebut sebelumnya adalah milik &lt;a href=&quot;https://id.wikipedia.org/wiki/Borland&quot; title=&quot;Borland&quot;&gt;Borland&lt;/a&gt;. Bahasa Delphi, atau dikenal pula sebagai &lt;i&gt;object pascal&lt;/i&gt; (&lt;a href=&quot;https://id.wikipedia.org/wiki/Pascal_(bahasa_pemrograman)&quot; title=&quot;Pascal (bahasa pemrograman)&quot;&gt;pascal&lt;/a&gt; dengan ekstensi &lt;a href=&quot;https://id.wikipedia.org/wiki/Pemrograman_berorientasi_objek&quot; title=&quot;Pemrograman berorientasi objek&quot;&gt;pemrograman berorientasi objek&lt;/a&gt; (PBO/OOP)) pada mulanya ditujukan hanya untuk platform &lt;a href=&quot;https://id.wikipedia.org/wiki/Microsoft_Windows&quot; title=&quot;Microsoft Windows&quot;&gt;Microsoft Windows&lt;/a&gt;, namun saat ini telah mampu digunakan untuk mengembangkan aplikasi untuk berbagai platform seperti &lt;a class=&quot;mw-redirect&quot; href=&quot;https://id.wikipedia.org/wiki/Mac_OS_X&quot; title=&quot;Mac OS X&quot;&gt;Mac OS X&lt;/a&gt;, &lt;a href=&quot;https://id.wikipedia.org/wiki/IOS&quot; title=&quot;IOS&quot;&gt;iOS&lt;/a&gt;, Android (lihat di bawah).&lt;br /&gt;
&lt;a href=&quot;https://id.wikipedia.org/wiki/Embarcadero_Delphi&quot;&gt;wikipedia&lt;/a&gt;&lt;b&gt;&lt;a href=&quot;https://id.wikipedia.org/wiki/Embarcadero_Delphi&quot;&gt; &lt;/a&gt;&lt;/b&gt;&lt;/blockquote&gt;&lt;b&gt;Lazarus&lt;/b&gt;&lt;br /&gt;
&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block; text-align:center;&quot;
     data-ad-layout=&quot;in-article&quot;
     data-ad-format=&quot;fluid&quot;
     data-ad-client=&quot;ca-pub-5697583937891109&quot;
     data-ad-slot=&quot;6188688427&quot;&gt;&lt;/ins&gt;&lt;br /&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;Lazarus is a Delphi compatible cross-platform IDE for Rapid Application  Development. It has variety of components ready for use and a graphical  form designer to easily create complex graphical user interfaces.&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;Lazarus adalah IDE untuk bahasa pemrograman delphi yang cross-platform dengan pengembangan aplikasi yang cepat. Lazarus memiliki varietas komponen yang siap digunakan dan design form grafis untuk membuat GUI yang kompleks. &lt;a href=&quot;https://www.lazarus-ide.org/&quot;&gt;Lazarus&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;
kenapa saya memilih lazarus untuk mengembangkan delphi 7, kok bukan IDE nya delphi 7 sendiri karena Lazarus bersifat open source jadi tidak butuh crack crack dan sebagainya, so sangat mudah dan tidak ribet..&lt;br /&gt;
dan lagi, pas kita mendesign, lazarus punya semacan penanda bahwa komponen yang kita tata sudah sejajar atau belum dengan komponen lainya.&lt;br /&gt;
&lt;br /&gt;
untuk untuk penampakan lazarus pada Laptop windows 10, 32 bit saya sebagai berikut.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcGCV8C4cLk9v3Tai8fDGgOmSSdVyuoQZ2oCTkRR_rSpKYkpvnBRR-ojrXkZ_LoWDtWfNmYr4qr2Wv4vypjSUJXet54I-A7n_FEHPkh8CVzxZe8bgcjIg46zwMAQ90wfTWJREtnGzcW2Ji/s1600/Screenshot_66.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;166&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcGCV8C4cLk9v3Tai8fDGgOmSSdVyuoQZ2oCTkRR_rSpKYkpvnBRR-ojrXkZ_LoWDtWfNmYr4qr2Wv4vypjSUJXet54I-A7n_FEHPkh8CVzxZe8bgcjIg46zwMAQ90wfTWJREtnGzcW2Ji/s320/Screenshot_66.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;untuk mulai menyekrip nya, pertemuan selanjutnya ya.&lt;br /&gt;
untuk PR, silahkan download lazarusnya dilink bawah ini..&lt;br /&gt;
&lt;a href=&quot;https://www.lazarus-ide.org/&quot;&gt;LAZARUS&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/2258896378896078130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-delphi-7-dengan-lazarus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2258896378896078130'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2258896378896078130'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/12/tutorial-delphi-7-dengan-lazarus.html' title='Tutorial delphi 7 dengan lazarus : Pengenalan'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcGCV8C4cLk9v3Tai8fDGgOmSSdVyuoQZ2oCTkRR_rSpKYkpvnBRR-ojrXkZ_LoWDtWfNmYr4qr2Wv4vypjSUJXet54I-A7n_FEHPkh8CVzxZe8bgcjIg46zwMAQ90wfTWJREtnGzcW2Ji/s72-c/Screenshot_66.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-3469099987660220141</id><published>2017-11-06T06:04:00.001-08:00</published><updated>2017-11-06T06:04:26.105-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="botani"/><title type='text'>Botani : Menanam kantong semar</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Menanam kantong semar itu, susah susah gampang. banyak susah nya ya, karena harus pakai media tanam khusus (saya pakai sphagnum moss), air khusus (saya pakai air AC dari tempat saya kerja) yaitu air yang hanya murni air tanpa ada kandungan mineral apapun.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Sebelumnya, kantung semar atau Nepenthes adalah tumbuhan yang tidak mencari unsur hara dari dalam tanah ya, mereka mencari makan nya dari makhluk hidup kecil seperti serangga, katak kecil, pacet dan binatang kecil lain yang masuk kedalam kantung perangkapnya.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Saat ini, saya sedang belajar untuk menanam tumbuhan ini, sekarang sudah minggu ke 2 kalau tidak salah, dan biji biji dari kantung semar ku sudah mulai sprout atau berkecambah, kalau saya amati sih ada ijo ijo di sekita biji nya, bukan lumut ya, ini warna nya agak pucet, kalau lumut warna nya ijo terang..&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Maaf belum ada foto nya, karena masih kecil banget, di foto pun mungkin juga belum keliatan. ntar kalau sudah 2 bulan dan masih hidup (moga moga), tak ambilin fotonya. di threat ini, saya bakalan menuliskan step by step gimana cara nya sampai sprout seperti punya saya. sebenernya saya juga menyemai Drosera atau sundews, tapi sampai saat ini belum keliatan sprout nya, padahal nabur biji nya barengan.. T_T.. di tunggu aja deh, siapa tau ntar tiba tiba besar.. amin..&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
OK, kita mulai ke prosesi nya. simak baik baik,&lt;/div&gt;
&lt;div&gt;
saya punya 1 cup pudding, dan botol bekas air mineral yang di potong sekitar 5 inch dari bawah, lubangi bawah nya untuk sirkulasi air. tumbuhan ini sangat suka tempat tempat lembap, jadi pastikan untuk tetap basah.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
setelah dilubangi siapkan lagi wadah yang mempu menampung 2 tempat tadi, untuk dikasih air sekitar 2 sampai 3 centi agar tempat tumbuh tidak kekeringan.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
isi ke 2 wadah tadi, wadah nya bebas ya, tidak harus sama seperti milik saya, sphagnum moss dan jangan dipadatkan.. isi 75% dari tinggi wadah. basahi dengan air AC atau air hujan yang di endapkan, taburkan biji, jangan terlalu rapat, agar nanti bisa di pindahkan kalau sudah besar.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
kasih satu lapis sphagnum moss lagi, yang penting tertutup aja biji nya, jangan tebal tebal supaya cahaya masih bisa masuk dan kantung semar bisa tumbuh.&lt;/div&gt;
&lt;div&gt;
kenapa harus ada lapisan atasnya, menuut pengalaman saya, lumut hanya tumbih paada sphagnum moss yang paling atas, jadi kantung semar kita aman dari lumut, karena dilapisan ke dua.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
jangan lupa tambah air kalau air pada wadah besar habis. dan tunggu 2 sampai 3 minggu dan letakan pada tempat yang dapat sinar matahari tidak langsung dan tidak terkena hujan langsung supaya biji sprout atau berkecambah dan tumbuh jadi kantunng semar dewasa.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
jika ada saran lain, monggo...&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/3469099987660220141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/11/botani-menanam-kantong-semar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3469099987660220141'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3469099987660220141'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/11/botani-menanam-kantong-semar.html' title='Botani : Menanam kantong semar'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-1226514177876097757</id><published>2017-10-13T03:47:00.002-07:00</published><updated>2017-10-13T03:47:31.026-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Agnez Mo&#39;s music album &quot;X&quot; out now on spotify</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
From this album, what&#39;s your favorite? I take &#39;Long as I get paid&#39; as my favorite.&lt;br /&gt;
&lt;div&gt;
I am very proud of Agnez because of what she does. I am sorry my English is bad, but I am so happy to found Agnez&#39;s song on spotify, hope it&#39;ll on the top global 50..&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I&#39;ll not go so far, let&#39;s listenit..&lt;/div&gt;
&lt;div&gt;
&lt;iframe allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;380&quot; src=&quot;https://open.spotify.com/embed/album/2XXGTKzgIlwUHDYhNaptdB&quot; width=&quot;300&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
what do you think?&lt;br /&gt;
I am so excited to hear this song everyday.&lt;br /&gt;
Actually we can&#39;t download or buy it yet to apple store, I don&#39;t know why, but I really want to buy the song and I can play it everyday..&lt;br /&gt;
&lt;br /&gt;
have fun&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/1226514177876097757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/agnez-mos-music-album-x-out-now-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/1226514177876097757'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/1226514177876097757'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/agnez-mos-music-album-x-out-now-on.html' title='Agnez Mo&#39;s music album &quot;X&quot; out now on spotify'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-4974726929417569921</id><published>2017-10-09T15:23:00.001-07:00</published><updated>2017-10-09T15:23:19.674-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forex"/><title type='text'>forex investation : week 3</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
My last post are Indonesian, but I really wanna you know that not all forex are as horror as you think,&lt;br /&gt;
I know, maybe you ever try to trading on forex and me too not just you ever feel you hurt and desperation when we got floating loss,&lt;br /&gt;
&lt;br /&gt;
but, we all know that we have no skill, we have no patient to do this trading, but now I found this broker that will help us to manage our money and make profit for us just for $100 at first.&lt;br /&gt;
This broker also provide us so many trading manager that will take care of our money, we just watching how our money move.&lt;br /&gt;
&lt;br /&gt;
Yup, our money moving like floating profit or floating loss at the moment, but if the strategy manager was so brilliant, he just turn back to profit position.&lt;br /&gt;
this is not officially from the broker but this is pure from my opinion&lt;br /&gt;
&lt;br /&gt;
&lt;input name=&quot;IL_IN_ARTICLE&quot; type=&quot;hidden&quot; /&gt;&lt;br /&gt;
how this broker works?&lt;br /&gt;
so many option there like another broker, you can trading by yourself of course all profit are yours, but what happen if you have no time to manage our opened trading? or we can read the situation it&#39;ll up or down?&lt;br /&gt;
&lt;br /&gt;
this broker answer us,&lt;br /&gt;
we just need to do what we want to do, and the strategy manager works for us and for himself.&lt;br /&gt;
we invest our money, the money located on the broker, not on the trader so we have nothing to worry what if he steal our money, but the broker just copy-like system.&lt;br /&gt;
&lt;br /&gt;
for the example,&lt;br /&gt;
we invest $100,&lt;br /&gt;
the strategy manager already have $1000,&lt;br /&gt;
when strategy manager open position, automatic we copying his position,&lt;br /&gt;
finally, when the the strategy manager get profit $10, we got $1 becouse our money just $100.&lt;br /&gt;
also the reverse.&lt;br /&gt;
&lt;br /&gt;
I thing I am tell a story too long, so this is my trading profit this week,&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtYm0Whvr1h776x-wLbmvlKD2pXUGxlVODsPXGAZkuQ7eoAL8plyeXQvQodO4ePQF61GINO_Jxfs50N8IcI8vZnKc76txJZ2qjy285_T9XSIBQgQ292Dv0wjLAV17ugfFIMFbXdM1uCdSD/s1600/Screenshot_59.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtYm0Whvr1h776x-wLbmvlKD2pXUGxlVODsPXGAZkuQ7eoAL8plyeXQvQodO4ePQF61GINO_Jxfs50N8IcI8vZnKc76txJZ2qjy285_T9XSIBQgQ292Dv0wjLAV17ugfFIMFbXdM1uCdSD/s320/Screenshot_59.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and, at the deadline the strategy manager take 30% of my profit.&lt;br /&gt;
if you want to give a try,&lt;br /&gt;
please sign up with &lt;a href=&quot;http://www.forextime.com/register/investors?raf=7f1bde80&quot;&gt;this link&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/4974726929417569921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/forex-investation-week-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4974726929417569921'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4974726929417569921'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/forex-investation-week-3.html' title='forex investation : week 3'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtYm0Whvr1h776x-wLbmvlKD2pXUGxlVODsPXGAZkuQ7eoAL8plyeXQvQodO4ePQF61GINO_Jxfs50N8IcI8vZnKc76txJZ2qjy285_T9XSIBQgQ292Dv0wjLAV17ugfFIMFbXdM1uCdSD/s72-c/Screenshot_59.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-4152552040490401609</id><published>2017-10-09T05:07:00.001-07:00</published><updated>2017-10-09T05:07:45.976-07:00</updated><title type='text'>HYIP halal?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
is HYIP (High yield Investment Program) halal? may be some of you (Muslim) thing about this, me too. I think about this all time when I was investing on that program.&lt;br /&gt;
I do not know the status of HYIP is halal or haram, but I&#39;ll share to you how HYIP works based on what I think. If you found something different please let me know by commenting down bellow.&lt;br /&gt;
&lt;br /&gt;
First of all,&lt;br /&gt;
this program is not secure too, so if you want to try this program you should prepare your mental and ready to lost your money.&lt;br /&gt;
&lt;br /&gt;
Imagine that you&#39;re A,&lt;br /&gt;
and me, I&#39;ll take B, I am B.&lt;br /&gt;
A invest $10,&lt;br /&gt;
B invest $100.&lt;br /&gt;
&lt;br /&gt;
&lt;input name=&quot;IL_IN_ARTICLE&quot; type=&quot;hidden&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
what happen then?&lt;br /&gt;
You&#39;ll got what they promise to you, for example 10% a week, and you&#39;ll get $0,1 a week, for saveral week until your money back full plus what they promise to you, but what happen to me?&lt;br /&gt;
I will never get my $100 because it&#39;s for you, the system runs like that.&lt;br /&gt;
&lt;br /&gt;
not just some investor, they&#39;ll always make reviewer first, if they reviewers get their money they&#39;ll leave a god comment to you&#39;all and you believe it until you invest your money on it.&lt;br /&gt;
&lt;br /&gt;
so, please be care full of this internet world, someday it&#39;s very easy to get money, but someday it&#39;ll kills you with a poisonous sword.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/4152552040490401609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/hyip-halal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4152552040490401609'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/4152552040490401609'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/hyip-halal.html' title='HYIP halal?'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-716884814286656615</id><published>2017-10-07T05:30:00.000-07:00</published><updated>2017-10-07T05:30:13.330-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="song"/><title type='text'>Camila Cabello : Havana review</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Do you know the latest Camila&#39;s new song titled havana? have you download or buy it?&lt;br /&gt;
&lt;div&gt;
if the answer is no, i&#39;ll let you listen to the music while you read my post,&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;iframe allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;380&quot; src=&quot;https://open.spotify.com/embed/track/0ofbQMrRDsUaVKq2mGLEAb&quot; width=&quot;300&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
just play it....&lt;br /&gt;
it&#39;s free though.&lt;br /&gt;
&lt;br /&gt;
for first time I listen to this music when I am on the office, I directly remember of camila&#39;s voice and I check the title and thesinger, bingo! this is Camila.&lt;br /&gt;
if you do not know, who Camila is, go to the google, and googling on there, who&#39;s Camila Cabello and you&#39;ll find the answer.&lt;br /&gt;
&lt;br /&gt;
OK, back to the music,&lt;br /&gt;
this song makes my body moves without I realize it.&lt;br /&gt;
and Camila Young Thug add some verse of rap on it that makes this song so cool!&lt;br /&gt;
&lt;br /&gt;
why I love this song?&lt;br /&gt;
first of all, this is Camila Cabello.&lt;br /&gt;
second, Camila&#39;s voice&lt;br /&gt;
next is about the lyrics.&lt;br /&gt;
&lt;br /&gt;
you know what, half of my heart is in havana...&lt;br /&gt;
this is my first review of music, so I&#39;ll improve it on next post..&lt;br /&gt;
thanks!!&lt;br /&gt;
write down what you think about this song down bellow..&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/716884814286656615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/camila-cabello-havana-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/716884814286656615'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/716884814286656615'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/camila-cabello-havana-review.html' title='Camila Cabello : Havana review'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-6908356141997210069</id><published>2017-10-04T05:26:00.000-07:00</published><updated>2017-10-04T05:26:25.368-07:00</updated><title type='text'>Investasi dalam forex : Minggu 2</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
dalam forum investasi forex kita yang sudah memasuki minggu ke-2 ini, ada yang sudah mendaftar?&lt;div&gt;
Ok, mungkin masih butuh lebih banyak bukti ya. nama nya juga jual beli pasti gak jauh jauh sama yang nama nya untung dan juga rugi, apa lagi di forex.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
nah, saya nih orang yang tidak bisa, tidak ngerti dan selalu rugi dalam forex, tapi nama nya pingin dapat penghasilan lebih, kalo cuma di tabung di bank aja malah habis, bukanya bertambah. yah, mengulang yang minggu 1 kemarin, investasi ini sangat transparan.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
kita titipkan uang kita pada manager yang berpengalaman, tidak perlu tiap menit tiap jam lihat trading kita, manager ini sepenuhnya bertanggung jawab atas dana kita. pasti ada rugi sih, tapi resiko berbanding lurus dengan profit kan?&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
maka dari itu, kalau peluang resiko besar, peluang untung juga besar loh,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
OK, ini adalah record hasil trading atas uang saya, mari kita lihat&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid0rierCw474ihVTr6dGuICkAcJ_Jhq8SdZD7jh0fs8XKWO_hKPHKxfzsPDKfvKtQz4nfAQqgpclDUUjjvE8VD5_oVANi1Iuw07Gn1B8aLH5xleNZqZGuPMNHJv_i_1DAfud0x36HzAzHZ/s1600/Screenshot_58.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;188&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid0rierCw474ihVTr6dGuICkAcJ_Jhq8SdZD7jh0fs8XKWO_hKPHKxfzsPDKfvKtQz4nfAQqgpclDUUjjvE8VD5_oVANi1Iuw07Gn1B8aLH5xleNZqZGuPMNHJv_i_1DAfud0x36HzAzHZ/s320/Screenshot_58.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
bagaimana? tertarik?&lt;/div&gt;
&lt;div&gt;
follow link berikut !!&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.forextime.com/register/investors?raf=7f1bde80&quot;&gt;LINK&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/6908356141997210069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/investasi-dalam-forex-minggu-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6908356141997210069'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6908356141997210069'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/10/investasi-dalam-forex-minggu-2.html' title='Investasi dalam forex : Minggu 2'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid0rierCw474ihVTr6dGuICkAcJ_Jhq8SdZD7jh0fs8XKWO_hKPHKxfzsPDKfvKtQz4nfAQqgpclDUUjjvE8VD5_oVANi1Iuw07Gn1B8aLH5xleNZqZGuPMNHJv_i_1DAfud0x36HzAzHZ/s72-c/Screenshot_58.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-6310537250463939062</id><published>2017-09-27T04:40:00.001-07:00</published><updated>2017-09-27T04:41:17.585-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="forex"/><title type='text'>Investasi  dalam forex : minggu 1</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;ingin mendapatkan keuntungan forex tapi tidak bisa trading?&lt;br /&gt;
&lt;div&gt;punya dana nganggur gak tau mau dikemanain?&lt;/div&gt;&lt;div&gt;atau, pingin dapat penghasilan tambahan dari internet tanpa harus bersusah dan berpayah?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;saya kemarin nemu di iklan sebuah web, awalnya saya ragu, minimal investasi nya aadalah $100, dan kemudian saya melakukan survey dibeberapa broker yang menyediakan program investnya. tetapi yang lain, minimal investnya adalah &amp;gt;$300, uang siapa coba yang mau saya pake.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;dengan tekat, saya mencoba untuk invest seminimal munkin, yakni $100. dengan modal patungan dengan rekan kerja saya, kita share profit 50:50. kita sudah sepakat untuk untung dan rugi bareng. tapi dengan harapan bisa untung yang tinggi dan harapan supaya cepat balik modal agar bisa membuka akun terpisah dan mandiri kita sepakati untuk investasi disana.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;kalau dihitung, ini sudah satu minggu an berlalu, profitnya pun tidak terlalu besar, tetapi kami tetap berharap untuk profit sih sebenernya. dan kita berhasil dapatkan sekitar $2 dalam satu minggu ini, memang sih gak seberapa, tetapi dibanding kemamuan saya sendiri yang dibawah garis kemiskinan, sekali trading ruginya bisa 4 sampai 5 kali, ini bisa disebut lumayan brah.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;bagi yang pingin lihat buktinya, karena tanpa bukti = hoax, maka dibawah ini saya lampirkan hasil trading 1 minggu terakir.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.forextime.com/register/investors?raf=7f1bde80&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;108&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifAOgNVEA_ccjt3cSFr4QIc1wbesXsQFhh__Ji0VqjdQZya0ZWoGx9gP-7Eo1TBcrpOXJr_5x8IBqQSFaQ6h1CJzRCZDy7medermOL-j0UXphDAUMwF52u80_vOdzMbXzrdckVqstGABZe/s320/Screenshot_57.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;trader yang saya pilih, dia minta 30% dari profit setiap bulan, jadi tenang aja, kalau tidak profit, gak akan di minta kok,&amp;nbsp;&lt;/div&gt;&lt;div&gt;ada protection level, bisa anda ubah sesuai keinginan, jadi kalau sedah mencapai protection level, trading akan otomatis berhenti agar uang anda tidak hilang semua,&lt;/div&gt;&lt;div&gt;ada safety mode, yang berguna untuk menurunkan resiko untung dan rugi.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;ya, saya jujur, saya cari refferal bonus, untuk tambah penghasilan, jadi jangn lupa pakai link saya kalau anda tertarik.&amp;nbsp;&lt;/div&gt;&lt;div&gt;investasi ini akan saya ulas tiap minggu, untuk melihat perkembangan dana jika teman teman ada yang masih ragu, silahkan mendaftar dan investasi&lt;/div&gt;&lt;div&gt;&lt;input type=&#39;hidden&#39; name=&#39;IL_IN_ARTICLE&#39;/&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;happy invest...&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.forextime.com/register/investors?raf=7f1bde80&quot;&gt;LINK&lt;/a&gt;&amp;nbsp;to the broker.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/6310537250463939062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/investasi-dalam-forex.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6310537250463939062'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6310537250463939062'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/investasi-dalam-forex.html' title='Investasi  dalam forex : minggu 1'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifAOgNVEA_ccjt3cSFr4QIc1wbesXsQFhh__Ji0VqjdQZya0ZWoGx9gP-7Eo1TBcrpOXJr_5x8IBqQSFaQ6h1CJzRCZDy7medermOL-j0UXphDAUMwF52u80_vOdzMbXzrdckVqstGABZe/s72-c/Screenshot_57.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-5531824437182313242</id><published>2017-09-25T06:41:00.001-07:00</published><updated>2017-09-25T06:41:56.742-07:00</updated><title type='text'>Tutorial java bagian 9 : operasi matematis dengan jython</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
melanjutkan kemarin, kali ini lebih mendalam ke pengolahan angka menggunakan python dari java. karena proses scripting nya yang menurut saya lebih mudah dan tidak sulit (sama aja, lupakan).&lt;br /&gt;
&lt;br /&gt;
untuk membahas operasi integer atau angka pada python yang data nya dari java ini kita butuh bantuan yang namanya fungsi int(x) dimana x adalah string. fungsi int(x) ini dengan syarat x adalah bilangan numeric, contoh x = &#39;10&#39;. jika x = &#39;a&#39; maka hasilnya akan error.&lt;br /&gt;
&lt;br /&gt;
&lt;input name=&quot;IL_IN_ARTICLE&quot; type=&quot;hidden&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
nah, kita akan masuk pada pembahasanya. silahkan download project nya bagi yang belum download, dan silahkan dilanjutkan bagi yang sudah punya. untuk link nya bisa lihat postingan sebelumnya ya, jangan males.!!&lt;br /&gt;
&lt;br /&gt;
1. tambah tampilan nya seperti gambar dibawah ini, fokus pada kotak merah&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh11AnmWIatNpsXUjM8ehj681WqbNhf63JEV2QdeuRiq1L4vbs-_HdHLNKu3NqCISxjCvXNVtbrM0JQm4ZaMe7LpKVRsS02jIewD7CAAEGmINRyQL0ymoGklkC7XTjdgK-5Ql7GVR54gxAX/s1600/Screenshot_54.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;184&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh11AnmWIatNpsXUjM8ehj681WqbNhf63JEV2QdeuRiq1L4vbs-_HdHLNKu3NqCISxjCvXNVtbrM0JQm4ZaMe7LpKVRsS02jIewD7CAAEGmINRyQL0ymoGklkC7XTjdgK-5Ql7GVR54gxAX/s320/Screenshot_54.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2. beri nama tombol tambah dengan nama &#39;addbtn&#39; dan fokus pada bagian kotak meraah&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq7gb3KiqjWlmuD_lyo_CWZglNHmSsK8YUDeMr92AhnJmVPDJmxglhT-cF3SkOTsQ23VCr3Hdy6TIT05Zx13ab7alXIHdqjyQUE5bpz3-1yzNaKQkH7Rf8xi6UUeqG5QoikAZ7XHseymop/s1600/Screenshot_55.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq7gb3KiqjWlmuD_lyo_CWZglNHmSsK8YUDeMr92AhnJmVPDJmxglhT-cF3SkOTsQ23VCr3Hdy6TIT05Zx13ab7alXIHdqjyQUE5bpz3-1yzNaKQkH7Rf8xi6UUeqG5QoikAZ7XHseymop/s320/Screenshot_55.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
3. kita pindah ke python dan tambahkan baris ini&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7wTeYW-1qm-F7UkqdyJGm3KCLHzxL9zyeo5fcvUmFxtWKajZTi7Z13MYwIRPja_oeOaYgMWddvMsZaXifzh8xLTq3tZu_1HRbQZ46-GLhQFty2LD4E2qE158pE4LxJIWBKvjUSQPepTZq/s1600/Screenshot_56.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;163&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7wTeYW-1qm-F7UkqdyJGm3KCLHzxL9zyeo5fcvUmFxtWKajZTi7Z13MYwIRPja_oeOaYgMWddvMsZaXifzh8xLTq3tZu_1HRbQZ46-GLhQFty2LD4E2qE158pE4LxJIWBKvjUSQPepTZq/s320/Screenshot_56.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Saya sengaja dalam bentuk gambar, supaya tidak bisa copy paste.. hahahah&lt;br /&gt;
ok, silahkan di nikmati,&lt;br /&gt;
kurang paham.. comment down bellow..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/5531824437182313242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/tutorial-java-bagian-9-operasi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5531824437182313242'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5531824437182313242'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/tutorial-java-bagian-9-operasi.html' title='Tutorial java bagian 9 : operasi matematis dengan jython'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh11AnmWIatNpsXUjM8ehj681WqbNhf63JEV2QdeuRiq1L4vbs-_HdHLNKu3NqCISxjCvXNVtbrM0JQm4ZaMe7LpKVRsS02jIewD7CAAEGmINRyQL0ymoGklkC7XTjdgK-5Ql7GVR54gxAX/s72-c/Screenshot_54.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-3232837921551523174</id><published>2017-09-22T05:12:00.004-07:00</published><updated>2017-09-23T16:28:22.021-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Music : BTS - DNA m4a + lyrics</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;40px&quot; scrolling=&quot;no&quot; src=&quot;https://nippyspace.com/e/459c4f&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b style=&quot;color: #222222; font-family: programme, sans-serif; font-size: 18px;&quot;&gt;&lt;a href=&quot;http://adfoc.us/16921448691661&quot;&gt;BTS : DNA&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Verse 1: V]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Cheotnune neol araboge dwaesseo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Seorol bulleowassdeon geotcheoreom&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Nae hyeolgwan sok DNAga malhaejwo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Naega chaja hemaedeon neoraneun geol&lt;/span&gt;&lt;iframe data-is-safeframe=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;250&quot; id=&quot;google_ads_iframe_/342026871/desktop_song_inread3_0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; name=&quot;&quot; sandbox=&quot;allow-forms allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation&quot; scrolling=&quot;no&quot; src=&quot;https://tpc.googlesyndication.com/safeframe/1-0-10/html/container.html&quot; style=&quot;background-color: rgba(204, 204, 204, 0.2); border-style: initial; border-width: 0px; box-sizing: border-box; display: inline-block; margin: 0px; padding: 0px; text-align: center; vertical-align: bottom;&quot; title=&quot;3rd party ad content&quot; width=&quot;300&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;span avoid-selection=&quot;&quot; class=&quot;u-noselect&quot; style=&quot;background-color: white; border: 0px; box-sizing: border-box; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px; margin: 0px; padding: 0px;&quot;&gt;&lt;dfp-ad ad-classes=&quot;{&#39;dfp_unit--in_read&#39;: $height &amp;gt; 1, &#39;u-xx_large_top_margin&#39;: $height &amp;gt; 1}&quot; class=&quot;u-display_block&quot; instance-id=&quot;in_read_ad&quot; name=&quot;desktop_song_inread3&quot; style=&quot;box-sizing: border-box; display: block;&quot;&gt;&lt;/dfp-ad&gt;&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Verse 2: J-Hope, Rap Monster]&lt;/span&gt;&lt;br /&gt;
&lt;a annotation-fragment=&quot;12711711&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12711711&quot; href=&quot;https://genius.com/Bts-dna-lyrics#note-12711711&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;0&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Uri mannameun suhagui gongsik&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Jonggyoui yulbeop ujuui seopri&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Naege jueojin unmyeongui jeunggeo&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Neoneun nae kkumui chulcheo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Take it take it&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Neoege naemin nae soneun jeonghaejin sukmyeong&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Pre-Chorus: Jungkook, V]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Geokjeonghaji ma love&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I modeun geon uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urin wanjeon dalla baby&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen durinikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Chorus: Jimin]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Ujuga saenggin geu nalbuteo gyesok&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Muhanui segireul neomeoseo gyesok&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urin jeonsaengedo ama daeum saengedo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi hamkkenikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Hook: Jungkook]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I modeun geon uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen durinikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;DNA&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Verse 3: Suga, J-Hope, Rap Monster]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I want it thit love I want it real love&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Nan neoegeman jipjunghae&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Jom deo sege nal ikkeune&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Taechoui DNAga neol wonhaneunde&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Igeon piryeoniya I love us&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urimani true lovers&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Verse 4: Jungkook, Suga]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Geunyeoreul bol ttaemada soseurachige nolla&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Singihage jakkuman sumi meojneun ge cham isanghae seolma&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Ireon ge malloman deutdeon sarangiran gamjeongilkka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Aechobuteo nae simjangeun neol hyanghae ttwinikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Pre-Chorus: Jin]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Geokjeonghaji ma love&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I modeun geon uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urin wanjeon dalla baby&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen durinikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Chorus: Jungkook, Jimin]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Ujuga saenggin geu nalbuteo gyesok&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Muhanui segireul neomeoseo gyesok&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urin jeonsaengedo ama daeum saengedo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi hamkkenikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Hook: Jungkook, Jimin]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I modeun geon uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen durinikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;DNA&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Bridge: V, Jin, Jungkook, Jimin]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Doraboji mara&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen urinikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Huhoehaji mara baby&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Yeongwonhi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Hamkkenikka&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Pre-Chorus: Jimin, Jungkook]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Geokjeonghaji ma love&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;I modeun geon uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Urin wanjeon dalla baby&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Unmyeongeul chajanaen durinikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;DNA&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;[Outro: J-Hope, Jungkook]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;La la la la la&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;La la la la la&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;La la la la la&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;La la la la la&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;Uyeoni aninikka&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;programme&amp;quot; , sans-serif; font-size: 18px;&quot;&gt;DNA&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/3232837921551523174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/music-bts-dna-m4a-lyrics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3232837921551523174'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3232837921551523174'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/music-bts-dna-m4a-lyrics.html' title='Music : BTS - DNA m4a + lyrics'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-5858300235749925142</id><published>2017-09-18T06:00:00.001-07:00</published><updated>2017-09-18T06:00:35.156-07:00</updated><title type='text'>Tutorial java bagian 8 : memulai jython</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Mungkin, bagi yang masih awam dan ingin belajar jython akan kesulitan bagaimana cara memulai pemrograman java dengan python atau yang biasa disebut dengan jython. bagi yang belum tau jython, silahkan baca article saya tentang jython pada &lt;b&gt;&lt;a href=&quot;http://muridngeblog.blogspot.co.id/2017/09/tutorial-java-bagian-7-persiapan-jython.html&quot;&gt;Tutorial java bagian 7&lt;/a&gt;&lt;/b&gt; ya, disana sudah saya jelaskan beberapa.&lt;br /&gt;
&lt;input name=&quot;IL_IN_ARTICLE&quot; type=&quot;hidden&quot; /&gt;&lt;br /&gt;
Pada tutorial java bagian 8 ini, saya akan mulai masuk pada python ya, untuk lebih baham nya dan untuk cepat mengikuti tutorial, silahkan download source code program ini pada &lt;a href=&quot;https://github.com/Dwiga/TutBlog&quot;&gt;&lt;b&gt;github&lt;/b&gt; &lt;/a&gt;ya, dan jangan lupa klik like.&lt;br /&gt;
&lt;br /&gt;
yang akan saya praktekan ini, cara interaksi java dengan file .py atau file python. saya belum tau gimana sebutnya, tapi saya akan sebut ini sebagai attached pyton, karena nanti ada juga yang namanya embedded python, kalau saya salah sebut, mohon untuk di koreksi.&lt;br /&gt;
&lt;br /&gt;
langkah pertama, jika sudah download &lt;a href=&quot;http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar&quot;&gt;jython&lt;/a&gt;, silahkan buat folder dalam folder project kalian dengan nama lib, jika belum paham silahkan download repository saya di github, link ada di atas. dan copy kan file .jar tadi kedalam folder lib yang telah kalian buat.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1KP80WCHAOHV3vjDY-T_7r-KAIQekem5TYVHvifVV-HhCQAIFetjyCd_vCUmLb82pj_quGzBrUntEkNls4oDg7ougi2EnYTqcHCOaq8QYri0oSJoHHKZ-fR-bSGugKMx0c62KIC2tGK4s/s1600/Screenshot_45.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1KP80WCHAOHV3vjDY-T_7r-KAIQekem5TYVHvifVV-HhCQAIFetjyCd_vCUmLb82pj_quGzBrUntEkNls4oDg7ougi2EnYTqcHCOaq8QYri0oSJoHHKZ-fR-bSGugKMx0c62KIC2tGK4s/s320/Screenshot_45.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
masuk ke netbean, klik kanan pada libraries -&amp;gt; add jar/folder. kemudian cari project kalian dan masuk kedalam folder lib tadi dan pilih jython.xxx.jar yang telah kalian download dan klik ok.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3Fgk6YXpwl_Xkfy_4URfz2tvPpfYeQnZKUyDKlbs4je9kaH-ZggewNvbZYMsRz_HAJPa-99iuCv5bRGFPTVWGy3a8_FMf0VYAGEM7_oTz6uRF49kNAsr4p7UL8cHC5QpuS40abwgKJxff/s1600/Screenshot_48.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;68&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3Fgk6YXpwl_Xkfy_4URfz2tvPpfYeQnZKUyDKlbs4je9kaH-ZggewNvbZYMsRz_HAJPa-99iuCv5bRGFPTVWGy3a8_FMf0VYAGEM7_oTz6uRF49kNAsr4p7UL8cHC5QpuS40abwgKJxff/s320/Screenshot_48.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
import code diatas untuk import jython.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBFC9YfggEWAvo9GOGpQ3Efckqyu9iG-OFa6EpZvu4VXB1L-kGkcj2z0HAm3r6Y_yEUEY8pl7X5_CvhxCh0h6-V_LbtK3m8t1ViKvIIfQpXh7YnPsLg3B53-KKwwT6bqcbBoPcUd3PNmFN/s1600/Screenshot_47.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBFC9YfggEWAvo9GOGpQ3Efckqyu9iG-OFa6EpZvu4VXB1L-kGkcj2z0HAm3r6Y_yEUEY8pl7X5_CvhxCh0h6-V_LbtK3m8t1ViKvIIfQpXh7YnPsLg3B53-KKwwT6bqcbBoPcUd3PNmFN/s320/Screenshot_47.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
gunakan kode diatas untuk eksekusi file python dari java.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL6PP6ntWf9gYcGeN6DjLwU0VcOPVhSLMTNvUX3nHNknt5qhIFWo1MMXEt2IpMt5qOwbXF5Qpoz1QF7GS0GhVBoNDfieD7zPr8Z8PPa4_Kkw_NQvCsuQcnp_Ml0JXgOoWqQmFnEem1WeC7/s1600/Screenshot_49.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;132&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL6PP6ntWf9gYcGeN6DjLwU0VcOPVhSLMTNvUX3nHNknt5qhIFWo1MMXEt2IpMt5qOwbXF5Qpoz1QF7GS0GhVBoNDfieD7zPr8Z8PPa4_Kkw_NQvCsuQcnp_Ml0JXgOoWqQmFnEem1WeC7/s320/Screenshot_49.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
diatas adalah script yang akan kalian masukan pada folder python, dengan nama file process.py&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfMOehTvVmaSiQwxyo4vUrH8kOk2V0gwZBmOYfGvG8VuKHKkUx4xeiTYVwpTSya3FUF4si4Tr8NSBPExsreSijq9PJaJXqZgmSKMR-fwnq-djNOWY3lu-6O0tXefjSiha844b65KuKmUxW/s1600/Screenshot_46.png&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfMOehTvVmaSiQwxyo4vUrH8kOk2V0gwZBmOYfGvG8VuKHKkUx4xeiTYVwpTSya3FUF4si4Tr8NSBPExsreSijq9PJaJXqZgmSKMR-fwnq-djNOWY3lu-6O0tXefjSiha844b65KuKmUxW/s320/Screenshot_46.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
isi kolom bagian kiri, klik proses dan klik action untuk menjalankan file python kalian.&lt;br /&gt;
untuk lebih jelasnya, silahkan download projectnya.&lt;br /&gt;
jika terjadi kesulitan, comment down bellow..&lt;br /&gt;
thanks...&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/5858300235749925142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/tutorial-java-bagian-8-memulai-jython.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5858300235749925142'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5858300235749925142'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/tutorial-java-bagian-8-memulai-jython.html' title='Tutorial java bagian 8 : memulai jython'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1KP80WCHAOHV3vjDY-T_7r-KAIQekem5TYVHvifVV-HhCQAIFetjyCd_vCUmLb82pj_quGzBrUntEkNls4oDg7ougi2EnYTqcHCOaq8QYri0oSJoHHKZ-fR-bSGugKMx0c62KIC2tGK4s/s72-c/Screenshot_45.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-6152271718049406470</id><published>2017-09-06T06:58:00.000-07:00</published><updated>2017-09-06T06:58:41.824-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>download ready for it - taylor swift + lyrics</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;iframe src=&quot;https://nippyspace.com/e/77b1dd&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; width=&quot;100%&quot; height=&quot;40px&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;span style=&quot;color: #222222; font-family: Programme, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 18px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;https://nippyspace.com/v/77b1dd&quot;&gt;Ready for it?&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Verse 1]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12628989&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12628989&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12628989&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;2&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Knew he was a killer first time that I saw him&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12628961&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12628961&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12628961&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;2&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Wonder how many girls he had loved and left haunted&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;But if he&#39;s a ghost, then I can be a phantom&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Holdin&#39; him for ransom&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12629082&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12629082&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12629082&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;0&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Some, some boys are tryin&#39; too hard&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;He don&#39;t try at all, though&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Younger than my exes but he act like such a man, so&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I see nothing better, I keep him forever&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Like a vendetta-ta&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Pre-Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627590&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627590&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627590&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;0&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;I-I-I see how this is gon&#39; go&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Touch me and you&#39;ll never be alone&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I-Island breeze and lights down low&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;No one has to know&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627327&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627327&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627327&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;In the middle of the night, in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;You should see the things we do, baby&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;In the middle of the night, in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I know I&#39;m gonna be with you&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;So I take my time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Are you ready for it?&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Verse 2]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12629912&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12629912&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12629912&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Me, I was a robber first time that he saw me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Stealing hearts and running off and never saying sorry&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;But if I&#39;m a thief, then he can join the heist&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;And we&#39;ll move to an island-and&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;And he can be my jailer,&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a annotation-fragment=&quot;12629010&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12629010&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12629010&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Burton to this Taylor&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12629472&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12629472&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12629472&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;3&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Every love I&#39;ve known in comparison is a failure&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I forget their names now, I&#39;m so very tame now&lt;/a&gt;&lt;br /&gt;
Never be the same now, now&lt;br /&gt;
&lt;span avoid-selection=&quot;&quot; class=&quot;u-noselect&quot; style=&quot;background-color: white; border: 0px; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px; margin: 0px; padding: 0px; user-select: none;&quot;&gt;&lt;dfp-ad ad-classes=&quot;{&#39;dfp_unit--in_read&#39;: $height &amp;gt; 1, &#39;u-xx_large_top_margin&#39;: $height &amp;gt; 1}&quot; class=&quot;u-display_block&quot; instance-id=&quot;in_read_ad&quot; name=&quot;desktop_song_inread&quot; style=&quot;box-sizing: border-box; display: block;&quot;&gt;&lt;/dfp-ad&gt;&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Pre-Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627590&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627590&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627590&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;0&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;I-I-I see how this is gon&#39; go&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Touch me and you&#39;ll never be alone&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I-Island breeze and lights down low&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;No one has to know&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;(No one has to know)&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627327&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627327&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627327&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;In the middle of the night, in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;You should see the things we do, baby&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;In the middle of the night in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I know I&#39;m gonna be with you&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;So I take my time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Are you ready for it?&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, are you ready for it?&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Post-Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627282&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627282&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627282&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Baby, let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Baby, let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Bridge]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627590&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627590&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627590&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;0&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;I-I-I see how this is gon&#39; go&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Touch me and you&#39;ll never be alone&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I-Island breeze and lights down low&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;No one has to know&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span avoid-selection=&quot;&quot; class=&quot;u-noselect&quot; style=&quot;background-color: white; border: 0px; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px; margin: 0px; padding: 0px; user-select: none;&quot;&gt;&lt;dfp-ad ad-classes=&quot;{&#39;dfp_unit--in_read&#39;: $height &amp;gt; 1, &#39;u-xx_large_top_margin&#39;: $height &amp;gt; 1}&quot; class=&quot;u-display_block&quot; instance-id=&quot;in_read_ad&quot; name=&quot;desktop_song_inread2&quot; style=&quot;box-sizing: border-box; display: block;&quot;&gt;&lt;/dfp-ad&gt;&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627327&quot; class=&quot;referent referent--linked_to_preview referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627327&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627327&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;In the middle of the night, in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;You should see the things we do, baby&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;In the middle of the night, in my dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I know I&#39;m gonna be with you&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;So I take my time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;In the middle of the night&lt;/a&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;span style=&quot;background-color: white; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot;&gt;[Post-Chorus]&lt;/span&gt;&lt;br style=&quot;background-color: white; box-sizing: border-box; color: #222222; font-family: Programme, sans-serif; font-size: 18px;&quot; /&gt;&lt;a annotation-fragment=&quot;12627282&quot; class=&quot;referent referent--yellow&quot; classification=&quot;accepted&quot; data-id=&quot;12627282&quot; href=&quot;https://genius.com/Taylor-swift-ready-for-it-lyrics#note-12627282&quot; image=&quot;false&quot; ng-class=&quot;{          &#39;referent--linked_to_preview&#39;: song_ctrl.referent_has_preview(fragment_id),          &#39;referent--linked_to_preview_active&#39;: song_ctrl.highlight_preview_referent(fragment_element_id),          &#39;referent--purple_indicator&#39;: song_ctrl.show_preview_referent_indicator(fragment_element_id)        }&quot; ng-click=&quot;open()&quot; pending-editorial-actions-count=&quot;1&quot; possibly-branded=&quot;false&quot; prevent-default-click=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; background-color: #dddddd; border: 0px; box-shadow: rgb(221, 221, 221) 0.01em 0px 0px, rgb(221, 221, 221) -0.01em 0px 0px; box-sizing: border-box; color: black; display: inline; font-family: Programme, sans-serif; font-size: 18px; line-height: 1.7em; margin: 0px; padding: 0.2em 0px; position: relative; text-decoration-line: none; transition: background-color 0.1s, box-shadow 0.1s; word-break: break-word; word-wrap: break-word;&quot;&gt;Baby, let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Are you ready for it?&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Baby, let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Let the games begin&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Are you ready for it?&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/6152271718049406470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-ready-for-it-taylor-swift.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6152271718049406470'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/6152271718049406470'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-ready-for-it-taylor-swift.html' title='download ready for it - taylor swift + lyrics'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-5634443348352959627</id><published>2017-09-06T06:44:00.000-07:00</published><updated>2017-09-06T06:44:14.670-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>download new rules - dua lipa + lyrics</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;40px&quot; scrolling=&quot;no&quot; src=&quot;https://nippyspace.com/e/8059ac&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;arial&amp;quot;; font-size: 13.4px; font-weight: 700; text-align: center;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://nippyspace.com/v/8059ac&quot;&gt;&quot;New Rules&quot;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; text-align: center;&quot;&gt;
One, one, one...&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Talkin&#39; in my sleep at night&lt;br /&gt;
Makin&#39; myself crazy&lt;br /&gt;
(Out of my mind, out of my mind)&lt;br /&gt;
Wrote it down and read it out&lt;br /&gt;
Hopin&#39; it would save me&lt;br /&gt;
(Too many times, too many times)&lt;br /&gt;
My love, he makes me feel like nobody else&lt;br /&gt;
Nobody else&lt;br /&gt;
But my love, he doesn&#39;t love me, so I tell myself&lt;br /&gt;
I tell myself&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
One, don&#39;t pick up the phone&lt;br /&gt;
You know he&#39;s only calling &#39;cause he&#39;s drunk and alone&lt;br /&gt;
Two, don&#39;t let him in&lt;br /&gt;
You&#39;ll have to kick him out again&lt;br /&gt;
Three, don&#39;t be his friend&lt;br /&gt;
You know you&#39;re gonna wake up in his bed in the morning&lt;br /&gt;
And if you&#39;re under him, you ain&#39;t getting over him&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I keep pushin&#39; forwards, but he keeps pullin&#39; me backwards&lt;br /&gt;
(Nowhere to turn) no way&lt;br /&gt;
(Nowhere to turn) no&lt;br /&gt;
Now I&#39;m standing back from it, I finally see the pattern&lt;br /&gt;
(I never learn, I never learn)&lt;br /&gt;
But my love, he doesn&#39;t love me, so I tell myself&lt;br /&gt;
I tell myself&lt;br /&gt;
I do, I do, I do&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
One, don&#39;t pick up the phone&lt;br /&gt;
You know he&#39;s only calling &#39;cause he&#39;s drunk and alone&lt;br /&gt;
Two, don&#39;t let him in&lt;br /&gt;
You&#39;ll have to kick him out again&lt;br /&gt;
Three, don&#39;t be his friend&lt;br /&gt;
You know you&#39;re gonna wake up in his bed in the morning&lt;br /&gt;
And if you&#39;re under him, you ain&#39;t getting over him&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Practice makes perfect&lt;br /&gt;
I&#39;m still tryna&#39; learn it by heart&lt;br /&gt;
(I got new rules, I count &#39;em)&lt;br /&gt;
Eat, sleep, and breathe it&lt;br /&gt;
Rehearse and repeat it, &#39;cause I&lt;br /&gt;
(I got new, I got new, I...)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
One, don&#39;t pick up the phone&lt;br /&gt;
You know he&#39;s only calling &#39;cause he&#39;s drunk and alone&lt;br /&gt;
Two, don&#39;t let him in&lt;br /&gt;
You&#39;ll have to kick him out again&lt;br /&gt;
Three, don&#39;t be his friend&lt;br /&gt;
You know you&#39;re gonna wake up in his bed in the morning&lt;br /&gt;
And if you&#39;re under him, you ain&#39;t getting over him&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
(Oh, whoa-oh)&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
I got new rules, I count &#39;em&lt;br /&gt;
(Baby, you know I count &#39;em)&lt;br /&gt;
I gotta tell them to myself&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Don&#39;t let him in, don&#39;t let him in&lt;br /&gt;
Don&#39;t, don&#39;t, don&#39;t, don&#39;t&lt;br /&gt;
Don&#39;t be his friend, don&#39;t be his friend&lt;br /&gt;
Don&#39;t, don&#39;t, don&#39;t, don&#39;t&lt;br /&gt;
Don&#39;t let him in, don&#39;t let him in&lt;br /&gt;
Don&#39;t, don&#39;t, don&#39;t, don&#39;t&lt;br /&gt;
Don&#39;t be his friend, don&#39;t be his friend&lt;br /&gt;
Don&#39;t, don&#39;t, don&#39;t, don&#39;t&lt;br /&gt;
You gettin&#39; over him&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/5634443348352959627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-new-rules-dua-lipa-lyrics.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5634443348352959627'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/5634443348352959627'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-new-rules-dua-lipa-lyrics.html' title='download new rules - dua lipa + lyrics'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-3419947219638017216</id><published>2017-09-06T06:40:00.003-07:00</published><updated>2017-09-06T06:40:48.219-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Download Look what you made me do + lyrics taylor swift</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;iframe src=&quot;https://nippyspace.com/e/902db1&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; width=&quot;100%&quot; height=&quot;40px&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; font-weight: 700; text-align: center;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://nippyspace.com/v/902db1&quot;&gt;&quot;Look What You Made Me Do&quot;&lt;/a&gt;&lt;/span&gt;&lt;br style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; text-align: center;&quot; /&gt;&lt;br /&gt;
&lt;div style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; text-align: center;&quot;&gt;I don&#39;t like your little games&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Don&#39;t like your tilted stage&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;The role you made me play&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Of the fool, no, I don&#39;t like you&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t like your perfect crime&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;How you laugh when you lie&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;You said the gun was mine&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Isn&#39;t cool, no, I don&#39;t like you (oh!)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;But I got smarter, I got harder in the nick of time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Honey, I rose up from the dead, I do it all the time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ve got a list of names and yours is in red, underlined&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I check it once, then I check it twice, oh!&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t like your kingdom keys&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;They once belonged to me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;You asked me for a place to sleep&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Locked me out and threw a feast (what?)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;The world moves on, another day, another drama, drama&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;But not for me, not for me, all I think about is karma&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;And then the world moves on, but one thing&#39;s for sure&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Maybe I got mine, but you&#39;ll all get yours&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;But I got smarter, I got harder in the nick of time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Honey, I rose up from the dead, I do it all the time&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ve got a list of names and yours is in red, underlined&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I check it once, then I check it twice, oh!&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t trust nobody and nobody trusts me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ll be the actress starring in your bad dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t trust nobody and nobody trusts me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ll be the actress starring in your bad dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t trust nobody and nobody trusts me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ll be the actress starring in your bad dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I don&#39;t trust nobody and nobody trusts me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;I&#39;ll be the actress starring in your bad dreams&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;(Look what you made me do)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;(Look what you made me do)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;(Look what you just made me do)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;(Look what you made me do)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&quot;I&#39;m sorry, the old Taylor can&#39;t come to the phone right now.&quot;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&quot;Why?&quot;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&quot;Oh, &#39;cause she&#39;s dead!&quot; (ohh!)&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Ooh, look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;Look what you just made me do&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/3419947219638017216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-look-what-you-made-me-do.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3419947219638017216'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/3419947219638017216'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/download-look-what-you-made-me-do.html' title='Download Look what you made me do + lyrics taylor swift'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1058092915482457679.post-2166619655479660931</id><published>2017-09-06T06:35:00.003-07:00</published><updated>2017-09-06T06:35:44.980-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Cardi B - Lyrics and download mp3</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe allowtransparency=&quot;true&quot; frameborder=&quot;0&quot; height=&quot;40px&quot; scrolling=&quot;no&quot; src=&quot;https://nippyspace.com/e/ce57db&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;div class=&quot;lyricsh&quot; style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; text-align: center;&quot;&gt;
&lt;h2 style=&quot;box-sizing: border-box; color: inherit; font-family: inherit; font-size: 22px; line-height: 1.1; margin-bottom: 10px; margin-top: 20px;&quot;&gt;
&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/h2&gt;
&lt;h2 style=&quot;box-sizing: border-box; color: inherit; font-family: inherit; font-size: 22px; line-height: 1.1; margin-bottom: 10px; margin-top: 20px;&quot;&gt;
&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;a href=&quot;https://nippyspace.com/v/ce57db&quot;&gt;Cardi B Lyrics&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div class=&quot;ringtone&quot; style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; padding: 30px 0px; text-align: center;&quot;&gt;
&lt;span id=&quot;cf_text_top&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;arial&amp;quot;; font-size: 13.4px; font-weight: 700; text-align: center;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&quot;Bodak Yellow&quot;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: #ccccdd; box-sizing: border-box; font-family: Verdana, Arial; font-size: 13.4px; text-align: center;&quot;&gt;
KSR (ooh)&lt;br /&gt;
Hah, it&#39;s Cardi, ayy&lt;br /&gt;
Said, &quot;I&#39;m the shit, they can&#39;t fuck with me if they wanted to&quot;&lt;br /&gt;
Umm&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Said, &quot;Lil bitch, you can&#39;t fuck with me if you wanted to&quot; (ooh)&lt;br /&gt;
These expensive, these is red bottoms, these is bloody shoes (ooh)&lt;br /&gt;
Hit the store, I can get &#39;em both, I don&#39;t wanna choose (bah)&lt;br /&gt;
And I&#39;m quick, cut a nigga off, so don&#39;t get comfortable, look (ooh)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I don&#39;t dance now, I make money moves (wave, ayy)&lt;br /&gt;
Say I don&#39;t gotta dance, I make money move (ooh, ooh)&lt;br /&gt;
If I see you and I don&#39;t speak, that means I don&#39;t fuck with you (ah)&lt;br /&gt;
I&#39;m a boss, you a worker, bitch, I make bloody moves (bags)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Now she say she gon&#39; do what to who? Let&#39;s find out and see&lt;br /&gt;
Cardi B, you know where I&#39;m at, you know where I be (ooh, ooh)&lt;br /&gt;
You in the club just to party, I&#39;m there, I get paid a fee (bah)&lt;br /&gt;
I be in and out them banks so much, I know they&#39;re tired of me&lt;br /&gt;
Honestly, don&#39;t give a fuck &#39;bout who ain&#39;t fond of me (who)&lt;br /&gt;
Dropped two mixtapes in six months, what bitch working as hard as me? (yeah)&lt;br /&gt;
I don&#39;t bother with these hoes, don&#39;t let these hoes bother me&lt;br /&gt;
They see pictures, they say, &quot;Goals,&quot; bitch, I&#39;m who they tryna be&lt;br /&gt;
Look, I might just chill in some BAPE (ooh), I might just chill with your boo&lt;br /&gt;
I might just feel on your babe, my pussy feel like a lake&lt;br /&gt;
He wanna swim with his face, I&#39;m like, &quot;Okay&quot; (okay)&lt;br /&gt;
I&#39;ll let him get what he want, he buy me Yves Saint Laurent (yeah)&lt;br /&gt;
And the new whip, when I go fast as a horse, I got the trunk in the front (vroom)&lt;br /&gt;
I&#39;m the hottest in the street (pew, street), know you prolly heard of me (yeah)&lt;br /&gt;
Got a bag and fixed my teeth (teeth), hope you hoes know it ain&#39;t cheap (cheap)&lt;br /&gt;
And I pay my mama bills (bills), I ain&#39;t got no time to chill (blah)&lt;br /&gt;
Think these hoes be mad at me (ooh), their baby father want a feel (ooh)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Said, &quot;Lil bitch, you can&#39;t fuck with me if you wanted to&quot; (ooh)&lt;br /&gt;
These expensive, these is red bottoms, these is bloody shoes (ooh)&lt;br /&gt;
Hit the store, I can get &#39;em both, I don&#39;t wanna choose (bah)&lt;br /&gt;
And I&#39;m quick, cut a nigga off, so don&#39;t get comfortable, look (ooh)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I don&#39;t dance now, I make money moves (wave, ayy)&lt;br /&gt;
Say I don&#39;t gotta dance, I make money move (ooh, ooh)&lt;br /&gt;
If I see you and I don&#39;t speak, that means I don&#39;t fuck with you (ah)&lt;br /&gt;
I&#39;m a boss, you a worker, bitch, I make bloody moves (bags, bags)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
If you a pussy, you get popped (popped), you a groupie, you a opp (opp, blah)&lt;br /&gt;
Don&#39;t you come around my way (way), you can&#39;t hang around my block (block, nope)&lt;br /&gt;
And I just checked my accounts, turns out, I&#39;m rich, I&#39;m rich, I&#39;m rich (I&#39;m rich)&lt;br /&gt;
I put my hand above my hip, I bet you dip, he dip, she dip (grrrah)&lt;br /&gt;
I say I get the money and go, this shit is hot like a stove (ooh)&lt;br /&gt;
My pussy glitter as gold, tell that lil bitch play her role (ah, ah)&lt;br /&gt;
I just a-rove in a Rolls (oh), I just came up in a Wraith (yeah)&lt;br /&gt;
I need to fill up the tank, no, I need to fill up the safe (ooh)&lt;br /&gt;
I need to let all these hoes know that none of their niggas is safe&lt;br /&gt;
I go to dinner and steak (blah, yeah), only the real can relate (yeah)&lt;br /&gt;
I used to live in the P&#39;s (ooh, ooh), now it&#39;s a crib with a gate (ah)&lt;br /&gt;
Rollie got charms, look like Frosted Flakes (bling)&lt;br /&gt;
Had to let these bitches know (yeah), just in case these hoes forgot (oh)&lt;br /&gt;
I just run and check the mail, another check from Mona Scott (oh)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
Said, &quot;Lil bitch, you can&#39;t fuck with me if you wanted to&quot; (ooh)&lt;br /&gt;
These expensive, these is red bottoms, these is bloody shoes (ooh)&lt;br /&gt;
Hit the store, I can get &#39;em both, I don&#39;t wanna choose (bah)&lt;br /&gt;
And I&#39;m quick, cut a nigga off, so don&#39;t get comfortable, look (ooh)&lt;br /&gt;
&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
I don&#39;t dance now, I make money moves (wave, ayy)&lt;br /&gt;
Say I don&#39;t gotta dance, I make money move (ooh, ooh)&lt;br /&gt;
If I see you and I don&#39;t speak, that means I don&#39;t fuck with you (ah)&lt;br /&gt;
I&#39;m a boss, you a worker, bitch, I make bloody moves (bags)&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://muridngeblog.blogspot.com/feeds/2166619655479660931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/cardi-b-lyrics-and-download-mp3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2166619655479660931'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1058092915482457679/posts/default/2166619655479660931'/><link rel='alternate' type='text/html' href='https://muridngeblog.blogspot.com/2017/09/cardi-b-lyrics-and-download-mp3.html' title='Cardi B - Lyrics and download mp3'/><author><name>Dwi Ahmad</name><uri>http://www.blogger.com/profile/08460010690793700842</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>