Skip to content

Instantly share code, notes, and snippets.

@vukk
vukk / keybase.md
Last active November 9, 2017 01:17

Keybase proof

I hereby claim:

  • I am vukk on github.
  • I am vukk (https://keybase.io/vukk) on keybase.
  • I have a public key whose fingerprint is 2215 897E 3B66 D9B2 3C0F 978F 1705 5355 D8B1 16C7

To claim this, I am signing this object:

@vukk
vukk / working-with-conda.md
Last active December 2, 2015 20:59
Working with conda.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vukk
vukk / README.md
Last active August 29, 2015 14:27

Foo

@vukk
vukk / designer.html
Created August 3, 2015 18:45
designer
<link rel="import" href="../paper-radio-group/paper-radio-group.html">
<link rel="import" href="../paper-radio-button/paper-radio-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@vukk
vukk / keybase.md
Created July 2, 2015 23:52
keybase.md

Keybase proof

I hereby claim:

  • I am vukk on github.
  • I am vukk (https://keybase.io/vukk) on keybase.
  • I have a public key whose fingerprint is EE2E EA23 8F96 9CEB DE82 5BA2 6CA8 3157 C839 FF29

To claim this, I am signing this object:

@vukk
vukk / instructions.md
Last active August 29, 2015 14:23
Installing clingo on Mac OS X Yosemite

Installing dependencies with homebrew

brew install bison re2c scons python lua tbb

Configuring

  • download sources
  • cd to the source directory
  • run scons configure --build-dir=release
  • see attached release.py file for configuring, adapt if needed