This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package fr.ensai.jaxrs; | |
| import java.text.DateFormat; | |
| import java.util.ArrayList; | |
| import java.util.Date; | |
| import java.util.List; | |
| import javax.swing.text.DateFormatter; | |
| import javax.ws.rs.Consumes; | |
| import javax.ws.rs.GET; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package fr.ensai.jaxrs; | |
| import java.text.DateFormat; | |
| import java.util.ArrayList; | |
| import java.util.Date; | |
| import java.util.List; | |
| import javax.swing.text.DateFormatter; | |
| import javax.ws.rs.Consumes; | |
| import javax.ws.rs.GET; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mycompany.myapp.web.rest; | |
| import java.awt.image.BufferedImage; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.IOException; | |
| import java.io.OutputStream; | |
| import javax.imageio.ImageIO; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Created by barais on 22/01/15. | |
| */ | |
| /** | |
| * Kevoree component | |
| * @type {Ticker} | |
| */ | |
| class AbstractComp { | |
| protected start(done : (error?: Error) => void){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Projet Ensai: éditeur universel de matrice de choix commentables | |
| Le but du projet est de permettre la création d'un éditeur universel de matrices de choix pour les PCMs. | |
| ##Cahier des charges | |
| Le cahier des charges est simple: | |
| - application en mode SaaS | |
| - possibilité de charger un modèle de PCMs, de l'éditer, de laisser des commentaires | |
| - Possibilité de sortir un certain nombre de statistiques sur ce modèle |
NewerOlder