Skip to content

Instantly share code, notes, and snippets.

View pascalandy's full-sized avatar
:octocat:
Rocking the git

Pascal Andy pascalandy

:octocat:
Rocking the git
View GitHub Profile
➜ ./runscan.sh
2019-06-14T03:39:29.076Z INFO Updating vulnerability database...
2019-06-14T03:39:55.413Z INFO Detecting Alpine vulnerabilities...
2019-06-14T03:39:55.430Z INFO Updating bundler Security DB...
2019-06-14T03:39:57.486Z INFO Detecting bundler vulnerabilities...
2019-06-14T03:39:57.486Z INFO Updating yarn Security DB...
2019-06-14T03:39:59.243Z INFO Detecting yarn vulnerabilities...
2019-06-14T03:39:59.244Z INFO Updating yarn Security DB...
2019-06-14T03:40:01.103Z INFO Detecting yarn vulnerabilities...

Parties prenantes

  • Jean-Hugues Langlois, Cofomo
  • Pascal Nguyen Deschênes, Crypto In Montreal (CIM)
  • Date: le 28 avril 2019

CIM Termes 2019

  • Événements aux 3 semaines pour l'année 2019, soit environ 11 événements
@pascalandy
pascalandy / keep_a_changelog_template.md
Last active October 1, 2019 08:35
How do I make a good changelog
let securityHeaders = {
"Content-Security-Policy" : "upgrade-insecure-requests",
"Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload",
"X-Xss-Protection" : "1; mode=block",
"X-Frame-Options" : "DENY",
"X-Content-Type-Options" : "nosniff",
"Referrer-Policy" : "strict-origin-when-cross-origin",
"Feature-Policy" : "accelerometer 'none' ; ambient-light-sensor 'none' ; autoplay 'self' ; camera 'none' ; encrypted-media 'none' ; fullscreen 'self' ; geolocation 'none' ; gyroscope 'none' ; magnetometer 'none' ; microphone 'none' ; midi 'none' ; payment 'self' ; picture-in-picture * ; speaker 'self' ; sync-xhr 'none' ; usb 'none' ; notifications 'self' ; vibrate 'self' ; push 'self' ; vr 'none'",
"Cache-Control" : "public, max-age=0, must-revalidate",
"Content-Type" : "text/html; charset=UTF-8",
```
Aborting due to errexit on line 26. Exit code: 1
[2018-09-21 21:21:26] INFO Creating database backup
[2018-09-21 21:21:26] INFO Database backup written to: /var/lib/ghost/content/data/barber-avenue.ghost.2018-09-21.json
[2018-09-21 21:21:26] INFO Adding demo post.
[2018-09-21 21:21:27] INFO Rollback: Fixture posts.
[2018-09-21 21:21:27] INFO Rollback: Bring back demo post.
[2018-09-21 21:21:27] ERROR
NAME: RollbackError
@pascalandy
pascalandy / markdown-style-guide.txt
Last active April 21, 2022 03:47
Markdown sources. Search for « Style guide » on live demos from https://play-with-ghost.com
---
<a id="sources"></a>
## Markdown sources
**From this point, everything you see is formatted using Markdown syntax.** It will work in every editor that supports Markdown because it's an open standard on the web. There are two ways to find the sources for this page.
#### 1. On GitHub

Linux

apt-get install libatlas-base-dev python-dev gfortran pkg-config libfreetype6-dev

pip install enigma-catalyst matplotlib

Mac

Linux

apt-get install libatlas-base-dev python-dev gfortran pkg-config libfreetype6-dev

pip install enigma-catalyst matplotlib

Mac

# Buttons
You can insert buttons thanks to [unicorn-ui](http://unicorn-ui.com/buttons/) librairy.
### Two classic buttons
<a href="https://play-with-ghost.com/live-demo-firepress-klimax1-for-barbershops/" target="_blank" class="button button-rounded button-primary">Live Demo</a>&nbsp;&nbsp;&nbsp;<a href="https://play-with-ghost.com/live-demo-firepress-klimax1-for-barbershops/ghost/" target="_blank" class="button button-glow button-border button-rounded button-primary"><i class="far fa-keyboard fa-lg"></i> Admin Panel</a>
```
<a href="https://play-with-ghost.com/live-demo-firepress-klimax1-for-barbershops/" target="_blank" class="button button-rounded button-raised button-primary">Live Demo</a>&nbsp;&nbsp;&nbsp;<a href="https://play-with-ghost.com/live-demo-firepress-klimax1-for-barbershops/ghost/" target="_blank" class="button button-glow button-border button-rounded button-primary"><i class="far fa-keyboard fa-lg"></i> Admin Panel</a>