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 August 28, 2024 13:30
[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 March 7, 2025 08:13
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