Skip to content

Instantly share code, notes, and snippets.

View Cyrille37's full-sized avatar

Cyrille Giquello Cyrille37

View GitHub Profile
@Cyrille37
Cyrille37 / index.html
Last active November 6, 2017 13:31
Plotly
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Plot2</title>
<meta name="description" content="" />
<meta name="author" content="" />
<!--link rel="shortcut icon" href="favicon.ico" /-->
<!--link rel="stylesheet" href="main.css" media="screen" /-->
@Cyrille37
Cyrille37 / index.html
Last active November 6, 2017 13:31
Plotly
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Plot1</title>
<meta name="description" content="" />
<meta name="author" content="" />
<!--link rel="shortcut icon" href="favicon.ico" /-->
<!--link rel="stylesheet" href="main.css" media="screen" /-->
@Cyrille37
Cyrille37 / EssaisJobProgress.java
Created April 27, 2011 11:04
Demonstrate a Job progress status solution for Playframework
/*
* Demonstrate a Job progress status solution for Playframework.
* It's a simple example done after reading the Play! Google Group. It use the Cache (play.cache.Cache) and the UUID (play.libs.Codec).
*/
package controllers;
import java.util.HashMap;
import java.util.Map;
import play.cache.Cache;
import play.jobs.Job;