Recherche avancée

Médias (91)

Autres articles (62)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11972)

  • I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips ?

    31 mars 2024, par gamers hd

    I need an azure product where i can run my ffmpeg process on but i dont want to deal with acces overhead etc. But i need to be able to specify how strong the cpu and stuff should be.

    


    So consumption functions would be to weak & Premium functions are billed with a fixed rate so i cant use that either

    


    I tried first using a webapi but those are quite costly and because the commands are extremely sudden like in a couple seconds it can go to 100% cpu usage, so scalinng solutions even if i could afford it would be quite hard.

    


    I'm basicly looking for something that i can write a http triggered function for, i call it, it comes to life executes and then dies.

    


    Ps I'm a novice to Azure so if i overlooked anything obvious please let me know.

    


  • lavu/float_dsp : rework RISC-V V scalar product

    17 juillet 2023, par Rémi Denis-Courmont
    lavu/float_dsp : rework RISC-V V scalar product
    

    1) Take the reductive sum out of the loop,
    leaving a regular vector addition in the loop.
    2) Merge the addition and the multiplication.
    3) Unroll.

    Before :
    scalarproduct_float_rvv_f32 : 832.5

    After :
    scalarproduct_float_rvv_f32 : 275.2

    • [DH] libavutil/riscv/float_dsp_rvv.S
  • checkasm/float_dsp : add double-precision scalar product

    29 mai 2024, par Rémi Denis-Courmont
    checkasm/float_dsp : add double-precision scalar product
    
    • [DH] tests/checkasm/float_dsp.c