Skip to content

Instantly share code, notes, and snippets.

View mosser's full-sized avatar
🇨🇦
Working

Sébastien Mosser mosser

🇨🇦
Working
View GitHub Profile

Feedback Examen ISA

  • 21.06.2016

Feedback global

D'un point de vue syntaxique:

  • moyenne: 10,24/20, min 2,5; max 15; stdev 3,39
  • Quartiles:
@mosser
mosser / PFE_Docker.md
Last active September 6, 2016 12:04
Composition d'Images Docker [PFE 2016]

Composition d'images Docker

  • Encadrant(s): Sébastien Mosser (I3S)

Parcours recommandés

  • AL: Architecture Logicielle

Description résumée

@mosser
mosser / PFE_agilegames.md
Last active September 5, 2016 14:50
Facilitation d'ateliers "serious games"

Aide à la facilitation de "serious games" sur appareils mobiles

  • Encadrants : Sébastien Mosser & Anne-Marie Déry

Parcours recommandés

  • AL: Architecture Logicielle
  • IHM: Interaction Homme-Machine
  • (IAM: Informatique Ambiante et Mobile)
@mosser
mosser / PFE_android.md
Created September 5, 2016 14:16
Composition de réparation d'anti-patterns dans les applications androids

Composition de réparations d'anti-patterns énergétique dans les applications mobiles Android

  • Encadrant: Sébastien Mosser (I3S)

Parcours recommandés

  • AL: Architecture Logicielle
  • IHM: Interaction Homme - Machine
  • IAM: Informatique Ambiante et Mobile
@mosser
mosser / week45.txt
Created November 13, 2016 18:04
Deliv week 45
# Started at :2016-11-13 19:02:03
####
## Handling Equipe AA [iaaa]
####
# Cloning project from remote repository: OK
# Opening project iaaa
# Checking out tag [week45]: OK
# Git stamp: Date: Sun Nov 13 17:43:14 2016 +0100
@mosser
mosser / champ45.md
Last active November 13, 2016 18:23
Championship week 45

Starting a Run with the following players on island week45

  • IACB, IACC, IADD
19:20:16.657 Island/Board: [GameBoardBuilder] Starting GameBoard building process
19:20:16.693 Island/Board: [GameBoardBuilder] Binding faces to game tiles
19:20:23.368 Island/Board: [GameBoardBuilder] Processing biomes associated to each tiles
19:20:23.506 Island/Board: [GameBoardBuilder] Processing resources produced by the biomes
19:20:23.590 Island/Board: [GameBoardBuilder] Processing altitudes associated to tiles
19:20:23.706 Island/Board: [GameBoardBuilder] Processing altitudes associated to tiles 
@mosser
mosser / Code.scala
Last active January 7, 2018 21:02
Merging maps
import scala.util.Random
// Context
case class Event(data: Map[String, Int])
// Generate a random history of given size
def history(size: Int): Seq[Event] = {
for (i <- 1 to size)
yield Event((1 to Random.nextInt(10) map {
_ => Random.nextInt(10).toString -> Random.nextInt(100)
@mosser
mosser / docker-compose.yml
Created January 24, 2018 16:44
Sonarqube setup for Island 2018
version: "3"
services:
sonarqube:
image: sonarqube:alpine
container_name: island-sonar
ports:
- "9000:9000"
networks:

Journal Équipe ISX

État courant du projet

  • Ticketing: [0,5]
  • Versioning: [0,5]
  • Qualité Objet: [0,5]
  • Tests: [0,5]
  • Confiance dans le code: [0,5]
@mosser
mosser / devops.txt
Created March 2, 2018 20:18
Premier rendu ISA / DevOps
####
## Handling IDA [ida]
####
# Cloning project from remote repository: OK
# Checking out tag [mutant_delivery]: OK
# Git stamp: Date: Wed Feb 28 15:12:27 2018 +0100
# Checking existence of [mutants.pdf]: OK
# Extraction [mutants.pdf] into [../mutants_ida.pdf]: OK
####