Giter VIP home page Giter VIP logo

Switch to CLI mode

このページのディスプレイ言語はもう1つ(s)の言語においてcompatibleを行います:日本國語
翻訳者: フリー百科翻訳者『ぺやんぐ(DeeProZanaTranslator's CaFluExciThe Million DirecTransifex Pro' Peyang Edition)』

出典:フリーぺやんぐ辞典『PeyaPedia』


超天才ぺやんぐさん!

最強のぺやんぐ!

AllManスタイル最強!

永遠のJava1.8!

Python大好き!!!(最近はC#も)

そうはならんやろ なっとるやろがい

✞⇣おねがい押して!!!!⇣✞
web拍手ボタン
✞↑おねがい押して!!!!↑✞

✞✞ あなたは 人目のアリス... ✞✞








せんでん


ぺやん製のつよつよ Pterodactyl テーマ(UserCSS)。(A pterodactyl theme made by UserCSS)
主な機能(Features):

  • 背景画像(Background image)
  • カスタムエディタフォント(Custom editor font) etc...


(Background image: https://search.find47.jp/ja/i/LeA39, Kyoto, Japan, CC-BY 4.0 Author: Suganu0405)

KUNLab(今のところぺやんのみ)製のプラグインマネージャ。(A plugin manager made in Japan)
主な機能(Features):

  • 依存関係の自動解決(Automatically dependencies resolving)
  • 依存関係ツリーの構築(Create dependencies tree)
  • GitHubのリリースからのかんたんインストール(Install plugin from GitHub slightly less difficult)
  • 高度なプラグインリゾルバ(Advanced plugin resolver)

KUNLab(今のところぺやんのみ)製のつよつよPaperLibrary。(A strong library for PaperMC made in Japan)
主な機能(Features):

  • Terminal API

    Player player;
    Terminal term = Terminals.of(player);
    term.info("Hello, World!");
    // => (ChatColor.BLUE) I: Hello, World!
    term.success("%b, %d = %d", 1 == 1, 1, 1);
    // => (ChatColor.GREEN) S: Yes, 1 = 1.
    term.error("No, java doesn't know math.");
    // => (ChatColor.RED) E: No, java doesn't know math.
    term.warn("Just like peyang.");
    // => (ChatColor.YELLOW) W: Just like peyang.
  • 質問システム (Questioning system) (JAPANESE ONLY)

    さんぷるこーど (Example Code)
    ```
      Terminal term;
    
      Question question = term.getInput().showYNQuestionCancellable("Do you like Sushi?", QuestionAttribute.APPLY_FOR_ALL, QuestionAttribute.CANCELLABLE);
    
      /* =>
      ===============================================================
                          Do you like Sushi?
    
      1. はい                                         // Yes
      2. いいえ                                       // No
      3. キャンセル                                   // Cancel
      4. すべてはい                                   // Yes for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      5. すべていいえ                                 // No for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      6. すべてキャンセル                             // Cancel for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      ===============================================================
      */
    
      QuestionResult result = question.waitAndGetResult(); // Blocking method
    
      if (!terminal.test(QuestionAttribute.CANCELLABLE))
          terminal.success(result.getRawAnswer()); // Get raw answer
      else
          terminal.error("NO, THE PLAYER CANCELLED THIS ACTION.")
    
      if (terminal.test(QuestionAttribute.YES_FOR_ALL))
          terminal.info("↑ For ALL");
    
    
    
    </details>
    
    
  • BukkitRunnableの省略(Omit verbose nice syntax of BukkitRunnable)

    Runner.run(() => {
      Terminal.ofConsole().info("Hello, world!");
    });
  • コマンドシステム (Command System)

    • サブコマンドの提供 (Provides subcommand)
    • ヘルプの自動生成 (Auto generating of command helps)

法のあれこれ

ところで

NYSLってなんの略?

煮るなり焼くなり好きにしろライセンス。

Peyang's Projects

discordsrv icon discordsrv

Discord bridging plugin for block game https://modrinth.com/plugin/discordsrv

homepage icon homepage

2000 年代のウェブサイトを令和に再現します。

niconicoparser icon niconicoparser

ニコニコ辞書と掲示板データを分かち書き可能なレベルまでパースします。

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.