Skip to content

Instantly share code, notes, and snippets.

View shokohsc's full-sized avatar

Dimitri Pommier shokohsc

  • Paris, France
View GitHub Profile
0123456789nonexistent.com
0d.kebhana.mx
1337.abcvg.info
1337x.to
1c.premierzal.ru
6.pocketnet.app
6ahddutb1ucc3cp.ru
9.rarbg.com
9.rarbg.me
9.rarbg.to
@shokohsc
shokohsc / gist:daace69bd94d7c183dd655578e96b66c
Last active March 11, 2025 12:27
shokohsc adguard allow list
||ubereats.fr^
||uber.fr^
||ubereats.com^
||uber.com^
@@||fitgirl-repacks.site^
@@||1337x.to^
@@||scira.ai^
@@||trycloudflare.com^
@@||open.spotify.com^
@@||coppersurfer.tk^
@shokohsc
shokohsc / ci.md
Created January 22, 2020 15:45
Matrix docker build ci

ServiceCI

Create 'n' images by image tags & repository releases for one project

Dockerfile project example

ARG FROM_TAG='latest'
ARG OVERLAY_VERSION='v1.21.7.0'

ARG OVERLAY_ARCH='amd64'

@shokohsc
shokohsc / testrunner.html
Created June 10, 2016 09:17 — forked from jonnyreeves/testrunner.html
Unit Testing Promises with Sinon.js
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
<!-- when.js Promises implementation -->
<script src="https://raw.github.com/cujojs/when/master/when.js"></script>
<!-- Unit testing and mocking framework -->
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>