Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
| # Our .tmux.conf file | |
| # Setting the prefix from C-b to C-a | |
| # START:prefix | |
| set -g prefix C-q | |
| # END:prefix | |
| # Free the original Ctrl-b prefix keybinding | |
| # START:unbind | |
| unbind C-b |
| #!/bin/bash | |
| function tmux_web { | |
| SESSION_NAME=$1 | |
| #echo "Create.." | |
| tmux -L $SESSION_NAME new -s $SESSION_NAME -n editor -d | |
| #echo "Creat first pane (editor).." | |
| tmux -L $SESSION_NAME send-keys -t $SESSION_NAME 'vim' C-m | |
| #echo "Run vim in first pane.." | |
| tmux -L $SESSION_NAME new-window -n console -t $SESSION_NAME |
| (function worker() { | |
| $.ajax({ | |
| url: 'ajax/test.html', | |
| success: function(data) { | |
| $('.result').html(data); | |
| }, | |
| complete: function() { | |
| // Schedule the next request when the current one's complete | |
| setTimeout(worker, 5000); | |
| } |
| (function() { | |
| $(document).ready(function() { | |
| //var vimeo = $('.vimeo'); | |
| //var youtube = $('.youtube') | |
| $.ajax({ | |
| url: 'https://api.vimeo.com/', | |
| type: 'GET', | |
| contentType: 'application/json', | |
| dataType: 'json', |
| SELECT tab_id, (SELECT ns_nama FROM z_nasabah WHERE ns_id=t.`ns_id`) AS ns_nama, | |
| tab_saldo, tab_tgl_pembuatan, tab_cara_bayar FROM z_tabungan t WHERE tabj_id='TB005' | |
| AND (SELECT uk_id FROM z_nasabah WHERE ns_id=t.ns_id)='UK011' AND tab_cara_bayar='potong_gaji' ORDER BY tab_id; |
| " URL: http://vim.wikia.com/wiki/Example_vimrc | |
| " Authors: http://vim.wikia.com/wiki/Vim_on_Freenode | |
| " Description: A minimal, but feature rich, example .vimrc. If you are a | |
| " newbie, basing your first .vimrc on this file is a good choice. | |
| " If you're a more advanced user, building your own .vimrc based | |
| " on this file is still a good idea. | |
| "------------------------------------------------------------ | |
| " Features {{{1 | |
| " |
| git remote add origin git://origin.repo.git | |
| git remote set-url --add --push origin git://another/repo.git | |
| git remote set-url --add --push origin git://one_more/repo.git |
| Jika Aku kehilangan dirimu | |
| Hatiku takkan maafkan | |
| Betapa Besar luka yang kurasa | |
| Jika tak melihatmu lagi | |
| One more time, kumohon musim engkau jangan berganti | |
| one more time, tinggalkan waktu saat kita bersama | |
| Saat jalan kita mulai tak sama | |
| Aku ingin menyatukannya | |
| Membuat sikapku jadi berbeda |
| sudo apt-add-repository -y ppa:atareao/atareao | |
| sudo apt-add-repository -y ppa:brightbox/ruby-ng | |
| sudo apt-add-repository -y ppa:didrocks/ubuntu-developer-tools-center | |
| sudo apt-add-repository -y ppa:git-core/ppa | |
| sudo apt-add-repository -y ppa:gns3/ppa | |
| sudo apt-add-repository -y ppa:hachre/dart | |
| sudo apt-add-repository -y ppa:jerzy-kozera/zeal-ppa | |
| sudo apt-add-repository -y ppa:jtaylor/ipython | |
| sudo apt-add-repository -y ppa:klaus-vormweg/awesome | |
| sudo apt-add-repository -y ppa:libreoffice/ppa |