I hereby claim:
- I am wrenoud on github.
- I am wrenoud (https://keybase.io/wrenoud) on keybase.
- I have a public key ASBZHXulETM0k23_CXEIxe-irp1QZNxSvbRyUOEHZLc9ewo
To claim this, I am signing this object:
| // based loosely on https://gist.github.com/dschmidt/a68747348036fd6aa989 | |
| // and the answer http://stackoverflow.com/questions/24782479/how-to-debug-slow-ember-cli-broccoli-builds/26044864#26044864 | |
| var glob = require('glob') | |
| , fs = require('fs') | |
| , util = require('util') | |
| , _ = require('lodash'); | |
| EMBER_FILES=[ | |
| 'ember/ember.js', | |
| 'ember/ember.prod.js', |
| <link rel="import" href="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.html"> | |
| <link rel="import" href="../google-map/google-map.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
| #include <iostream> | |
| using namespace std; | |
| void main() | |
| { | |
| for (int i = 1; i <= 100; i++) | |
| { | |
| bool divisible = false; | |
| if (i % 3 == 0) |
| { | |
| "version": "2.0.9", | |
| "replacements": [ | |
| { | |
| "active": true, | |
| "case": "Maintain", | |
| "repA": "woman", | |
| "repB": "person", | |
| "type": "Simple" | |
| }, |
| #!/bin/bash | |
| # This way you can customize which branches should be skipped when | |
| # prepending commit message. | |
| if [ -z "$BRANCHES_TO_SKIP" ]; then | |
| BRANCHES_TO_SKIP=(master qm-release qm-stable fm-release fm-stable) | |
| fi | |
| BRANCH_NAME=$(git symbolic-ref --short HEAD) | |
| BRANCH_NAME="${BRANCH_NAME##*/}" |
| # coding: utf-8 | |
| import math | |
| import sqlite3 | |
| from matplotlib import pylab as pl | |
| conn = sqlite3.connect('data.db') | |
| c = conn.cursor() | |
| c.execute('DROP TABLE BEAMS') |
| # coding: utf-8 | |
| import struct | |
| def with_metaclass(meta, *bases): | |
| """Create a base class with a metaclass. For 2/3 compatibility.""" | |
| class metaclass(meta): | |
| __call__ = type.__call__ | |
| __init__ = type.__init__ | |
| def __new__(cls, name, this_bases, d): | |
| if this_bases is None: |
| # coding: utf-8 | |
| import os | |
| import requests | |
| import re | |
| import json | |
| # hdsa | |
| if not os.path.exists('hdsa.html'): | |
| req =requests.request('get','http://hdsa.org/about-hdsa/locate-resources/') | |
| f = open('hdsa.html','w') |
I hereby claim:
To claim this, I am signing this object: