Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am noxouille on github.
  • I am noxouille (https://keybase.io/noxouille) on keybase.
  • I have a public key ASC7fdqW_LBv55_IT4a3wshbcRkkSR75DCNHjgRmyhR1_wo

To claim this, I am signing this object:

@noxouille
noxouille / convertToWebp.ps1
Created March 28, 2021 12:58
Convert images to webp
# Example usage:
# .\convertToWebp.ps1 -ext "png" -in ".\input"
param($ext="jpg", $in=".")
# get all files in the directory
$images = Get-ChildItem $in -Recurse -Include *.$ext
$out = "\out\"
@noxouille
noxouille / survey_scores_2015_T.csv
Created February 8, 2021 17:55
survey_scores_2018.csv
subject_id computer_has computer_os score_bash score_command score_matlab score_perl score_python score_r
10000 N 0 0 0 0 0 0
13001 Y Mac 1 2 3 0 0 0
60985 Y Windows 0 1 1 0 2 1
43309 Y Mac 3 3 0 0 1 2
89785 Y Windows 2 2 0 1 2 2
57688 Y Mac 1 1 1 0 0 0
19366 Y Mac 0 2 3 0 0 2
97775 Y Mac 2 2 3 0 1 0
22384 Y Windows 0 0 2 0 0 2

Intro

To view the progress of a Powerpoint presentation, a progress bar can be displayed at the bottom of the slide show.

How to proceed

Once the slideshow is complete, go to Tools > Macro > Visual Basic Editor.

In the new window, select Insert > Module and copy this text in the blank page:

Sub AddProgressBar()
    On Error Resume Next