Skip to content

Instantly share code, notes, and snippets.

View jul1u5's full-sized avatar
:shipit:

Julius Marozas jul1u5

:shipit:
View GitHub Profile
{-# OPTIONS --cubical #-}
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Data.List
private
variable
ℓ : Level
@jul1u5
jul1u5 / Gradually Typed Hasktorch.md
Last active September 3, 2021 09:49
Google Summer of Code 2021 Final Report

Report for GSoC 2021 (Gradually Typed Hasktorch)

This is the final report for the GSoC 2021 project - Gradually Typed Hasktorch. Gradually Typed Hasktorch is a new tensor API for Hasktorch. It has been initiated by my mentor, Torsten Scholak, and as part of GSoC I helped with streamlining this new API.

Student: Julius Marozas Mentor: Torsten Scholak

Index

class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
DialogTestTheme {
App()
}
}
}
}
@jul1u5
jul1u5 / docker-compose.yml
Created April 27, 2019 08:03
Synology docker compose
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant
restart: unless-stopped
privileged: true
net: host
volumes:
- /volume1/docker/home-assistant:/config
- /etc/localtime:/etc/localtime:ro