Skip to content

Instantly share code, notes, and snippets.

View suggoitanoshi's full-sized avatar
🏠
Working from home

Fransiskus Febryan Suryawan suggoitanoshi

🏠
Working from home
View GitHub Profile
@suggoitanoshi
suggoitanoshi / docker-compose.yml
Last active April 22, 2022 04:38
A bundled docker-compose for docker-gc (https://hub.docker.com/r/siakbary/dockergc)
version: '3'
services:
mongodb:
image: mongo
ports:
- "27017:27017"
grasscutter:
image: siakbary/dockergc:dev-1.7
command: -d 'mongodb://mongodb:27017' -b 'localhost' # EDIT: database now uses URI
@suggoitanoshi
suggoitanoshi / media-status.sh
Last active June 12, 2020 17:29
media status module for polybar, using playerctl
#!/bin/sh
length=30
delay=0.5
repeat=1
space=4
currentPos=0
currentCharCount=0
prefix=" ["
suffix="]"
separator=" | "
@suggoitanoshi
suggoitanoshi / config
Last active June 7, 2020 19:48
my polybar config (powerline-like)
[colors]
bg = ${xrdb:.background:#202020}
fg = ${xrdb:.foreground:#fff}
blu = ${xrdb:.color4:#45b6ea}
cyn = ${xrdb:.color6:#83e9f1}
red = ${xrdb:.color1:#ea4162}
grn = ${xrdb:color2:#77ed90}
mag = ${xrdb:color5:#ee76a9}
yel = ${xrdb:color3}
blk = ${xrdb:color0}
@suggoitanoshi
suggoitanoshi / praktikum2.hs
Created February 26, 2020 08:03
Praktikum 2 Daspro (Semua)
-- NIM: 16519187
-- Nama: Fransiskus Febryan Suryawan
-- Tanggal: 19 Februari 2020
-- Deskripsi: Mencari nilai rata-rata dari seluruh element list of integer
module ListOfInteger where
-- DEFINISI DAN SPESIFIKASI LIST
{- type List of Int: [ ] atau [e o List] atau [List o e]
Definisi type List of Int
Basis: List of Int kosong adalah list of Int