Skip to content

Instantly share code, notes, and snippets.

View joren's full-sized avatar

Joren De Groof joren

View GitHub Profile
Verifying that "joren.id" is my Blockstack ID. https://onename.com/joren
Plugin 'kchmck/vim-coffee-script'
Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-bundler'
Plugin 'tpope/vim-endwise'
Plugin 'tpope/vim-rails'
Plugin 'tpope/vim-surround'
Plugin 'vim-ruby/vim-ruby'
Plugin 'vim-scripts/tComment'
Plugin 'scrooloose/nerdtree'
Plugin 'rking/ag.vim'
Hey Joren,
Ik ben een repetitieweek aan het organiseren voor Collectief Verloren van 6 tot 10 juli (= midweek). Ik heb een zaaltje in Gent gevonden waar we misschien enkele repetities zouden kunnen houden en ben nu slaapplaatsen aan het bekijken. Kent gij nog toffe plaatsen in Gent?
In de eerste plaats zoek ik een slaapplaats voor drie man, liefst zo goedkoop mogelijk maar wel in bedden. Aanvullend zou het handig zijn om ook toegang te hebben tot een soort van vergaderlokaal (waar ook een muziek- en theaterworkshop mag plaatsvinden). Sowieso willen we ook enkele repetities in een echte dans- of theaterzaal, maar die zou ik dus in een aparte zaal houden (maar die kost ook wat meer natuurlijk).
Ik ben nu aan het denken aan jeugdherberg De Draecke. Enig idee of dit leuk is?
Als ge toevallig collega’s hebt die in die periode op vakantie gaan en hun woning Airbnb-gewijs tegen een prijsje willen verhuren: laat gerust weten. ;)
Merci om er eens over na te denken!

Keybase proof

I hereby claim:

  • I am joren on github.
  • I am joren (https://keybase.io/joren) on keybase.
  • I have a public key whose fingerprint is 6FF7 31E6 12F4 DCE3 DC8A 44FB 0F9F 933D FC30 695D

To claim this, I am signing this object:

@joren
joren / README.md
Last active December 21, 2015 14:18

Description

Simple Dashing widget that show the amount of open tickets for a SirPortly departement.

The widget was made by @joren for use @openminds. If you end up using this widget, please send me a tweet! I'd love to hear about it.

Dependencies

This widget requires the sirportly gem for API communication.

Description

Simple Dashing widget that show the amount of open issues and bugs for a Gitlab project.

The widget was made by @joren for use @openminds. If you end up using this widget, please send me a tweet! I'd love to hear about it.

Dependencies

This widget requires the curb gem for easy curl request in Ruby and your Gitlab API key.

@joren
joren / analyzer we use
Created July 31, 2013 08:18
Elasticsearch problem. Same anaylizer, but two different ways to search. 1. {"query":{"query_string":{"query":"name:jore"}} 2. {"query":{"query_string":{"query":"jore"}} So once with a specific field and once without. Giving differen results when I search with or without a space in the query.
settings analysis: {
filter: {
myNgram: {
type: 'nGram',
max_gram: 12,
min_gram: 3
}
},
analyzer: {
name_analyzer: {
@joren
joren / Analyzer
Last active December 20, 2015 11:00
Elasticsearch problem
settings analysis: {
filter: {
myNgram: {
type: 'nGram',
max_gram: 12,
min_gram: 3
}
},
analyzer: {
name_analyzer: {
@joren
joren / .gitconfig
Created June 12, 2013 13:09
Git config
[user]
name = Joren De Groof
email = git@jorendegroof.be
[alias]
co = checkout
st = status
ci = commit
ic = commit
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
l = "!source ~/.githelpers && pretty_git_log"
@joren
joren / README.md
Last active December 17, 2015 01:09

Description

Simple Dashing widget that show the amount of participants for a Fikket event.

The widget was made by @joren for use @openminds. If you end up using this widget, please send me a tweet! I'd love to hear about it.

Dependencies

This widget requires the curb gem for easy curl request in Ruby and your Fikket API key.