Skip to content

Instantly share code, notes, and snippets.

View victorighalo's full-sized avatar
🤔
Digging Deeper into the science of computers daily.

Victor Osas Ighalo victorighalo

🤔
Digging Deeper into the science of computers daily.
  • Lagos, Nigeria
View GitHub Profile
{"assets":[],"assignedBranchKey":"edd24026bad2465d8ef8468036f07784","arrearsTolerancePeriod":"4","arrearsToleranceAmount":"4","repaymentInstallments":"3","repaymentPeriodCount":"1","repaymentPeriodUnit":0,"productTypeKey":"8f638a0f02e44aacbd2c776897c4c365","accountHolderKey":"f2bd261c51f54249b62abb5c89e8a141","disbursementDetails":{"anticipatedDisbursementDate":"2021-06-03","firstRepaymentDate":"2021-06-03"},"accountArrearsSettings":{"dateCalculationMethod":"","monthlyToleranceDay":0,"nonWorkingDaysMethod":"","toleranceCalculationMethod":"","toleranceFloorAmount":0,"tolerancePercentageOfOutstandingPrincipal":"4","tolerancePeriod":0},"guarantees":[{"guarantorKey":{"customerKey":"1219d02521fb41f0bd1a98971306848f","customerName":"John Dasher","assignedBranchKey":"6b4bcdad5ea94ec5906188fa9179562b","assignedCentreKey":"d601fa32be8847e580557df5bd1cf669"},"guarantorType":"CLIENT","amount":"4000","savingsAccountKey":null,"type":"GUARANTOR"},{"guarantorKey":{"customerKey":"5832d7ac1f4d4f4db5260e93ec408218","customerNa
{"confirm":true,"showInactiveFees":true,"process":true,"closeDormantAccounts":false,"LockArrearsAccounts":false,"CapCharges":false,"loanProductKey":"8f638a0f02e44aacbd2c776897c4c365","accountingMethod":"","adminPredefinedFees":[],"accountInitialState":"1","accountLinkagEnabled":true,"accrueLateInterest":false,"activated":true,"allowArbitrayFees":true,"allowCustomRepaymentAllocation":false,"amortizationMethod":"NA","applyInterestOnRepaymentMethod":"NA","branchList":[{"branchKey":"5652938cc21e40f4a21e3159a42b0e24","branchId":"6760","branchName":"Abeokuta","branchEmailaddress":"abeokuta@branch.com","branchPhonenumber":"","branchNotes":"","branchState":"Active","createdBy":"f93f04b48d3f43ff8bf0c5f983252065","creationDate":"2021-04-20T06:13:57.207","lastModifiedDate":"2021-05-15T04:26:58.31"},{"branchKey":"81b134d76d894e7a873f035a91c8dd6e","branchId":"2347","branchName":"Sango Jankara","branchEmailaddress":"jankara@outlook.com","branchPhonenumber":"081234443567","branchNotes":"Yes","branchState":"Active","createdB
{"assets":{},"assignedBranchKey":"81b134d76d894e7a873f035a91c8dd6e","arrearsTolerancePeriod":"10","arrearsToleranceAmount":"10","repaymentInstallments":3,"repaymentPeriodCount":"1","repaymentPeriodUnit":0,"productTypeKey":"8f638a0f02e44aacbd2c776897c4c365","accountHolderKey":"7e4a2dfd56d04859a33fe8c5c76e90ca","disbursementDetails":{"anticipatedDisbursementDate":"2021-05-16","firstRepaymentDate":"2021-05-18"},"accountArrearsSettings":{"dateCalculationMethod":"","monthlyToleranceDay":0,"nonWorkingDaysMethod":"","toleranceCalculationMethod":"","toleranceFloorAmount":0,"tolerancePercentageOfOutstandingPrincipal":"10","tolerancePeriod":0},"guarantees":[],"defaultFirstRepaymentDueDateOffset":null,"gracePeriod":0,"gracePeriodType":"0","interestCalculationMethod":"0","interestRate":3.75,"interestChargeFrequency":"NA","loanAmount":20000,"loanName":"Zedvance Payroll - Federal","notes":"good note","accountState":"PENDING_APPROVAL","accountHolderType":"CLIENT","customInformation":[{"value":"Nigeria","customFieldID":"c69b
{"assignedBranchKey":"81b134d76d894e7a873f035a91c8dd6e","arrearsTolerancePeriod":"3","arrearsToleranceAmount":"3","repaymentInstallments":"3","repaymentPeriodCount":"1","repaymentPeriodUnit":0,"productTypeKey":"8f638a0f02e44aacbd2c776897c4c365","accountHolderKey":"47b7d50852ca4d72b63edc6edc61e531","disbursementDetails":{"anticipatedDisbursementDate":"2021-05-13","firstRepaymentDate":"2021-05-15"},"accountArrearsSettings":{"dateCalculationMethod":"","monthlyToleranceDay":0,"nonWorkingDaysMethod":"","toleranceCalculationMethod":"","toleranceFloorAmount":0,"tolerancePercentageOfOutstandingPrincipal":"3","tolerancePeriod":0},"guarantees":null,"defaultFirstRepaymentDueDateOffset":null,"gracePeriod":0,"gracePeriodType":"0","interestCalculationMethod":"0","interestRate":3.75,"interestChargeFrequency":"NA","loanAmount":20000,"loanName":"Zedvance Payroll - Federal","notes":"good timing","accountState":"PENDING_APPROVAL","accountHolderType":"CLIENT","customInformation":[{"value":"10","customFieldID":"3df946dcf33c4dd995
HOST=127.0.0.1
PORT=3333
NODE_ENV=development
APP_URL=http://${HOST}:${PORT}
CACHE_VIEWS=false
APP_KEY=hTqJXrFZB73WXMWuNRYBF1802DaOsuQB
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=8889
DB_USER=root
@victorighalo
victorighalo / gist:61801d7692f7a8e3f9ca25c4aa350026
Created February 8, 2019 16:26 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
DB_HOST=mongodb://***/devsconnect
DB_HOST_TEST=mongodb://***/devsconnect_test
NODE_ENV=DEVELOPMENT
JWT_TOKEN=your_scret
@victorighalo
victorighalo / RouteServiceProvider.php
Last active July 24, 2018 09:44
Laravel Route Service Provider
<!-- Register the cusom route here -->
public function map()
{
$this->mapCustomRoutes();
}
<!-- Replace custom with whatever name you choose -->
protected function mapCustomRoutes()
{
using System.Web.Mvc;
namespace WyzWeb.Public.App_Code.WyzWebControllers
{
public class BaseController : Controller
{
public ActionResult Name()
{
return Content("Victor - Misterwyz");
}
@victorighalo
victorighalo / Routing.cs
Last active June 14, 2018 23:06
Custom ASP.NET MVC Route
using System.Web.Routing;
using System.Web.Mvc;
namespace WyzWeb.Public.App_Code.RouteConfig
{
public class Routing : System.Web.HttpApplication
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.MapMvcAttributeRoutes();