Skip to content

Instantly share code, notes, and snippets.

@Waateur
Waateur / a_docs.json
Last active November 15, 2018 15:33
AQL query
{
"all_text": "LOREM IPSUM",
"company_id": "0013",
"frequency": "W",
"delivery_id": "01_3_11_03",
"file_identifier": "SDL_INPUT.CSV",
"code": "_5717",
"origine": "ORIGINE_NAME",
"period_end_date": "2017-10-01",
"period_start_date": "2017-09-01",
@Waateur
Waateur / pom.xml
Created January 24, 2017 21:28
mon premier pom.xml
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.waateura.parser</groupId>
<artifactId>parser</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>parser</name>
<url>http://maven.apache.org</url>
<build>
class EarlyStopping(Callback):
def __init__(self, monitor='val_loss', patience=0, verbose=0,cmp=None):
super(Callback, self).__init__()
self.monitor = monitor
self.patience = patience
self.verbose = verbose
self.best = np.Inf
self.wait = 0
if cmp :
This file has been truncated, but you can view the full file.
: capital-common-countries
athènes grèce bagdad irak
athènes grèce bangkok thaïlande
athènes grèce beijing china
athènes grèce berlin allemagne
athènes grèce berne suisse
athènes grèce caire Égypte
athènes grèce canberra australie
athènes grèce chine pékin
athènes grèce hanoi vietnam
@Waateur
Waateur / Hello.py
Last active August 29, 2015 14:15
Goodbye Word
print( "Goodbye, World!") # ceci n'est pas une Hello World !
a = " je suis une string" # ceci est une string unicode
b = 'je suis une string aussi' # ça aussi
c = bytes('je suis une bytes' )
c = {"clef" : 'valeur'} # ceci est une dictionnaire
d = (