This file contains 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
def next_bigger(m): | |
# Firtst convert the int to a list of digits. | |
m = map(int, str(m)) | |
# Call the main function. | |
nxt = _next_bigger(m) | |
if nxt == -1: | |
return -1 |
This file contains 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
HTTP 200 OK | |
Content-Type: application/json | |
Vary: Accept | |
Allow: GET, POST, HEAD, OPTIONS | |
[ | |
{ | |
"id": 87, | |
"nom": "Panel 200", | |
"analyseur": { |
This file contains 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
/** | |
* Couleurs statuts colis | |
*/ | |
div | |
{ | |
border: 1px solid gray; | |
} | |
.a { |
This file contains 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
From a736e93562d2ea84937b6ed45f12c7f5b74b4e24 Mon Sep 17 00:00:00 2001 | |
From: Ghislain LEVEQUE <ghislain.leveque@clarisys.fr> | |
Date: Fri, 30 Jul 2010 15:02:00 +0200 | |
Subject: [PATCH] adding translation for french | |
--- | |
lettuce/languages.py | 9 +++++++++ | |
1 files changed, 9 insertions(+), 0 deletions(-) | |
diff --git a/lettuce/languages.py b/lettuce/languages.py |