Skip to content

Instantly share code, notes, and snippets.

View ndsh's full-sized avatar
🏴

Julian Hespenheide ndsh

🏴
View GitHub Profile
@ndsh
ndsh / calciate.txt
Created June 26, 2022 13:15
Processing 4 calciate.txt them styled to be a dark theme
# The gradient.top and gradient.bottom lines are used by makeGradient(),
# so search for makeGradient() calls to see whether they're still in use.
## EditorToolbar ##
# TOOLBAR BUTTON TEXT
toolbar.rollover.font = processing.sans,plain,12
toolbar.rollover.color = #ffffff
toolbar.gradient.top = #000000
@ndsh
ndsh / sunPosition.ino
Created May 16, 2016 16:26
sun position calculation
//Sun Position Calculation
//Provides sun position (relative) from static variables
#include <math.h>
#define pi 3.14159265358979323846
#define twopi (2*pi)
#define rad (pi/180)
#define EarthMeanRadius 6371.01 // In km
#define AstronomicalUnit 149597890 // In km