Watson
http://www.ibm.com/smarterplanet/us/en/ibmwatson/what-is-watson.html IBM Watson is a technology platform that uses natural language processing and machine learning to reveal insights from large amounts of unstructured data
http://www.ibm.com/smarterplanet/us/en/ibmwatson/what-is-watson.html IBM Watson is a technology platform that uses natural language processing and machine learning to reveal insights from large amounts of unstructured data
One thing which I found myself constantly having to look up when I started developing with Moodle was what all the Context and Role IDs were. So here is a quick list of them in case it helps anyone: Contexts Levels CONTEXT_SYSTEM = 10 CONTEXT_USER = 30 CONTEXT_COURSECAT = 40 CONTEXT_COURSE = 50 CONTEXT_MODULE =
Moodle context and roles Leer más »
Uruguay 195 sites total (113 are private and are not shown)Uruguay map # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 5D Uruguay Academia Ciencias Medicas Administración de las Obras Sanitarias del Estado – Capacitación AGROS
Exploring Uruguay moodle sites Leer más »
POO y MVC en PHP El paradigma de la Programación Orientada a Objetos en PHP y el patrón de arquitectura de Software MVC http://www.duea.umss.edu.bo/documentos/Plan_car_184799.pdf
Point 4 -Zend Framework 2 ( ZF2 ). Layout y view manager ayout genérico, usando los helpers: – headMeta – headTitle – headLink – headStyle con su método prependStylesheet – headScript con su método prependFile
4 -Zend Framework 2 . Layout y view manager Leer más »
United States map # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z :: academia pm4dev :: :: pm4dev academy :: 1701st Fleet Academy 1st Choice CPE Courses and Exams Center 21st Centeny Learning 21st Century Skills
Exploring USA moodle sites Leer más »
► Plugin contribution Plugin contribution PLUGINS DEVELOPMENT Plugin contribution Plugin types Plugin files Contribution checklists Plugin code prechecks Providing documentation Plugins translation Plugins directory Guardians Adoption This page describes how to contribute your code into the Plugins directory to share it with the Moodle community. CONTENTS [hide] 1 Why 2 Before you start 3 Sharing code in the Plugins directory
how to contribute your code into the moodle Plugins directory Leer más »
Experto en Moodle para Administradores + Titulación Universitaria: El presente Curso de Experto en Moodle para Administradores dotará al alumno de las herramientas y conocimientos necesarios para crear una plataforma elearning con Moodle desde cero, crear un curso al completo y gestionar una acción formativa A quién va dirigido: El Curso de Experto en Moodle
Experto en Moodle para Administradores + Titulación Universitaria: Leer más »
OpenDrako connects all training management systems all in one. An application that centralizes and facilitates all training processes from the planning and preparation of programs and courses to their final execution and analysis. http://opendrako.com/discover/
//METHODS THE CALL AND THE RESPONSE /// method 1 REST CALL header(‘Content-Type: text/plain’); $serverurl = $domainname . ‘/webservice/rest/server.php’. ‘?wstoken=’ . $token . ‘&wsfunction=’.$functionname; require_once(‘./curl.php’); $curl = new curl; //if rest format == ‘xml’, then we do not add the param for backward compatibility with Moodle < 2.2 $restformat = ($restformat == ‘json’)?’&moodlewsrestformat=’ . $restformat:»; $resp
Web services , API rest , Moodle Leer más »