102 liens privés
Du 28 février au 2 juin, donnez votre avis sur votre commune !
La plus grande enquête citoyenne sur le vélo du monde
Que vous soyez cycliste régulier, occasionnel ou même non-cycliste, votre ressenti compte ! Le Baromètre vélo vous permet d’évaluer les conditions de circulation à vélo dans votre commune :
- Sécurité sur les routes et pistes cyclables
- Qualité des aménagements et signalisation
- Disponibilité des stationnements et services vélo
En 2021, le Baromètre vélo, c'est plus de 275 000 réponses et 1620 communes classées.
votre vélo, votre commune, votre voix
En quelques minutes, vous pouvez donner votre avis sur le confort et la sécurité du vélo dans votre ville. Chaque réponse contribue à faire évoluer les politiques locales et à améliorer les infrastructures.
le meilleur outil de mesure pour les collectivités
Les résultats du Baromètre vélo sont un retour concret du terrain pour mieux comprendre les besoins et priorités des usager·es: un outil précieux d'aide à la décision et à l'action pour les collectivités.
Répondre au Baromètre vélo, c'est agir pour un territoire plus cyclable et plus sécurisé !
Voici un éco-manège destiné aux ados à partir de 12 ans et aux adultes.Le principe de ce manège écologique? : pédaler le plus vite possible sur l’un des 8 vélos placés sur une piste circulaire en bois et à bosses !!!Sensations assurées !

Prenez un manège traditionnel de type chenille, placez-le sur une piste de pump track, remplacez les voitures par des VTT, agitez le tout et obtenez l’éco chenille, un manège à sensation accessible pour 8 têtes brûlées avides de sensations et de vitesse (à partir de 12 ans) !
Bouclez vos ceintures, accrochez-vous et pédalez, c’est parti !
"Open Bike Sensor" est une technologie en libre accès dont le but est de mesurer la distance de dépassement des vélos par les voitures.
gotify/server
The heart of this project. gotify/server features a WebUI and functionality for:
- sending messages via a REST-API
- subscribing/receiving messages via a web socket connection
- managing users, clients and applications
gotify/android
an android client for subscribing to the message stream of gotify/server. The app creates push notification on newly received messages.
gotify/cli
a command line client for pushing messages to gotify/server. It is not required to push messages. See Docs.
Partagez, librement, gratuitement et en toute confidentialité
Jami est une plateforme libre et ouverte permettant des communications pair à pair encryptées.
Que permet Jami ?
- Messagerie instantanée
- Appels audio et vidéo
- Conversation de groupe
- Conférences vidéos et point de Rendez-vous
- Enregistrement d'appel audio et vidéo
- Partage d'écran et diffusion multimédia
- Extensions (plugins) disponibles pour de nouvelles fonctionnalités
- Jami supporte les comptes SIP
All your communications, in one place
Chatrooms, blogs, video-conferences; Movim centralizes all you need to communicate with your colleagues, friends or family in one simple interface.
It also fully adapts to all your devices from your smartphone to your desktop computer.
Connect with others
Movim relies on the XMPP standard and therefore allows you to exchange with many other clients on all devices such as Conversations (Android) or Dino (Desktop).
You can easily access and explore the content of the whole network and connect with all other Movim users instantly.
What is Movim ?
A powerful web frontend for XMPP
Movim is a social and chat platform that acts as a frontend for the XMPP network.
Once deployed Movim offers a complete social and chat experience for the decentralized XMPP network users. It can easily connect to several XMPP servers at the same time.
With a simple configuration it can also be restricted to one XMPP server and will then act as a powerful frontend for it. Movim is fully compatible with the most used XMPP servers such as ejabberd or Prosody.
Calculez votre empreinte carbone personnelle
Grâce à notre calculateur, découvrez votre empreinte carbone personnelle ainsi que les enjeux et les actions possibles de réduction, à court comme à long terme.
Découvrez votre empreinte carbone
Prendre conscience de l’impact de son train de vie quotidien sur le climat est la première étape pour entamer sa transition.
Vous n’êtes pas seuls, d’autres l’ont fait !
Simplifiez-vous la vi(ll)e
GAYA, le vélo électrique pour rouler en solo, en duo ou en famille.

Je m'approvisionne local

Trouvez les produits en circuits courts et les lieux de vente près de chez vous.
AOP Gourmandes

Savourez les appellations d'origine de Côte d'Or.
Réseaux

