Skip to content

Instantly share code, notes, and snippets.

View emdin's full-sized avatar

Pavel Filippov emdin

View GitHub Profile
### Keybase proof
I hereby claim:
* I am emdin on github.
* I am emdin (https://keybase.io/emdin) on keybase.
* I have a public key ASCxjUWUPxhXKLrzAvmoRYixWJ2FXHrPSKmporu_3hsjpAo
To claim this, I am signing this object:
@emdin
emdin / gist:23ac56d3b95c9cb2e091
Created February 25, 2016 09:38
red-baron folders
|-- app
|-- products
|-- lieferheld
|-- partnerprogramm
|-- img
|-- custom-stuff2.png
|-- custom-stuff3.gif
|-- sass
|-- content.html
|-- munchen-pizzas
Start time: (2015-08-05 15:48:55 UTC) [treshold=1%]
# module time %
1 gulp-util (nod...til/index.js) 157ms ▇ 1%
2 ./lib/src (nod...src/index.js) 141ms ▇ 1%
3 vinyl-fs (node...-fs/index.js) 203ms ▇ 2%
4 gulp (node_mod...ulp/index.js) 375ms ▇▇ 4%
5 module-deps (n...eps/index.js) 144ms ▇ 1%
6 browser-pack (...ack/index.js) 111ms ▇ 1%
7 browserify (no...ify/index.js) 453ms ▇▇ 4%
8 ../../types (n...pes/index.js) 171ms ▇ 2%
'use strict';
var React = require('react');
var _ = require('lodash');
var EditTable = require('./edit-table.jsx');
var Dropdown = require('./dropdown.jsx');
module.exports = React.createClass({
displayName: 'itemListComponent',

#HH

  • HH express visual fixes
  • GA tracking web + mobile
  • Bring back reward stamps
  • Member id cleanup -> email
  • New price plans for worldcup
  • Helikom improvements
  • Load tests

#QA

@emdin
emdin / otsbjs.md
Created June 1, 2012 16:28 — forked from utstikkar/otsbjs.md
Open Tech School Berlin JS

In the spirit of Railsgirls Berlin, we want to start a programming education group for JavaScript. We need your help to get all the coaching done.

If you are interested in coaching JavaScript, fork this gist and add yourself or leave your contact data in a comment:

@emdin
emdin / gist:2392667
Created April 15, 2012 13:02
Sinon.js fake server with filtering and auto-respond
var srv = sinon.fakeServer.create();
srv.respond(...); // here will be all your server's business logic
srv.autoRespond = true;
srv.autoRespondAfter = 500;