Skip to content

Instantly share code, notes, and snippets.

@153957
153957 / README.md
Last active August 13, 2017 08:14
Aurora alert

Aurora alert

This script was written during a holiday in Rovaniemi. On one of the nights the immediate aurora forecast was not good, but fearing to miss anything while sleeping I quickly wrote this script. The script keeps an eye on the forecast Kp value (Aurora activity) and will play a sound if it looks good. Unfortunately the alarm did not go off, because there was no aurora activity. Luckily the following evening the alarm was not needed because we got an amazing show, see the

@153957
153957 / balls.html
Created October 18, 2015 19:37
Different types of colored status indicators in CSS
<html>
<head>
<style>
html {
font: 12px/1.2em sans-serif;
}
ul {
list-style: none;
}
@153957
153957 / tidy_bib.sh
Created November 22, 2015 15:23
Clean up bib files
# Unfortunately '--output_align=false' seem not to be working.
biber --tool --output_fieldcase=lower --output_indent=4 *.bib
@153957
153957 / toa_cal.js
Last active September 5, 2019 08:29
Fix TOA calender
// Added by Arne
jQuery( document ).ready(
function() {
setTimeout(
function() {
// Verberg minuten, alleen lesuren
jQuery("[name='time_minutes']").parent().parent().hide();
jQuery("[name='end_time_mm']").parent().parent().hide();