Skip to content

Instantly share code, notes, and snippets.

View fmagnan's full-sized avatar

Franck Magnan fmagnan

View GitHub Profile
@ziadoz
ziadoz / awesome-php.md
Last active July 13, 2024 05:29
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.
@jsok
jsok / README
Created September 28, 2012 03:46
Octopress on Debian
Before doing the initial setup, grab the following from apt-get:
$ sudo apt-get install zlib1g-dev openssl libopenssl-ruby1.9.1 libssl-dev libruby1.9.1 libreadline-dev git-core
Head over to:
http://octopress.org/docs/setup/
Install rbenv as described:
cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
@aklump
aklump / jquery.iframe_to_div.js
Last active May 30, 2019 16:55
A jQuery plugin to replace iframes with divs containing their source by loading via ajax. Benefits use parent page's css and have an auto height to your iframe.
/**
* Convert iframes to divs via ajax iframe_to_div jQuery Plugin
*
* Uses javascript to replace iframes with divs containing their source content
* by loading via ajax. If you use this to load vanilla html snippets, this has the
* effect of applying the page's css to your vanilla html snippet.
*
* This will not work if the iframe src is not a relative link due to ajax restrictions across domains.
*
* As an example:
@wsargent
wsargent / docker_cheat.md
Last active June 29, 2024 19:32
Docker cheat sheet