Skip to content

Instantly share code, notes, and snippets.

View mosser's full-sized avatar
🇨🇦
Working

Sébastien Mosser mosser

🇨🇦
Working
View GitHub Profile
@mosser
mosser / pom.xml
Last active August 29, 2015 14:15
Description du projet Maven (POM)
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.unice.polytech.ogl</groupId>
<artifactId>islxx</artifactId> <!-- CHANGE ME -->
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ISLXX :: Nom de l'equipe</name> <!-- CHANGE ME -->
package fr.unice.polytech.ogl.islxx;
import eu.ace_design.island.bot.*;
public class Explorer implements IExplorerRaid {
@Override
public void initialize(String context) {
throw new UnsupportedOperationException("IExplorerRaid::initialize is not yet implemented");
}
trait Timeout {
import scala.concurrent._
import duration._
import ExecutionContext.Implicits.global
def timeout[T](clock: Int)(block: => T): T = {
val future = Future { block }
Await.result(future, clock.milliseconds)
}
@mosser
mosser / gist:2d33302cf09a2b8de188
Created March 1, 2015 18:20
Delivery, Week #09
# Started at :2015-03-01 18:17:10
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Building using Maven [clean package]: OK
## \o/ Delivery OK \o/
# pom.xml/groupId == [fr.unice.polytech.ogl]: OK
@mosser
mosser / gist:b09a685fee004acd14bd
Created March 8, 2015 18:04
OGL Delivery, Week 10
# Started at :2015-03-08 19:01:40
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository:OK
# Opening project islaa
# Building using Maven [clean package]: OK
## \o/ Delivery OK \o/
# pom.xml/groupId == [fr.unice.polytech.ogl]: OK
@mosser
mosser / week11.txt
Created March 15, 2015 18:03
OGL Deliveries, week 11
# Started at :2015-03-15 19:01:00
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Building using Maven [clean package]: OK
## \o/ Delivery OK \o/
@mosser
mosser / week12.txt
Created March 22, 2015 18:07
OGL delivery, week #12
# Started at: 2015-03-22 19:04:34
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week12]: OK
# Checking existence of Java sources [*.java]: OK
# Checking non-existence of Java classes [*.class]: OK
@mosser
mosser / week13.txt
Last active August 29, 2015 14:17
OGL Delivery, week #13
# Started at :2015-03-29 19:00:19
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week13]: OK
# Checking existence of Java sources [*.java]: OK
@mosser
mosser / week14.txt
Created April 5, 2015 17:13
OGL Week 14
# Started at :2015-04-05 19:02:30
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week14]: OK
# Checking existence of Java sources [*.java]: OK
# Checking non-existence of Java classes [*.class]: OK
@mosser
mosser / log.txt
Created April 12, 2015 09:18
Build guillaume
azrael:tmp mosser$ cd tcfbh/
azrael:tcfbh mosser$ mvn clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] TCF-BH : Server
[INFO] TCF-BH : Client
[INFO] TCF-BH
[INFO]