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

Comprendre la blockchain et ses cas d'utilisations

Il s'agit d'une introduction au monde de la blockchain et même des cryptomonnaies.

Vous aimeriez comprendre cette technologie, mais elle vous « résiste » jusque-là ? Cette conférence vous fera comprendre de manière amusante et pratique la blockchain sous ses différentes formes.

Venez à la rencontre de Pascal Andy, animateur dynamique et surprenant, qui vous expliquera très simplement le fonctionnement de la blockchain. Pascal vous démystifiera les principales notions que vous lisez régulièrement dans la presse, comme les « smart contracts », le « Bitcoin », le « proof-of-work » (PoW) ou ce que calculs les fameux « mineurs ». De plus, il vous expliquera où en est cette tendance technologique; ses cas d'applications dans le domaine de l'assurance, de la finance et finira par un état de la situation actuelle.

Horaire :

@pascalandy
pascalandy / generate-password.sh
Last active May 21, 2020 22:59
A solid bash script to generate password
#############################################################################
# generate-password.sh
# Source: https://gist.github.com/pascalandy/e08c25c41d05c12f7a7cd89dcac48d33
# License > https://github.com/pascalandy/GNU-GENERAL-PUBLIC-LICENSE/blob/master/README.md
#############################################################################
#
# Here is my crazy ass bash script 🎰 password generator 🎰. Works on Mac and Linux.
# This generates two random passwords at a time:
# The first with some spaces and the other one without spaces.
#

Satoshi Nakamoto Sat, 01 Nov 2008 16:16:33 -0700

I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party.

The paper is available at: http://www.bitcoin.org/bitcoin.pdf

The main properties:

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### #
# #
# >>> Bash Guard
#
# Inject this into the top of your bash scripts to ensure
# that the script is running with in bash rather than sh.
# This is useful because bash and sh often require different
# syntax. It won't force the user to re-execute the script
# properly, but just re-execute itself as it was supposed to
# be done in the first place.
# https://github.com/marketplace/actions/deploy-ghost-theme
# https://github.com/TryGhost/action-deploy-theme/issues/1#issuecomment-571826299
name: staging ==> Deploy Ghost Theme
# on push because I'm testing the CI itself.
# once stable, we will set this up to only pull_request
on:
push:
branches:
[{
"from": "https://containous.ghost.io/service-mesh/",
"to": "https://containous.ghost.io/blog/maesh-1-0-802f4be9a9a7/",
"permanent": true
}]

Keybase proof

I hereby claim:

  • I am pascalandy on github.
  • I am pascalandy (https://keybase.io/pascalandy) on keybase.
  • I have a public key ASAvoeuQGCMfgDh-aJ1--LEu0ILGMaBiIlQO0DUaGrLB6wo

To claim this, I am signing this object:

Use ``` before and after the code :)

// Menu font size {}
.site-nav {
  font-size: 1.4rem;
  height: 40px;
}