Skip to content

Instantly share code, notes, and snippets.

View bafulton's full-sized avatar

Ben Fulton bafulton

  • Kitchener, Ontario
View GitHub Profile
@sam159247
sam159247 / unsplash-shortcuts.md
Last active October 19, 2025 14:49
[Shortcuts] Change the wallpaper with unsplash API by using Shortcuts

Change the wallpaper with unsplash API by using Shortcuts

OS

  • iOS 15 or later
  • macOS Monterey or later

Usage

  1. Create an account on Unsplash
  2. Go
@LuanComputacao
LuanComputacao / maven.Dockerfile
Last active October 11, 2025 15:27
Dockerfile to install maven
#
# Oracle Java 7 Dockerfile
#
# https://github.com/dockerfile/java
# https://github.com/dockerfile/java/tree/master/oracle-java7
#
# Pull base image.
FROM alpine as build