Skip to content

Instantly share code, notes, and snippets.

@shimesaba-type0
shimesaba-type0 / rvc-webui_train_sample.md
Last active June 4, 2023 02:44
ddPn08 さんのリポジトリを使って音声を学習させる

目的

備忘録

今回のサンプル音源

青空文庫さんから利用させていただきました。ただ、商用利用は避けたほうがいいと思います。あと、SNS に流すのもできるだけ避けたほうがいいと思います。

https://aozoraroudoku.jp/

! Title: takashi ad filter list
||googlesyndication.com^
||googleads.g.doubleclick.net^
||googleadservices.com^
||flashtalking.com^
||a.pixiv.org^
||ads-pixiv.net^
||pc-adroute.focas.jp^
||octopuspop.com^
#!/bin/bash
set -eu
cd $(dirname $0)
# slack webhook url
URL="https://hooks.slack.com/services/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"
# CURL="/usr/bin/curl"
# method -X
@shimesaba-type0
shimesaba-type0 / mac_app.md
Created January 10, 2021 01:11
macOS にインストールするアプリケーションメモ
$ cat mac_app
tmux
vim
chrome
slack
discord
eset
karabiner-elements
OneDrive

vimrc

macOS

version

$ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 19 2019 19:08:44)
Included patches: 1-503, 505-680, 682-1283, 1365
Compiled by [email protected]
Normal version without GUI.  Features included (+) or not (-):
+acl             +file_in_path    -mouse_sgr       +tag_old_static

vimrc backup

ubuntu

vim version

$ vim --version
VIM - Vi IMproved 8.1 (2018 May 18, compiled Jul 21 2019 22:33:25)
適用済パッチ: 1-1700
Compiled by takashi@takashi-desktop
Huge 版 without GUI.  機能の一覧 有効(+)/無効(-)
@shimesaba-type0
shimesaba-type0 / bash_prompt.md
Last active August 4, 2019 17:03
Bash Prompt 作った。必要になったら、git status 系を入れる。

Bash Prompt setting

for macOS

完成イメージ

image

.bashrc

Ref doc

https://blog.beaglesoft.net/entry/2017/08/14/110000

Official page

https://sdkman.io/

What is SDKMAN?

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates. Formerly known as GVM the Groovy enVironment Manager, it was inspired by the very useful RVM and rbenv tools, used at large by the Ruby community.

Install SDKMAN