Skip to content

Instantly share code, notes, and snippets.

View driesdesmet's full-sized avatar

Dries Desmet driesdesmet

View GitHub Profile
@driesdesmet
driesdesmet / version.py
Last active August 29, 2015 14:03 — forked from dcreager/version.py
# -*- coding: utf-8 -*-
"""Calculates the current version number.
If possible, uses output ofgit describemodified to conform to the
visioning scheme that setuptools uses (see PEP 386). Releases must be
labelled with annotated tags (signed tags are annotated) of the following
format:
v<num>(.<num>)+ [ {a|b|c|rc} <num> (.<num>)* ]
{
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
// Gebruik het Flatland kleurenschema voor code.
"ensure_newline_at_eof_on_save": true,
// Maak altijd een newline op het einde van een bestand.
"file_exclude_patterns":
[
"*.scssc",
"*.DS_Store"
],
#!/usr/bin/env bash
# file: ~/.virtualenvs/postmkvirtualenv
# This hook is run after a new virtualenv is activated.
# setup python interpretor and sitepackages
# for Sublime Text's SublimeCodeIntel plugin.
# codeintel looks in the root of any folder opened via `subl foldername`
# for foldername/.codeintel/config
# it also looks in ~/.codeintel/config
@driesdesmet
driesdesmet / pip.conf
Last active January 31, 2023 07:20 — forked from jezdez/pip.conf
[global]
index-url=http://f.pypi.python.org/simple #I'm mostly in Europe anyways.
default-timeout = 60
respect-virtualenv = true
download-cache = ~/.pip/cache
log-file = ~/.pip/pip.log
build = ~/.pip/build