background preloader

Google Developers

Google Developers

Le fonctionnement de l'Internet - Apprendre le Web Dans cet article, nous expliquons ce qu'est l'Internet et comment il fonctionne. Résumé L'Internet est l'épine dorsale du Web : il s'agit de l'infrastructure technique qui sous-tend le Web. De façon simple, l'Internet est un vaste réseau d'ordinateurs qui communiquent les uns avec les autres. L'histoire des débuts de l'Internet est quelque peu nébuleuse. Pédagogie active How the internet Works in 5 minutes : Une vidéo d'une durée de 5 minutes réalisée par Aaron Titus afin d'expliquer les rudiments du fonctionnement de l'Internet. Allons plus loin Un réseau de base Pour que deux ordinateurs puissent communiquer entre eux, ils doivent être liés soit par un lien physique (généralement par un câble Ethernet), soit sans fil (par exemple, via WiFi ou Bluetooth). Note : À partir de maintenant, nous ne parlerons que de connexions physiques, mais sachez que les explications ci-dessous sont tout aussi valides pour les réseaux sans fil. Un réseau de réseaux Localiser un ordinateur L'Internet et le web

Help Center - Microsoft Academic Search Overview About Microsoft Academic Search Microsoft Academic Search is an experimental research service developed by Microsoft Research to explore how scholars, scientists, students, and practitioners find academic content, researchers, institutions, and activities. Microsoft Academic Search indexes not only millions of academic publications, it also displays the key relationships between and among subjects, content, and authors, highlighting the critical links that help define scientific research. As is true of many research projects at Microsoft, this service is not intended to be a production Web site, and it will likely be taken offline when appropriate given the research goals of the project. How Microsoft Academic Search differs from Bing Bing is a comprehensive, general interest search engine. How Microsoft Academic Search results are ranked In Microsoft Academic Search, objects in the search results are sorted based on two factors: Their relevance to the query. Search & Discovery

Android SDK Before installing Android Studio or the standalone SDK tools, you must agree to the following terms and conditions. This is the Android Software Development Kit License Agreement 1. Introduction 1.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. 2. 2.1 In order to use the SDK, you must first agree to this License Agreement. 3. 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. 4. 5. 6. 7. 8. 9. 12. 13. 14.

Le protocole HTTP Septembre 2017 Introduction au protocole HTTP Le protocole HTTP (HyperText Transfer Protocol) est le protocole le plus utilisé sur Internet depuis 1990. La version 0.9 était uniquement destinée à transférer des données sur Internet (en particulier des pages Web écrites en HTML] La version 1.0 du protocole (la plus utilisée) permet désormais de transférer des messages avec des en-têtes décrivant le contenu du message en utilisant un codage de type MIME. Le but du protocole HTTP est de permettre un transfert de fichiers (essentiellement au format HTML) localisés grâce à une chaîne de caractères appelée URL entre un navigateur (le client) et un serveur Web (appelé d'ailleurs httpd sur les machines UNIX). Communication entre navigateur et serveur La communication entre le navigateur et le serveur se fait en deux temps : Requête HTTP Une requête HTTP est un ensemble de lignes envoyé au serveur par le navigateur. METHODE URL VERSION<crlf> EN-TETE : Valeur<crlf> . . . Commandes En-têtes Réponse HTTP

SciDevs/delicious-api Introduction à JavaScript orienté objet JavaScript possède un grand potentiel pour la programmation orientée objet (aussi appelée OOP). Cet article débutera par une introduction à la programmation orientée objet puis abordera le modèle objet de JavaScript et finira par les concepts de la programmation orientée objet appliquée à JavaScript. Note : Une nouvelle façon de créer des objets a été introduite avec ECMAScript 2015 (ES6) et n'est pas décrite ici. Il s'agit des classes. Un aperçu de JavaScript Si vous n'êtes pas certain de connaître certains concepts comme les variables, les types, les fonctions, et les portées vous pouvez lire Une réintroduction à JavaScript. La programmation orientée objet La programmation orientée objet est un paradigme de programmation qui se base sur une abstraction du monde réel pour créer des modèles. La programmation orientée objet a pour but de permettre une plus grande flexibilité et maintenabilité du code. Terminologie Espace de noms Classe Définit les caractéristiques de l'objet. Objet Propriété

Bing API, Version 2 This documentation is archived and is not being maintained. IMPORTANT ANNOUNCEMENT: Bing API SourceTypes are transitioning to the Windows Azure Marketplace. You can access these services and relevant documentation here. The Bing Application Programming Interface (API), Version 2, enables developers to programmatically submit queries to and retrieve results from the Bing Engine. This topic introduces the online documentation and additional resources that support use of the Bing API. How the Documentation is Organized Bing API documentation is organized with the intent to provide overview, survey, and detailed information for each important area of the API. Begins with information about what the API does, and what it does that it didn't do before Proceeds to provide relevant survey information for protocols, SourceTypes, and properties Concludes with detailed samples demonstrating all of the above. Table 1 specifies the sections in which you can find this information. Table 1. Table 2.

Openweb.eu.org — Bien faire le web ! API 2.0: Search Api | Yelp for Developers | Yelp Html Color Codes List of Search APIs List of Search APIs From Topical Search Wiki Jump to: navigation, search Contents Bing search API Google APIs Directory Microsoft Academic Search API WorldCat Identities API External Links Warden, Pete. (2011). Retrieved from " Navigation menu Personal tools Log in Namespaces Variants Views Actions Navigation Tools Share This page was last modified on 30 November 2015, at 23:17.This page has been accessed 1,547 times.Text is available under Creative Commons Attribution-ShareAlike 4.0 International License.

Diagramming for JavaScript and HTML, by Northwoods Software GoJS is a feature-rich JavaScript library for implementing custom interactive diagrams and complex visualizations across modern web browsers and platforms. GoJS makes constructing JavaScript diagrams of complex nodes, links, and groups easy with customizable templates and layouts. GoJS offers many advanced features for user interactivity such as drag-and-drop, copy-and-paste, in-place text editing, tooltips, context menus, automatic layouts, templates, data binding and models, transactional state and undo management, palettes, overviews, event handlers, commands, and an extensible tool system for custom operations. GoJS is pure JavaScript, so users get interactivity without requiring round-trips to servers and without plugins. Build custom modeling environments and domain-specific visual languages using the powerful features of GoJS. Yet GoJS is remarkably simple for such a powerful and flexible system. Explore Run Interactive Samples Learn Learn with GoJS Tutorials

L'API Websockets ce que c'est et comment l'utiliser Présentation WebSocket est une technologie évoluée qui permet d'ouvrir un canal de communication interactif(bi-directionnel) permanent entre un navigateur (côté client) et un serveur, afin de résoudre certains problèmes posés par le caractère unidirectionnel et déconnecté du protocole HTTP. Avec cette API vous pouvez envoyer des messages à un serveur et recevoir ses réponses de manière événementielle sans avoir à aller consulter le serveur pour obtenir une réponse. La spécification permettant d'utiliser les WebSockets est développée par le W3C, tandis que le protocole de communication est standardisé par l'IETF. Exemple Prenons comme exemple un système de chat, celui-ci doit répondre aux postulats suivants: Pouvoir envoyer des messagesPouvoir recevoir des messagestous les messages envoyés sont immédiatement retransmis aux autres participants De ce fait vous avez 2 canaux d'ouverts en même temps, l'un pour les envois, l'autre pour la réception Point Important La Pratique(côté client) Sources

Related: