Skip to content

Instantly share code, notes, and snippets.

View jannylund's full-sized avatar

Jan Nylund jannylund

View GitHub Profile
@viktorklang
viktorklang / in-fino-veritas.zsh-theme
Last active July 31, 2023 01:47
In Fino Veritas ZSH theme
#!/usr/bin/env zsh
# in fino veritas
# Borrowing shamelessly from these oh-my-zsh themes:
# fino-time
# pure
# https://gist.github.com/smileart/3750104
# Set required options
@el2ro
el2ro / get_temp.py
Last active May 15, 2021 18:43
Example for fetching temperature forecast from a ilmatieteenlaitos API for a certain LAT, LON location
#!/usr/bin/env python
#
# This is example usage for using ilmatieteelaitos api for a fetching
# temperature forecast for a certain LAT & LON position for next 8 hours.
# https://ilmatieteenlaitos.fi/avoin-data
#
# Licensend under MIT
#
import urllib3