Skip to content

Instantly share code, notes, and snippets.

View FDiskas's full-sized avatar
🏠
Working from home

Vytenis FDiskas

🏠
Working from home
View GitHub Profile
@FDiskas
FDiskas / .babelrc
Last active November 3, 2016 09:15
Reproducible bug. `npm install` works. And `yarn` not works.
{ "presets": [ "es2015" ] }
var gulp = require('gulp');
var kss = require('kss');
var config = { path: { dest: './dist', src: './src' } };
gulp.task('styleguide', function(){
return kss({
"source": [
config.path.src + "/sass"
],
"destination": config.path.dest + "/styleguide/",
"css": [
@FDiskas
FDiskas / Nature.md
Created May 10, 2016 20:07
GitHub all emoji cheat sheet
Picture emoji code
☀️ :sunny:
:umbrella:
☁️ :cloud:
❄️ :snowflake:
:snowman:
:zap:
🌀 :cyclone:
🌁 :foggy:
@FDiskas
FDiskas / MY_Controller.php
Created May 26, 2015 18:24
Autocomplete for PhpStorm
<?php
/**
* @property CI_DB_active_record $db
* @property CI_DB_forge $dbforge
* @property CI_Benchmark $benchmark
* @property CI_Calendar $calendar
* @property CI_Cart $cart
* @property CI_Controller $controller
* @property CI_Email $email
* @property CI_Encrypt $encrypt
@FDiskas
FDiskas / intro.html
Last active December 17, 2015 00:49
Intro tooltip
<span class="introtip pos-a w-250 d-n" id="tooltip">
<div class="tip rounded all shadow mark b-sol b-both pos-r">
<div class="p-both">
<a href="javascript:window.tour.close()" class="pos-a tr"><img src="cross_grey_small.png" class="m-t5 m-r5"></a>
<span id="introTipMessage">
<strong>Visada galite mums paskambinti.</strong>
Jei susidūrėte su problema, ar sistemine klaida ar kitokiais neaiškumais. Visada galime mums paskambinti šiuo numeriu. Skambinti galite visą parą, 7 dienas per savaitę ir visiškai nemokamai.
</span>
function versija() {
return '1.46';
}
}