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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<link rel="stylesheet" type="text/css" href="style.css" /> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | |
<title>Document</title> | |
</head> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<link rel="stylesheet" type="text/css" href="style.css" media="all" /> | |
<title>Document</title> | |
</head> | |
<body> |
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
réel prixBonbon | |
réel argent | |
Début calculNbreBonbons (argent, prixBonbon) | |
Si prixBonbon>0 ET argent>0 | |
réel nbrBonbons=0 | |
Si prixBonbons <= argent |
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
<!--PAGE ACCUEIL--> | |
<!doctype html> | |
<html lang="en-US"> | |
<head> | |
<title>Video Conferencing, Web Conferencing, Online Meetings, Screen Sharing - Zoom</title> <!--customize landing page title--> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<meta name="keywords" content="zoom, zoom.us, video conferencing, video conference, online meetings, web meeting, video meeting, cloud meeting, cloud video, group video call, group video chat, screen share, application share, mobility, mobile collaboration, desktop share, video collaboration, group messaging" /> | |
<meta name="description" content="Zoom unifies cloud video conferencing, simple online meetings, and cross platform group chat into one easy-to-use platform. Our solution offers the best video, audio, and screen-sharing experience across Zoom Rooms, Windows |
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
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Find the precious!</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<nav> | |
<ul> | |
<li>FindThePrecious.com</li> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Find the precious!</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<nav> | |
<ul> |
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
Last login: Tue Mar 3 09:49:50 on ttys000 | |
You have new mail. | |
The default interactive shell is now zsh. | |
To update your account to use zsh, please run `chsh -s /bin/zsh`. | |
For more details, please visit https://support.apple.com/kb/HT208050. | |
MBP-de-Brice:~ bricelegallo$ ls | |
Applications Dropbox Sites | |
Bibliothèque calibre Illustrator Softs | |
Creative Cloud Files Library WebstormProjects |
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
. | |
├── fictional | |
│ ├── arrakis.jpeg | |
│ ├── coruscant.jpeg | |
│ └── cybertron.jpeg | |
├── inhabited | |
│ ├── arrakis.jpeg | |
│ ├── coruscant.jpeg | |
│ ├── cybertron.jpeg | |
│ └── earth.jpeg |
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
675 grep "France,2019,PHP" wilders.csv | wc -l > php_france_2019.csv | |
676 cat php_france_2019.csv | |
677 grep "Biarritz" wilders.csv | grep "JavaScript" > biarritz.csv | |
678 ls | |
679 cat biarritz.csv | |
680 grep "Toulouse" wilders.csv | grep "JavaScript" > toulouse.csv | |
681 cat toulouse.csv | |
682 cat biarritz.csv toulouse.csv > javascript_biarritz_toulouse.csv | |
683 ls |
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
https://blog.logrocket.com/new-media-queries-you-need-to-know/?utm_source=CSS-Weekly&utm_campaign=Issue-400&utm_medium=web#utm_source=CSS-Weekly&utm_campaign=Issue-400&utm_medium=web | |
Cet article sur le CSS nous parle des nouveaux media queries qu'il est important de connaitre comme "light-level", "inverted-color", etc... Ces nouveaux media-queries adaptent, par exemple, votre site à la lumiere du jour, au dark mode s'il est activé, etc... |
OlderNewer