Skip to content

Instantly share code, notes, and snippets.

@lebowvsky
lebowvsky / index.html
Last active January 3, 2020 15:22
intro to Boootstrap
<!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>
@lebowvsky
lebowvsky / index.html
Created January 18, 2020 05:20
Odyssey : Add style with CSS
<!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>
@lebowvsky
lebowvsky / gist:757db37f24fe9a7d2e5dc0f9561d1029
Last active February 4, 2020 18:52
Algorithmique et pseudo-code
réel prixBonbon
réel argent
Début calculNbreBonbons (argent, prixBonbon)
Si prixBonbon>0 ET argent>0
réel nbrBonbons=0
Si prixBonbons <= argent
@lebowvsky
lebowvsky / index.html
Last active February 17, 2020 22:24
Cegedim
<!--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
<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>
@lebowvsky
lebowvsky / index.html
Last active March 2, 2020 23:01
WCS Flex
<!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>
@lebowvsky
lebowvsky / terminal.txt
Created March 3, 2020 08:57
Terminal 1
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
.
├── fictional
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   └── cybertron.jpeg
├── inhabited
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   ├── cybertron.jpeg
│   └── earth.jpeg
@lebowvsky
lebowvsky / history.txt
Last active March 3, 2020 16:10
Terminal3
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
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...