This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
url="example.com" | |
wget \ | |
--mirror \ | |
--no-clobber \ | |
--page-requisites \ | |
--html-extension \ | |
--convert-links \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {Extractor, ExtractorConfig} from '@microsoft/api-extractor' | |
import * as fs from 'fs' | |
import {replaceTscAliasPaths} from 'tsc-alias' | |
import * as ts from 'typescript' | |
import {CompilerOptions} from 'typescript' | |
import * as util from 'util' | |
function compile(fileNames: string[], options: ts.CompilerOptions): void { | |
const program = ts.createProgram(fileNames, options) | |
const emitResult = program.emit() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin scrollbars( | |
$size, | |
$foreground-color, | |
$background-color, | |
$border-width: 0, | |
$context-hover-background-color: lighten($foreground-color, 5%), | |
$hover-background-color: lighten($foreground-color, 10%), | |
) { | |
// Blink browsers (Chrome, Edge) | |
&::-webkit-scrollbar { |
I hereby claim:
- I am alex-d on github.
- I am alexandredemode (https://keybase.io/alexandredemode) on keybase.
- I have a public key ASA-fCbVzwbWcyRHXr0oTPNNOkuHJ-FVKzK3RYbBh2eG1wo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://karma-runner.github.io/1.0/dev/git-commit-msg.html | |
bash -c "! git log -100 --pretty=format:%s | egrep --color=auto -v '^(((feat|fix|docs|style|refactor|test|chore)(\(\w+\))?:\s)|Merge).*'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Behat\Gherkin\Node\PyStringNode; | |
use Behat\Gherkin\Node\TableNode; | |
use GuzzleHttp\Psr7\Request; | |
use Imbo\BehatApiExtension\Context\ApiContext; | |
use Symfony\Component\Process\Process; | |
/** | |
* Defines application features from the specific context. |
Salut à tou-te-s !
J'écris ce message pour expliquer brièvement comment procéder pour avoir une copie locale propre du projet sans utiliser des branches sur le dépôt principal.
Ca n'a pas tellement sa place dans le README car c'est limite un tuto git simplifié.