This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const range = require('lodash.range'); | |
| const flatten = require('flatten'); | |
| const Promise = require('bluebird'); | |
| const fs = require('fs'); | |
| const RANGE = 60; | |
| const RESOLUTIONS = ['1440x900','1600x900']; | |
| const STATUS_OK = 200; | |
| const ENCODING_FILE = 'binary'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import ReactDom from 'react-dom'; | |
| import axios from 'axios'; | |
| class Header extends React.Component { | |
| constructor() { | |
| super() | |
| debugger | |
| this.state = { | |
| name: '', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const webpack = require('webpack') | |
| const getConfig = require('hjs-webpack') | |
| const isDev = (process.env.NODE_ENV || 'development') === 'development' | |
| const isProd = !isDev && process.env.NODE_ENV === 'production' | |
| const PRO_PUBLIC_PATH = '' | |
| const DEV_PUBLIC_PATH = '' | |
| const PUBLIC_PATH = isProd ? PRO_PUBLIC_PATH : DEV_PUBLIC_PATH | |
| const GA_ID = 'UA-XXXXX-Y' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import {config, logger, performance} from '@s-ui/domain' | |
| @logger | |
| @config | |
| @performance | |
| export default class HTTPUserRepository { | |
| current () { | |
| this._log('start request') | |
| this._config().get() | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " PLUGINS | |
| " ****************************************************************************** | |
| call plug#begin() | |
| Plug 'fugalh/desert.vim' " ColorSchema | |
| Plug 'airblade/vim-gitgutter' " display git changes on left column | |
| Plug 'itchyny/vim-gitbranch' " Git | |
| Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " Fuzzy Search | |
| Plug 'junegunn/fzf.vim' " Fuzzy Search | |
| Plug 'Quramy/tsuquyomi' " TypeScript Support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "suggest.echodocSupport": true, | |
| "suggest.maxCompleteItemCount": 20, | |
| "coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "typescriptreact", "json", "javascriptreact"], | |
| "eslint.filetypes": ["javascript", "typescript", "typescriptreact", "javascriptreact"], | |
| "eslint.autoFixOnSave": true, | |
| "yaml.format.enable": true, | |
| "yaml.format.singleQuote": true, | |
| "yaml.validate": true, | |
| "diagnostic.errorSign": "x", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "form": { | |
| "id": "milanuncios-filter", | |
| "type": "group", | |
| "label": "Busca en milanuncios", | |
| "actionlabel": "Buscar", | |
| "fields": [ | |
| { | |
| "id": "palabras", | |
| "type": "text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "form": { | |
| "id": "milanuncios-filter", | |
| "type": "group", | |
| "label": "Busca en milanuncios", | |
| "actionlabel": "Buscar", | |
| "fields": [ | |
| { | |
| "id": "palabras", | |
| "type": "text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.adobe=window.adobe||{},window.adobe.target=function(){"use strict";var t=window,n=document,e=!n.documentMode||n.documentMode>=10,r=n.compatMode&&"CSS1Compat"===n.compatMode&&e,o=t.targetGlobalSettings;function i(){}if(!r||o&&!1===o.enabled)return t.adobe=t.adobe||{},t.adobe.target={VERSION:"",event:{},getOffer:i,getOffers:i,applyOffer:i,applyOffers:i,sendNotifications:i,trackEvent:i,triggerView:i,registerExtension:i,init:i},t.mboxCreate=i,t.mboxDefine=i,t.mboxUpdate=i,"console"in t&&"warn"in t.console&&t.console.warn("AT: Adobe Target content delivery is disabled. Update your DOCTYPE to support Standards mode."),t.adobe.target;var u=window,c=document,a=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable;var l=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var n={},e=0;e<10;e++)n["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(n).map(function(t |