Skip to content

Instantly share code, notes, and snippets.

View jpJuni0r's full-sized avatar

Jan-Philipp Ottmüller jpJuni0r

  • Hamburg, Germany
  • 14:59 (UTC +01:00)
View GitHub Profile
cmake_minimum_required(VERSION 3.12)
project(ueb05 C)
set(CMAKE_C_STANDARD 90)
add_executable(ueb05 ueb05.c polynom.c printer.c output.c state.c errors.c)
target_link_libraries(ueb05 m)
@jpJuni0r
jpJuni0r / 1.ex
Created August 29, 2019 08:25 — forked from kana-sama/1.ex
defmodule MyApp.Web.ComponentHelpers do
def component(template, assigns) do
MyApp.Web.ComponentView.render(template, assigns)
end
def component(template, assigns, do: block) do
MyApp.Web.ComponentView.render(template, Keyword.merge(assigns, [do: block]))
end
def c(name, assigns) do
import React from 'react'
import Link from 'gatsby-link'
import Card, { CardContent } from 'material-ui/Card'
import Button from 'material-ui/Button'
const IndexPage = () => (
<Card>
<CardContent>

Keybase proof

I hereby claim:

  • I am jpjuni0r on github.
  • I am jpjuni0r (https://keybase.io/jpjuni0r) on keybase.
  • I have a public key whose fingerprint is 531B 4BC2 6CCB 8398 E250 55D2 00DD 43E8 F622 725D

To claim this, I am signing this object: