Skip to content

Instantly share code, notes, and snippets.

View kkoci's full-sized avatar
🏈

kristian koci kkoci

🏈
  • Feeltech LTD
  • London
  • 19:23 (UTC -12:00)
View GitHub Profile
@kkoci
kkoci / .block
Created January 6, 2017 04:28 — forked from pkowalicki/.block
Pivot table visualization with zoomable partition layout in d3.js
border: no
height: 900
license: gpl-3.0
[2016-10-23 19:16:49] __rvm_make
__rvm_make ()
{
\make "$@" || return $?
}
current path: /usr/share/rvm/src/ruby-2.3.1
PATH=/home/kristian/.rbenv/bin:/home/kristian/.pyenv/shims:/home/kristian/.pyenv/bin:/home/kristian/bin:/home/kristian/bin:/home/kristian/Downloads/gcloud/google-cloud-sdk/bin:/home/kristian/.sdkman/candidates/grails/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/share/rvm/bin
command(2): __rvm_make -j2
++ make -j2
CC = gcc
@kkoci
kkoci / _form.php
Created September 29, 2016 15:18 — forked from lalviarez/_form.php
Yii2 combolist ajax
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\helpers\ArrayHelper;
use yii\helpers\Url;
use yii\web\View;
/* @var $this yii\web\View */
/* @var $model common\models\ConsejoComunal */
import argparse
import re
from multiprocessing.pool import ThreadPool as Pool
import requests
import bs4
root_url = 'http://pyvideo.org'
index_url = root_url + '/category/50/pycon-us-2014'