Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (4643)

  • Revision 37308 : un trigger à la fin du rechargement

    15 avril 2010, par kent1@… — Log

    un trigger à la fin du rechargement

  • lavc/dxvenc : improve compatibility with Resolume products

    30 mai, par Emma Worley
    lavc/dxvenc : improve compatibility with Resolume products
    

    Improves compatibility with Resolume products by adding an additional
    hashtable for DXT color+LUT combinations, and padding the DXT texture
    dimensions to the next largest multiple of 16. Produces identical
    packets to Resolume Alley in manual tests.

    Signed-off-by : Emma Worley <emma@emma.gg>

    • [DH] libavcodec/dxvenc.c
    • [DH] tests/ref/fate/dxv3enc-dxt1
  • Stop termux on battery low [closed]

    9 août 2022, par Wouter van Dam

    TL ;DR BELOW

    &#xA;

    I have a second phone who is converting some mkv files through ffmpeg in termux. But the phone can't get enough charging power from the charger because it uses to much power. So it state is always charging even if it isn't charging. No I want to run in termux a script that hits a kill command when the battery is low. So that it doesn't corrupt my files when shutting down because it just cant survive the night with my battery capacity. Any ideas of achieving this ?

    &#xA;

    TL ;DR&#xA;How to run a termux command or script async with a event or looping function so that it kills the process when battery power is low.

    &#xA;