Skip to content

Instantly share code, notes, and snippets.

@Jolly5
Jolly5 / TUM-KAP.md
Last active May 29, 2025 12:37
Klinisches Anwendungsprojekt an der TUM

Wie man an der TUM ein klinisches Anwendungsprojekt findet, erscheint vielen (nachvollziehbarerweise) ein großes Mysterium zu sein. Drum dachte ich mir, ich sammle mal möglichst viele Infos um die euch hier mal komprimiert zu geben. Bitte beachtet, dass auch meine Infos limitiert sind und vielleicht manche Dinge nicht ganz stimmen.

Solltet ihr von Unstimmigkeiten hier erfahren, teilt mir das mit und ich bearbeite dieses Seite gerne.

Prinzipiell braucht ihr lediglich ein prüfungsberechtigtes Mitglied der TUM School of Medicine and Health als Aufgabensteller*in. Darüber hinaus umfasst ein KAP immer eine schriftliche Ausarbeitung (grob 10-15 Seiten, größere Abweichungen sind möglich) und eine Abschlusspräsentation. Solange das der Fall ist, gibt es keine formelle Einschränkung, worum es in dem Projekt geht. Es sollte aber natürlich irgendwas mit Medizin zu tun haben. Hier findet ihr das Anme

@simonster
simonster / attention_distance.py
Last active May 29, 2025 12:37
Mean attention distance
# Copyright 2022 Google LLC.
# SPDX-License-Identifier: Apache-2.0
# Author: Maithra Raghu <[email protected]>
def compute_distance_matrix(patch_size, num_patches, length):
"""Helper function to compute distance matrix."""
distance_matrix = np.zeros((num_patches, num_patches))
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
@fanuch
fanuch / userscript.js
Last active May 29, 2025 12:29
Block Click to Edit on Jira Issue
// ==UserScript==
// @name Disable Jira Click Edit
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Disable click edit in Jira issue descriptions
// @author fanuch
// @match https://*.atlassian.net/browse/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=atlassian.net
// @grant none
// ==/UserScript==
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Risk Game on Real World Map</title>
<style>
body { margin: 0; background: #222; color: white; font-family: Arial, sans-serif; }
canvas { display: block; margin: 20px auto; border: 2px solid #333; background: #111; }
#ui { text-align: center; max-width: 900px; margin: auto; }
button { font-size: 16px; padding: 8px 15px; margin: 10px; }