Skip to content

Instantly share code, notes, and snippets.

View LevitatingOrange's full-sized avatar
:octocat:

Lennart Vogelsang LevitatingOrange

:octocat:
  • AVM
  • Berlin
  • 03:38 (UTC +02:00)
View GitHub Profile
import java.util.ArrayList;
import java.util.Random;
import java.util.Collections;
class Main {
public static final String LOWERCASE_LETTERS = "abcdefghijklmnopqrstuvwxyz";
public static final String UPPERCASE_LETTERS = LOWERCASE_LETTERS.toUpperCase();
public static final String NUMBERS = "1234567890";

Keybase proof

I hereby claim:

To claim this, I am signing this object:

#include <stdio.h>
int main(int argc, char** argv) {
int length = 0;
printf("Anzahl Noten: ");
scanf("%d", &length);
printf("\n");
if (length <= 0) {
return 1;
}
#include <wiringPi.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
// see https://github.com/JoakimWesslen/Tx433_Proove/blob/master/tx433_proove.cpp
const int RF_TX_PORT = 0;
const int REPEAT_COUNT = 5;
/***************************************************************************//**
* @file minako.c
* @author Dorian Weber und die Studenten
* @brief Enthält den Interpreter sowie den Einstiegspunkt in das Programm.
******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
\documentclass[11pt]{article}
\usepackage{fontspec}
\usepackage[ngerman]{babel}
\usepackage{xcolor}
\usepackage{geometry}
\usepackage{libertine}
\usepackage{amsmath}
import Adafruit_PCA9685
MOTOR_NULLPOINT = 92
MOTOR_MIN = 150
MOTOR_MAX = 620
ANGLE_MINS = [-200, -45, 0, 0]
ANGLE_MAXS = [200, 45, 190, 190]
PULSE_MINS = [150, 150, 125, 125]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Lennart Vogelsang: 574330 %%
%% Simon Friedo: 576692 %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- ensure_loaded([al]).
% b
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Lennart Vogelsang: 574330 %%
%% Simon Friedo: 576692 %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- ensure_loaded([al]).
% b
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% Lennart Vogelsang: 574330 %%
%% Simon Friedo: 576692 %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (a)
ziffer(0).
ziffer(1).