Skip to content

Instantly share code, notes, and snippets.

View tups's full-sized avatar
🐝

Damien Tupinier tups

🐝
  • Lord of Web / CmonSite
  • Paris, France
  • X @_striker
View GitHub Profile
@SphinxKnight
SphinxKnight / thoughts.md
Last active March 7, 2023 06:49
ads_on_mdn

Disclaimer: it will soon be 10 years I contribute to MDN, esp. localizing its content in French. What follows is my opinion only and does not constitute a statement for the MDN l10n-fr community.

This content is also hosted on https://gist.github.com/SphinxKnight/f8d86b6bdc2910719ba3b1476ac09910

Ethics & Transparency

Transparency

There has been 0 announcements to the public nor to the community. Here is the 8th principle of the Mozilla Manifesto for anyone interested to read: "Transparent community-based processes promote participation, accountability and trust."

find ./ -type f -exec dos2unix {} \;
@rufhausen
rufhausen / Slack.php
Last active October 25, 2021 14:10
A simple class for sending a message to SlackHQ https://slack.com. Config settings in this example are coming from Laravel's Config facade. Requires Guzzle 4.x http://guzzlephp.org.
<?php
//This code is licensed under the terms of the MIT license
use GuzzleHttp\Client;
use Config; //using Laravel's Config facade
/*
|--------------------------------------------------------------------------