Découvrez des démarches collectives de producteurs engagés et de promotion des produits du terroir.
Find your next CLI| tool at Terminal Trove
An interactive cheatsheet tool for the command-line - denisidoro/navi
navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.
Pros
- it will spare you from knowing CLIs by heart
- it will spare you from copy-pasting output from intermediate commands
- it will make you type less
- it will teach you new one-liners
It uses fzf, skim, or Alfred under the hood and it can be either used as a command or as a shell widget (à la Ctrl-R).
This tutorial shows how to use the DHT11 or DHT22 temperature and humidity sensors with the ESP32 and ESP8266 development boards using MicroPython firmware.

Code pour Arduino -> AskSensors.io
AskSensors-ESP8266-DHT/dht11_https_get.ino
#define DHTPIN 2 // Pin which is connected to the DHT sensor.Rejoignez le premier opérateur d'intérêt général pour votre forfait mobile
A partir de 10€/mois
C’est simple, rapide et sans engagement
- Des forfaits mobiles transparents et sans engagement.
- Un service mobile performant basé sur le réseau mobile 4G d’Orange, 1er réseau en France.
- Un service client basé en France, qui vous accompagne dans vos usages numériques sans chercher à vous vendre de nouveaux produits.
- Un opérateur télécom engagé dans la transition écologique et sociale protégé dans ses actions par ses statuts.
La Digitale est un éditeur d'outils numériques libres et responsables pour l'éducation.
Sure Electronics DC-SS500 Temperature and Relative Humidity Sensor Module

EasyWebDAV2: Is a fork of EasyWebDAV library with included pull requests and some additional fixes. A WebDAV Client in Python
Features
- Basic authentication
- Creating directories, removing directories and files
- Uploading and downloading files
- Directory listing
- Support for client side SSL certificates
Quick Start
import easywebdav2
# Start off by creating a client object. Username and
# password may be omitted if no authentication is needed.
webdav = easywebdav2.connect('webdav.your-domain.com', username='myuser', password='mypass')
# Do some stuff:
webdav.mkdir('some_dir')
webdav.rmdir('another_dir')
webdav.download('remote/path/to/file', 'local/target/file')
webdav.upload('local/path/to/file', 'remote/target/file')Home Assistant Tuya Local component
Please report any issues and feel free to raise pull requests. Many others have contributed their help already.
This is a Home Assistant integration to support devices running Tuya firmware without going via the Tuya cloud. Devices are supported over WiFi, limited support for devices connected via hubs is available.
Note that many Tuya devices seem to support only one local connection. If you have connection issues when using this integration, ensure that other integrations offering local Tuya connections are not configured to use the same device, mobile applications on devices on the local network are closed, and no other software is trying to connect locally to your Tuya devices.
Using this integration does not stop your devices from sending status to the Tuya cloud, so this should not be seen as a security measure, rather it improves speed and reliability by using local connections, and may unlock some features of your device, or even unlock whole devices, that are not supported by the Tuya cloud API.
A similar but unrelated integration is rospogrigio/localtuya, if your device is not supported by this integration, you may find it easier to set up using that as an alternative.
dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
In tiled layout windows are managed in a master and stacking area. The master area contains the window which currently needs most attention, whereas the stacking area contains all other windows. In monocle layout all windows are maximised to the screen size. In floating layout windows can be resized and moved freely. Dialog windows are always managed floating, regardless of the layout applied.
Windows are grouped by tags. Each window can be tagged with one or multiple tags. Selecting certain tags displays all windows with these tags.
Each screen contains a small status bar which displays all available tags, the layout, the number of visible windows, the title of the focused window, and the text read from the root window name property, if the screen is focused. A floating window is indicated with an empty square and a maximised floating window is indicated with a filled square before the windows title. The selected tags are indicated with a different color. The tags of the focused window are indicated with a filled square in the top left corner. The tags which are applied to one or more windows are indicated with an empty square in the top left corner.

As a Python developer, it is handy to use third-party libraries that do the job you actually want instead of reinventing the wheel each time. In this tutorial, you will be familiar with the psutil module which is a cross-platform library for process and system monitoring in Python, as well as the built-in platform module to extract your system and hardware information in Python.
In the end, I'll show you how to extract GPU information (if you have one, of course) in Python using GPUtil.
There are quite popular tools to extract system and hardware information in Linux, such as lshw, uname and hostnamectl. However, we'll be using the psutil library in Python so it can run on all operating systems and get almost identical results.
Yellow Cycle, c’est un magasin pour les cyclistes urbains, pour les voyageuses et les voyageurs, pour les familles qui emmènent les enfants partout, pour les artisans. Bref, pour toutes celles et tous ceux qui utilisent le vélo au quotidien.
