Articles avec le tag: Web

Wifi Client Mode for Mugic 15 August 2023

Getting the mugic into so-called "wifi client mode" turned up to be a little bit more difficult than I'd expected... but finally it works!

Mise à jour: Sondages avec Flask 1 March 2021

La mise à jour du support du cours d'introduction à Flask que je donne chaque année à la Haute École Arc Ingénierie est en ligne.

Mise à jour: Sondages avec Flask 29 May 2015

La mise à jour du support du cours d'introduction à Flask que je donne chaque année à la Haute École Arc Ingénierie est en ligne.

Synchronize clients of a Flask application with websockets 6 March 2015

A tutorial to develop a minimal Flask app using websockets to synchronize clients in real time: point two browsers on the app and play with sliders in one of them - the changes will be immediately reflected in the other one.

Apache Log Analysis with Haskell and Python 17 September 2014

When doing the same processing in haskell and python, the haskell version should be much, much quicker, right?