Skip to content

Instantly share code, notes, and snippets.

View ak4bento's full-sized avatar
🎧
Always Happy

Muhammad Akil ak4bento

🎧
Always Happy
View GitHub Profile
@ak4bento
ak4bento / SpaceVim.md
Created October 10, 2022 04:19 — forked from bespokoid/SpaceVim.md
SpaceVim cheatsheet #tools
@ak4bento
ak4bento / how-to-setup-verified-commits.md
Last active November 29, 2024 17:36
Setup Verified Commits
@ak4bento
ak4bento / Vimrc Configuration Vundle
Created December 28, 2020 01:46
Vimrc Configuration Vundle
"""""""""""""""""""""""""""""""""""""""""
" Akil Sagitarius Vimrc configuration "
"""""""""""""""""""""""""""""""""""""""""
set nocompatible
syntax on
set nowrap
set encoding=utf8
set mouse=a
" START Vundle Configuration
" shift+arrow selection
nmap <S-Up> v<Up>
nmap <S-Down> v<Down>
nmap <S-Left> v<Left>
nmap <S-Right> v<Right>
vmap <S-Up> <Up>
vmap <S-Down> <Down>
vmap <S-Left> <Left>
vmap <S-Right> <Right>
imap <S-Up> <Esc>v<Up>
@ak4bento
ak4bento / Vimrc Configuration
Created December 22, 2020 15:44
VIM like VSCode
""""""""""""""""""""""""""""
" Akil Vimrc Configuration "
""""""""""""""""""""""""""""
__ _ __ _ __
____ _/ /__(_) /_________ (_)___/ /
/ __ `/ //_/ / // ___/ __ \ / / __ /
/ /_/ / ,< / / // /__/ /_/ / / / /_/ /
\__,_/_/|_/_/_(_)___/\____(_)_/\__,_/
@ak4bento
ak4bento / iterm2-solarized.md
Created December 20, 2020 09:20 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close
public function index(){
$HTTPMethod = 'GET';
$RelativeUrl = '/banking/v3/corporates/h2hauto008/accounts/0613006572/statements?EndDate=2020-01-21&StartDate=2020-01-15';
$AccessToken = $_GET['token'];
$Timestamp = '2020-01-23T13:11:00.000+07:00';
$RequestBody = '';
$StringToSign =
$HTTPMethod .":" .
$RelativeUrl .":" .
$AccessToken .":" .
@ak4bento
ak4bento / BCA.php
Last active February 13, 2020 02:41
<?php
/*
* 2020 - API BCA Simple
* Using Account Statements for Sample Request
*
* Contact : [email protected]
*/
class bca{
<table border="1" class="table table-bordered table-striped">
<thead>
<tr>
<th width="15%">1</th>
<th width="10%">2</th>
<th>3</th>
<th width="10%">4</th>
<th>5</th>
<th>6</th>