Skip to content

Instantly share code, notes, and snippets.

View Ombrelin's full-sized avatar

Arsène Lapostolet Ombrelin

  • Vitry-sur-Seine, France
View GitHub Profile
This file has been truncated, but you can view the full file.
2021-04-25 22:29:08 - DEBUG :: Thread-15 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 18385
2021-04-25 22:29:08 - DEBUG :: Thread-15 : Tautulli ActivityHandler :: Removing sessionKey 210 ratingKey 18385 from session queue
2021-04-25 22:29:40 - DEBUG :: Thread-15 : Tautulli ActivityHandler :: Session 212 started by user 20966963 (****************@********) with ratingKey 18386 (Shtisel S01 Vostfr Nf - Episode 13).
2021-04-25 22:31:40 - DEBUG :: Thread-15 : Tautulli ActivityHandler :: Session 214 started by user 17074161 (Arsène Lapostolet) with ratingKey 6949 (Futurama - Leela and the Genestalk).
2021-04-25 22:31:41 - DEBUG :: Thread-15 : Tautulli ActivityHandler :: Session 214 stopped.
2021-04-25 22:31:41 - DEBUG :: Thread-15 : Tautulli ActivityProcessor :: Play duration for session 214 ratingKey 6949 is 1 secs which is less than 120 seconds, so we're not logging it.
2021-04-25 22:31:41 - DEBUG :: Thread-15 : Tautulli ActivityHandler :: Removing sessionKey 214 ratingKey 6

Tuto JavaEE

Tuto pour installer un environnement de développement JavaEE

Eclipse JavaEE

@Ombrelin
Ombrelin / DUT Informatique Paris Descartes.md
Last active June 11, 2021 16:19
Description des matières et conseils pour le cursus DUT Informatique à l'IUT Paris Descartes

Dut Info Descartes

Introduction

Office 365 Pro Plus

Pour tous les projets, le pack office est un plus, vous avez une licence avec votre adresse mail de l'IUT : Office 365

Git

//Coordonnées de chatelet (centre de l'agglomération)
var latitudeCentre = 48.8616202897821;
var longitudeCentre = 2.34803910830431;
$("#rechercher").on("click", function () {
$.ajax({ // procédure AJAX sur l'API du STIF Navitia
type: "GET",
url: "https://[email protected]/v1/coverage/fr-idf/journeys?from=" + longitudeCliquee + "%3B" + latitudeCliquee + "&to=" + longitudeCentre + "%3B" + latitudeCentre,