Skip to content

Instantly share code, notes, and snippets.

@fabianthoma
fabianthoma / elementary-hackathon-paris.org
Last active August 29, 2016 19:30
Organizing a Hackathon in Paris

elementary Hackfest in Paris

Timeframe will be the 2nd to 4th of Septembre as that seems to be the time most of us europeans that want to come actully have the time for it.

Attendees

We currently have Fabian Thoma, Lewis Goddard, Corentin Noel, Florian Angermeier, Andrei, Pierre van Mart, emersion and xapantu on our list of attendees. That makes 8 People. I Asked for confirmation again and so far we got:

  • Fabian Thoma
  • Corentin Noel
  • Lewis Goddard
  • Andrei Zisu
  • emersion

Keybase proof

I hereby claim:

  • I am fabianthoma on github.
  • I am fabianthoma (https://keybase.io/fabianthoma) on keybase.
  • I have a public key whose fingerprint is 690D 6236 4BFA 4BA5 1DB7 B919 5C6D DA06 BFAD 8B89

To claim this, I am signing this object:

@fabianthoma
fabianthoma / Readme.md
Created July 25, 2014 11:25
Create PDFs with Contractor

Put all files in /usr/share/contractor and enjoy converting images to PDFs ;)

<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@fabianthoma
fabianthoma / _.md
Created July 2, 2013 19:56
countdown
@fabianthoma
fabianthoma / _.md
Created June 16, 2013 15:38
testing
@fabianthoma
fabianthoma / _.md
Created June 16, 2013 15:37
testing
@fabianthoma
fabianthoma / _.md
Created June 16, 2013 11:33
worldtest
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]