Skip to content

Instantly share code, notes, and snippets.

View DonGuillotine's full-sized avatar
🎯
Focusing

Donald Nwokoro DonGuillotine

🎯
Focusing
View GitHub Profile
@donejeh
donejeh / bankcode.txt
Last active April 14, 2025 19:23
Nigeria Banks Code List
'120001' '9mobile 9Payment Service Bank'
'801' 'Abbey Mortgage Bank'
'51204' 'Above Only MFB'
'51312' 'Abulesoro MFB'
'044' 'Access Bank'
'063' 'Access Bank (Diamond)'
'120004' 'Airtel Smartcash PSB'
'035A' 'ALAT by WEMA'
'50926' 'Amju Unique MFB'
'50083' 'Aramoko MFB'
@bradtraversy
bradtraversy / laravel_xampp_setup.md
Created April 22, 2022 01:16
Laravel Xampp setup on Mac and Windows

Laravel Xampp Setup (Windows & Mac)

Install Xampp

Install Xampp from https://www.apachefriends.org/index.html

  • Run the Xampp installer and open the Xampp control panel
  • Make sure that you enable the Apache and MySQL services
  • On mac you need to click "Start" on the Home tab, "Enable" on the Network tab and "Mount" on the Location Tab. Click "Explore" on the location tab to open your Xampp/Lampp folder

Install Composer

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 26, 2025 13:26
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default