Skip to content

Instantly share code, notes, and snippets.

Beauty - Outer Beauty
- Face Haus offers no-frills facials for those on the go
- The Spring Skin Detox: How To Rejuvenate Your Skin
- Chapped No More: 8 Must-Have Winter-Friendly Skin and Hair Soothers
- Step-by-Step Guide: How to Brew Kombucha – Kombucha for Beauty
- Rainbow Detox Smoothie
- 20 toxic ingredients to avoid when buying body care products and cosmetics
- Review: Josie Maran cosmetics
- Meet A D.C. Entrepreneur With A Passion For Beauty
- Swatches of all The All Natural Face powder blushes
function finder(filename, string){
for(var ifilename = 0, istring = 0;ifilename<filename.length;ifilename++){
var cstring = string[istring],
cfilename = filename[ifilename];
// console.log(i, cstring, cfilename);
if(cstring == cfilename){
istring++;
if(istring == string.length)
Before
[negroni] Started GET /browse
2015/06/10 15:09:25 Memstats param parsing alloc: 704B totalalloc: 704B sys: 0 pause: 0ms numGc: 0, heapAlloc: 704B heapSys: -16K heapObjects: 15 heapInuse: 0 elapsed: 169.577µs
2015/06/10 15:09:25 Memstats s2-covering alloc: 16.6K totalalloc: 16.6K sys: 0 pause: 0ms numGc: 0, heapAlloc: 16.6K heapSys: 0 heapObjects: 147 heapInuse: 16K elapsed: 294.735µs
2015/06/10 15:09:25 Memstats create-venue-event-query alloc: 192B totalalloc: 192B sys: 0 pause: 0ms numGc: 0, heapAlloc: 192B heapSys: 0 heapObjects: 2 heapInuse: 0 elapsed: 16.89µs
gc10(1): 1+0+1024+1 us, 1 -> 2 MB, 25383 (46628-21245) objects, 15 goroutines, 239/0/0 sweeps, 0(0) handoff, 0(0) steal, 0/0/0 yields
gc11(1): 1+0+1282+2 us, 1 -> 3 MB, 45529 (106116-60587) objects, 15 goroutines, 3
Job: 2015/08/29 13:21:00 nightlyaccounts.go:88: [Job instagram_account_scraper][Venue 5511be903d42bd000300070f][Instagram pulsekaraoke] Import error: Instagram error 400: APINotAllowedError you cannot view this resource
Job: 2015/08/29 13:22:22 nightlyaccounts.go:88: [Job instagram_account_scraper][Venue 5511bec03d42bd0003000796][Instagram karmaloungenyc] Import error: Instagram error 400: APINotAllowedError you cannot view this resource
Job: 2015/08/29 13:23:46 nightlyaccounts.go:88: [Job instagram_account_scraper][Venue 5511bef33d42bd0003000813][Instagram inwoodlocal] Import error: Instagram error 400: APINotAllowedError you cannot view this resource
Job: 2015/08/29 13:24:54 nightlyaccounts.go:88: [Job instagram_account_scraper][Venue 5511befb37345d0003000836][Instagram mamajuanacafenyc] Import error: Instagram error 400: APINotAllowedError you cannot view this resource
Job: 2015/08/29 13:26:48 nightlyaccounts.go:88: [Job instagram_account_scraper][Venue 5511bf5c3d42bd000300095b][Instagram arkalounge] Impor
class Example.Views.Table extends Backbone.View
template: JST['example/table']
initialize: ->
_.bindAll @, 'addOne', 'addAll'
@collection.on 'add', @addOne
render: ->
@$el.html @template()
class Example.Views.Table extends Backbone.View
template: JST['example/table']
initialize: ->
_.bindAll @, 'addOne', 'addAll'
@collection.on 'add', @addOne
render: ->
@$el.html @template()
class Example.Views.Table extends Backbone.View
template: JST['example/table']
initialize: ->
@collection.on 'add', @addOne
render: ->
@$el.html @template()
@addAll()
@
( ($, window)->
# Store the actual iframe
frame = null
$(window).on 'message',
# Inform the parent if the size of the widget changes
height = 0
setInterval ->