Skip to content

Instantly share code, notes, and snippets.

@ushfnuk
ushfnuk / index.html
Last active August 29, 2015 14:05
Общий список состоящий из нескольких контейнеров с помощью перетаскиволок JQueryUI
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Sortable - Handle empty lists</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<style>
@ushfnuk
ushfnuk / .vimrc
Created January 13, 2016 13:36
Конфигурация vim
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last change: 2008 Dec 17
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc
" for Amiga: s:.vimrc
" for MS-DOS and Win32: $VIM\_vimrc
@ushfnuk
ushfnuk / muttrc
Created January 13, 2016 13:41
Конфигурация Mutt
set realname = "Apfelsinchen Ritter"
set use_from = yes
set editor='vim'
set sort = reverse-threads
set sort_aux = last-date-received
set signature = "~/.mutt/signature"
set fast_reply=yes
set include=yes
set forward_quote=yes
@ushfnuk
ushfnuk / getmail
Created January 13, 2016 13:43
Конфигурация getmail
[retriever]
type = SimpleIMAPSSLRetriever
server = imap.gmail.com
username = ushfnuk
port = 993
password = pass
[destination]
type = Maildir
path = ~/.mail/
@ushfnuk
ushfnuk / .bashrc
Created January 19, 2016 21:07
Настройки командной строки и Git-а
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
@ushfnuk
ushfnuk / .Xresources
Created April 1, 2016 00:45
Arch Linux Settings
! Solarized color scheme for the X Window System
!
! http://ethanschoonover.com/solarized
! Common
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f