Skip to content

Instantly share code, notes, and snippets.

View matrunchyk's full-sized avatar
🇺🇦
If you want to go fast, go alone. If you want to go far, bring others along.

Serhii Matrunchyk matrunchyk

🇺🇦
If you want to go fast, go alone. If you want to go far, bring others along.
View GitHub Profile
// http://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module',
},
env: {
browser: true,
@matrunchyk
matrunchyk / beanstalkd.config
Last active August 8, 2017 22:19 — forked from broklyngagah/beanstalkd.config
beanstalkd.config
sources:
/tmp: https://github.com/kr/beanstalkd/archive/v1.10.tar.gz
commands:
01_make_beanstalkd:
cwd: /tmp/beanstalkd-1.10
command: make
02_install_beanstalkd:
cwd: /tmp/beanstalkd-1.10
@matrunchyk
matrunchyk / gist:9faccda5f24a86ee3dbc6c4337951030
Last active March 12, 2019 23:26
Working example of `vue.config.js` for vue-cli-3 with electron-plugin support (https://github.com/nklayman/vue-cli-plugin-electron-builder), GraphQL and Stylus
const path = require('path');
function resolve(dir) {
return path.join(__dirname, dir);
}
module.exports = {
pluginOptions: {
graphqlMock: true,
apolloEngine: true,
<!DOCTYPE html>
<html>
<head>
<title>Мій перший Vue додаток</title>
<script src="https://unpkg.com/vue"></script>
</head>
<body>
<div id="app">
{{ message }}
</div>

DRUM SEQUENCER w/ SAMPLE PAD

Just lay out your beat and press "Q, W, E or R" for live sample playback!

A Pen by Jacob Kucera on CodePen.

License.

// ==UserScript==
// @name Check IRCC Availability
// @description Check IRCC Availability
// @version 2.3.0
// @namespace https://gist.github.com/matrunchyk/58ba2f38a2a5b4defc82238b6758705b
// @icon https://store.steampowered.com/favicon.ico
// @match https://store.steampowered.com/explore*
// @grant none
// ==/UserScript==