Skip to content

Instantly share code, notes, and snippets.

View juliussohn's full-sized avatar

Julius Sohn juliussohn

View GitHub Profile
@juliussohn
juliussohn / PRIVACY.md
Created May 14, 2026 18:08
Bandcamp Wishlist Organizer — Privacy Policy

Privacy Policy

Bandcamp Wishlist Organizer Last updated: 2026-05-14

Summary

Bandcamp Wishlist Organizer does not collect, transmit, sell, or share any user data. All information the extension uses is stored locally on your device and never leaves it.

What the extension stores

using UnityEngine;
using System.Collections;
public class ToggleFullscreen : MonoBehaviour
{
void Update()
{
if (Input.GetKeyDown(KeyCode.F))
Screen.fullScreen = !Screen.fullScreen;
@juliussohn
juliussohn / horizon.html
Created March 23, 2017 16:53
Wie weit ist es bis zum Horizont?
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
</head>
<script type="text/javascript">
$(document).ready(function(){
$("#submit").click(function(){
var size = $("#size").val(),
radius = parseFloat("6371000,785"),