Keybase proof
I hereby claim:
- I am mtancoigne on github.
- I am mtancoigne (https://keybase.io/mtancoigne) on keybase.
- I have a public key whose fingerprint is 1000 50F3 D9B8 ED8F B8B2 F69B D0FE 6B33 0973 5AC5
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
# Find projects with outdated dependencies | |
# | |
# Usage: | |
# airsec <gem> | |
# airsec <gem> [[min version] max version] | |
# |
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
# Find non-existing entries in gitignore | |
# | |
# For reference: https://git-scm.com/docs/gitignore | |
# | |
# @author Manuel Tancoigne <m.tancoigne@experimentslabs.com> | |
# @license MIT | |
# @version 0.2.0 |
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
# Display branch statuses | |
# | |
# @author Manuel Tancoigne <m.tancoigne@experimentslabs.com> | |
# @license MIT | |
# @version 0.2.3 | |
# | |
# Requirements |
// VueX-toast SASS style file with a helper mixin for new types | |
// | |
// License: MIT | |
// | |
// Authors: | |
// - ktns (https://github.com/ktns) | |
// - mtancoigne (https://experimentslabs.com/users/administrator) | |
// | |
// Project page: https://github.com/ktsn/vuex-toast | |
// Matches with version: 0.1.3 (not tested on previous versions) |
@-moz-document domain("gitter.im") { | |
/* Header */ | |
header.header, | |
.header .header-main-menu { | |
height: 3.5rem !important; | |
} | |
/* Left panel */ | |
.body .layout-minibar { | |
width: 3.5rem; |
{ | |
"arabic": [ | |
"aghoneim92", | |
"Islam888", | |
"kmelkon", | |
"lelbil", | |
"nrifki", | |
"OsamaNabih", | |
"TaqwaR" | |
], |
<template> | |
<div id="app"> | |
<ul class="trails"> | |
<li class="trail"> | |
<div class="caption" :class="sectionsClasses.section_1">El 1</div> | |
</li> | |
<li class="trail"> | |
<div class="caption" :class="sectionsClasses.section_2">El 2</div> | |
</li> | |
<li class="trail"> |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Done after the GAFA Links extension for Firefox by Baptiste Gelez: | |
* - Firefox extention: https://addons.mozilla.org/fr/firefox/addon/gafalink/ | |
* - Source: https://framagit.org/Bat/gafalink | |
* - Userstyle page: https://userstyles.org/styles/149959/gafa-links-that-stand-out | |
* | |
* Note that this style is designed for people that want to test the extension but don't use Firefox. It will not be | |
* as customizable as the original one. | |
* | |
* You can generate your output yourself, online, using the Sass sandbox: |
Events timeline for standard CakePHP actions. These events were taken from the DebugKit's Timeline
Core Processing (Derived from $_SERVER["REQUEST_TIME"]
)