Skip to content

Instantly share code, notes, and snippets.

@thucnh96dev
thucnh96dev / AbstractJdbcRepository.java
Created October 28, 2021 04:47 — forked from criminy/AbstractJdbcRepository.java
Implementation of PagingAndSortingRepository using JdbcTemplate
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
@thucnh96dev
thucnh96dev / creepy-crawly-kinematics.markdown
Created October 4, 2021 06:48
Creepy Crawly Kinematics

Creepy Crawly Kinematics

I wrote my first algorithm for procedural animation using inverse kinematics. Feel free to tinker. If you want to use it in a project of your own, just give me some credit and feel free.

A Pen by Pudd on CodePen.

License.