Code Monkey home page Code Monkey logo

eravoiceroidjplus's People

Contributors

average34 avatar kuuzya avatar whitebell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

eravoiceroidjplus's Issues

CharaのCSVにまとめろシリーズ:名前と種族名

ADDIN-FUNC.ERB @GET_STRAINNAMEって関数がマジでひどいと思った(小並感)
これもCSVから読み込んで情報を取得するべきで、ハードコードすべきではない。
っていうか一文字変数で情報を渡すなや。

寝取らせたい

「あなた」が鞍替えするのではなく、「パートナー」が鞍替えしてしまう実装をしてみたい(そんなことできるのかよ)

きっかけは一通のDM。
>eraVoiceroidJで寝取られみたいなのは可能でしょうか?パートナーを助手に抱かせてますが完全に寝取られることはできますか?

TALENT:(数字)をこの世から駆逐したい

コードの可読性を上げることを目的とする。

やりたいことは
average34/eraVoiceroidA#2
に同じ。

例えば
TALENT:10 → TALENT:臆病
と置換するなら、正規表現置換で
TALENT:([A-Z]+:|)10([^0-9]|$)
TALENT:$1臆病$2
と置換すればよい。これをすべてのフラグについて行う。

一斉に置換をするため、VSCodeではなく「TextSS.net」を用いる。
TextSS.netの置換パターンを簡単に設定する方法 - ぼくんちのTV 別館 https://freesoft.tvbok.com/freesoft/txt_fonts/textss-net-setting-tips.html

一文字変数をこの世から消したい

一文字変数をこの世から消すことで、グローバル変数の使いまわしによる事故の防止と、コードの可読性を上げることを目的とする。
口上などの外部スクリプトでも参照する場合はあるので、一文字変数ではなくTFLAGに格納し、かつ、ちゃんとTFLAG名を付ける。
明らかに外部で参照しない場合にはユーザー定義の変数に置換すること。
https://ja.osdn.net/projects/emuera/wiki/UserVars

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.