background preloader

Outils Developpement

Facebook Twitter

Arnaud01/lerni. Paper.li - Vous êtes le red-en-chef. Vialogues : Meaningful discussions around video. Blubbr - Play & create video trivia games. Interactive Video - Adways Studio. Réalisation d’audioguide. Réaliser un audio-guide, par exemple pour un musée virtuel dans le cadre de l’histoire des arts dans votre école ou encore une visite guidée de votre ville est désormais possible facilement et gratuitement. izi.travel est pour vous.

Réalisation d’audioguide

Voici un webservice pour faciliter cette création, en passant notamment par l’application gratuite izi-cms (Android, iOS et Windows) et l’utilisation du site éponyme pour la publication du guide à l’adresse suivante: Le site propose déjà de nombreux audioguides, notamment de villes allemandes, qui pourraient également être utilisés pour des activités ciblant l’écoute. 3 étapes : Vous vous enregistrezVous créezVous publiez Création de jeux de pistes, quiz…Des audioguides en fonction de groupes ciblésCréation de récits multimédiaStatistiques complètes des visiteurs et temps de visitesObtention d’un stockage illimité pour vos contenus Vous pouvez créer plusieurs types de parcours : MuséesVisitesAttractions Vous choisissez ensuite la langue de votre guide.

An Introduction to the MEAN Stack. The term MEAN stack refers to a collection of JavaScript based technologies used to develop web applications.

An Introduction to the MEAN Stack

MEAN is an acronym for MongoDB, ExpressJS, AngularJS and Node.js. From client to server to database, MEAN is full stack JavaScript. This article explores the basics of the MEAN stack and shows how to create a simple bucket list application. Introduction Node.js is a server side JavaScript execution environment. Express is lightweight framework used to build web applications in Node. MongoDB is a schemaless NoSQL database system. AngularJS is a JavaScript framework developed by Google. In this article, we’ll be creating a simple CRUD application using the MEAN stack. Prerequisites Before getting started, we need to install the various MEAN software packages. Git clone cd mean npm install This installs the required packages.

Mongod --config /etc/mongodb.conf Next, from the project directory simply type grunt. Modules d'apprentissage interactifs et multimédia. Abandoning PHP for Python. I was always told to use the right tool for the job.

Abandoning PHP for Python

After 12 years of working with PHP I'm still trying to understand what it's well-suited for. Back in early 2011 I was working for a financial data provider in London. I was working on a large, LAMP-based, client-facing project. In any file of the codebase you could find HTML, PHP, SQL, some ORM usage, JavaScript and in some directories you'd find large amounts of files with no content at all.

A lot of hands had created a lot of code. I sat by a few developers who were into using Python in their spare time and really liked it's simplicity. This is the story of what key learnings I came across that helped me become a Pythonist. Python Essential Reference The first book I picked up was Python Essential Reference. Community-wide style guidelines I quickly found myself reading through PEP-8 which is a widely-adopted style guide in the Python community.

Package Management. Django on windows: how to make Django run in CherryPy as a Windows service. Recently a client asked me to investigate the possibility to have a Django application hosted in a Windows environment.

Django on windows: how to make Django run in CherryPy as a Windows service

I looked around a bit and there are many ways to achieve this goal. I found the “pure Python” approach described here simpler to deploy and configure, yet very powerful and production ready for my needs. I will explain how to install Python, CherryPy and Django on Windows, and how to configure them to serve a Django application from the CherryPy WSGI server, running as a Windows service. Install Python 2.7 First of all you have to install the Python programming language support for Windows. Then to be able to invoke the python command from the command line – no matter what the current work directory is – add Python to system path. Control panel > System > Advanced > Environment variables look for path variable, click on Edit and add this at the end: C:\Python27\;C:\Python27\Scripts; You have to close the Command prompt and then reopen it to have the path variable updated. Python Essential Reference (4th Edition) (Developer's Library) eBook: David M. Beazley: Amazon.co.uk: Kindle Store.

AppGyver.