Skip to content

Instantly share code, notes, and snippets.

View Matodor's full-sized avatar
👌
👌🏻

Roman Chebykin Matodor

👌
👌🏻
  • Scround
  • Russia, Kurgan
View GitHub Profile
@Matodor
Matodor / plugin.js
Last active January 25, 2021 11:01
Vuetify dynamic creation Snackbar component
import Vue from 'vue';
import { VSnackbar } from 'vuetify/lib';
import _ from 'underscore';
const plugin = {
install: () => {
Vue.prototype.$showSnackbar = function (content = '', props = {}) {
const appEl = document.getElementById('monitoring');
const snackbarEl = document.createElement('div');
@b3z
b3z / binding.md
Last active December 28, 2023 23:55
DDNet binding cheatsheet

Teewords config cheatsheet

In this repository you will find a collection of teeworlds binds, configs and scripts which you can use in your settings_ddnet.cfg

If you feel like a bind is missing please contribute.


How binding works

@VeH-c
VeH-c / Z-team client info.txt
Created February 11, 2019 11:15
Links & Source information about Z-Team Clients. Teeworlds.
Z-Team Pack beta 2
https://web.archive.org/web/20190209084304/http://z-team.org.ru/forum/viewtopic.php?f=7&t=507
Z-Team Pack 4 r 174 (beta) 15.05.2010
https://www.teeworlds.com/forum/viewtopic.php?id=8473
source's
https://app.assembla.com/spaces/zteeworlds/subversion/source
https://github.com/gerich-home/zteeworlds
Z-Team Pack 5
@yatyricky
yatyricky / Unity Android Multidex.md
Last active September 27, 2019 01:35
Too many field references max is 65536 / Build-in class shrinker and multidex are not supported yet / there were duplicate class definitions

Environment

OS

Edition : Windows 10 Pro Version : 1709 OS Build : 16299.192

Unity

@Birdie0
Birdie0 / ifttt-webhooks-extended-guide.md
Last active September 22, 2024 10:07
How to use Discord Webhooks

⚠️ This gist is no longer updated! For maintained, improved and even more extended guide click here.


How to use Discord Webhook

It's a JSON

First, learn JSON. It's not programming language, not even close. Just follow syntax rules and you will be fine.

@gokulkrishh
gokulkrishh / media-query.css
Last active September 21, 2024 13:40
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */