Skip to content

Instantly share code, notes, and snippets.

View jcavat's full-sized avatar

Joel Cavat jcavat

  • Switzerland, Geneva
View GitHub Profile
@jcavat
jcavat / docker-compose.yml
Last active June 11, 2019 14:10
docker-compose config file with mysql and phpmyadmin
version: "2"
services:
db:
image: mysql
ports:
- "3306:3306"
environment:
MYSQL_DATABASE: myDb
MYSQL_USER: user
MYSQL_PASSWORD: test
{-|
- Description: Haskell version
- provide the `paginate` function helping to provide a group of buttons
- indicating the current page on a list. Maximum 10 buttons are showed.
- if the number of pages is higher than 10, we change some buttons by
- '...'.
-
- Copyright: jcavat, 2017
- License: WTFPL
- Stability: experimental