Skip to content

Instantly share code, notes, and snippets.

View jljouannic's full-sized avatar

Jean-Louis Jouannic jljouannic

View GitHub Profile
@jljouannic
jljouannic / index.html
Last active February 6, 2020 17:27 — forked from pstuffa/index.html
4.0 Color Scales - Sequential
<!DOCTYPE html>
<html>
<body>
<style>
body {
font: 12px sans-serif;
}
div {
@jljouannic
jljouannic / boxstarter.ps1
Last active September 26, 2022 12:49 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jean-Louis Jouannic <[email protected]>
# Last Updated: 2022-09-26
# Tested on: Windows 10 Professional 64 bits v21H2
#
# Install Boxstarter from an _elevated_ PowerShell session:
# > Set-ExecutionPolicy RemoteSigned -Scope Process -Force; . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# Run this Boxstarter script by calling the following from the Boxstarter shell:
#

Quiz


Question 1

Qu'affiche le programme suivant ?

function f() {