Skip to content

Instantly share code, notes, and snippets.

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

Gökhan Polat GokhanPolat

🏠
Working from home
View GitHub Profile
@GokhanPolat
GokhanPolat / castero_podcast_links.txt
Created May 12, 2020 12:11
Exported podcast list from castero, for importing see castero --help
@GokhanPolat
GokhanPolat / stations.csv
Last active October 21, 2022 07:21
pyradio playlist file
# YERLI RADYOLAR
Açık Radyo https://stream.34bit.net/ar.opus
Pal FM https://moondigitaledge.radyotvonline.net/palfm/playlist.m3u8
Pal Station https://moondigitaledge.radyotvonline.net/palstation/playlist.m3u8
Pal Nostalji https://moondigitaledge.radyotvonline.net/palnostalji/playlist.m3u8
Radyo Viva https://moondigitaledge.radyotvonline.net/radyoviva/playlist.m3u8
Kent Fm https://moondigitaledge.radyotvonline.net/kentfm/playlist.m3u8
# TURKULER
TURKU - Pal Doğa https://ssl4.radyotvonline.com/radyohome/paldogahome.stream_aac/playlist.m3u8
@GokhanPolat
GokhanPolat / solc-wrapper.sh
Last active April 27, 2021 07:16
solc wrapper for emacs-solidity package
#!/bin/sh
#
# Wrapper for running solc from flycheck-solidity.
#
# If DOOM Emacs is used, this file must be ~/.doom.d/solc-wrapper.sh
#
set -e
/usr/local/bin/solc \
@openzeppelin/=$(git rev-parse --show-toplevel)/node_modules/@openzeppelin/ \
@GokhanPolat
GokhanPolat / emacs-solidity-config.el
Created April 27, 2021 07:21
emacs-solidity package configs
#
# this code block part of ~/.doom.d/config.el
#
(require 'flycheck)
;; (setq solidity-solc-path "/usr/local/bin/solc")
(setq-default solidity-solc-path "~/.doom.d/solc-solium-wrapper.sh")
(setq solidity-solium-path "/usr/local/bin/solium")
@GokhanPolat
GokhanPolat / ebook-viewer-theme02.css
Last active February 28, 2023 12:54
calibre e-book viewer css
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}