
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (65)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
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 -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (8348)
-
Piwik is expanding ! We’re seeking a talented Software Engineer in New Zealand or in Poland
At Piwik and Piwik PRO we develop the leading open source web analytics platform, used by more than one million websites worldwide. Our vision is to build the best open alternative to Google Universal Analytics.
The Piwik platform collects, stores and processes a lot of information : hundreds of millions of data points each month. We create intuitive, simple and beautiful reports that delight our users.
Are you seeking a new challenge ? We are currently looking for a software engineer or software developer who is passionate about data processing, security, privacy, the open source philosophy and usable interface design.
We practise agile methodology, test driven development, and fast release cycles. The main technologies we work with are Javascript (AngularJS, jquery), PHP5 and MySQL. You will write open source code that will directly benefit 250,000+ Piwik users in more than 200 countries and 50 languages.
Responsibilities
- Write server-side code (PHP5) and front-end code (Javascript) for Piwik platform.
- Create robust high-volume production applications and develop prototypes quickly.
- Tackle new problems as we continue to push technology forward.
Minimum qualifications
- BA/BS degree in Computer Science or equivalent practical experience.
- 2 years of relevant work experience in software development.
- Understanding of, and practical experience with PHP5 and Javascript application development.
- Strong analytical and coding skills.
- Excellent communication skills.
Location
- Wellington central, New Zealand.
If you are not in New Zealand, and you are the right candidate, we will help you relocate here ! - Wrocław, Poland
Apply online
To apply for this position, please Apply online here. We look forward to receiving your applications !
-
Piwik is expanding ! We’re seeking a talented Software Engineer in New Zealand or in Poland
At Piwik and Piwik PRO we develop the leading open source web analytics platform, used by more than one million websites worldwide. Our vision is to build the best open alternative to Google Universal Analytics.
The Piwik platform collects, stores and processes a lot of information : hundreds of millions of data points each month. We create intuitive, simple and beautiful reports that delight our users.
Are you seeking a new challenge ? We are currently looking for a software engineer or software developer who is passionate about data processing, security, privacy, the open source philosophy and usable interface design.
We practise agile methodology, test driven development, and fast release cycles. The main technologies we work with are Javascript (AngularJS, jquery), PHP5 and MySQL. You will write open source code that will directly benefit 250,000+ Piwik users in more than 200 countries and 50 languages.
Responsibilities
- Write server-side code (PHP5) and front-end code (Javascript) for Piwik platform.
- Create robust high-volume production applications and develop prototypes quickly.
- Tackle new problems as we continue to push technology forward.
Minimum qualifications
- BA/BS degree in Computer Science or equivalent practical experience.
- 2 years of relevant work experience in software development.
- Understanding of, and practical experience with PHP5 and Javascript application development.
- Strong analytical and coding skills.
- Excellent communication skills.
Location
- Wellington central, New Zealand.
If you are not in New Zealand, and you are the right candidate, we will help you relocate here ! - Wrocław, Poland
Apply online
To apply for this position, please Apply online here. We look forward to receiving your applications !
-
CSipSimple make VideoLibs - error
10 juin 2014, par gopalanrcI downloaded the CSipSimple source from https://code.google.com/p/csipsimple/source/checkout and tried to build, as said in the build guide lines (https://code.google.com/p/csipsimple/wiki/HowToBuild). But, when I build video libs by using the command ’make VideoLibs’, the build fails due to some error. See the logs below. Help me fix this error
In file included from libavformat/riff.c:24:0:
libavformat/avformat.h:383:18: error: field 'audio_codec' has incomplete type
libavformat/avformat.h:384:18: error: field 'video_codec' has incomplete type
libavformat/avformat.h:385:18: error: field 'subtitle_codec' has incomplete type
In file included from libavformat/riff.c:24:0:
libavformat/avformat.h:960:18: error: field 'video_codec_id' has incomplete type
libavformat/avformat.h:966:18: error: field 'audio_codec_id' has incomplete type
libavformat/avformat.h:972:18: error: field 'subtitle_codec_id' has incomplete type
In file included from libavformat/riff.h:33:0,
from libavformat/riff.c:26:
libavformat/internal.h:36:18: error: field 'id' has incomplete type
libavformat/internal.h:42:18: error: field 'id' has incomplete type
In file included from libavformat/riff.c:26:0:
libavformat/riff.h:78:18: error: field 'id' has incomplete type
libavformat/riff.c:711:14: error: return type is an incomplete type
libavformat/riff.c:711:14: error: conflicting types for 'ff_codec_guid_get_id'
libavformat/riff.h:82:14: note: previous declaration of 'ff_codec_guid_get_id' was here
libavformat/riff.c: In function 'ff_codec_guid_get_id':
libavformat/riff.c:716:13: warning: 'return' with a value, in function returning void [enabled by default]
libavformat/riff.c:718:5: warning: 'return' with a value, in function returning void [enabled by default]
make[2]: *** [libavformat/riff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/dev/projects/CSipSimple- trunk/CSipSimple/jni/ffmpeg/ffmpeg_src'
make[1]: *** [build/ffmpeg/armeabi/lib/libavcodec.a] Error 1
make[1]: Leaving directory `/home/dev/projects/CSipSimple-trunk/CSipSimple/jni/ffmpeg'
make: *** [ffmpeg-lib] Error 2