cd $(brew --repo homebrew/core)
git log master -- Formula/mpv.rb
commit 214fbf099806e2c79ec0f214e12b5becca988011 Author: BrewTestBot <[email protected]>
html { | |
font-family: sans-serif; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100%; | |
} | |
body { | |
margin: 0; | |
} |
# | |
# 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") |
#!/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/ \ |
# 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 |
İlham Verici Konuşmalar | |
https://anchor.fm/s/af4bdac/podcast/rss | |
Fularsız Entellik | |
https://rss.art19.com/fularsz-entellik | |
Açık Bilim Podcast | |
http://www.acikbilim.com/feed/acikbilimradyo | |
Canlı Bilim: Bilimsel Sohbetler, Canlı Yayınlar... |
# castero configuration file | |
# https://github.com/xgi/castero | |
[client] | |
# Whether to ask for confirmation before deleting a feed. | |
# default: False | |
delete_feed_confirmation = False | |
# The minimum number of feeds before the client asks you for confirmation |
#!/bin/zsh | |
# Installing castero from source code on macOS X. | |
# castero - TUI podcast client for the terminal. | |
# https://github.com/xgi/castero | |
# Clone repo | |
git clone --recurse-submodules https://github.com/xgi/castero.git |
key_bindings: | |
- { key: Back, mods: Command, chars: "\x15" } |
cd $(brew --repo homebrew/core)
git log master -- Formula/mpv.rb
commit 214fbf099806e2c79ec0f214e12b5becca988011 Author: BrewTestBot <[email protected]>
color = yes | |
engineering = never | |
history_limit = no | |
precision_guard = yes | |
print_delimiters = yes | |
thousands_delimiter = . | |
decimal_delimiter = , | |
colors[approx_answer] = boldcyan | |
colors[exact_answer] = boldgreen | |
colors[prompt] = boldblue |