Skip to content

Instantly share code, notes, and snippets.

@delfrrr
delfrrr / garage.geojson
Created March 17, 2020 15:46
Garage-zone
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@delfrrr
delfrrr / background.js
Created January 31, 2017 08:34
react-native requestAnimationFrame and d3-interpolate
//this is an example of background animation from my weather comparsion app
//you can get early build of app at http://zowni.com
//full source of background.js below
const React = require('react');
const Svg = React.createFactory(require('react-native-svg').Svg);
const {interpolate} = require('d3-interpolate');
//...
/**
/**
* pack js and less for browser isolated
*/
/**
* @typedef {object} IsopackOptions
* @param {('js'|'less')} options.type
* @param {string} options.sourceId
*/
BEM.Model.Attribute.delc('custom', {
parse: function () {
//..
}
});
BEM.Model.delc('model', {
attributes: {
a: {
type: 'custom'
/**
* build setup
* @see https://github.com/enb-make/enb
*/
module.exports = function (config) {
var levels = [
'node_modules/bem-node/node_modules/bem-bl/blocks-common',
'node_modules/bem-node/node_modules/bem-bl/blocks-desktop',
'node_modules/bem-node/node_modules/bem-json',
'node_modules/bem-node/blocks',