Skip to content

Instantly share code, notes, and snippets.

@aruhier
aruhier / .vimrc
Created February 22, 2016 10:48
dotfiles "light" version
" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
" /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
" you can find below. If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
" everytime an upgrade of the vim packages is performed. It is recommended to
" make changes after sourcing archlinux.vim since it alters the value of the
" 'compatible' option.
set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after
@aruhier
aruhier / .vimrc
Created February 22, 2016 10:42
dotfiles
" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
" /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
" you can find below. If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
" everytime an upgrade of the vim packages is performed. It is recommended to
" make changes after sourcing archlinux.vim since it alters the value of the
" 'compatible' option.
set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after
@aruhier
aruhier / example_host_vars
Created October 5, 2015 15:09
Netctl profiles
---
netctl_profiles:
eth0:
- Description: "'Example of static connection'"
- Interface: "eth0"
- Connection: "ethernet"
- IP: "static"
- Address: "('192.168.128.14/26')"
- Gateway: "'192.168.128.1'"
@aruhier
aruhier / PKGBUILD
Created November 29, 2014 00:07
PKGBUILD syncthing-discosrv (fix bug with gosnappy
# Maintainer : Kevin MacMartin <prurigro@gmail.com>
_pkgname=syncthing
pkgname=${_pkgname}-discosrv
pkgver=20141021.r29.fcba610
pkgrel=2
pkgdesc="Discover server for the syncthing P2P synchronization utility"
url="http://syncthing.net"
license=('MIT')
install=${pkgname}.install
@aruhier
aruhier / elegance-colors-exported.ini
Created April 14, 2014 21:55
Elegance color configuration
[Settings]
mode=custom
monitor=true
newbutton=true
entry=false
fontname=DejaVu Sans 9
selgradient=0
roundness=3
transition=150
color=rgba(239,239,239,0.85251798561151082)
@aruhier
aruhier / vimrc
Created January 22, 2014 15:56
My .vimrc
" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
" /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
" you can find below. If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
" everytime an upgrade of the vim packages is performed. It is recommended to
" make changes after sourcing archlinux.vim since it alters the value of the
" 'compatible' option.
set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after
@aruhier
aruhier / valgrind-gnome-shell.log
Created September 30, 2013 13:56
Valgrind gnome-shell log
This file has been truncated, but you can view the full file.
==26702== Memcheck, a memory error detector
==26702== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==26702== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==26702== Command: gnome-shell --replace --display=:0.0
==26702== Parent PID: 26691
==26702==
--26702--
--26702-- Valgrind options:
--26702-- -v
--26702-- --tool=memcheck
@aruhier
aruhier / RealdebridCom.py
Last active July 1, 2023 22:25
Plugin RealDebrid for pyLoad, updated for the double authentication.
import re
import xml.dom.minidom as dom
from module.plugins.Account import Account
class RealdebridCom(Account):
__name__ = "RealdebridCom"
__version__ = "0.42"
__type__ = "account"