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
    
  
  
    
  | 3 experts de diététiques réfléchissent attentivement a un menu équilibré et pas trop gras. | |
| ### Instruction: | |
| En te basant du type de menu passé en input, établit un menu en indiquant les titres de chaque plat en suivant ce format. Le menu ne peut pas proposer de bébé animaux (veau, canard, agneau) | |
| [jour] | |
| Midi : [choix d'un Plat pour midi] | |
| Soir: [choix d'un Plat pour le soir] | |
| Le plat doit être un exemple de plat qui répond au type. | 
  
    
      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
    
  
  
    
  | import {Page} from "puppeteer/lib/esm/puppeteer/common/Page"; | |
| const puppeteer = require('puppeteer'); | |
| (async () => { | |
| const browser = await puppeteer.launch({headless: true}); | |
| const page = await browser.newPage(); | |
| page.on('console', (msg: any) => console.log('PAGE LOG:', msg.text())); | 
  
    
      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
    
  
  
    
  | #!/bin/python | |
| # coding: utf-8 | |
| source = "../Bernard Werber/Demain les chats" | |
| target = "../target/Bernard Werber/Demain les chats" | |
| import os | |
| from multiprocessing import Pool | |
| # ffmpeg -i "{}" -ab 320k -map_metadata 0 -id3v2_version 3 -acodec libmp3lame "$D/mp3/${B%.*}.mp3"' | 
  
    
      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
    
  
  
    
  | version: '2.1' | |
| services: | |
| ui: | |
| image: xblaster/juridic-ai-extraction:9.2 | |
| environment: | |
| VIRTUAL_HOST: juridic.lo2k.net | |
| ports: | |
| - "5000:5000" | |
| restart: always | |
| expose: | 
  
    
      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
    
  
  
    
  | #latest file modified | |
| find <<path>> -type f -exec stat -c '%Y %n' {} \; | sort -nr | awk 'NR==1,NR==1 {print $2}' | |
| #find 3 latest files modified | |
| find <<path>> -type f -exec stat -c '%Y %n' {} \; | sort -nr | awk 'NR==1,NR==3 {print $2}' | 
  
    
      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
    
  
  
    
  | Mon numéro est le 06 88 56 47 41 | 
  
    
      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
    
  
  
    
  | import math | |
| import sys | |
| from os import path | |
| if (len(sys.argv) < 3): | |
| print("not enough argument") | |
| fileArg = sys.argv[1] | |
| fileArgOut = sys.argv[2] | |
| fileOrig = open(fileArg, 'rb') | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env groovy | |
| pipeline { | |
| agent any | |
| stages { | |
| stage('Install dependencies') { | |
| steps { | |
| nodejs(configId: 'DefaultNpmrcConfig', nodeJSInstallationName: 'NodeJS 9.4.0') { | |
| sh "npm i" | |
| } | |
| } | 
  
    
      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
    
  
  
    
  | apiVersion: apps/v1beta2 | |
| kind: Deployment | |
| metadata: | |
| labels: | |
| app: juridic-ai-extraction | |
| name: juridic-ai-extraction | |
| spec: | |
| replicas: 2 | |
| selector: | |
| matchLabels: | 
  
    
      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
    
  
  
    
  | title Build scenario | |
| Developer -> SVN : commit files | |
| SVN -> Jenkins Master : code updated | |
| Jenkins Master -> Jenkins Docker Slave : ask a build | |
| Jenkins Docker Slave -> Jenkins Docker Slave : build app war (and docker image) | |
| Jenkins Docker Slave -> Artifactory : publish docker image | |
| title Deploy scenario | |
| Developer -> Docker VM : ask up for a docker-compose.yml | 
NewerOlder