Skip to content

Instantly share code, notes, and snippets.

View Korbeil's full-sized avatar
🏂
Surfing on the web

Baptiste Leduc Korbeil

🏂
Surfing on the web
View GitHub Profile

Keybase proof

I hereby claim:

  • I am korbeil on github.
  • I am korbeil (https://keybase.io/korbeil) on keybase.
  • I have a public key ASDGv-BjSpFFgfGLqsfRq6RZNHiUr3s2tsfOnmKF3WCcAgo

To claim this, I am signing this object:

@Korbeil
Korbeil / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
@Korbeil
Korbeil / 0_reuse_code.js
Created May 20, 2014 08:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// http://stackoverflow.com/questions/278259/is-it-possible-to-rewind-a-pdo-result
// Wrap a PDOStatement to iterate through all result rows. Uses a
// local cache to allow rewinding.
class PDOStatementIterator implements Iterator
{
public
$stmt,
$cache,
$next;