Skip to content

Instantly share code, notes, and snippets.

@remolueoend
remolueoend / Session_1.idr
Last active February 4, 2023 15:29
Dependent Type Playground for SoCraTes CH 2023
-- https://docs.idris-lang.org/en/latest/tutorial/typesfuns.html#dependent-types
import Data.Vect
insertionSort : (Ord a) => Vect n a -> Vect n a
insertionSort [] = []
insertionSort (x::xs) = insert x (insertionSort xs) where
insert : (Ord a) => a -> Vect n a -> Vect (S n) a
insert v [] = [v]
insert v (l::ls) = if v <= l then v :: l :: ls else l :: (insert v ls)
@remolueoend
remolueoend / android-notification theme
Created November 29, 2021 15:39
Rofi Issue Report [29.11.2021]
/*******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
*******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 193, 193, 193, 100 % );
normal-foreground: @foreground;

My Playground

@remolueoend
remolueoend / Codesign_GDB.md
Last active January 22, 2018 18:02
Codesigning GDB on OSX Sierra

Keybase proof

I hereby claim:

  • I am remolueoend on github.
  • I am remolueoend (https://keybase.io/remolueoend) on keybase.
  • I have a public key whose fingerprint is 5E6A A6CA AEBC 9F6A EF2C 4353 24E1 6449 26A7 47AF

To claim this, I am signing this object: