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)
@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