Trouble du sommeilUn trouble du sommeil (somnipathie) est un trouble médical pouvant avoir des causes physiologiques, environnementales ou comportementales (lié aux habitudes du sommeil d'un individu). En 2015, environ un adulte américain sur trois déclarait un trouble de sommeil. Certains troubles du sommeil sont suffisamment sérieux pour interférer au fonctionnement physique, mental et émotionnel. Un test communément utilisé pour quantifier les troubles du sommeil est la polysomnographie.
History of PythonPython (programming language) The programming language Python was conceived in the late 1980s, and its implementation was started in December 1989 by Guido van Rossum at CWI in the Netherlands as a successor to ABC capable of exception handling and interfacing with the Amoeba operating system. Van Rossum is Python's principal author, and his continuing central role in deciding the direction of Python is reflected in the title given to him by the Python community, Benevolent Dictator for Life (BDFL).
Map (parallel pattern)Map is an idiom in parallel computing where a simple operation is applied to all elements of a sequence, potentially in parallel. It is used to solve embarrassingly parallel problems: those problems that can be decomposed into independent subtasks, requiring no communication/synchronization between the subtasks except a join or barrier at the end. When applying the map pattern, one formulates an elemental function that captures the operation to be performed on a data item that represents a part of the problem, then applies this elemental function in one or more threads of execution, hyperthreads, SIMD lanes or on multiple computers.
Syndrome d'apnées du sommeilLe syndrome d'apnées du sommeil (« SAS ») ou plus précisément syndrome d'apnées-hypopnées du sommeil (« SAHS ») est un trouble du sommeil caractérisé par un arrêt du flux respiratoire (apnée) ou une diminution de ce flux (hypopnée). Ses causes sont diverses mais peuvent être classées en deux catégories : dans 90 % des cas elles sont obstructives et le résultat d'une obésité. On parlera alors plus précisément de « syndrome d'apnées obstructives du sommeil » (« SAOS »).
Programmation webalt=Logo langage HTML|vignette|Logo langage HTML version 5 La programmation web est la programmation informatique qui permet d'éditer des sites web. Elle permet la création d'applications, destinées à être déployées sur Internet ou en Intranet. Ces applications web sont constituées de pages web pouvant prendre différentes formes, telles que : pages « statiques » : Il s'agit de fichiers. Le contenu n'est pas influencé par l'internaute qui la demande, et il évolue seulement avec une intervention manuelle de son code source.
Sleep studyA sleep study is a test that records the activity of the body during sleep. There are five main types of sleep studies that use different methods to test for different sleep characteristics and disorders. These include simple sleep studies, polysomnography, multiple sleep latency tests (MSLTs), maintenance of wakefulness tests (MWTs), and home sleep tests (HSTs). In medicine, sleep studies have been useful in identifying and ruling out various sleep disorders.
Sommeil polyphasiqueLe sommeil polyphasique est un mode de repos dans lequel le temps de sommeil d'une journée de 24 heures est réparti en plusieurs périodes au lieu d'être regroupé en une "nuit" (sommeil monophasique). C'est le mode habituel de sommeil chez de nombreuses espèces animales ( comme les éléphants ), et il semble avoir été courant dans l'espèce humaine, au moins sous la forme biphasique (deux périodes), avant l'ère industrielle et la généralisation de l'éclairage continu.
Parallel programming modelIn computing, a parallel programming model is an abstraction of parallel computer architecture, with which it is convenient to express algorithms and their composition in programs. The value of a programming model can be judged on its generality: how well a range of different problems can be expressed for a variety of different architectures, and its performance: how efficiently the compiled programs can execute. The implementation of a parallel programming model can take the form of a library invoked from a sequential language, as an extension to an existing language, or as an entirely new language.
Python syntax and semanticsThe syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages. It supports multiple programming paradigms, including structured, object-oriented programming, and functional programming, and boasts a dynamic type system and automatic memory management.
Hygiène du sommeilvignette|Homme ayant du mal a dormir Le terme « hygiène du sommeil » désigne les bonnes habitudes de sommeil. En 2010 auprès de et , plus de la moitié des répondants (56 %) déclarent être fatigués. Alors que 36 % disent ne pas avoir suffisamment de temps pour dormir, 32 % avouent se réveiller la nuit et être incapable de se rendormir.Les avantages d'écouter de la musique avant de se coucher sont nombreux.
Neurobiologie du sommeilThe neuroscience of sleep is the study of the neuroscientific and physiological basis of the nature of sleep and its functions. Traditionally, sleep has been studied as part of psychology and medicine. The study of sleep from a neuroscience perspective grew to prominence with advances in technology and the proliferation of neuroscience research from the second half of the twentieth century. The importance of sleep is demonstrated by the fact that organisms daily spend hours of their time in sleep, and that sleep deprivation can have disastrous effects ultimately leading to death in animals.
Threads POSIXLes threads POSIX, souvent appelés pthreads, sont un sous-standard de la norme POSIX décrivant une interface de programmation permettant de gérer des threads. Il s'agit du standard IEEE Std 1003.1c-1995 (POSIX.1c, Threads extensions). Cette interface est disponible sur la plupart des systèmes Unix modernes, par exemple Linux, les différentes variantes modernes de BSD, Mac OS X et Solaris. Elle n'est pas disponible nativement sous Microsoft Windows mais il existe plusieurs implémentations dont une de Microsoft.