Skip to content

Instantly share code, notes, and snippets.

View franek's full-sized avatar

François D. franek

View GitHub Profile

Keybase proof

I hereby claim:

  • I am franek on github.
  • I am franek (https://keybase.io/franek) on keybase.
  • I have a public key whose fingerprint is F694 F2B4 F152 00EF CC65 13F6 F6AD 4573 C350 9441

To claim this, I am signing this object:

<?php
namespace Your\Namespace\Forms\Extension;
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\FormView;
use Symfony\Component\Form\FormInterface;
/**
@franek
franek / delicious.py
Created December 30, 2011 16:14
Delicious Backup Script
#! /usr/bin/env python
# The Delicious API only returns 1000 bookmarks at a time.
# The web export returns them all in the output file.
#
# To use:
# 1. Install requests: http://python-requests.org
# under ubuntu
# - install pip :
# sudo apt-get install python-pip