Skip to content

Instantly share code, notes, and snippets.

View Florencelg's full-sized avatar
🏠
Working from home

Florence LG Florencelg

🏠
Working from home
View GitHub Profile
@Florencelg
Florencelg / tableaux et boucles en php
Created September 13, 2018 14:01
Les tableaux et boucles en php
<?php
$movies = [
'Indiana Jones and the Kingdom of the Crystal Skull' => ['Harrison Ford','Cate Banchett','Karen Allen'],
'Indiana Jones and the Last Crusade' => ['Harrison Ford','Sean Connery','Denholm Elliott'],
'Indiana Jones and the Temple of Doom' => ['Harrison Ford','Kate Capshaw','Jonathan Ke Quan']
];
foreach ($movies as $movie => $actor){
<?php
$message1 ="0@sn9sirppa@#?ia'jgtvryko1";
$message2 ="q8e?wsellecif@#?sel@#?setuotpazdsy0*b9+mw@x1vj";
$message3 ="aopi?sgnirts@#?sedhtg+p9l!";
$longeurChaine = strlen($message1);
$chiffreCle = $longeurChaine/2;
$sousChaine = substr ($message1,5,$chiffreCle);
$sousChaine =str_replace(array('@','#','?'),' ',$sousChaine);
<? php
$titleMovie = "Indiana Jones and the Last Crusade";
$movieView = "movie view";
$dateMovie = 1989;
$noteMovie = 8.3;
echo "$titleMovie <br/> $movieView <br/> Release date $dateMovie <br/> Note of movie $noteMovie ";
?>
wilder22@denethor:~$ pwd
/home/wilder22
wilder22@denethor:~$ cd~
La commande « cd~ » n'a pas été trouvée, voulez-vous dire :
commande « cdv » du deb codeville
commande « cd5 » du deb cd5
commande « cde » du deb cde
commande « cdb » du deb tinycdb
@Florencelg
Florencelg / index.html
Last active August 27, 2018 06:48
Grand Œil sur sa tour de Barad-Dûr
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Grand Œil</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
@Florencelg
Florencelg / index.html
Last active August 24, 2018 22:03
Find The Precious - intregration -
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Test image au survol</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<script src="main.js"></script>
@Florencelg
Florencelg / index.html
Last active August 24, 2018 19:05
Find The Precious - maquette html
<!Doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
<title>Find The Precious </title>