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 / Demo1.md
Last active June 6, 2016 09:28
Démo 1 PNS Innov

Retours Première démo

  • 3 juin 2016

[A] Miroir Connecté

  • Sponsor: Lionel Fillatre

Revue par les pairs

@mosser
mosser / feedback_backlogs.md
Created May 30, 2016 14:51
Feedback sur les backlogs PNSInnov 2016

Retours sur les backlogs produits

  • 30.05.2016

Retours globaux

Le point clé de cette étape initiale est de travailler deux définitions pour votre projet :

  • La Definition of Ready, a quel moment un élément de spécification est prêt à être pris par l'équipe pour développer ce qui y est attaché;
  • La Definition of Done, a quel moment l'équipe peut elle être sur que le développement est terminé.
@mosser
mosser / Init.scala
Created March 28, 2016 08:01
Object field initialization
trait Foo { def bar: String }
object PouetApp extends Foo with App {
override val bar = "geek"
}
PouetApp.bar
object Pouet extends Foo {
override val bar = "geek"
}
@mosser
mosser / gist:cc787790d4137cec7677
Created November 8, 2015 15:42
Sources for biomes pictures
ocean: http://7-themes.com/7030964-beautiful-ocean-sunset-pictures.html
lake: http://www.nationalparkcentralreservations.com/hotel/crater-lake-lodge
beach: http://www.imgbase.info/images/safe-wallpapers/photography/beach/26960_beach_rock_formations_on_beach.jpg
grassland: http://windhorsetour.com/sites/windhorsetour.com/files/narat-grassland.jpg
mangrove: https://www.umoov.org/fr/blog/post/la-mangrove-de-maurice-un-ecosysteme-essentiel-et-pourtant-meconnu
tropical rain forest: https://fanart.tv/movie/17705/tropical-rainforest/
tropical seasonal forest: https://upload.wikimedia.org/wikipedia/commons/e/ed/Subtropical_semi-evergreen_seasonal_forest_in_Northern_Thailand.JPG
temperate deciduous forest: https://www.thinglink.com/scene/505416377205522433
temperate rain forest: http://www.pulsarmedia.eu/data/media/967/Temperate_Rainforest_Cordova_Alaska.jpg
temperate desert: http://education.seattlepi.com/autotrophs-temperate-deserts-6129.html
@mosser
mosser / Pipeline.scala
Created July 22, 2015 09:01
Statically Typed Pipeline Model
// Structural type model for sources, sinks and processors
// Pipeline := Source ->- Processors* ->- Sink
/**
* A flushable behavior is needed to flush the end of the data handling in the pipeline
*/
trait Flushable {
/**
* Method to flush the pipeline and end the data processing
@mosser
mosser / Pushed.ino
Created June 23, 2015 13:33
ArduinoML target generation example
void setup() {
pinMode(9,INPUT);
pinMode(12,OUTPUT);
}
void loop() { state_off(); }
void state_on() {
digitalWrite(12, HIGH);
@mosser
mosser / osx.log
Created June 3, 2015 06:29
Erreur tests Monstars
azrael:~ mosser$ cd tmp/
azrael:tmp mosser$ git clone https://mosser@atlas.i3s.unice.fr/stash/scm/isldb/private.git isldb
Cloning into 'isldb'...
remote: Counting objects: 5061, done.
remote: Compressing objects: 100% (2341/2341), done.
remote: Total 5061 (delta 1579), reused 344 (delta 88)
Receiving objects: 100% (5061/5061), 2.62 MiB | 1.74 MiB/s, done.
Resolving deltas: 100% (1579/1579), done.
Checking connectivity... done.
azrael:tmp mosser$ cd isldb
@mosser
mosser / week22.txt
Created May 31, 2015 17:05
OGL final delivery, week #22
# Started at: 2015-05-31 19:00:18
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week22]: OK
# Checking existence of Java sources [*.java]: OK
# Checking non-existence of Java classes [*.class]: OK
@mosser
mosser / week21.txt
Created May 24, 2015 17:05
OGL Delivery, week #21
# Started at: 2015-05-24 19:00:07
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week21]: OK
# Checking existence of Java sources [*.java]: OK
# Checking non-existence of Java classes [*.class]: OK
@mosser
mosser / week20.txt
Created May 17, 2015 17:06
OGL Delivery, week #20
# Started at: 2015-05-17 19:02:22
####
## Handling ELPS [islaa]
####
# Cloning project from remote repository: OK
# Opening project islaa
# Checking out tag [week20]: OK
# Checking existence of Java sources [*.java]: OK
# Checking non-existence of Java classes [*.class]: OK