Skip to content

Instantly share code, notes, and snippets.

View exwar's full-sized avatar
💥
Bazinga!

Stanislav exwar

💥
Bazinga!
View GitHub Profile
{
"background": "#1D1F21",
"black": "#000000",
"blue": "#81A2BE",
"brightBlack": "#000000",
"brightBlue": "#81A2BE",
"brightCyan": "#8ABEB7",
"brightGreen": "#B5BD68",
"brightPurple": "#B294BB",
"brightRed": "#CC6666",
const availableHours = 5.5;
const availableMeetings = [
{ title: 'Welcome greetings', duration: 5.45 },
{ title: 'Stand Up', duration: 0.05 },
{ title: 'Product catch up', duration: 1.5 },
{ title: 'Candidate interview', duration: 1.0 },
{ title: 'Coffee break', duration: 1.0 },
{ title: 'Spring planning', duration: 2.0 },
{ title: 'Sub-project estimation', duration: 2.0 },
];
@exwar
exwar / keybase.md
Last active November 26, 2018 16:25

Keybase proof

I hereby claim:

  • I am exwar on github.
  • I am exwar (https://keybase.io/exwar) on keybase.
  • I have a public key ASAX7S3EgCU4zSEOgz_atZ-dLcvUikDFhwDBkep2_8EA8go

To claim this, I am signing this object:

@exwar
exwar / api.js
Last active August 29, 2015 14:24 — forked from mistakster/api.js
var express = require('express');
var router = express.Router();
router.use('/playlists', require('./playlists'));
router.use('/songs', require('./songs'));
module.exports = router;
@exwar
exwar / dabblet.css
Created October 16, 2013 10:19
Untitled
BODY {
background-color: slategrey;
}
.hi {
width: 48px;
height: 48px;
background: darkgrey;
background-image: url("http://d.pr/i/M5gO+");
@exwar
exwar / dabblet.css
Created May 29, 2012 08:29
Untitled
img {
border-radius: 10px;
}
@exwar
exwar / dabblet.css
Created May 17, 2012 09:38
Untitled
body { background-color: violet; }
img { opacity: .3; }
@exwar
exwar / dabblet.css
Created April 20, 2012 16:08
Untitled
textarea {
text-transform: uppercase;
}
@exwar
exwar / dabblet.css
Created April 13, 2012 15:16
Untitled
body {
background: #ff0;
}