Skip to content

Instantly share code, notes, and snippets.

@VytautasB
VytautasB / install-utils
Created November 5, 2019 15:51
Useful scripts
#!/usr/bin/env bash
set -e
apt-get update
apt-get install -y zip hub
@VytautasB
VytautasB / echo1
Last active November 4, 2019 15:04
#! /bin/bash
echo "Parameter $1 value is \"$1\""

Keybase proof

I hereby claim:

  • I am vytautasb on github.
  • I am vytautas (https://keybase.io/vytautas) on keybase.
  • I have a public key ASCVv4bxttEWMSUUjrjPKkFtmtY6Y2lEylojrYJk_oO1hgo

To claim this, I am signing this object:

@VytautasB
VytautasB / designer.html
Created August 19, 2014 15:33
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../chart-js/chart-js.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;