Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vlakarados's full-sized avatar

Sergey Telshevsky vlakarados

  • Dynatech
  • Riga, Latvia
View GitHub Profile
@vlakarados
vlakarados / .bashrc
Last active May 26, 2019 04:50
Command line / bash
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export EDITOR=vim
export GIT_EDITOR=vim
export CLICOLOR=1
export LSCOLORS=cxFxGxDxBxegedabagaced
shopt -s histappend # append to the history file, don't overwrite it
HISTCONTROL=ignoreboth # don't put duplicate lines or lines starting with space in the history.
HISTSIZE=1000
@vlakarados
vlakarados / throwtable.php
Last active February 2, 2016 06:57
z / Table thrower
<?php
class ┻━┻ extends \Exception
{
public $message = "Uncaught table";
}
class (╯°□°)╯
{
public static function ︵($throwable)