タグ

Softwareとcheckに関するItisangoのブックマーク (2)

  • 26.1. typing --- 型ヒントのサポート — Python 3.6.6 ドキュメント

    Note The Python runtime does not enforce function and variable type annotations. They can be used by third party tools such as type checkers, IDEs, linters, etc. This module provides runtime support for type hints. Consider the function below: def surface_area_of_cube(edge_length: float) -> str: return f"The surface area of the cube is {6 * edge_length ** 2}." The function surface_area_of_cube tak

    26.1. typing --- 型ヒントのサポート — Python 3.6.6 ドキュメント
    Itisango
    Itisango 2022/03/02
    「特定のシグネチャを持つコールバック関数を要求されるフレームワークでは、 Callable[[Arg1Type, Arg2Type], ReturnType] を使って型ヒントを付けます。」
  • Adobe Flash Player - Downloads

    HTML5、WebGL、WebAssemblyなどのオープンスタンダードが年月を経て安定的に成熟し、Flashコンテンツの実行可能な代替手段として機能しています。また、主要なブラウザーの提供元は、これらのオープンスタンダードをブラウザーに組み込み、他のほとんどのプラグイン(Flash Playerなど)を廃止しています。Flash Playerのサポート終了について、Apple、Facebook、GoogleMicrosoft、Mozillaからの発表をご覧ください。 アドビは3年前にこの発表をしたことで、デベロッパー、デザイナー、事業者、その他の関係者が、既存のFlashコンテンツを新しいスタンダードに移行するための十分な時間を確保できたと考えています。サポート終了のタイミングは、一部の主要なブラウザーの提供元と調整したうえで決定しました。 サポート終了日後は、Flash Player

    Adobe Flash Player - Downloads
    Itisango
    Itisango 2008/11/18
    いっつも何処に在ったか忘れてしまうAdobe Flash Playerのversionチェックページ。
  • 1