Skip to content

Instantly share code, notes, and snippets.

View vikmind's full-sized avatar
:shipit:
Making stuff

Viktor Marchenko vikmind

:shipit:
Making stuff
View GitHub Profile

Keybase proof

I hereby claim:

  • I am vikmind on github.
  • I am vikmind (https://keybase.io/vikmind) on keybase.
  • I have a public key ASBJR8hLuwk7HH4ywDo_amOcbQNm_EME_al2iceY8-EYMwo

To claim this, I am signing this object:

@vikmind
vikmind / BoardCardsToTasks.user.js
Last active January 24, 2018 17:04
Tapermonkey scripts for adding tasks from JIRA to Todoist
// ==UserScript==
// @name JIRA Board to Todoist
// @namespace https://atlassian.net
// @version 0.1
// @description Convert selected JIRA Board cards to Todoist tasks
// @author Viktor Marchenko
// @match https://*.atlassian.net/secure/RapidBoard.jspa*
// @grant GM_registerMenuCommand
// ==/UserScript==
@vikmind
vikmind / ellipsis.scss
Last active April 13, 2016 17:29
Based on examplehttp://codepen.io/romanrudenko/pen/ymHFh
@mixin ellipsis($height: 200px){
overflow: hidden;
height: $height;
&:before {
content:"";
float: left;
width: 5px; height: $height;
}
& > *:first-child {
float: right;
<div class="myvideo">
<iframe src="http://www.youtube.com/embed/MY-VIDEO" frameborder="0" allowfullscreen></iframe>
</div>
@vikmind
vikmind / sticky_footer.scss
Last active December 14, 2015 01:09
SCSS simply sticky footer mixin