Skip to content

Instantly share code, notes, and snippets.

View xurror's full-sized avatar
💭
The road not taken

Nasser Kaze xurror

💭
The road not taken
View GitHub Profile
@xurror
xurror / PropertyLogger.java
Created September 11, 2022 15:42 — forked from sandor-nemeth/PropertyLogger.java
Spring Boot - Log all configuration properties on application startup
package io.github.sandornemeth.spring;
import java.util.Arrays;
import java.util.stream.StreamSupport;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.context.event.EventListener;
import org.springframework.core.env.AbstractEnvironment;
@xurror
xurror / multi-git-win.md
Created November 11, 2021 21:29 — forked from rosswd/multi-git-win.md
Setting up a Github and Bitbucket account on the same computer on Mac OS. Now with a guide for Windows 10.

Setting up github and bitbucket on the same computer (Windows)

Guide for Windows

mix3d asked for some help using this guide with windows so here we go. This was tested with Windows 10. Run all commands in Git Bash once it's installed.

Github will be the main account and bitbucket the secondary.

Git for Windows

  • Download and install Git for Windows
    • In the installer, select everything but decide if you want a desktop icon (2nd step)

enter image description here

Google Summer of Code 2021 Project Report

Project Title: Machine Learning Scorecard for Credit Risk Assessment Phase 4

ORGANISATION: Apache Software Foundation

STUDENT: Yemdjih Kaze Nasser

MENTORS: Abhijit Ramesh, Lalit Mohan

Organization - Apache Fineract

Mentor - Lalit Mohan, Aashish Sawhney

Project Summary - Code

  • The project consisted of providing an AI powered solution to the users for credit assessment of loans. The project covered various aspects from classical AI, considering various statistical models, to the modern-day neural network. The project is enriched with various credit modeling techniques, giving access to the user to choose one or any from them. It also takes care of the different data sources from which data can be fetched and has been fully incorporated to handle data coming from various sources like JSON/XML or SQL.

Work Done during previous GSoC sessions

During the previous GSoC, interns worked on configuring different sections, namely, rule based, statistical based and m

@xurror
xurror / GSoC'20@Mifos.md
Created June 5, 2021 12:11 — forked from AroraMehul/GSoC'20@Mifos.md
GSoC'20 - The Mifos Initiative - Final Report

Google Summer of Code 2020 Final Report

1_pOBGFa_k7RN24LlnKcvE6Q (1)

Organization - The Mifos Initiative

Mentor - Lalit Mohan

Project Summary - Code|Video

  • The project consisted of providing an AI powered solution to the users for credit assessment of loans. The project covered various aspects from classical AI, considering various statistical models, to the modern day neural network. The project is enriched with various credit modeling techniques, giving access to the user to choose one or any from them. It also takes care of the different data sources from which data can be fetched and has been fully incorpo
@xurror
xurror / GSoC'20 Project Report.md
Last active August 30, 2020 14:58
3 months interning at Apache Fineract experience working with open source.

Google Summer of Code 2020 Project Report

Project title: Migrate Fineract ORM from OpenJPA to EclipseLink

Organisation: Apache Software Foundation

Student: Yemdjih Kaze Nasser

Mentors: Courage Angeh, Sanyam Goel