
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (80)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (5936)
-
tiff : correctly decode saparate planes with horizontal differencing predictor
6 juin 2013, par Paul B Mahol -
Revision b84dc949c8 : vp9 : neon : optimise convolve8_horiz functions Each iteration of the horizontal
11 août 2013, par Mans RullgardChanged Paths :
Modify /vp9/common/arm/neon/vp9_convolve8_avg_neon.asm
Modify /vp9/common/arm/neon/vp9_convolve8_neon.asm
vp9 : neon : optimise convolve8_horiz functionsEach iteration of the horizontal loop reuses 7 of the 11 source
values. Loading only the 4 new values saves some time.Also add preload for source data.
Overall 4% faster on Chromebook.
Change-Id : I8f69e749f2b7f79e9734620dcee51dbfcd716b44
-
python simple web app stack [on hold]
8 septembre 2013, par Shonu93I am currently learning python and have written an app that I would like to put out on the web and/or Facebook platform. My script for the app is around 50-100 lines. The things I would like to implement are :
1.HTML5 and CSS3
- I'm good with this and would like to make the front end really appealing.
2.Database
- A simple database that keeps some basic info of the users who have used this app. (Either
through their Facebook account or something else ! ) - I would also like to have the option of storing 30 second mp3 clips. Say around 50 of
these clips which the user can select and download.
3.Python Backend
- My python script should process user input on the server and send the output to the user.
- My server should also have ffmpeg and lame libraries installed. (As my app requires this !)
NOTE ** I would like to develop the complete web app locally first, before deploying it on the web **
I really have no idea how to go about this. My app works like a charm on my Mac OSX and I really want to deploy this app on the web to make others happy too ! Do help me out guys !