Skip to content

Instantly share code, notes, and snippets.

View niomwungeri-fabrice's full-sized avatar
🏠
Working from home

Fabrice Niyomwungeri niomwungeri-fabrice

🏠
Working from home
View GitHub Profile
@statico
statico / circleci.yml
Created January 21, 2019 21:25
Node.js 10 + PostgreSQL CircleCI config
version: 2
workflows:
version: 2
build:
jobs:
- test
jobs:
test:
@mageddo
mageddo / ListUtils.java
Created June 21, 2017 22:54
How to make pagination at List in java
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
/**
* Reference: https://stackoverflow.com/questions/19688235/how-to-implement-pagination-on-a-list
* @author elvis
* @version $Revision: $<br/>
* $Id: $