Skip to content

Instantly share code, notes, and snippets.

View couchemar's full-sized avatar

Andrey Pavlov couchemar

View GitHub Profile
@couchemar
couchemar / nix-docker
Last active April 17, 2017 11:54 — forked from szobov/nix-docker
let
pkgs = import <nixpkgs> {};
in
{ }:
with pkgs;
let
urllib3_good = pkgs.pythonPackages.buildPythonPackage rec {
name = "urllib3-1.14";
@couchemar
couchemar / 0_reuse_code.js
Created June 24, 2014 07:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@couchemar
couchemar / xmonad.hs
Created June 8, 2012 09:16 — forked from myszek123/xmonad.hs
basic xmonad on ubuntu 11.10 oneiric ocelot, using gnome-classic
# Based off of http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Unity_2D
#
# /usr/share/xsessions/xmonad.desktop
[Desktop Entry]
Encoding=UTF-8
Name=XMonad
Comment=Lightweight tiling window manager
Exec=xmonad
Icon=xmonad.png