conflict_resolution
stringlengths
27
16k
<<<<<<< ======= var ttHtml = require('./dom'); >>>>>>> <<<<<<< } }; customElem.prototype.build = function () { var element = this.element; param.data.FCODE = funCaller.getQueryString('fundcode') || '000001'; param.dataPage.FCODE = funCaller.getQueryString('fundcode') |...
<<<<<<< getItems: Zotero.Promise.coroutine(function* () { var search = yield _searchBox.search.clone(); // Hack to create a condition for the search's library -- // this logic should really go in the search itself instead of here // and in collectionTreeView.js yield search.loadPrimaryData()...
<<<<<<< return translation.getTranslators().then(function(translators) { if(!translators.length) { // we lied. we can't really translate this file. throw "No translator found for handled RIS, Refer or ISI file" } // translate using first available translation.setTranslator(translators[0]); ...
<<<<<<< ======= Components.utils.import("resource://zotero/config.js"); Components.utils.import("resource://zotero/q.js"); >>>>>>> Components.utils.import("resource://zotero/config.js"); <<<<<<< * Log a JS error to the Mozilla JS error console and the text console ======= * Log a JS error to Mozilla JS error ...
<<<<<<< this.canHandleItem = function (item) { return _getURL(item).then((val) => val !== false); ======= this.handleItems = function(items, event) { var urls = [for (item of items) _getURL(item)]; ZoteroPane_Local.loadURI([for (url of urls) if (url) url], event); >>>>>>> this.canHandleItem = function...
<<<<<<< var errString = "Downloaded PDF did not have MIME type " + "'application/pdf' in Attachments.importFromURL()"; Zotero.debug(errString, 2); ======= Zotero.debug("Downloaded PDF did not have MIME type " + "'application/pdf' in Attachments.importFromURL()", 2); Zotero....
<<<<<<< + "FROM creators "; if (searchParams.libraryID !== undefined) { sql += "JOIN itemCreators USING (creatorID) JOIN items USING (itemID) "; } sql += "WHERE CASE fieldMode " + "WHEN 1 THEN lastName " + "WHEN 0 THEN firstName || ' ' || lastName END " + "LIKE ? "; var sqlParam...
<<<<<<< this.bail = cmdLine.handleFlag("bail", false); this.grep = cmdLine.handleFlagWithParam("grep", false); ======= this.makeTestData = cmdLine.handleFlag("makeTestData", false); this.noquit = !this.makeTestData && this.noquit; this.runTests = !this.makeTestData; >>>>>>> this.makeTestData = cmdLine.ha...
<<<<<<< this._connection.close(); ======= this.stopDummyStatement(); this._connection.asyncClose(); >>>>>>> this._connection.asyncClose();
<<<<<<< this.findPDFForSelectedItems = async function () { if (!this.canEdit()) { this.displayCannotEditLibraryMessage(); return; } var items = this.getSelectedItems(); var icon = 'chrome://zotero/skin/treeitem-attachment-pdf.png'; var progressWin = new Zotero.ProgressWindow(); var title = Zo...
<<<<<<< if (zoteroItem.type != "attachment" && zoteroItem.type != "note") { var author = Zotero.CreatorTypes.getName(Zotero.CreatorTypes.getPrimaryIDForType(itemTypeID)); var creators = zoteroItem.creators; for(var i=0; creators && i<creators.length; i++) { var creator = creators[i]; var creatorType ...
<<<<<<< this._DOI = m[0]; } else { // dont look for ISBNs if we found a DOI var isbns = this._findISBNs(allText); if(isbns.length > 0) { this._ISBNs = isbns; Zotero.debug("Found ISBNs: " + isbns); } ======= this._DOI = m; >>>>>>> this._DOI = m; } else { // dont look for ISBNs if we found a DOI ...
<<<<<<< sql += " ORDER BY name COLLATE locale"; ======= sql += " ORDER BY val COLLATE locale"; statement = this._zotero.DB.getStatement(sql, sqlParams); >>>>>>> sql += " ORDER BY val COLLATE locale"; <<<<<<< var onRow = null; // If there's a result callback (e.g., for sorting), don't use a row handler...
<<<<<<< ======= /** * A really ugly way of making a DOM object not look like a DOM object, so we can pass it to the * sandbox under Firefox 5 */ Zotero.Translate.SandboxManager.Fx5DOMWrapper = function(obj, parent) { if(obj === null) { return null; } if(typeof obj === "function") { var me = this; var va...
<<<<<<< }, /** * Gets the icon for a JSON-style attachment */ "determineAttachmentIcon":function(attachment) { if(attachment.linkMode === "linked_url") { return Zotero.ItemTypes.getImageSrc("attachment-web-link"); } return Zotero.ItemTypes.getImageSrc(attachment.mimeType === "application/pdf" ?...
<<<<<<< // Credits Command //////////////////////////////////////////////////////////////////////////// var credits = { add: function() { } } var CreditsCommand = function(name, params, text, videoManager) { VideoCommand.call(this, name, params, text, videoManager); $("#credits") ...
<<<<<<< var AcestreamModule = { ======= var DirectVideoLinkModule = { canHandleUrl: function(url) { var supportedVideoExtensions = ['avi', 'wmv', 'asf', 'flv', 'mkv', 'mp4', 'webm', 'm4v']; for (var i = 0; i < supportedVideoExtensions.length; i++) { var extension = supportedVideoExtens...
<<<<<<< if(!Array.isArray(content) && content != null) throw new Error("Exported value was not extracted as an array: " + JSON.stringify(content)); module.meta[__dirname] = { ======= if(!Array.isArray(content) && content !== null) throw new Error("Exported value is not a string."); module.me...
<<<<<<< var childFilename = "extract-text-webpack-plugin-output-filename"; // eslint-disable-line no-path-concat var publicPath = typeof query.publicPath === "string" ? query.publicPath : this._compilation.outputOptions.publicPath; var outputOptions = { filename: childFilename, publicPath: publicPath }; ...
<<<<<<< }); -> System.registerDynamic(['some', 'deps', 'require'], false, function(__require, __exports, __module) { return (function(some, deps, require) { })(__require('some'), __require('deps'), __require); }); define(['dep'], factory) -> System.registerDynamic(['dep'], ...
<<<<<<< <div className="main-sidebar"> <div className="main-sidebar-contents"> <TOC entities={entities} url={url} intl={intl} translations={translations} categories={categories} /> ...
<<<<<<< this.item[0] = ig.game.itemCatalog.sword1; this.item[1] = ig.game.itemCatalog.item1; this.item[2] = ig.game.itemCatalog.item3; this.item[3] = ig.game.itemCatalog.item4; this.item[4] = ig.game.itemCatalog.sword5; ======= this.item[0] = ig....
<<<<<<< item3: { name: 'Energy Drop', type: 'consumable', affinity: 'item', icon: new ig.Image('media/weapons/items/energy_drop.png'), uses: 1, cost: 0, desc: '', effect: function(entity){ entity.stat.str += 2 } }, item4: { name: 'Angelic Robe', type: 'consumable', affinity: 'item', icon: new ig.Image...
<<<<<<< // Items item1: { name: 'Vulenary', type: 'consumable', affinity: 'potion', range: 1, icon: new ig.Image('media/weapons/items/vulenary.png'), uses: 3, cost: 100, effect: function(entity){ entity.receiveDamage(-5, this) }}, item2: { name: 'Elixer', type: 'consumable', affinity: 'potion',...
<<<<<<< this.item[0] = ig.game.itemCatalog.axe1; //this.item[0] = null; this.item[1] = null; this.item[2] = null; this.item[3] = null; this.item[4] = null; this.derived_stats = ig.game.recomputeStats(this); ======= //this...
<<<<<<< }, { title: 'Tabs 标签页', route: 'compTabsIndexZh' ======= }, { title: 'Avatar 头像', route: 'compAvatarIndexZh' >>>>>>> }, { title: 'Tabs 标签页', route: 'comp...
<<<<<<< import Pagination from './pagination' ======= import Card from './card' import Grid from './grid' import Radio from './radio' import Switch from './switch' import Message from './message' import Transition from './transition' import Breadcrumb from './breadcrumb' import Tabs from './tabs' import Tag from './t...
<<<<<<< import Radio from './radio' ======= import Switch from './switch' import Transition from './transition' >>>>>>> import Radio from './radio' import Switch from './switch' import Transition from './transition' <<<<<<< }, { path: '/radio', component: Radio ======= }, { path:...
<<<<<<< if(Array.isArray(featureFile)) { let accumulatedErrors = []; featureFile.forEach(element => { var parsedFile = parser.parse(fs.readFileSync('test/rules/' + element, 'utf8')).feature; accumulatedErrors = accumulatedErrors.concat(rule.run(parsedFile, {name: element}, configuration)...
<<<<<<< function noDuplicateScenarioNames(feature, file, configuration) { if(configuration === 'in-feature') { scenarios = []; } if(feature.children) { var errors = []; ======= function noDuplicateScenarioNames(feature, file) { var errors = []; if (feature && feature.children) { >>>>>>> functi...
<<<<<<< tierHasStarted = (index) => { const initialTiersValue = this.props.crowdsaleStore.selected.initialTiersValues[index] return initialTiersValue ? Date.now() > new Date(initialTiersValue.startTime).getTime() : true } ======= tierHasEnded = (index) => { const initialTierValues = this.props.crow...
<<<<<<< import { checkTxMined, attachToContract, checkNetWorkByID, sendTXToContract } from '../../utils/blockchainHelpers' import { getCrowdsaleData, getCurrentRate, initializeAccumulativeData, getAccumulativeCrowdsaleData, getCrowdsaleTargetDates, findCurrentContractRecursively, getJoinedTiers, getContractStorePropert...
<<<<<<< this.props.deploymentStore.setDeployerAccount(context.selectedAccount) } static contextTypes = { web3: PropTypes.object, selectedAccount: PropTypes.string ======= this.props.deploymentStore.setDeploymentStep(0) >>>>>>> this.props.deploymentStore.setDeploymentStep(0) this.props....
<<<<<<< import { CHAINS } from './constants' import { crowdsaleStore, generalStore, web3Store, contractStore } from '../stores' ======= import { CHAINS, MAX_GAS_PRICE } from './constants' import { crowdsaleStore, generalStore, web3Store } from '../stores' >>>>>>> import { CHAINS, MAX_GAS_PRICE } from './constants' i...
<<<<<<< export const DOWNLOAD_NAME = 'contractInfo' export const DOWNLOAD_TYPE = { text: 'text/plain', blob: 'blob' } ======= export const DOWNLOAD_NAME = 'icowizard' export const DOWNLOAD_TYPE = 'text/plain' >>>>>>> export const DOWNLOAD_NAME = 'icowizard' export const DOWNLOAD_TYPE = { text: 'text/plain', ...
<<<<<<< .then(() => updateJoinedCrowdsalesRecursive(crowdsaleABI, crowdsaleAddr, 293146)) .then(() => setMintAgentRecursive(tokenABI, tokenAddr, crowdsaleAddr, 68425, 'setMintAgentCrowdsale')) .then(() => setMintAgentRecursive(tokenABI, tokenAddr, currFinalizeAgentAddr, 68425, 'setMintAgentFinalizeAge...
<<<<<<< ======= validateTicker, validateTierEndDate, validateTierStartDate, validateTokenName, >>>>>>> validateTierEndDate, validateTierStartDate,
<<<<<<< } export function clearingReservedTokens() { return sweetAlert2({ title: "Clear all reserved tokens", html: "Are you sure you want to remove all reserved tokens?", type: "warning", showCancelButton: true, cancelButtonText: "No", confirmButtonText: "Yes", reverseButtons: true }) ...
<<<<<<< return sendTXToContract(method) .then(() => deploymentStore.setAsSuccessful('setReservedTokens')) ======= return method.estimateGas(opts) .then(estimatedGas => { opts.gasLimit = calculateGasLimit(estimatedGas) return sendTXToContract(method.send(opts)) }...
<<<<<<< function getTargetAccountName(deployment) { return configurationCache.getEnvironmentTypeByName(fp.get(['Value', 'EnvironmentType'])(deployment)) .then(fp.get(['AWSAccountName'])) .catch((e) => { logger.warn(e); return ''; }); } function mapDeployment(deployment, account) { ======= function mapDeplo...
<<<<<<< const sns = require('modules/sns/EnvironmentManagerEvents'); ======= let { when } = require('modules/functional'); let { ifNotFound, notFoundMessage } = require('api/api-utils/ifNotFound'); let environmentNotFound = notFoundMessage('environment'); >>>>>>> const sns = require('modules/sns/EnvironmentManagerE...
<<<<<<< ======= app.use(cookieAuthentication.middleware); app.use(tokenAuthentication.middleware); app.use(usernameMiddleware({ usernameProperty: REQUEST_USERNAME_PROPERTY })); >>>>>>>
<<<<<<< /^(trlink|wolink)\.in$/, ======= /^linkrex\.net$/, /^3rabshort\.com$/, /^shink\.xyz$/, /^mlink\.club$/, /^zlshorte\.net$/, /^(igram|gram)\.im$/, >>>>>>> /^linkrex\.net$/, /^3rabshort\.com$/, /^shink\.xyz$/, /^mlink\.club$...
<<<<<<< rule: { host: /yep\.it/, }, ready: function () { ======= rule: 'http://yep.it/preview.php?p=*', run: function () { >>>>>>> rule: 'http://yep.it/preview.php?p=*', ready: function () {
<<<<<<< host: [ /^www.img(taxi|adult).com$/, /^www.imgdrive.net$/, ], ======= host: /^www\.img(taxi|adult)\.com$/, >>>>>>> host: [ /^www\.img(taxi|adult)\.com$/, /^www.imgdrive.net$/, ],
<<<<<<< start: function (m) { $.redirect('/' + m.query[1]); ======= run: function (m) { $.openImage('/' + m.query[1]); >>>>>>> start: function (m) { $.openImage('/' + m.query[1]); <<<<<<< start: function (m) { $.redirect('/xxx/images/' + m.path[1]); ======= run: functio...
<<<<<<< start: function (m) { $.redirect(m.query[1]); ======= run: function (m) { $.openLink(m.query[1]); >>>>>>> start: function (m) { $.openLink(m.query[1]); <<<<<<< start: function (m) { $.redirect(m.path[1]); ======= run: function (m) { $.openLink(m.path[1]); ...
<<<<<<< /^(cutwin|cut-earn|earn-guide)\.com$/, /^(cutwi|cut-w|cutl|dmus)\.in$/, ======= /^earn-guide\.com$/, /^cutwin\.com$/, /^(cutwi|cut-w|cutl)\.in$/, >>>>>>> /^(cutwin|earn-guide)\.com$/, /^(cutwi|cut-w|cutl|dmus)\.in$/, <<<<<<< // com /^(d...
<<<<<<< ready: function (m) { 'use strict'; $('form[method="POST"]>input[name="_token"]').parentNode.submit(); ======= async ready () { $('form').submit(); >>>>>>> async ready () { $('form[method="POST"]>input[name="_token"]').parentNode.submit();
<<<<<<< rule: { host: /cubeupload\.com/, }, ready: function () { ======= rule: 'http://cubeupload.com/im/*', run: function () { >>>>>>> rule: 'http://cubeupload.com/im/*', ready: function () {
<<<<<<< /^chronos\.to$/, /^imgdrive\.co$/, ======= >>>>>>> /^imgdrive\.co$/,
<<<<<<< rule: { host: /^imageupper\.com$/, }, ready: function () { ======= rule: 'http://imageupper.com/i/?*', run: function () { >>>>>>> rule: 'http://imageupper.com/i/?*', ready: function () {
<<<<<<< rule: { host: /vvcap\.net/, }, ready: function () { ======= rule: 'http://vvcap.net/db/*.htp', run: function () { >>>>>>> rule: 'http://vvcap.net/db/*.htp', ready: function () {
<<<<<<< rule: { host: /^picshare\.geenza\.com$/, }, ready: function () { ======= rule: 'http://picshare.geenza.com/pics/*', run: function () { >>>>>>> rule: 'http://picshare.geenza.com/pics/*', ready: function () { <<<<<<< rule: { host: /adfoc\.us/, }, ready: func...
<<<<<<< /^3rabshort\.com$/, ======= /^linkrex\.net$/, >>>>>>> /^linkrex\.net$/, /^3rabshort\.com$/,
<<<<<<< _.register({ rule: { host: /^pornyfap\.com$/, path: /\/pic\//, }, async ready () { const p = $('img#myImg'); await $.openImage(p.src); }, }); ======= _.register({ rule: { host: /^funimg\.net$/, path: /\/img-.*\.html/, }, async start (...
<<<<<<< ======= /^(www\.)?imgult\.com$/, >>>>>>>
<<<<<<< rule: { host: /^image18\.org|screenlist\.ru|www\.imagenetz\.de$/, }, ready: function () { ======= rule: [ 'http://image18.org/show/*', 'http://screenlist.ru/details.php?image_id=*', 'http://www.imagenetz.de/*/*.html', ], run: function () { >>>>>>> rule: [ 'http://image18.org...
<<<<<<< /^icutit\.ca$/, /^shrt10\.com$/, ======= /^(icutit|cutearn|earnbig)\.ca$/, /^(www\.)?viralukk\.com$/, >>>>>>> /^(icutit|cutearn|earnbig)\.ca$/, /^(www\.)?viralukk\.com$/, /^shrt10\.com$/,
<<<<<<< <div className="missingText"> ======= </div> <div className="AboutLandscape"> <img src={landscape} alt="Service Mesh Landscape" ...
<<<<<<< post = require('./post'), vgSchema = require('vega-schema-url-parser').default; ======= post = require('./post') ural_parser = require('vega-schema-url-parser'); >>>>>>> post = require('./post'), ural_parser = require('vega-schema-url-parser').default;
<<<<<<< componentWillReceiveProps(nextProps) { if (nextProps.compiledVegaSpec !== this.props.compiledVegaSpec) { if (!nextProps.compiledVegaSpec) { this.setState({ height: (window.innerHeight - LAYOUT.HeaderHeight) - 25, }) } else { this.setState({ height: (...
<<<<<<< // TODO: display error / warnings var vgSpec = vl.compile(opt, stats).spec; ======= var vgSpec = vl.compile(spec, stats); >>>>>>> // TODO: display error / warnings var vgSpec = vl.compile(spec, stats).spec; <<<<<<< if (opt.data.values === undefined) { var prefix = ved.isPathAbsolut...
<<<<<<< import { UPDATE_VEGA_SPEC, UPDATE_VEGA_LITE_SPEC, PARSE_SPEC, TOGGLE_DEBUG, TOGGLE_AUTO_PARSE, CYCLE_RENDERER, SET_VEGA_EXAMPLE, SET_VEGA_LITE_EXAMPLE, ======= import { UPDATE_VEGA_SPEC, UPDATE_VEGA_LITE_SPEC, CYCLE_RENDERER, SET_VEGA_EXAMPLE, SET_VEGA_LITE_EXAMPLE, >>>>>>> import { UPDATE_VEGA_SPEC, UPDATE_...
<<<<<<< var dfd = new Terraformer.Deferred(); ======= var args = Array.prototype.slice.call(arguments); var dfd = new Deferred(); >>>>>>> var args = Array.prototype.slice.call(arguments); var dfd = new Terraformer.Deferred(); <<<<<<< this.search = function(rect, callback) { ...
<<<<<<< /* @flow weak */ export const RULE_TYPE = 'RULE' export const KEYFRAME_TYPE = 'KEYFRAME' export const FONT_TYPE = 'FONT' export const STATIC_TYPE = 'STATIC' export const CLEAR_TYPE = 'CLEAR' ======= /* @flow */ export const RULE_TYPE = 1 export const KEYFRAME_TYPE = 2 export const FONT_TYPE = 3 export const S...
<<<<<<< import { RendererContext, ThemeContext } from './context' import { interceptDeprecation } from './_deprecate' const Provider = interceptDeprecation( RendererProvider, 'Importing `Provider` from inferno-fela is deprecated. Import `RendererProvider` instead.\nSee http://fela.js.org/docs/api/bindings/rendere...
<<<<<<< }, { description: 'arrow functions in block-less for loops in a block-less if/else chain (#110)', input: ` if (x) for (let i = 0; i < a.length; ++i) (() => { console.log(a[i]); })(); else if (y) for (let i = 0; i < b.length; ++i) (() => { console.log(b[i]); })(); else for ...
<<<<<<< .version(appInfo.version, '-v, --version') .option('-u, --url <url>', 'the elasticsearch url to connect to') .option('-f, --file <file>', 'the file to read data from') .option('-m, --max <items>', 'the max number of lines to process per batch (default: 20,000)', helpers.integer, 20000) .option('--request...
<<<<<<< class ChunkMock { constructor(modules) { this._modules = modules; } forEachModule(fn) { _.forEach(this._modules, fn); } } ======= const packagerMockFactory = { create(sandbox) { const packagerMock = { lockfileName: 'mocked-lock.json', rebaseLockfile: sandbox.stub(), g...
<<<<<<< dy: 0, retainExisting: true // disable if you want the collection of items to be replaced completely by incoming items. ======= dy: 0, maxWidth: 0 >>>>>>> dy: 0, maxWidth: 0, retainExisting: true // disable if you want the co...
<<<<<<< function get(){ var fs_url = url + '?f=' + ( options.format || 'json' ); if ( !options || !options.catalog || !options.service ){ if ( callback ) { ======= function get() { if (!options || !options.catalog || !options.service) { if (callback) { >>>>>>> function get() { if (...
<<<<<<< import { RendererContext, ThemeContext } from './context' import { interceptDeprecation } from './_deprecate' const Provider = interceptDeprecation( RendererProvider, 'Importing `Provider` from preact-fela is deprecated. Import `RendererProvider` instead.\nSee http://fela.js.org/docs/api/bindings/renderer...
<<<<<<< var url = [ options.catalog, options.service, 'FeatureServer/0'].join('/').replace(/\s/g, ''); ======= var requestHandler = this.requestHandler; >>>>>>> var url = [ options.catalog, options.service, 'FeatureServer/0'].join('/').replace(/\s/g, ''); var requestHandler = this.requestH...
<<<<<<< }); services.factory('GeographicZone', function ($resource) { return $resource('/geographicZone/:id.json', {}, {update:{method:'PUT'}}); }); services.factory('CreateGeographicZone', function ($resource) { return $resource('/geographicZone/insert.json', {}, {insert:{method:'POST'}}); }); services.fact...
<<<<<<< }); //vaccine storage service services.factory('CreateVaccineStorage', function ($resource) { return $resource('/createVaccineStorage.json', {}, {post:{method:'POST'}}); }); services.factory('UpdateVaccineStorage', function ($resource) { return $resource('/updateVaccineStorage.json', {}, {post:{metho...
<<<<<<< }); services.factory('VaccineQuantificationUpdate', function ($resource) { return $resource('/vaccineQuantification/create.json', {}, {post:{method:'POST'}}); }); services.factory('VaccineQuantificationList', function ($resource) { return $resource('/vaccineQuantification/list.json', {}, {}); }); se...
<<<<<<< }); services.factory('GetProductCategoryProductByProgramTree',function ($resource){ return $resource('/reports/productProgramCategoryTree/:programId', {}, {}); }); services.factory('GetYearSchedulePeriodTree',function ($resource){ return $resource('/reports/yearSchedulePeriod', {}, {}); ======= }); ...
<<<<<<< facilityApprovedProducts: facilityApprovedProducts, requisitionRights: requisitionRights, $routeParams: routeParams, $rootScope: rootScope, localStorageService: localStorageService, pageSize: pageSize, hideAdditionalCommoditiesTab: false, hideSkippedProducts: false, enableSkipPerio...
<<<<<<< services.factory('RepairManagement', function ($resource) { return $resource('/reports/reportdata/repairManagement.json', {}, {}); }); services.factory('RepairManagementEquipmentList', function ($resource) { return $resource('/reports/reportdata/repairManagementEquipmentList.json', {}, {}); }); ===...
<<<<<<< while ( tracksByStart[tracks.startIndex] && tracksByStart[tracks.startIndex].start <= currentTime ) { if ( tracksByStart[tracks.startIndex].end > currentTime && tracksByStart[tracks.startIndex]._running === false ) { tracksByStart[tracks.startIndex]._running = tr...
<<<<<<< ======= args.push(last.bind(this)); >>>>>>> args.push(last.bind(this)); <<<<<<< if (err) return this.respond(res, 500, err); res.locals.items = items; next(); res.status(res.statusCode).json(items); ======= if (err) retur...
<<<<<<< }, { name: "remoteStorage.js", size: "0.6k", tags: ["events", "ajax", "storage" ], description: "A library for adding remoteStorage support to your client-side app.", url: "https://github.com/unhosted/remoteStorage.js", source: "https://raw.github.com/unhosted/remoteStorage.js/master...
<<<<<<< }, { name: "keysort", tags: ["array", "object", "sort", "keys", "sql", "where"], description: "Sorts an Array of Objects with SQL ORDER BY clause", url: "https://github.com/avoidwork/keysort", source: "https://raw.github.com/avoidwork/keysort/master/lib/keysort.js" }, { name: "Li...
<<<<<<< }, { name: "EventoJS", tags: ["dom events", "event", "evento"], description: "An easy way to manipulate events on DOM.", url: "https://github.com/gustavohenrique/eventojs", source: "https://raw.githubusercontent.com/gustavohenrique/eventojs/master/src/evento.js" }, { name: ...
<<<<<<< }, { name: "color.js", github: "brehaut/color-js", tags: ["color", "color manipulation"], description: "API for immutable color objects in RGB, HSV and HSL with optional alpha. Comprehensive CSS format parsing and output.", url: "https://github.com/brehaut/color-js/", source: "https:...
<<<<<<< }, { name: "Head JS", size: "2.8k", tags: ["loader", "polyfill", "feature"], description: "An asynchronous loader library, with HTML5 and CSS3 polyfills", url: "http://headjs.com", source: "https://github.com/headjs/headjs/raw/master/dist/head.min.js" }, { name: "Augment.js",...
<<<<<<< name: "Plite", tags: ["promise", "future", "callback", "library", "functional"], description: "Tiny, fast, light-weight promises (370 bytes min+zipped)", url: "https://github.com/chrisdavies/plite", source: "https://raw.githubusercontent.com/chrisdavies/plite/master/plite.js" }, { na...
<<<<<<< description: "A lightweight 1-to-1 mobile slider. Optimized for touch devices.", url: "https://github.com/bradbirdsall/Swipe", source: "https://raw.github.com/bradbirdsall/Swipe/master/swipe.min.js" }, <<<<<<< HEAD { name: "Happen", size: "0.3k", tags: ["events" ], description: "...
<<<<<<< }, { name: "keysort", tags: ["array", "object", "sort", "keys", "sql", "where"], description: "Sorts an Array of Objects with SQL ORDER BY clause", url: "https://github.com/avoidwork/keysort", source: "https://raw.github.com/avoidwork/keysort/master/lib/keysort.js" }, { name: "Li...
<<<<<<< }, { name: "MarmottAjax", tags: ["ajax", "xhr", "json"], description: "A tiny Ajax librairy with promises and some Marmot", url: "https://github.com/marmottes/marmottajax", source: "https://raw.githubusercontent.com/marmottes/marmottajax/master/marmottajax.js" }, { name: "datedif...
<<<<<<< tags: ["progress", "bar", "progressbar"], description: "A (animated) javascript progress bar without dependencies.", url: "https://github.com/mdix/progress.js", source: "https://raw.github.com/mdix/progress.js/master/progress.js" }, { name: "jph.js", tags: ["jsonp", "network", "json", "manager", "l...
<<<<<<< }, { name: "Pledges", tags: ["promise", "pledge"], description: "A JavaScript micro-library that provides promise functionality.", url: "https://github.com/ryansmith94/Pledges", source: "https://raw.github.com/ryansmith94/Pledges/master/src/core.js" }, { name: "SVGEventListener",...
<<<<<<< }, { name: "EventoJS", tags: ["dom events", "event", "evento"], description: "An easy way to manipulate events on DOM.", url: "https://github.com/gustavohenrique/eventojs", source: "https://raw.githubusercontent.com/gustavohenrique/eventojs/master/src/evento.js" }, { name: ...
<<<<<<< }, { name: "Animatelo", github: "gibbok/animatelo", tags: ["animation", "animate", "web animation"], description: "Animatelo is a bunch of cool, fun, and cross-browser animations for you to use in your projects. This is a porting to Web Animation API of the fabulous animate.css project.", ...
<<<<<<< name: "Carpet.js", github: "mateuszgachowski/Carpet.js", tags: ["module", "simple", "autoload", "context", "settings", "module pattern", "advice"], description: "Small, easy-to-learn and modular JavaScript framework for big", url: "https://github.com/mateuszgachowski/Carpet.js", so...
<<<<<<< }, { name: "Happen", size: "0.3k", tags: ["events" ], description: "General purpose event triggering", url: "https://github.com/tmcw/happen", source: "https://raw.github.com/tmcw/happen/master/src/happen.js" ======= }, { name: "zest", size: "2.2k", tags: ["css", "se...
<<<<<<< }, { name: "range.js", tags: ["range"], description: "JavaScript's missing range function.", url: "https://github.com/js-coder/range.js", source: "https://raw.github.com/js-coder/range.js/master/lib/range.js" }, { name: "Strukt", tags: ["utilities"], description: "Ruby in...
<<<<<<< name: "gradstop", github: "Siddharth11/gradstop", tags: ["colors", "palette", "gradient", "hex", "rgb", "hsl"], description: "JavaScript micro library to generate gradient color stops", url: "https://github.com/Siddharth11/gradstop", source: "https://raw.githubusercontent.com/Siddharth11...
<<<<<<< name: "css-time.js", github: "philbooth/css-time.js", tags: ["css", "time", "string", "milliseconds", "convert", "conversion"], description: "A tiny library that converts milliseconds to and from CSS time strings.", url: "https://github.com/philbooth/css-time.js", source: "https://raw.gi...