commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 3.26k | new_contents stringlengths 1 4.43k | subject stringlengths 15 624 | message stringlengths 15 4.7k | lang stringclasses 3
values | license stringclasses 13
values | repos stringlengths 5 91.5k |
|---|---|---|---|---|---|---|---|---|---|
2c1b060470eb3cb5b9c876a3fe64ccebc1bdbcab | app/assets/javascripts/respondent/question_answered.js | app/assets/javascripts/respondent/question_answered.js | $(document).ready(function() {
$(document).on('change', '.question-answered-box', function(){
the_id = $(this).data('the-id')
text_answer_field = $(this).closest('.text-answer').find('.text-answer-field')
matrix_answer_field = $(this).closest('.answer_fields_wrapper').find('.submission-matrix')
if($(t... | $(document).ready(function() {
$(document).on('change', '.question-answered-box', function(){
the_id = $(this).data('the-id')
text_answer_field = $(this).closest('.text-answer').find('.text-answer-field')
matrix_answer_field = $(this).closest('.answer_fields_wrapper').find('.submission-matrix')
if($(t... | Mark as answered to disable all matrix input types | Mark as answered to disable all matrix input types
| JavaScript | bsd-3-clause | unepwcmc/ORS,unepwcmc/ORS,unepwcmc/ORS,unepwcmc/ORS,unepwcmc/ORS |
d76319bf9ba2d629fd21c1cd5ac90f0f5b8a9981 | history-handler.js | history-handler.js | /*
* Copyright (c) 2010 Kevin Decker (http://www.incaseofstairs.com/)
* See LICENSE for license information
*/
var HistoryHandler = (function() {
var currentHash, callbackFn;
function loadHash() {
return decodeURIComponent(/#(.*)$/.exec(location.href)[1]);
}
function checkHistory(){
var hashValue = loadHash... | /*
* Copyright (c) 2010 Kevin Decker (http://www.incaseofstairs.com/)
* See LICENSE for license information
*/
var HistoryHandler = (function() {
var currentHash, callbackFn;
function loadHash() {
return decodeURIComponent(/#(.*)$/.exec((location.href || []))[1] || "");
}
function checkHistory(){
var hashVa... | Fix no hash case in history handler | Fix no hash case in history handler
| JavaScript | bsd-3-clause | leonardohipolito/border-image-generator,kpdecker/border-image-generator,kpdecker/border-image-generator,leonardohipolito/border-image-generator |
f6596240ba68ce13c08254cb864f0f353320e313 | application/widgets/source/class/widgets/view/Start.js | application/widgets/source/class/widgets/view/Start.js | /* ************************************************************************
widgets
Copyright:
2009 Deutsche Telekom AG, Germany, http://telekom.com
************************************************************************ */
/**
* Start View
*/
qx.Class.define("widgets.view.Start", {
extend : unify.vie... | /* ************************************************************************
widgets
Copyright:
2009 Deutsche Telekom AG, Germany, http://telekom.com
************************************************************************ */
/**
* Start View
*/
qx.Class.define("widgets.view.Start", {
extend : unify.vie... | Add scroll area to test application | Add scroll area to test application
| JavaScript | mit | unify/unify,unify/unify,unify/unify,unify/unify,unify/unify,unify/unify |
5af993b0c7a5abbf3aca3816458cc8b73055a158 | blueprints/factory/files/app/mirage/factories/__name__.js | blueprints/factory/files/app/mirage/factories/__name__.js | import Mirage, {faker} from 'ember-cli-mirage';
export default Mirage.Factory.extend({
});
| import Mirage/*, {faker} */ from 'ember-cli-mirage';
export default Mirage.Factory.extend({
});
| Update factory blueprint to pass JSHint | Update factory blueprint to pass JSHint
JSHint complains about unused {faker} import in default factory. | JavaScript | mit | cs3b/ember-cli-mirage,LevelbossMike/ember-cli-mirage,lazybensch/ember-cli-mirage,jherdman/ember-cli-mirage,ballPointPenguin/ember-cli-mirage,cs3b/ember-cli-mirage,ballPointPenguin/ember-cli-mirage,jherdman/ember-cli-mirage,cibernox/ember-cli-mirage,lependu/ember-cli-mirage,mixonic/ember-cli-mirage,jerel/ember-cli-mirag... |
72e9f05a844f38eb03611625f5bc639c3c2a5f20 | app/javascript/packs/application.js | app/javascript/packs/application.js | /* eslint no-console:0 */
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
//... | /* eslint no-console:0 */
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
//... | Remove default message from webpack | Remove default message from webpack
| JavaScript | mit | apvale/apvale.github.io,apvale/apvale.github.io,apvale/apvale.github.io |
80d3bccc16c15681292e67edd69ec1631a4c63d1 | chrome/browser/resources/net_internals/http_cache_view.js | chrome/browser/resources/net_internals/http_cache_view.js | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* This view displays information on the HTTP cache.
* @constructor
*/
function HttpCacheView() {
const mainBoxId = 'http-cache-view-tab-cont... | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* This view displays information on the HTTP cache.
*/
var HttpCacheView = (function() {
// IDs for special HTML elements in http_cache_view.... | Refactor HttpCacheView to be defined inside an anonymous namespace. | Refactor HttpCacheView to be defined inside an anonymous namespace.
BUG=90857
Review URL: http://codereview.chromium.org/7544008
git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@94868 0039d316-1c4b-4281-b951-d872f2087c98
| JavaScript | bsd-3-clause | PeterWangIntel/chromium-crosswalk,hujiajie/pa-chromium,bright-sparks/chromium-spacewalk,rogerwang/chromium,zcbenz/cefode-chromium,mohamed--abdel-maksoud/chromium.src,ondra-novak/chromium.src,M4sse/chromium.src,ondra-novak/chromium.src,Jonekee/chromium.src,jaruba/chromium.src,mohamed--abdel-maksoud/chromium.src,axinging... |
679962935ae5303bde46ca18a216b14504e2327c | worldGenerator/DungeonBluePrints.js | worldGenerator/DungeonBluePrints.js | 'use strict';
const common = require('./../server/common');
export class DungeonBluePrints {
constructor (number, worldSize, locationSize) {
this.number = number;
this.worldSize = worldSize;
this.locationSize = locationSize;
this.blueprints = {};
}
generate () {
for (let i = 0; i < this.w... | 'use strict';
const common = require('./../server/common');
export class DungeonBluePrints {
constructor (number, worldSize, locationSize) {
this.number = number;
this.worldSize = worldSize;
this.locationSize = locationSize;
this.blueprints = {};
}
generate () {
const idList = [];
wh... | Improve generate method for uniq locations | Improve generate method for uniq locations
| JavaScript | mit | nobus/Labyrinth,nobus/Labyrinth |
bd7bd1f25231434489d425613f41e1bda888a291 | webpack.config.js | webpack.config.js | const path = require('path');
module.exports = {
entry: "./src/index.tsx",
output: {
filename: "bundle.js",
path: path.resolve(__dirname, "public/")
},
resolve: {
// Add '.ts' and '.tsx' as resolvable extensions.
extensions: [".ts", ".tsx", ".js", ".json"]
},
... | const path = require('path');
module.exports = {
entry: "./src/index.tsx",
output: {
filename: "bundle.js",
path: path.resolve(__dirname, "public/")
},
resolve: {
// Add '.ts' and '.tsx' as resolvable extensions.
extensions: [".ts", ".tsx", ".js", ".json"]
},
... | Fix for a source-map warning | :hammer: Fix for a source-map warning
| JavaScript | mit | tadashi-aikawa/owlora,tadashi-aikawa/owlora,tadashi-aikawa/owlora |
6d40c5a2511368407c86e4f9fc39850d3f2a74c2 | js/musichipster.js | js/musichipster.js | window.onload = function() {
var tabs = function() {
var args = models.application.arguments;
var current = $("#"+args[0]);
var sections = $(".section");
sections.hide();
current.show();
}
sp = getSpotifyApi(1);
var models = sp.require("sp://import/scripts/api/m... | window.onload = function() {
var tabs = function() {
var args = models.application.arguments;
var current = $("#"+args[0]);
var sections = $(".section");
sections.hide();
current.show();
}
sp = getSpotifyApi(1);
var models = sp.require("sp://import/scripts/api/m... | Add handler for Judging button | Add handler for Judging button
| JavaScript | mit | hassy/music_hipster |
22e747a989a343402fe54193b2780ef3d91c5d4a | node-tests/unit/utils/make-dir-test.js | node-tests/unit/utils/make-dir-test.js | 'use strict';
const td = require('testdouble');
const MakeDir = require('../../../src/utils/make-dir');
const fs = require('fs');
const path = require('path');
describe('MakeDir', () => {
context('when base and destPath', () => {
afterEach(() => {
td.reset();
});... | 'use strict';
const td = require('testdouble');
const MakeDir = require('../../../src/utils/make-dir');
const fs = require('fs');
const path = require('path');
describe('MakeDir', () => {
context('when base and destPath', () => {
let mkdirSync;
beforeEach(() => {
... | Update test to move test double replacement to before block | refactor(make-dir): Update test to move test double replacement to before block
| JavaScript | mit | isleofcode/splicon |
85ff298cf9f22036f83388a72cc99a868a2fabe5 | examples/Node.js/exportTadpoles.js | examples/Node.js/exportTadpoles.js | require('../../index.js');
var scope = require('./Tadpoles');
scope.view.exportFrames({
amount: 200,
directory: __dirname,
onComplete: function() {
console.log('Done exporting.');
},
onProgress: function(event) {
console.log(event.percentage + '% complete, frame took: ' + event.delta);
}
}); | require('../../node.js/');
var paper = require('./Tadpoles');
paper.view.exportFrames({
amount: 400,
directory: __dirname,
onComplete: function() {
console.log('Done exporting.');
},
onProgress: function(event) {
console.log(event.percentage + '% complete, frame took: ' + event.delta);
}
});
| Clean up Node.js tadpoles example. | Clean up Node.js tadpoles example.
| JavaScript | mit | NHQ/paper,NHQ/paper |
c5a54ec1b1de01baf05788b0602e20d41ebfc767 | packages/babel-plugin-inline-view-configs/__tests__/index-test.js | packages/babel-plugin-inline-view-configs/__tests__/index-test.js | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails oncall+react_native
* @format
*/
'use strict';
const {transform: babelTransform} = require('@babel/core');
const fixt... | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails oncall+react_native
* @format
*/
'use strict';
const {transform: babelTransform} = require('@babel/core');
const fixt... | Fix inline-view-configs test on Windows. | Fix inline-view-configs test on Windows.
Summary:
*facepalm* The file path is platform specific.
Changelog: [Internal]
Reviewed By: GijsWeterings
Differential Revision: D20793023
fbshipit-source-id: 4fbcbf982911ee449a4fa5067cc0c5d81088ce04
| JavaScript | bsd-3-clause | hammerandchisel/react-native,hoangpham95/react-native,janicduplessis/react-native,exponent/react-native,hammerandchisel/react-native,hoangpham95/react-native,exponentjs/react-native,facebook/react-native,hammerandchisel/react-native,myntra/react-native,javache/react-native,pandiaraj44/react-native,hammerandchisel/react... |
0cae8b6bebd3f28a92084289951b944bed35c937 | webpack.config.js | webpack.config.js | var webpack = require('webpack');
var path = require('path');
module.exports = {
context: __dirname + '/app',
entry: './index.js',
output: {
path: __dirname + '/bin',
publicPath: '/',
filename: 'bundle.js',
},
stats: {
colors: true,
progress: true,
},
resolve: {
extensions: [''... | var webpack = require('webpack');
var path = require('path');
module.exports = {
context: __dirname + '/app',
entry: './index.js',
output: {
path: __dirname + '/bin',
publicPath: '/',
filename: 'bundle.js',
},
stats: {
colors: true,
progress: true,
},
resolve: {
extensions: [''... | Resolve directories in the app folder | Resolve directories in the app folder
| JavaScript | mit | oliverbenns/pong,oliverbenns/pong |
219c639530f7e72ac12980291d03b2e9a2808d3e | webpack.config.js | webpack.config.js | const path = require('path');
module.exports = {
devtool: 'inline-source-map',
entry: './src/index.js',
module: {
rules: [
{
test: /\.(js|vue)$/,
loader: 'eslint-loader',
enforce: 'pre',
exclude: /node_modules/,
options: {
formatter: require('eslint-fri... | const path = require('path');
const port = process.env.PORT || 9000;
module.exports = {
devtool: 'inline-source-map',
entry: './src/index.js',
module: {
rules: [
{
test: /\.(js|vue)$/,
loader: 'eslint-loader',
enforce: 'pre',
exclude: /node_modules/,
options: {
... | Use PORT env for dev server | Use PORT env for dev server
| JavaScript | isc | muxy/extensions-js,muxy/extensions-js,muxy/extensions-js |
cdce8405c85996b5362ef05fc4c715725e640394 | webpack.config.prod.js | webpack.config.prod.js | const path = require('path');
const webpack = require('webpack');
const CleanWebpackPlugin = require('clean-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const project = require('./project.config.json');
const plugins = [
new CleanWebpackPlugin(['public']),
new webpack.optimize.Commo... | const path = require('path');
const webpack = require('webpack');
const CleanWebpackPlugin = require('clean-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const project = require('./project.config.json');
const plugins = [
new CleanWebpackPlugin(['public']),
new webpack.optimize.Commo... | Add hashing in build HMTL | Add hashing in build HMTL
| JavaScript | mit | ibleedfilm/fcc-react-project,ibleedfilm/recipe-box,ibleedfilm/fcc-react-project,ibleedfilm/recipe-box |
fb03f18dd8bbf6634e8b9fa69ffc32cb1a71d719 | webpack.prod.config.js | webpack.prod.config.js | var webpack = require('webpack');
var BundleTracker = require('webpack-bundle-tracker');
var path = require("path");
module.exports = {
context: __dirname,
entry: [
'./ditto/static/chat/js/base.js',
],
output: {
path: path.resolve('./ditto/static/dist'),
publicPath: '/... | var webpack = require('webpack');
var BundleTracker = require('webpack-bundle-tracker');
var path = require("path");
module.exports = {
context: __dirname,
entry: [
'./ditto/static/chat/js/base.js',
],
output: {
path: path.resolve('./ditto/static/dist'),
publicPath: '/... | Fix prod'n webpack conf for linked deps | Fix prod'n webpack conf for linked deps
| JavaScript | bsd-3-clause | Kvoti/ditto,Kvoti/ditto,Kvoti/ditto,Kvoti/ditto,Kvoti/ditto |
93d9d4bba873aba0af6c4419b7c731ebd187797c | geoportailv3/static/js/scalelinedirective.js | geoportailv3/static/js/scalelinedirective.js | goog.provide('app_scaleline_directive');
goog.require('app');
goog.require('ngeo_control_directive');
goog.require('ol.control.ScaleLine');
(function() {
var module = angular.module('app');
module.directive('appScaleline', [
/**
* @return {angular.Directive} The Directive Object Definition.
*/
... | goog.provide('app_scaleline_directive');
goog.require('app');
goog.require('ngeo_control_directive');
goog.require('ol.control.ScaleLine');
(function() {
var module = angular.module('app');
module.directive('appScaleline', [
/**
* @return {angular.Directive} The Directive Object Definition.
*/
... | Use quotes for scope properties | Use quotes for scope properties
| JavaScript | mit | geoportallux/geoportailv3-gisgr,geoportallux/geoportailv3-gisgr,Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3,geoportallux/geoportailv3-gisgr,Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3,geoportallux/geoportailv3-gisgr,Geoportail-Luxembourg/geoportailv3 |
26e3988ea21f5dea1e47cefe51eb546ea6a06f64 | blueocean-web/src/main/js/try.js | blueocean-web/src/main/js/try.js | var $ = require('jquery-detached').getJQuery();
var jsModules = require('@jenkins-cd/js-modules');
$(document).ready(function () {
var tryBlueOcean = $('<div class="try-blueocean header-callout">Try Blue Ocean UI ...</div>');
tryBlueOcean.click(function () {
// We could enhance this further by loo... | var $ = require('jquery-detached').getJQuery();
var jsModules = require('@jenkins-cd/js-modules');
$(document).ready(() => {
var tryBlueOcean = $('<div class="try-blueocean header-callout">Try Blue Ocean UI ...</div>');
tryBlueOcean.click(() => {
// We could enhance this further by looking at the ... | Add a "Try Blue Ocean UI" button in classic Jenkins - fix lint errors | Add a "Try Blue Ocean UI" button in classic Jenkins - fix lint errors
| JavaScript | mit | kzantow/blueocean-plugin,kzantow/blueocean-plugin,tfennelly/blueocean-plugin,alvarolobato/blueocean-plugin,jenkinsci/blueocean-plugin,tfennelly/blueocean-plugin,jenkinsci/blueocean-plugin,jenkinsci/blueocean-plugin,jenkinsci/blueocean-plugin,ModuloM/blueocean-plugin,tfennelly/blueocean-plugin,alvarolobato/blueocean-plu... |
bc864168d477192120b67ff32f71d07ea1674d76 | client/src/js/dispatcher/user.js | client/src/js/dispatcher/user.js | /**
* Copyright 2015, Government of Canada.
* All rights reserved.
*
* This source code is licensed under the MIT license.
*
* @providesModule User
*/
var Cookie = require('react-cookie');
var Events = require('./Events');
/**
* An object that manages all user authentication and the user profile.
*
* @const... | /**
* Copyright 2015, Government of Canada.
* All rights reserved.
*
* This source code is licensed under the MIT license.
*
* @providesModule User
*/
var Cookie = require('react-cookie');
var Events = require('./Events');
/**
* An object that manages all user authentication and the user profile.
*
* @const... | Delete Loki database and persistent storage on logout. | Delete Loki database and persistent storage on logout.
| JavaScript | mit | igboyes/virtool,igboyes/virtool,virtool/virtool,virtool/virtool |
64019f0ffd4582e8bb047e261152c9a034bfe378 | index.js | index.js | window.onload = function() {
sectionShow();
blogController();
};
function sectionShow() {
var sectionControls = {'home_btn': 'home', 'about_btn': 'about', 'projects_btn': 'projects', 'blog_btn': 'blog'}
document.getElementById('menu').addEventListener('click', function(event) {
event.preventDefault();
... | window.onload = function() {
sectionShow();
};
function sectionShow() {
var sectionControls = {'home_btn': 'home', 'about_btn': 'about', 'projects_btn': 'projects', 'blog_btn': 'blog'}
document.getElementById('menu').addEventListener('click', function(event) {
event.preventDefault();
hideSections(section... | Move blogController to run only if blog section is loaded | Index.js: Move blogController to run only if blog section is loaded
| JavaScript | mit | jorgerc85/jorgerc85.github.io,jorgerc85/jorgerc85.github.io |
36fd7e3ea6bdaf58995bc1c9da9522c4c0911dee | samples/msal-node-samples/standalone-samples/device-code/index.js | samples/msal-node-samples/standalone-samples/device-code/index.js | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
var msal = require('@azure/msal-node');
const msalConfig = {
auth: {
clientId: "6c04f413-f6e7-4690-b372-dbdd083e7e5a",
authority: "https://login.microsoftonline.com/sgonz.onmicrosoft.com",
}
}... | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
var msal = require('@azure/msal-node');
const msalConfig = {
auth: {
clientId: "6c04f413-f6e7-4690-b372-dbdd083e7e5a",
authority: "https://login.microsoftonline.com/sgonz.onmicrosoft.com",
}... | Fix formating in the device-code sample | Fix formating in the device-code sample
| JavaScript | mit | AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication-library-for-js,AzureAD/microsoft-authentication... |
c1928257ac5233ad15866c5d4675ebdf7f552203 | index.js | index.js | /* jshint node: true */
'use strict';
module.exports = {
name: 'ember-cli-docker-config',
contentFor: function(type, config) {
if (type === 'head') {
return '<script type="text/javascript">window.DynamicENV = ' +
this.dynamicConfig(config.DynamicConfig) +
';</script>';
}
},
dyna... | /* jshint node: true */
'use strict';
module.exports = {
name: 'ember-cli-docker-config',
contentFor: function(type, config) {
if (type === 'head') {
return '<script type="text/javascript">window.DynamicENV = ' +
this.dynamicConfig(config.DynamicConfig) +
';</script>';
}
},
dyna... | Add ability to specify a function instead of a string for dynamic configs | Add ability to specify a function instead of a string for dynamic configs
| JavaScript | mit | pk4media/ember-cli-docker-config,pk4media/ember-cli-docker-config |
d09cd9ef89e9860c7b972cba9fcb1736f4de17c7 | lib/node_modules/@stdlib/repl/lib/context/regexp/index.js | lib/node_modules/@stdlib/repl/lib/context/regexp/index.js | 'use strict';
var NS = {};
// MODULES //
var getKeys = require( 'object-keys' ).shim();
NS.RE_EOL = require( '@stdlib/regexp/eol' );
NS.RE_EXTNAME = require( '@stdlib/regexp/extname' );
NS.RE_EXTNAME_POSIX = require( '@stdlib/regexp/extname-posix' );
NS.RE_EXTNAME_WINDOWS = require( '@stdlib/regexp/extname-windows'... | 'use strict';
var NS = {};
// MODULES //
var getKeys = require( 'object-keys' ).shim();
NS.RE_EOL = require( '@stdlib/regexp/eol' );
NS.RE_DIRNAME = require( '@stdlib/regexp/dirname' );
NS.RE_DIRNAME_POSIX = require( '@stdlib/regexp/dirname-posix' );
NS.RE_DIRNAME_WINDOWS = require( '@stdlib/regexp/dirname-windows'... | Add dirname RegExps to REPL context | Add dirname RegExps to REPL context
| JavaScript | apache-2.0 | stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib |
2beadbe92492133a4b643ec257ab40910e520031 | src/bot.js | src/bot.js | const Eris = require("eris");
const config = require("./cfg");
const bot = new Eris.Client(config.token, {
getAllUsers: true,
restMode: true,
});
module.exports = bot;
| const Eris = require("eris");
const config = require("./cfg");
const bot = new Eris.Client(config.token, {
restMode: true,
});
module.exports = bot;
| Disable getAllUsers from the client | Disable getAllUsers from the client
We can lazy-load members instead.
| JavaScript | mit | Dragory/modmailbot |
2efd96c382e193197acbbc30c0e0d6be135cd09c | lib/js/tabulate.js | lib/js/tabulate.js | (function($) {
$(document).ready(function() {
$('#template-entry-hidden').load("entry.template.html");
$('#btn-load-project').click(function(){
var project = $('#project-name').val();
$.getJSON(project, renderData);
});
});
function renderData(data) {
$.each(data, function(index, en... | (function($) {
$(document).ready(function() {
$('#template-entry-hidden').load("entry.template.html");
$('#btn-load-project').click(function(){
var project = $('#project-name').val();
$.getJSON(project, renderData);
});
});
function renderData(data) {
// For each entry
$.each(da... | Set the background colour based on exit status. | Set the background colour based on exit status.
| JavaScript | bsd-3-clause | nc6/tabula-viewer |
feab634e3d57c84f1e76ee6d00f13b2e99050b94 | src/view/table/cell/AmountEntryCell.js | src/view/table/cell/AmountEntryCell.js | /**
* Cell used for showing an AmountEntry
*
* Copyright 2015 Ethan Smith
*/
var Marionette = require('backbone.marionette');
var AmountEntryCell = Marionette.ItemView.extend({
tagName: 'td',
render: function() {
this.$el.html(this.model.entry.readable());
}
});
module.exports = AmountEntryCell;
| /**
* Cell used for showing an AmountEntry
*
* Copyright 2015 Ethan Smith
*/
var Marionette = require('backbone.marionette');
var AmountEntryCell = Marionette.ItemView.extend({
tagName: 'td',
className: function() {
return this.model.entry.get() === 0 ? 'zero' : '';
},
render: function() {
... | Add zero class to new AmountEntry cell | Add zero class to new AmountEntry cell
| JavaScript | mit | onebytegone/banknote-client,onebytegone/banknote-client |
f937a7643eb831c8ab4d5f4b2356a1ec2335acfa | db/migrations/20131219233339-ripple-addresses.js | db/migrations/20131219233339-ripple-addresses.js | var dbm = require('db-migrate');
var type = dbm.dataType;
exports.up = function(db, callback) {
db.createTable('ripple_addresses', {
id: { type: 'int', primaryKey: true, autoIncrement: true },
user_id: { type: 'int', notNull: true },
managed: { type: 'boolean', default: false, notNull: true},
addr... | var dbm = require('db-migrate');
var type = dbm.dataType;
exports.up = function(db, callback) {
db.createTable('ripple_addresses', {
id: { type: 'int', primaryKey: true, autoIncrement: true },
user_id: { type: 'int', notNull: true },
managed: { type: 'boolean', default: false, notNull: true},
addr... | Make ripple_address address column not required. Add timestamps. | [FEATURE] Make ripple_address address column not required. Add timestamps.
| JavaScript | isc | xdv/gatewayd,zealord/gatewayd,Parkjeahwan/awegeeks,whotooktwarden/gatewayd,xdv/gatewayd,crazyquark/gatewayd,whotooktwarden/gatewayd,crazyquark/gatewayd,Parkjeahwan/awegeeks,zealord/gatewayd |
9b6a769d4c96ea4834c3659c957d0d84b6eb41cc | example/drummer/src/createPredictedFutureElem.js | example/drummer/src/createPredictedFutureElem.js | const renderWay = require('./renderWay');
const predict = require('./predict');
module.exports = (model, dispatch) => {
const prediction = predict(model);
return renderWay(prediction, {
label: 'prediction',
numbers: true,
numbersBegin: model.history[0].length
});
};
| const renderWay = require('./renderWay');
const predict = require('./predict');
module.exports = (model, dispatch) => {
const prediction = predict(model);
return renderWay(prediction, {
label: 'future',
numbers: true,
numbersBegin: model.history[0].length
});
};
| Rename prediction label to future | Rename prediction label to future
| JavaScript | mit | axelpale/lately,axelpale/lately |
ee71493015ea0a949d6f9dcc77e641ffc77659f0 | misc/chrome_plugins/clean_concourse_pipeline/src/inject.user.js | misc/chrome_plugins/clean_concourse_pipeline/src/inject.user.js | // ==UserScript==
// @name Remove concourse elements
// @namespace cloudpipeline.digital
// @description Strips away some of the cruft from the concourse pipeline view when showing it on monitoring screens.
// @include https://deployer.*.cloudpipeline.digital/*
// @include https://deployer.cloud.servic... | // ==UserScript==
// @name Remove concourse elements
// @namespace cloudpipeline.digital
// @description Strips away some of the cruft from the concourse pipeline view when showing it on monitoring screens.
// @include https://deployer.*.cloudpipeline.digital/*
// @include https://deployer.cloud.servic... | Update chrome plugin for concourse 2.1.0 | Update chrome plugin for concourse 2.1.0
It was mostly working, but just left a dark bar across the top with the
env name in it. This updates it to remove that bar as well to maintain
consistency with the existing appearence.
| JavaScript | mit | alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf |
e7004fd93bd36390c4d644f1ec0cd66e267ff61a | app/shared/current_user/currentUser.spec.js | app/shared/current_user/currentUser.spec.js | describe('current-user module', function() {
var currentUser;
beforeEach(module('current-user'));
beforeEach(inject(function(_currentUser_) {
currentUser = _currentUser_;
}));
describe('currentUser', function() {
it("should be a resource", function() {
expect(currentUser).toBeDefined();
}... | describe('current-user module', function() {
var currentUser;
beforeEach(module('current-user'));
beforeEach(inject(function(_currentUser_) {
currentUser = _currentUser_;
}));
describe('currentUser', function() {
it("should be a resource", function() {
expect(currentUser).toBeDefined();
}... | Update currentUser module test cases | Update currentUser module test cases
| JavaScript | mit | christse02/project,christse02/project |
2013acb3bdc6905b26a52c060309ba2605ad50f4 | jujugui/static/gui/src/app/components/spinner/spinner.js | jujugui/static/gui/src/app/components/spinner/spinner.js | /*
This file is part of the Juju GUI, which lets users view and manage Juju
environments within a graphical interface (https://launchpad.net/juju-gui).
Copyright (C) 2015 Canonical Ltd.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License vers... | /*
This file is part of the Juju GUI, which lets users view and manage Juju
environments within a graphical interface (https://launchpad.net/juju-gui).
Copyright (C) 2015 Canonical Ltd.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License vers... | Update Spinner to use es6 class. | Update Spinner to use es6 class.
| JavaScript | agpl-3.0 | mitechie/juju-gui,mitechie/juju-gui,mitechie/juju-gui,mitechie/juju-gui |
62f3a153dd791bcd8ff30b54aaa2b7c0d8254156 | src/utils/math.js | src/utils/math.js | /**
* Creates a new 2 dimensional Vector.
*
* @constructor
* @this {Circle}
* @param {number} x The x value of the new vector.
* @param {number} y The y value of the new vector.
*/
function Vector2(x, y) {
if (typeof x === 'undefined') {
x = 0;
}
if (typeof y === 'undefined') {
y = 0... | /**
* Creates a new 2 dimensional Vector.
*
* @constructor
* @this {Circle}
* @param {number} x The x value of the new vector.
* @param {number} y The y value of the new vector.
*/
function Vector2(x, y) {
if (typeof x === 'undefined') {
x = 0;
}
if (typeof y === 'undefined') {
y = 0... | Change add to return the vector itself, for method chaining | Change add to return the vector itself, for method chaining
| JavaScript | mit | zedutchgandalf/OpenJGL,zedutchgandalf/OpenJGL |
e067299612793593a85694901339bcbd78e4d417 | themes/hive-learning-networks/js/ui.js | themes/hive-learning-networks/js/ui.js |
$("#hive-intro-menu .hive-list li").click(function(event) {
var placeName = $(this).find(".the-place").text();
var twitterHandle = $(this).find(".the-details .twitter-handle").text();
var websiteURL = $(this).find(".the-details .website-url").text();
// show content
$("#hive-intro-box h2").html(placeName);
... |
$("#hive-intro-menu .hive-list li").click(function(event) {
var placeName = $(this).find(".the-place").text();
var twitterHandle = $(this).find(".the-details .twitter-handle").text();
var websiteURL = $(this).find(".the-details .website-url").text();
// show content
$("#hive-intro-box h2").html(placeName);
... | Hide twitter field if value is empty | Hide twitter field if value is empty
| JavaScript | mpl-2.0 | mmmavis/hivelearningnetworks.org,mmmavis/hivelearningnetworks.org,mozilla/hivelearningnetworks.org,mmmavis/hivelearningnetworks.org,mozilla/hivelearningnetworks.org |
8c6d9d92092b13a86b6cec85be8141757e2da8a4 | site/src/electron/ElectronInterface.js | site/src/electron/ElectronInterface.js | class ElectronInterface extends SiteInterface {
constructor() {
super();
}
} | class ElectronInterface extends SiteInterface {
constructor() {
super();
this.style = new Style(ElectronInterface.STYLE_PATH);
}
}
ElectronInterface.STYLE_PATH = "../interface/SiteInterface/siteInterface.css"; | Add style to Electron Interface | Add style to Electron Interface
| JavaScript | mit | ukahoot/ukahoot,ukahoot/ukahoot.github.io,ukahoot/ukahoot.github.io,ukahoot/ukahoot.github.io,ukahoot/ukahoot,ukahoot/ukahoot,ukahoot/ukahoot |
2282d93db4422eac35ad3f8a65ed60e6c821eee7 | tasks/mochacli.js | tasks/mochacli.js | 'use strict';
var mocha = require('../lib/mocha');
module.exports = function (grunt) {
grunt.registerMultiTask('mochacli', 'Run Mocha server-side tests.', function () {
var options = this.options();
if (!options.files) {
options.files = this.file.srcRaw;
}
mocha(optio... | 'use strict';
var mocha = require('../lib/mocha');
module.exports = function (grunt) {
grunt.registerMultiTask('mochacli', 'Run Mocha server-side tests.', function () {
var options = this.options();
var globs = [];
if (!options.files) {
this.files.forEach(function (glob) {
... | Fix using the Grunt files format | Fix using the Grunt files format
| JavaScript | mit | Rowno/grunt-mocha-cli |
f65f19bf7d737cffdbe629247ac4913357c9d1ec | test/feature/Classes/NameBinding.js | test/feature/Classes/NameBinding.js | class ElementHolder {
element;
getElement() { return this.element; }
makeFilterCapturedThis() {
var capturedThis = this;
return function (x) {
return x == capturedThis.element;
}
}
makeFilterLostThis() {
return function (x) { return x == this.element; }
}
makeFilterHidden(element... | class ElementHolder {
element;
getElement() { return this.element; }
makeFilterCapturedThis() {
var capturedThis = this;
return function (x) {
return x == capturedThis.element;
}
}
makeFilterLostThis() {
return function () { return this; }
}
makeFilterHidden(element) {
return... | Fix invalid test and disable it due to V8 bug | Fix invalid test and disable it due to V8 bug
| JavaScript | apache-2.0 | ide/traceur,ide/traceur,ide/traceur |
5b3a341d2d53223775d7e09ab11819a5d433290f | packages/internal-test-helpers/lib/ember-dev/run-loop.js | packages/internal-test-helpers/lib/ember-dev/run-loop.js | import { cancelTimers, end, getCurrentRunLoop, hasScheduledTimers } from '@ember/runloop';
function RunLoopAssertion(env) {
this.env = env;
}
RunLoopAssertion.prototype = {
reset: function() {},
inject: function() {},
assert: function() {
let { assert } = QUnit.config.current;
if (getCurrentRunLoop()... | import { cancelTimers, end, getCurrentRunLoop, hasScheduledTimers } from '@ember/runloop';
export default class RunLoopAssertion {
constructor(env) {
this.env = env;
}
reset() {}
inject() {}
assert() {
let { assert } = QUnit.config.current;
if (getCurrentRunLoop()) {
assert.ok(false, 'S... | Convert `RunLoopAssert` to ES6 class | internal-test-helpers: Convert `RunLoopAssert` to ES6 class
| JavaScript | mit | kellyselden/ember.js,GavinJoyce/ember.js,mfeckie/ember.js,emberjs/ember.js,kellyselden/ember.js,Turbo87/ember.js,sandstrom/ember.js,stefanpenner/ember.js,bekzod/ember.js,kellyselden/ember.js,tildeio/ember.js,qaiken/ember.js,mixonic/ember.js,stefanpenner/ember.js,fpauser/ember.js,elwayman02/ember.js,fpauser/ember.js,giv... |
22d6877b66c928bda0e53fbe4c43a3bdf50f01d2 | data/file.js | data/file.js | // TODO docs, see data/breakpoint.js
define(function(require, exports, module) {
var Data = require("./data");
function File(options) {
this.data = options || {};
if (!this.data.items)
this.data.items = [];
if (!this.data.status)
this.data.status = "pend... | // TODO docs, see data/breakpoint.js
define(function(require, exports, module) {
var Data = require("./data");
function File(options) {
this.data = options || {};
if (!this.data.items)
this.data.items = [];
if (!this.data.status)
this.data.status = "pend... | Create Tests Dynamically When Needed | Create Tests Dynamically When Needed
| JavaScript | mit | c9/c9.ide.test |
6e3621cb2032e7bf9e6a5ad977efecd70798f8b7 | test/util.test.js | test/util.test.js | /* global describe, it, beforeEach */
import React from 'react'
import { expect } from 'chai'
import { sizeClassNames } from '../src/js/util'
describe('Util', () => {
describe('sizeClassNames', () => {
it('should return one classname given props', () => {
const props = { xs: 12 }
const actual = size... | /* global describe, it, beforeEach */
import React from 'react'
import { expect } from 'chai'
import { sizeClassNames } from '../src/js/util'
describe('Util', () => {
describe('sizeClassNames', () => {
describe('using props', () => {
it('should return one classname given props', () => {
const prop... | Add sizeClassNames Given Props & Offset Tests | Add sizeClassNames Given Props & Offset Tests
| JavaScript | mit | frig-js/frigging-bootstrap,frig-js/frigging-bootstrap |
31ee8ce20659751cb45fc1fc7c78167ce9171e1a | client/views/home/activities/trend/trend.js | client/views/home/activities/trend/trend.js | Template.homeResidentActivityLevelTrend.rendered = function () {
// Get reference to template instance
var instance = this;
instance.autorun(function () {
// Get reference to Route
var router = Router.current();
// Get current Home ID
var homeId = router.params.homeId;
// Get data for trend... | Template.homeResidentActivityLevelTrend.rendered = function () {
// Get reference to template instance
var instance = this;
instance.autorun(function () {
// Get reference to Route
var router = Router.current();
// Get current Home ID
var homeId = router.params.homeId;
// Get data for trend... | Use object attributes; adjust appearance | Use object attributes; adjust appearance
| JavaScript | agpl-3.0 | GeriLife/wellbeing,brylie/juhani-wellbeing,brylie/juhani-wellbeing,brylie/juhani-wellbeing,GeriLife/wellbeing,brylie/juhani-wellbeing,GeriLife/wellbeing,GeriLife/wellbeing |
2d105c1489e2648a4a5036bce8a4d0059da3eb82 | resources/public/js/rx.ontrail.pager.js | resources/public/js/rx.ontrail.pager.js | (function(){
// todo: remove depsu to elementBottomIsAlmostVisible
var nextPage = function(elem) {
var e = ($.isFunction(elem)) ? elem() : elem
return Rx.Observable.interval(200).where(function() { return elementBottomIsAlmostVisible(e, 100) })
}
var pager = function(ajaxSearch, page, next) {
retur... | (function(){
var timer = Rx.Observable.interval(100).publish()
timer.connect()
// todo: remove depsu to elementBottomIsAlmostVisible
var nextPage = function(elem) {
var e = ($.isFunction(elem)) ? elem() : elem
return timer.where(function() { return elementBottomIsAlmostVisible(e, 100) })
}
var pag... | Use single hot observable as timed event stream. | Use single hot observable as timed event stream. | JavaScript | mit | jrosti/ontrail,jrosti/ontrail,jrosti/ontrail,jrosti/ontrail,jrosti/ontrail |
ab5f7faeb6b09693c6804b011113ebe6bb8e9cd1 | src/components/LandingCanvas/index.js | src/components/LandingCanvas/index.js | import React from 'react';
import Helmet from 'react-helmet';
import styles from './styles';
function calculateViewportFromWindow() {
if (window.innerWidth >= 544) return 'sm';
if (window.innerWidth >= 768) return 'md';
if (window.innerWidth >= 992) return 'lg';
if (window.innerWidth >= 1200) return 'xl';
re... | import React from 'react';
import Helmet from 'react-helmet';
import styles from './styles';
function calculateViewportFromWindow() {
if (typeof window !== 'undefined') {
if (window.innerWidth >= 544) return 'sm';
if (window.innerWidth >= 768) return 'md';
if (window.innerWidth >= 992) return 'lg';
i... | Disable viewport calculation in case of server side render | Disable viewport calculation in case of server side render
| JavaScript | mit | line64/landricks-components |
f43bcef83577cbc4ef82098ee9bae8fdf709b559 | ui/src/stores/photos/index.js | ui/src/stores/photos/index.js | const SET_PHOTOS = 'SET_PHOTOS'
const initialState = {
photos: [],
photosDetail: []
}
const photos = (state = initialState, action = {}) => {
switch (action.type) {
case SET_PHOTOS:
return {...state, photos: action.payload.ids, photosDetail:action.payload.photoList}
default:
return state
... | const SET_PHOTOS = 'SET_PHOTOS'
const initialState = {
photos: [],
photosDetail: []
}
const photos = (state = initialState, action = {}) => {
switch (action.type) {
case SET_PHOTOS:
let index = state.photosDetail.filter((el) => {
return action.payload.photoList.findIndex( (node) => e... | Add conditions to remove duplicates. | Add conditions to remove duplicates.
| JavaScript | agpl-3.0 | damianmoore/photo-manager,damianmoore/photo-manager,damianmoore/photo-manager,damianmoore/photo-manager |
a73508bdc6301e616eb15a7f3ee88a5eb982e466 | lib/registration.js | lib/registration.js | if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./service-worker.js', {scope: './'})
.catch(function(error) {
alert('Error registering service worker:'+error);
});
} else {
alert('service worker not supported');
} | if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./service-worker.js', {scope: './'})
.catch(function(error) {
console.error('Error registering service worker:'+error);
});
} else {
console.log('service worker not supported');
}
| Use console.error and console.log instead of alert | Use console.error and console.log instead of alert
| JavaScript | mit | marco-c/broccoli-serviceworker,jkleinsc/broccoli-serviceworker |
1ebfe684c986124dd8fbf7a951b1c8e8ae94f371 | lib/socketServer.js | lib/socketServer.js | const socketio = require('socket.io')
const data = require('../data/tasks')
let counter = 0
exports.listen = function (server) {
io = socketio.listen(server)
io.sockets.on('connection', function (socket) {
console.log('Connection created')
createTask(socket)
displayAllTask(socket)
})
const createTa... | const socketio = require('socket.io')
const data = require('../data/tasks')
exports.listen = function (server) {
io = socketio.listen(server)
io.sockets.on('connection', function (socket) {
console.log('Connection created')
createTask(socket)
displayAllTask(socket)
})
const createTask = (socket) =>... | Add createTask on and emit event with mock data | [SocketServer.js] Add createTask on and emit event with mock data
| JavaScript | mit | geekskool/taskMaster,geekskool/taskMaster |
3cebd82a19df42814f79725c8ab168ca50ff2b2e | routes/updateUserProfile.js | routes/updateUserProfile.js | /*
* Copyright (c) 2014-2020 Bjoern Kimminich.
* SPDX-License-Identifier: MIT
*/
const models = require('../models/index')
const insecurity = require('../lib/insecurity')
const utils = require('../lib/utils')
const cache = require('../data/datacache')
const challenges = cache.challenges
module.exports = function u... | /*
* Copyright (c) 2014-2020 Bjoern Kimminich.
* SPDX-License-Identifier: MIT
*/
const models = require('../models/index')
const insecurity = require('../lib/insecurity')
const utils = require('../lib/utils')
const cache = require('../data/datacache')
const challenges = cache.challenges
module.exports = function u... | Fix spelling of HTTP referer header | Fix spelling of HTTP referer header
| JavaScript | mit | bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop |
5cf61c9fb5cb120e1531ac636e12727aee3768a6 | lib/rsautl.js | lib/rsautl.js | var fs = require('fs');
var run = require('./runner');
var defaults = {
opensslPath : '/usr/bin/openssl',
padding : 'pkcs'
};
function verifyOptions (options) {
if (!fs.existsSync(options.opensslPath)) {
throw new Error(options.opensslPath + ': No such file or directory');
}
if (options.p... | var fs = require('fs');
var run = require('./runner');
var defaults = {
opensslPath : '/usr/bin/openssl',
padding : 'pkcs'
};
function verifyOptions (options) {
if (fs.existsSync !== undefined && !fs.existsSync(options.opensslPath)) {
throw new Error(options.opensslPath + ': No such file or direct... | Handle Meteor's stripping out methods from the fs core API. | Handle Meteor's stripping out methods from the fs core API.
| JavaScript | bsd-2-clause | ragnar-johannsson/rsautl |
43590c27a485c93298bd89be4a1fe84e32aae30b | rollup.config.js | rollup.config.js | import resolve from 'rollup-plugin-node-resolve';
import eslint from 'rollup-plugin-eslint';
import babel from 'rollup-plugin-babel';
import commonjs from 'rollup-plugin-commonjs';
import replace from 'rollup-plugin-replace';
import pkg from './package.json';
export default [
{
input: 'src/index.js',
... | import resolve from 'rollup-plugin-node-resolve';
import eslint from 'rollup-plugin-eslint';
import babel from 'rollup-plugin-babel';
import commonjs from 'rollup-plugin-commonjs';
import replace from 'rollup-plugin-replace';
import pkg from './package.json';
export default [
{
input: 'src/index.js',
... | Fix 'rollup-plugin-replace' order and variable name | Fix 'rollup-plugin-replace' order and variable name
| JavaScript | mit | springload/react-accessible-accordion,springload/react-accessible-accordion,springload/react-accessible-accordion |
206175481008af3ad074840a80f41816dcc2991c | public/app/components/chooseLanguage/chooseLanguage.js | public/app/components/chooseLanguage/chooseLanguage.js | product
.config(function ($routeProvider) {
$routeProvider
.when('/', {
templateUrl: 'components/chooseLanguage/chooseLanguage.tpl.html'
,controller: 'ChooseLanguageCtrl'
,resolve: {
LanguageService: 'LanguageService',
languages: function(L... | product
.config(function ($routeProvider) {
$routeProvider
.when('/', {
templateUrl: 'components/chooseLanguage/chooseLanguage.tpl.html'
,resolve: {
$b: ["$q", "LanguageService",
function ($q, LanguageService) {
return $... | Fix change to resolve promise before controller | Fix change to resolve promise before controller
| JavaScript | mit | stevenrojasv21/product-list-steven-rojas,stevenrojasv21/product-list-steven-rojas,stevenrojasv21/product-list-steven-rojas |
4817ef6d6d10db74bc67a3f07c8db75bb2e3dd6e | common/predictive-text/unit_tests/headless/default-word-breaker.js | common/predictive-text/unit_tests/headless/default-word-breaker.js | /**
* Smoke-test the default
*/
var assert = require('chai').assert;
var breakWords = require('../../build/intermediate').wordBreakers['uax29'];
const SHY = '\u00AD';
describe('The default word breaker', function () {
it('should break multilingual text', function () {
let breaks = breakWords(
`ᑖᓂᓯ᙮ раб... | /**
* Smoke-test the default
*/
var assert = require('chai').assert;
var breakWords = require('../../build/intermediate').wordBreakers['uax29'];
const SHY = '\u00AD';
describe('The default word breaker', function () {
it('should break multilingual text', function () {
let breaks = breakWords(
`Добрый д... | Make unit test slightly less weird. | Make unit test slightly less weird.
| JavaScript | apache-2.0 | tavultesoft/keymanweb,tavultesoft/keymanweb |
5f079cbed8904f50c273aa5a017172081d91021f | js/projects.js | js/projects.js | /**
* Created by sujithkatakam on 3/15/16.
*/
function pagination() {
var monkeyList = new List('test-list', {
valueNames: ['name'],
page: 4,
innerWindow: 4,
plugins: [ ListPagination({}) ]
});
}
window.onload = function() {
pagination();
getMonthsCount('experience', ... | /**
* Created by sujithkatakam on 3/15/16.
*/
function pagination() {
var monkeyList = new List('test-list', {
valueNames: ['name'],
page: 4,
innerWindow: 4,
plugins: [ ListPagination({}) ]
});
}
window.onload = function() {
pagination();
getMonthsCount('experience', ... | Work ex fix in summary | Work ex fix in summary
| JavaScript | apache-2.0 | sujithktkm/sujithktkm.github.io,sujithktkm/sujithktkm.github.io |
c91d95333da23c09b5f9df9e5a591b2d007ea531 | server/auth/craftenforum.js | server/auth/craftenforum.js | "use strict";
const passport = require('passport');
const BdApiStrategy = require('passport-bdapi').Strategy;
module.exports = (config, app, passport, models) => {
passport.use(new BdApiStrategy({
apiURL: config.apiUrl,
clientID: config.clientId,
clientSecret: config.clientSecret,
... | "use strict";
const passport = require('passport');
const BdApiStrategy = require('passport-bdapi').Strategy;
module.exports = (config, app, passport, models) => {
passport.use(new BdApiStrategy({
apiURL: config.apiUrl,
clientID: config.clientId,
clientSecret: config.clientSecret,
... | Fix wrong oauthId when creating users. | Fix wrong oauthId when creating users.
| JavaScript | mit | leMaik/EduCraft-Editor,leMaik/EduCraft-Editor,leMaik/EduCraft-Editor,leMaik/EduCraft-Editor |
1eeb1d49f7214732754b359bea00025d11395e4b | server/game/cards/02.2-FHaG/RaiseTheAlarm.js | server/game/cards/02.2-FHaG/RaiseTheAlarm.js | const DrawCard = require('../../drawcard.js');
class RaiseTheAlarm extends DrawCard {
setupCardAbilities(ability) {
this.action({
title: 'Flip a dynasty card',
condition: context => this.game.isDuringConflict('military') && context.player.isDefendingPlayer(),
cannotBeMir... | const DrawCard = require('../../drawcard.js');
class RaiseTheAlarm extends DrawCard {
setupCardAbilities(ability) {
this.action({
title: 'Flip a dynasty card',
condition: context => this.game.isDuringConflict('military') && context.player.isDefendingPlayer(),
cannotBeMir... | Fix Raise the Alarm bug | Fix Raise the Alarm bug
| JavaScript | mit | gryffon/ringteki,jeremylarner/ringteki,gryffon/ringteki,gryffon/ringteki,jeremylarner/ringteki,jeremylarner/ringteki |
51be095bab5e4c8b34b8e2dda0bd56a565d43bad | app.js | app.js | /**
* @module App Main Application Module
*/
'use strict';
const express = require('express');
const app = express();
const api = require('./api/api.router');
app.use('/', express.static('public'));
app.use('/api', api);
module.exports = app; | /**
* @module App Main Application Module
*/
'use strict';
const express = require('express');
const app = express();
app.set('trust proxy', true);
const api = require('./api/api.router');
app.use('/', express.static('public'));
app.use('/api', api);
module.exports = app; | Set trust proxy to true | Set trust proxy to true
| JavaScript | mit | agroupp/test-api,agroupp/test-api |
55a86b726335b4dbc2fa45b43e82c6245fdfed82 | src/routes/Home/components/HomeView.js | src/routes/Home/components/HomeView.js | import React, { Component } from 'react'
import { connect } from 'react-redux'
import PropTypes from 'prop-types'
import Sidebar from '../../../components/Sidebar'
import TopicList from '../../../components/TopicList'
import './HomeView.scss'
class HomeView extends Component {
static propTypes = {
topics: PropT... | import React, { Component } from 'react'
import { connect } from 'react-redux'
import PropTypes from 'prop-types'
import Sidebar from '../../../components/Sidebar'
import TopicList from '../../../components/TopicList'
import './HomeView.scss'
class HomeView extends Component {
static propTypes = {
topics: PropT... | Sort topics by the number of upvotes/downvotes | Sort topics by the number of upvotes/downvotes
| JavaScript | mit | AdrielLimanthie/carousell-reddit,AdrielLimanthie/carousell-reddit |
a9817a7d8b33fa27072d5f5a55cfc49e00eada71 | webpack.development.config.js | webpack.development.config.js | //extend webpack.config.js
var config = require('./webpack.config');
var path = require('path');
//for more info, look into webpack.config.js
//this will add a new object into default settings
// config.entry = [
// 'webpack/hot/dev-server',
// 'webpack-dev-server/client?http://localhost:8080',
// ];
config.entry.... | //extend webpack.config.js
var config = require('./webpack.config');
var path = require('path');
//for more info, look into webpack.config.js
//this will add a new object into default settings
// config.entry = [
// 'webpack/hot/dev-server',
// 'webpack-dev-server/client?http://localhost:8080',
// ];
config.entry.... | Allow server to be accessed via IP | Allow server to be accessed via IP
| JavaScript | isc | terryx/react-webpack,terryx/react-webpack |
c1439e9e07786a46290a550304f3c9014a1b3d06 | src/app/projects/controller/project_list_controller.js | src/app/projects/controller/project_list_controller.js | /*
* Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | /*
* Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | Tweak for Superuser UI in projects. | Tweak for Superuser UI in projects.
This will properly align the create-project button for superadmin.
Change-Id: Id79c7daa66b7db559bda5a41e494f17d519cf6a3
| JavaScript | apache-2.0 | ColdrickSotK/storyboard-webclient,ColdrickSotK/storyboard-webclient,ColdrickSotK/storyboard-webclient |
dbf22af2728160fbe45245c9a779dec2f634cbe4 | app/assets/javascripts/tests/helpers/common.js | app/assets/javascripts/tests/helpers/common.js | const chai = require('chai');
const sinon = require('sinon');
const sinonChai = require('sinon-chai');
// Require and load .env vars
require('./dotenv');
// Configure chai to use Sinon-Chai
chai.should();
chai.use(sinonChai);
global.expect = chai.expect;
global.sinon = sinon;
| /**
* This file is globally included on every testcase instance. It is useful to
* load constants such as `chai`, `sinon` or any setup phase that we need. In
* our case, we need to setup sinon-chai, avoiding repeating a chunk of code
* across our test files.
*/
const chai = require('chai');
const sinon = require... | Add docs on global test file | Add docs on global test file
| JavaScript | bsd-3-clause | kriansa/amelia,kriansa/amelia,kriansa/amelia,kriansa/amelia |
b260f27e0176f2615236e78e06c8af045f5b0680 | scripts/build.js | scripts/build.js | const buildBaseCss = require(`./_build-base-css.js`);
const buildBaseHtml = require(`./_build-base-html.js`);
const buildPackageCss = require(`./_build-package-css.js`);
const buildPackageHtml = require(`./_build-package-html.js`);
const getDirectories = require(`./_get-directories.js`);
const packages = getDirectorie... | const buildBaseCss = require(`./_build-base-css.js`);
const buildBaseHtml = require(`./_build-base-html.js`);
const buildPackageCss = require(`./_build-package-css.js`);
const buildPackageHtml = require(`./_build-package-html.js`);
const getDirectories = require(`./_get-directories.js`);
const packages = getDirectorie... | Add global.css file to pages by default | Add global.css file to pages by default
| JavaScript | mit | avalanchesass/avalanche-website,avalanchesass/avalanche-website |
c8a608cf64c5fb9ce0f24beee53b7acccfc4cd03 | packages/custom/icu/public/components/data/context/context.service.js | packages/custom/icu/public/components/data/context/context.service.js | 'use strict';
angular.module('mean.icu').service('context', function ($injector, $q) {
var mainMap = {
task: 'tasks',
user: 'people',
project: 'projects',
discussion: 'discussions',
officeDocument:'officeDocuments',
office: 'offices',
templateDoc: 'templateDo... | 'use strict';
angular.module('mean.icu').service('context', function ($injector, $q) {
var mainMap = {
task: 'tasks',
user: 'people',
project: 'projects',
discussion: 'discussions',
officeDocument:'officeDocuments',
office: 'offices',
templateDoc: 'templateDo... | Make correct context when select entity in search | Make correct context when select entity in search
| JavaScript | mit | linnovate/icu,linnovate/icu,linnovate/icu |
e5985521ee1fd0960dcc6af004e5dd831857685d | app/props/clickable.js | app/props/clickable.js | import Prop from 'props/prop';
import canvas from 'canvas';
import mouse from 'lib/mouse';
// http://stackoverflow.com/questions/16628184/add-onclick-and-onmouseover-to-canvas-element
export default class Clickable extends Prop {
constructor(x, y, width, height, fn) {
super(x, y, width, height);
this.fn = f... | import Prop from 'props/prop';
import canvas from 'canvas';
import mouse from 'lib/mouse';
// http://stackoverflow.com/questions/16628184/add-onclick-and-onmouseover-to-canvas-element
export default class Clickable extends Prop {
constructor(x, y, width, height, fn) {
super(x, y, width, height);
this.fn = f... | Remove rendering for debugging click handlers | Remove rendering for debugging click handlers
| JavaScript | mit | oliverbenns/pong,oliverbenns/pong |
2a8cd200a67562a32fcce6dd01e253985e94d18a | 05/jjhampton-ch5-every-some.js | 05/jjhampton-ch5-every-some.js | // Arrays also come with the standard methods every and some. Both take a predicate function that, when called with an array element as argument, returns true or false. Just like && returns a true value only when the expressions on both sides are true, every returns true only when the predicate returns true for all ele... | // Arrays also come with the standard methods every and some. Both take a predicate function that, when called with an array element as argument, returns true or false. Just like && returns a true value only when the expressions on both sides are true, every returns true only when the predicate returns true for all ele... | Enable every/some methods to return early to prevent iterating over entire array | Enable every/some methods to return early to prevent iterating over entire array
| JavaScript | mit | OperationCode/eloquent-js |
35ead74f1fcb0b20d83be28cc9e187cdfe115373 | servers/index.js | servers/index.js | require('coffee-script').register();
var argv = require('minimist')(process.argv);
// require('./lib/source-server')
module.exports = require('./lib/server');
| require('coffee-script').register();
// require('./lib/source-server')
module.exports = require('./lib/server');
| Remove unused command line options parsing code | Remove unused command line options parsing code
Signed-off-by: Sonmez Kartal <d2d15c3d37396a5f2a09f8b42cf5f27d43a3fbde@koding.com>
| JavaScript | agpl-3.0 | usirin/koding,gokmen/koding,acbodine/koding,alex-ionochkin/koding,mertaytore/koding,kwagdy/koding-1,kwagdy/koding-1,gokmen/koding,jack89129/koding,szkl/koding,drewsetski/koding,andrewjcasal/koding,szkl/koding,usirin/koding,rjeczalik/koding,koding/koding,drewsetski/koding,jack89129/koding,kwagdy/koding-1,rjeczalik/kodin... |
376fda5bcdd5e0d4511ab08cd5c7125d72905e8b | lib/feature.js | lib/feature.js | var debug = require('debug')('rose');
var mongoose = require('mongoose');
var mongoURI = process.env.MONGOLAB_URI || 'mongodb://localhost/mydb';
debug('Connecting to MongoDB at ' + mongoURI + '...');
mongoose.connect(mongoURI);
var featureSchema = new mongoose.Schema({
name: {
type: String,
required: true
... | var debug = require('debug')('rose');
var mongoose = require('mongoose');
var mongoURI = process.env.MONGOLAB_URI || 'mongodb://localhost/rose';
debug('Connecting to MongoDB at ' + mongoURI + '...');
mongoose.connect(mongoURI);
var featureSchema = new mongoose.Schema({
name: {
type: String,
required: true
... | Rename the DB from mydb to rose | Rename the DB from mydb to rose
| JavaScript | mit | nickmccurdy/rose,nickmccurdy/rose,nicolasmccurdy/rose,nicolasmccurdy/rose |
59ae7095d382380d0a14871a1a571fb7c99b31f6 | examples/hello-world/app.js | examples/hello-world/app.js | var app = module.exports = require('appjs').createApp({CachePath: '/Users/dbartlett/.cache1'});
app.serveFilesFrom(__dirname + '/content');
var window = app.createWindow({
width : 640,
height : 460,
icons : __dirname + '/content/icons'
});
window.on('create', function(){
console.log("Window Created");
wi... | var app = module.exports = require('appjs').createApp();
app.serveFilesFrom(__dirname + '/content');
var window = app.createWindow({
width : 640,
height : 460,
icons : __dirname + '/content/icons'
});
window.on('create', function(){
console.log("Window Created");
window.frame.show();
window.frame.cente... | Remove testing CachePath from example. | Remove testing CachePath from example.
| JavaScript | mit | tempbottle/appjs,SaravananRajaraman/appjs,yuhangwang/appjs,appjs/appjs,appjs/appjs,imshibaji/appjs,tempbottle/appjs,yuhangwang/appjs,modulexcite/appjs,yuhangwang/appjs,SaravananRajaraman/appjs,eric-seekas/appjs,eric-seekas/appjs,eric-seekas/appjs,SaravananRajaraman/appjs,appjs/appjs,SaravananRajaraman/appjs,modulexcite... |
01e2d7f7a2a533d6eebd750096ccb542e5c524ae | web/lib/socket.js | web/lib/socket.js | import log from './lib/log';
let socket = root.io.connect('');
socket.on('connect', () => {
log.debug('socket.io: connected');
});
socket.on('error', () => {
log.error('socket.io: error');
socket.destroy();
});
socket.on('close', () => {
log.debug('socket.io: closed');
});
export default socket;
| import log from './log';
let socket = root.io.connect('');
socket.on('connect', () => {
log.debug('socket.io: connected');
});
socket.on('error', () => {
log.error('socket.io: error');
socket.destroy();
});
socket.on('close', () => {
log.debug('socket.io: closed');
});
export default socket;
| Change the import path for log | Change the import path for log
| JavaScript | mit | cheton/cnc.js,cheton/cnc,cncjs/cncjs,cheton/cnc,cncjs/cncjs,cheton/piduino-grbl,cheton/cnc,cheton/cnc.js,cheton/cnc.js,cheton/piduino-grbl,cncjs/cncjs,cheton/piduino-grbl |
dd6f17e4f57e799a6200dec3f339f5ccba75de8d | webpack.config.js | webpack.config.js | var webpack = require('webpack');
var BrowserSyncPlugin = require('browser-sync-webpack-plugin');
module.exports = {
context: __dirname,
entry: './src/whoami.js',
output: {
path: './dist',
filename: 'whoami.min.js',
libraryTarget: 'var',
library: 'whoami'
},
module: {
loaders: [
... | var webpack = require('webpack');
var BrowserSyncPlugin = require('browser-sync-webpack-plugin');
module.exports = {
context: __dirname,
entry: './src/whoami.js',
output: {
path: './dist',
filename: 'whoami.min.js',
libraryTarget: 'var',
library: 'whoami'
},
module: {
loaders: [
... | Watch dist files on browsersync | Watch dist files on browsersync
| JavaScript | mit | andersonba/whoami.js |
1ab999034c53389d359ab2161492a70e82c1ab47 | src/wirecloud/fiware/static/js/WirecloudAPI/NGSIAPI.js | src/wirecloud/fiware/static/js/WirecloudAPI/NGSIAPI.js | (function () {
"use strict";
var key, manager = window.parent.NGSIManager, NGSIAPI = {};
NGSIAPI.Connection = function Connection(url, options) {
manager.Connection.call(this, 'operator', MashupPlatform.operator.id, url, options);
};
NGSIAPI.Connection.prototype = window.parent.NGSIManage... | (function () {
"use strict";
var key, manager = window.parent.NGSIManager, NGSIAPI = {};
if (MashupPlatform.operator != null) {
NGSIAPI.Connection = function Connection(url, options) {
manager.Connection.call(this, 'operator', MashupPlatform.operator.id, url, options);
};
... | Fix bug: export NGSI API also for widgets | Fix bug: export NGSI API also for widgets
| JavaScript | agpl-3.0 | jpajuelo/wirecloud,rockneurotiko/wirecloud,rockneurotiko/wirecloud,rockneurotiko/wirecloud,rockneurotiko/wirecloud,jpajuelo/wirecloud,jpajuelo/wirecloud,jpajuelo/wirecloud |
1dcc6eab08d4df0e01427402503c5e26808e58ca | test/utils/to-date-time-in-time-zone.js | test/utils/to-date-time-in-time-zone.js | 'use strict';
module.exports = function (t, a) {
var mayanEndOfTheWorld = new Date(2012, 11, 21, 1, 1);
a.deep(t(mayanEndOfTheWorld, 'America/Guatemala').valueOf(),
new Date(2012, 11, 20, 18, 1).valueOf());
a.deep(t(mayanEndOfTheWorld, 'Europe/Warsaw').valueOf(),
new Date(2012, 11, 21, 1, 1).valueOf());
};
| 'use strict';
module.exports = function (t, a) {
var mayanEndOfTheWorld = new Date(Date.UTC(2012, 11, 21, 1, 1));
a.deep(t(mayanEndOfTheWorld, 'America/Guatemala').valueOf(),
new Date(2012, 11, 20, 19, 1).valueOf());
a.deep(t(mayanEndOfTheWorld, 'Europe/Warsaw').valueOf(),
new Date(2012, 11, 21, 2, 1).valueOf(... | Fix test so is timezone independent | Fix test so is timezone independent
| JavaScript | mit | egovernment/eregistrations,egovernment/eregistrations,egovernment/eregistrations |
10c19dabd1178de4f561327e348c3c114b54ea67 | Web/Application.js | Web/Application.js | var express = require('express');
var app = express();
var CurrentUser = require('../Architecture/CurrentUser').CurrentUser;
var WebService = require('../Architecture/WebService').WebService;
var MongoAdapter = require('../Adapters/Mongo').MongoAdapter;
var RedisAdapter = require('../Adapters/Redis').RedisAdapter;
va... | var express = require('express');
var app = express();
var CurrentUser = require('../Architecture/CurrentUser').CurrentUser;
var WebService = require('../Architecture/WebService').WebService;
var MongoAdapter = require('../Adapters/Mongo').MongoAdapter;
var RedisAdapter = require('../Adapters/Redis').RedisAdapter;
va... | Remove params from login route. | Remove params from login route.
| JavaScript | mit | rootsher/server-side-portal-framework |
d7983d0ed5f18fb64e046fb4aefa718c7cdd2a8b | src/bot/index.js | src/bot/index.js |
import 'babel-polyfill';
import { existsSync } from 'fs';
import { resolve } from 'path';
import merge from 'lodash.merge';
import TipsBot from './Tipsbot';
const tokenPath = resolve(__dirname, '..', '..', 'token.js');
const defaultToken = existsSync(tokenPath) ? require(tokenPath) : null;
const defaultName = 'Tipsb... |
import 'babel-polyfill';
import { existsSync } from 'fs';
import { resolve } from 'path';
import merge from 'lodash.merge';
import TipsBot from './Tipsbot';
const tokenPath = resolve(__dirname, '..', '..', 'token.js');
const defaultToken = existsSync(tokenPath) ? require(tokenPath) : '';
const defaultName = 'Tipsbot... | Set default token to empty string insted of null | Set default token to empty string insted of null
| JavaScript | mit | simon-johansson/tipsbot |
61d51a215bed8e447a528c8a65a9d2ba92453790 | js/memberlist.js | js/memberlist.js | //Memberlist JavaScript
function hookUpMemberlistControls() {
$("#orderBy,#order,#sex,#power").change(function(e) {
refreshMemberlist();
});
$("#submitQuery").click(function() {
refreshMemberlist();
});
refreshMemberlist();
}
function refreshMemberlist(page) {
var orderBy = document.getElementById("orderB... | //Memberlist JavaScript
function hookUpMemberlistControls() {
$("#orderBy,#order,#sex,#power").change(function(e) {
refreshMemberlist();
});
$("#submitQuery").click(function() {
refreshMemberlist();
});
refreshMemberlist();
}
function refreshMemberlist(page) {
var orderBy = $("#orderBy").val();
var order... | Use jQuery instead of document.getElementById. | Use jQuery instead of document.getElementById.
| JavaScript | bsd-2-clause | Jceggbert5/ABXD,ABXD/ABXD,carlosfortes/ABXD,carlosfortes/ABXD,carlosfortes/ABXD,Jceggbert5/ABXD,Jceggbert5/ABXD,ABXD/ABXD,ABXD/ABXD |
b6d411f8cd7a895394227ec6b1b3e226a69bb5e6 | lib/chlg-init.js | lib/chlg-init.js | 'use strict';
var fs = require('fs');
var program = require('commander');
program
.option('-f, --file [filename]', 'Changelog filename', 'CHANGELOG.md')
.parse(process.argv);
function chlgInit(file, callback) {
file = file || program.file;
fs.stat(file, function (err) {
if (!err || err.code !== 'ENOENT... | 'use strict';
var fs = require('fs');
var program = require('commander');
program
.option('-f, --file [filename]', 'Changelog filename', 'CHANGELOG.md')
.parse(process.argv);
function chlgInit(file, callback) {
file = file || program.file;
fs.stat(file, function (err) {
if (!err || err.code !== 'ENOENT... | Fix chld-show command line usage | Fix chld-show command line usage
| JavaScript | mit | fldubois/changelog-cli |
599c023798d96766d4552ad3619b95f5e84f8ed3 | lib/form-data.js | lib/form-data.js | /*global window*/
var isBrowser = typeof window !== 'undefined' &&
typeof window.FormData !== 'undefined';
// use native FormData in a browser
var FD = isBrowser?
window.FormData :
require('form-data');
module.exports = FormData;
module.exports.isBrowser = isBrowser;
function FormData() {
... | /*global window*/
var isBrowser = typeof window !== 'undefined' &&
typeof window.FormData !== 'undefined';
// use native FormData in a browser
var FD = isBrowser?
window.FormData :
require('form-data');
module.exports = FormData;
module.exports.isBrowser = isBrowser;
function FormData() {
... | Convert ArrayBuffer to Blob in FormData | Convert ArrayBuffer to Blob in FormData
| JavaScript | mit | lakenen/node-box-view |
9d214f96490ae3ac6eeea2f24e970e12e91a677e | client/app/components/fileUploadModal/index.js | client/app/components/fileUploadModal/index.js | import React from 'react';
import style from './style.css';
import Modal from 'react-modal';
import H1 from '../h1';
import ControllButton from '../controllButton';
import SelectedPrinters from '../selectedPrinters';
let fileInput;
function extractFileNameFromPath(path) {{
}
return path.match(/[^\/\\]+$/);
}
fun... | import React from 'react';
import style from './style.css';
import Modal from 'react-modal';
import H1 from '../h1';
import ControllButton from '../controllButton';
import SelectedPrinters from '../selectedPrinters';
let fileInput;
function extractFileNameFromPath(path) {{
}
return path.match(/[^\/\\]+$/);
}
fun... | Fix file extension in file input | Fix file extension in file input
| JavaScript | agpl-3.0 | MakersLab/farm-client,MakersLab/farm-client |
daa7c07dc6eaaad441c35c9da540ef4863f2bee3 | client/views/activities/latest/latestByType.js | client/views/activities/latest/latestByType.js | Template.latestActivitiesByType.created = function () {
// Create 'instance' variable for use througout template logic
var instance = this;
// Subscribe to all activity types
instance.subscribe('allActivityTypes');
// Create variable to hold activity type selection
instance.activityTypeSelection = new Rea... | Template.latestActivitiesByType.created = function () {
// Create 'instance' variable for use througout template logic
var instance = this;
// Subscribe to all activity types
instance.subscribe('allActivityTypes');
// Create variable to hold activity type selection
instance.activityTypeSelection = new Rea... | Change activity type selection on change event | Change activity type selection on change event
| JavaScript | agpl-3.0 | brylie/juhani-wellbeing,brylie/juhani-wellbeing,brylie/juhani-wellbeing,GeriLife/wellbeing,brylie/juhani-wellbeing,GeriLife/wellbeing,GeriLife/wellbeing,GeriLife/wellbeing |
4b765f32e63599995bef123d47fd9ddd39bdb235 | pages/books/read.js | pages/books/read.js | // @flow
/**
* Part of GDL gdl-frontend.
* Copyright (C) 2017 GDL
*
* See LICENSE
*/
import * as React from 'react';
import { fetchBook } from '../../fetch';
import type { BookDetails, Context } from '../../types';
import defaultPage from '../../hocs/defaultPage';
import Head from '../../components/Head';
import... | // @flow
/**
* Part of GDL gdl-frontend.
* Copyright (C) 2017 GDL
*
* See LICENSE
*/
import * as React from 'react';
import { fetchBook } from '../../fetch';
import type { BookDetails, Context } from '../../types';
import defaultPage from '../../hocs/defaultPage';
import errorPage from '../../hocs/errorPage';
im... | Add error handling to Read book page | Add error handling to Read book page
| JavaScript | apache-2.0 | GlobalDigitalLibraryio/gdl-frontend,GlobalDigitalLibraryio/gdl-frontend |
56583e9cb09dfbcea6da93af4d10268b51b232e9 | js/casper.js | js/casper.js | var fs = require('fs');
var links;
function getLinks() {
// Scrape the links from primary nav of the website
var links = document.querySelectorAll('.nav-link.t-nav-link');
return Array.prototype.map.call(links, function (e) {
return e.getAttribute('href')
});
}
casper.start('http://192.168.13.37/i... | var fs = require('fs');
var links;
function getLinks() {
var links = document.querySelectorAll('.nav-link.t-nav-link');
return Array.prototype.map.call(links, function (e) {
return e.getAttribute('href')
});
}
casper.start('http://192.168.13.37/index.php', function() {
fs.write('tests/validati... | Fix For Loop to Iterate Every Link in Primary Nav | Fix For Loop to Iterate Every Link in Primary Nav
| JavaScript | mit | jadu/pulsar,jadu/pulsar,jadu/pulsar |
626e52c243ee1e82988d4650cbb22d3d8c304ed6 | js/modals.js | js/modals.js | /* ========================================================================
* Ratchet: modals.js v2.0.2
* http://goratchet.com/components#modals
* ========================================================================
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master... | /* ========================================================================
* Ratchet: modals.js v2.0.2
* http://goratchet.com/components#modals
* ========================================================================
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master... | Create modalOpen and modalClose events. | Create modalOpen and modalClose events.
| JavaScript | mit | jackyzonewen/ratchet,hashg/ratchet,AndBicScadMedia/ratchet,mazong1123/ratchet-pro,Joozo/ratchet,calvintychan/ratchet,asonni/ratchet,aisakeniudun/ratchet,youprofit/ratchet,Diaosir/ratchet,wallynm/ratchet,vebin/ratchet,mbowie5/playground2,arnoo/ratchet,AladdinSonni/ratchet,youzaiyouzai666/ratchet,ctkjose/ratchet-1,liangx... |
65a9b66c2d9f30bad14a06b0646737ec86799f39 | src/matchNode.js | src/matchNode.js | /*
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
'us... | /*
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
'us... | Fix fatal when matching null values in needle | Fix fatal when matching null values in needle
| JavaScript | mit | facebook/jscodeshift,fkling/jscodeshift |
a69af39c3d2f4b1ec80a08bd6abe70e2a431b083 | packages/staplegun/test/fixtures/good-plugins/threepack/three.js | packages/staplegun/test/fixtures/good-plugins/threepack/three.js | const R = require('ramda')
export default async () => {
console.log('1...2...3...')
return R.range(1, 4)
// return [1, 2, 3]
}
| const R = require('ramda')
export default async () => {
return R.range(1, 4)
}
| Remove the console log from a fixture. | Remove the console log from a fixture.
| JavaScript | mit | infinitered/gluegun,infinitered/gluegun,infinitered/gluegun |
eef93ee29ecec1f150dc8af0e9277709a39daaed | dotjs.js | dotjs.js | var hostname = location.hostname.replace(/^www\./, '');
var style = document.createElement('link');
style.rel = 'stylesheet';
style.href = chrome.extension.getURL('styles/' + hostname + '.css');
document.documentElement.insertBefore(style);
var defaultStyle = document.createElement('link');
defaultStyle.rel = 'styles... | var hostname = location.hostname.replace(/^www\./, '');
var style = document.createElement('link');
style.rel = 'stylesheet';
style.href = chrome.extension.getURL('styles/' + hostname + '.css');
document.documentElement.appendChild(style);
var defaultStyle = document.createElement('link');
defaultStyle.rel = 'stylesh... | Use appendChild instead of insertBefore for a small perfomance boost | Use appendChild instead of insertBefore for a small perfomance boost
- Fixes #11
| JavaScript | mit | p3lim/dotjs-universal,p3lim/dotjs-universal |
d0b8c473fa886a208dcdfa4fd8bc97fc4c1b6770 | lib/graph.js | lib/graph.js | import _ from 'lodash';
import {Graph, alg} from 'graphlib';
const dijkstra = alg.dijkstra;
export function setupGraph(relationships) {
let graph = new Graph({
directed: true
});
_.each(relationships, function (relationship) {
graph.setEdge(relationship.from, relationship.to, relationship.method);
});... | import _ from 'lodash';
import {Graph, alg} from 'graphlib';
_.memoize.Cache = WeakMap;
let dijkstra = _.memoize(alg.dijkstra);
export function setupGraph(pairs) {
let graph = new Graph({
directed: true
});
_.each(pairs, ({from, to, method}) => graph.setEdge(from, to, method));
return graph;
}
export fun... | Use ES2015 destructuring and add memoization to dijkstra | Use ES2015 destructuring and add memoization to dijkstra
| JavaScript | mit | siddharthkchatterjee/graph-resolver |
b20135c356901cd16f8fd94f3ac05af4ab464005 | lib/index.js | lib/index.js | import constant from './constant';
import freeze from './freeze';
import is from './is';
import _if from './if';
import ifElse from './ifElse';
import map from './map';
import omit from './omit';
import reject from './reject';
import update from './update';
import updateIn from './updateIn';
import withDefault from './... | import constant from './constant';
import freeze from './freeze';
import is from './is';
import _if from './if';
import ifElse from './ifElse';
import map from './map';
import omit from './omit';
import reject from './reject';
import update from './update';
import updateIn from './updateIn';
import withDefault from './... | Allow updeep to be require()’d from CommonJS | Allow updeep to be require()’d from CommonJS | JavaScript | mit | substantial/updeep,substantial/updeep |
f3735c9b214ea8bbe2cf3619409952fedb1eb7ac | lib/index.js | lib/index.js | 'use strict';
var path = require('path');
var BinWrapper = require('bin-wrapper');
var pkg = require('../package.json');
var url = 'https://raw.githubusercontent.com/jihchi/giflossy-bin/v' + pkg.version + '/vendor/';
module.exports = new BinWrapper()
.src(url + 'macos/giflossy', 'darwin')
.src(url + 'linux/x86/gifl... | 'use strict';
var path = require('path');
var BinWrapper = require('bin-wrapper');
var pkg = require('../package.json');
var url = 'https://raw.githubusercontent.com/jihchi/giflossy-bin/v' + pkg.version + '/vendor/';
module.exports = new BinWrapper()
.src(url + 'macos/gifsicle', 'darwin')
.src(url + 'linux/x86/gifs... | Rename binary filename to gifsicle | Rename binary filename to gifsicle
| JavaScript | mit | jihchi/giflossy-bin |
fec0c1ca4048c3590396cd5609cb3085e6c61bf5 | lib/index.js | lib/index.js | 'use strict';
var config = require('../config/configuration.js');
function htmlReplace(str) {
return str.replace(/<\/?[a-z1-9]+(\s+[a-z]+=["'](.*)["'])*\/?>/g, ' ').replace(/ +/g, ' ').replace(/ ?\n ?/g, '\n').trim();
}
module.exports = function(path, document, changes, finalCb) {
if(document.data.html === undef... | 'use strict';
var config = require('../config/configuration.js');
function htmlReplace(str) {
return str.replace(/<\/?[^>]+\/?>/g, ' ').replace(/ +/g, ' ').replace(/ ?\n ?/g, '\n').trim();
}
module.exports = function(path, document, changes, finalCb) {
if(document.data.html === undefined) {
changes.data.html... | Update regexp for HTML strip | Update regexp for HTML strip
| JavaScript | mit | AnyFetch/embedmail-hydrater.anyfetch.com |
7ca1d708a9a9c22e596e9c4a64db74115994d54a | koans/AboutExpects.js | koans/AboutExpects.js | describe("About Expects", function() {
//We shall contemplate truth by testing reality, via spec expectations.
it("should expect true", function() {
expect(false).toBeTruthy(); //This should be true
});
//To understand reality, we must compare our expectations against reality.
it("should expect equali... | describe("About Expects", function() {
// We shall contemplate truth by testing reality, via spec expectations.
it("should expect true", function() {
expect(false).toBeTruthy(); // This should be true
});
// To understand reality, we must compare our expectations against reality.
it("should expect equ... | Correct spacing and language in comments | Correct spacing and language in comments
| JavaScript | mit | DhiMalo/javascript-koans,GMatias93/javascript-koans,JosephSun/javascript-koans,existenzial/javascript-koans,GMatias93/javascript-koans,darrylnu/javascript-koans,JosephSun/javascript-koans,DhiMalo/javascript-koans,existenzial/javascript-koans,GMatias93/javascript-koans,darrylnu/javascript-koans,darrylnu/javascript-koans... |
f6b82baae39560c733160d292dcbcec043b5edb3 | Packages/ohif-viewerbase/client/lib/classes/plugins/OHIFPlugin.js | Packages/ohif-viewerbase/client/lib/classes/plugins/OHIFPlugin.js | export class OHIFPlugin {
// TODO: this class is still under development and will
// likely change in the near future
constructor () {
this.name = "Unnamed plugin";
this.description = "No description available";
}
// load an individual script URL
static loadScript(scriptURL) {
... | export class OHIFPlugin {
// TODO: this class is still under development and will
// likely change in the near future
constructor () {
this.name = "Unnamed plugin";
this.description = "No description available";
}
// load an individual script URL
static loadScript(scriptURL, typ... | Add moduleURLs in addition to scriptURLs | feat(plugins): Add moduleURLs in addition to scriptURLs
| JavaScript | mit | OHIF/Viewers,OHIF/Viewers,OHIF/Viewers |
6eea14a4d3291b3d6e1088a6cd4eacda056ce56a | tests/dummy/mirage/factories/pledge.js | tests/dummy/mirage/factories/pledge.js | import { Factory, faker } from 'ember-cli-mirage';
export default Factory.extend({
fund: () => faker.random.arrayElement(["WNYC", "WQXR", "Radiolab"]),
orderPrice: () => faker.random.arrayElement([60, 72, 120, 12, 90, 100]),
orderDate: faker.date.past,
orderCode: () => faker.random.arrayElement([1234567,234567... | import { Factory, faker } from 'ember-cli-mirage';
export default Factory.extend({
fund: () => faker.random.arrayElement(["WNYC", "WQXR", "Radiolab", "J.Schwartz"]),
orderPrice: () => faker.random.arrayElement([60, 72, 120, 12, 90, 100]),
orderDate: faker.date.past,
orderCode: () => faker.random.arrayElement([... | Add Jonathan Schwartz as fund in mirage factory | Add Jonathan Schwartz as fund in mirage factory
| JavaScript | mit | nypublicradio/nypr-account-settings,nypublicradio/nypr-account-settings |
c19fc02c3ea90da940bb39a9f59f0c9b06632175 | lib/index.js | lib/index.js | var _ = require('lodash');
var path = require('path');
var exec = require('child_process').exec;
var LOG_TYPES = [
"ERROR", "WARNING"
];
module.exports = function(filepath, options, callback) {
if (!callback) {
callback = options;
options = {};
}
options = _.defaults(options || {}, {
epubcheck: "epubcheck... | var _ = require('lodash');
var path = require('path');
var exec = require('child_process').exec;
var LOG_TYPES = [
"ERROR", "WARNING"
];
module.exports = function(filepath, options, callback) {
if (!callback) {
callback = options;
options = {};
}
options = _.defaults(options || {}, {
epubcheck: "epubcheck... | Handle correctly error from epubcheck | Handle correctly error from epubcheck
| JavaScript | apache-2.0 | GitbookIO/node-epubcheck |
7fbdffa0bb2c82589c2d786f9fa16863780a63db | app/assets/javascripts/download-menu.js | app/assets/javascripts/download-menu.js | function show_download_menu() {
$('#download-menu').slideDown();
setTimeout(hide_download_menu, 20000);
$('#download-link').html('cancel');
}
function hide_download_menu() {
$('#download-menu').slideUp();
$('#download-link').html('download');
}
function toggle_download_menu() {
if ($('#download-link').htm... | function show_download_menu() {
$('#download-menu').slideDown({ duration: 200 });
setTimeout(hide_download_menu, 20000);
$('#download-link').html('cancel');
}
function hide_download_menu() {
$('#download-menu').slideUp({ duration: 200 });
$('#download-link').html('download');
}
function toggle_download_menu... | Speed up the download menu appear/disappear a bit | Speed up the download menu appear/disappear a bit
| JavaScript | agpl-3.0 | BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io |
78a75ddd6de442e9e821a1bb09192d17635ff1b6 | config/default.js | config/default.js |
module.exports = {
Urls: {
vault_base_url: '',
base_url: process.env.BASE_URL || process.env.HUBOT_ROOT_URL
},
Strings: {
sorry_dave: 'I\'m sorry %s, I\'m afraid I can\'t do that.'
},
};
|
module.exports = {
Urls: {
vault_base_url: process.env.HUBOT_VAULT_URL,
base_url: process.env.BASE_URL || process.env.HUBOT_ROOT_URL
},
Strings: {
sorry_dave: 'I\'m sorry %s, I\'m afraid I can\'t do that.'
},
};
| Add vault url config environment variable | Add vault url config environment variable
| JavaScript | mit | uWhisp/hubot-db-heimdall,uWhisp/hubot-db-heimdall |
bd13b83b42ac2e552010f228f20fa7f5e67b896a | lib/utils.js | lib/utils.js | utils = {
startsAtMomentWithOffset: function (game) {
var offset = game.location.utc_offset;
if (! Match.test(offset, UTCOffset)) {
offset: -8; // Default to California
}
// UTC offsets returned by Google Places API,
// which is the source of game.location.utc_offset,
// differ in sign f... | utils = {
startsAtMomentWithOffset: function (game) {
var offset = game.location.utc_offset;
if (! Match.test(offset, UTCOffset)) {
offset = -8; // Default to California
}
// UTC offsets returned by Google Places API,
// which is the source of game.location.utc_offset,
// differ in sign ... | Fix typo in setting default time zone for game | Fix typo in setting default time zone for game
Close #110
| JavaScript | mit | pushpickup/pushpickup,pushpickup/pushpickup,pushpickup/pushpickup |
3691387bdf33e6c02899371de63497baea3ab807 | app/routes.js | app/routes.js | // @flow
import React from 'react';
import { Route, IndexRoute } from 'react-router';
import App from './containers/App';
import VerticalTree from './containers/VerticalTree';
export default (
<Route path="/" component={App}>
<IndexRoute component={VerticalTree} />
</Route>
);
| // @flow
import React from 'react';
import { Route, IndexRoute } from 'react-router';
import App from './containers/App';
import Menu from './components/Menu';
import VerticalTree from './containers/VerticalTree';
import AVLTree from './containers/AVLTree';
export default (
<Route path="/" component={App}>
<Ind... | Add route for example structures, and home page | Add route for example structures, and home page
| JavaScript | mit | ivtpz/brancher,ivtpz/brancher |
2ed2947f05c86d25e47928fa3eedbca0e84b92d8 | LayoutTests/http/tests/notifications/resources/update-event-test.js | LayoutTests/http/tests/notifications/resources/update-event-test.js | if (self.importScripts) {
importScripts('/resources/testharness.js');
importScripts('worker-helpers.js');
}
async_test(function(test) {
if (Notification.permission != 'granted') {
assert_unreached('No permission has been granted for displaying notifications.');
return;
}
var notifi... | if (self.importScripts) {
importScripts('/resources/testharness.js');
importScripts('worker-helpers.js');
}
async_test(function(test) {
if (Notification.permission != 'granted') {
assert_unreached('No permission has been granted for displaying notifications.');
return;
}
// We requ... | Verify in a layout test that replacing a notification closes the old one. | Verify in a layout test that replacing a notification closes the old one.
We do this by listening to the "close" event on the old notification as
well. This test passes with or without the Chrome-sided fix because it's
properly implemented in the LayoutTestNotificationManager, but is a good
way of verifying the fix ma... | JavaScript | bsd-3-clause | Bysmyyr/blink-crosswalk,kurli/blink-crosswalk,smishenk/blink-crosswalk,Bysmyyr/blink-crosswalk,jtg-gg/blink,jtg-gg/blink,kurli/blink-crosswalk,XiaosongWei/blink-crosswalk,PeterWangIntel/blink-crosswalk,Pluto-tv/blink-crosswalk,modulexcite/blink,Pluto-tv/blink-crosswalk,jtg-gg/blink,nwjs/blink,XiaosongWei/blink-crosswal... |
750402603dd7060bec89b98704be75597c6634bd | bin/oust.js | bin/oust.js | #!/usr/bin/env node
var oust = require('../index');
var pkg = require('../package.json');
var fs = require('fs');
var argv = require('minimist')((process.argv.slice(2)))
var printHelp = function() {
console.log('oust');
console.log(pkg.description);
console.log('');
console.log('Usage:');
console.log(' $ oust... | #!/usr/bin/env node
var oust = require('../index');
var pkg = require('../package.json');
var fs = require('fs');
var argv = require('minimist')((process.argv.slice(2)))
var printHelp = function() {
console.log('oust');
console.log(pkg.description);
console.log('');
console.log('Usage:');
console.log(' $ oust ... | Update CLI based on @sindresorhus feedback | Update CLI based on @sindresorhus feedback
* don't use flagged args for file and selector
* exit properly if error opening file
| JavaScript | apache-2.0 | addyosmani/oust,addyosmani/oust,actmd/oust,actmd/oust |
fdee590648c6fdad1d6b19ef83bb9ce4b33fb0dc | src/merge-request-schema.js | src/merge-request-schema.js | const mongoose = require('mongoose');
const Schema = mongoose.Schema;
module.exports = new Schema({
merge_request: {
id: Number,
url: String,
target_branch: String,
source_branch: String,
created_at: String,
updated_at: String,
title: String,
description: String,
status: String,
... | const mongoose = require('mongoose');
const Schema = mongoose.Schema;
module.exports = {
name: 'MergeRequest',
schema: new Schema({
merge_request: {
id: Number,
url: String,
target_branch: String,
source_branch: String,
created_at: String,
updated_at: String,
title: St... | Merge request now exports its desired collection name | refactor: Merge request now exports its desired collection name
| JavaScript | mit | NSAppsTeam/nickel-bot |
26aca19bd633c7c876099d39b8d688d51bb7e773 | spec/specs.js | spec/specs.js | describe('pingPongOutput', function() {
it("is the number for most input numbers", function() {
expect(pingPongOutput(2)).to.equal(2);
});
it("is 'ping' for numbers divisible by 3", function() {
expect(pingPongOutput(6)).to.equal("ping");
});
});
| describe('pingPongOutput', function() {
it("is the number for most input numbers", function() {
expect(pingPongOutput(2)).to.equal(2);
});
it("is 'ping' for numbers divisible by 3", function() {
expect(pingPongOutput(6)).to.equal("ping");
});
it("is 'pong' for numbers divisible by 5", function() {
... | Add spec for numbers divisible by 5 | Add spec for numbers divisible by 5
| JavaScript | mit | JeffreyRuder/ping-pong-app,JeffreyRuder/ping-pong-app |
a00605eaf01b7ebe50aea57981b85faa3b406d4a | app/js/arethusa.sg/directives/sg_context_menu_selector.js | app/js/arethusa.sg/directives/sg_context_menu_selector.js | "use strict";
angular.module('arethusa.sg').directive('sgContextMenuSelector', [
'sg',
function(sg) {
return {
restrict: 'A',
scope: {
obj: '='
},
link: function(scope, element, attrs) {
scope.sg = sg;
function ancestorChain(chain) {
arethusaUtil.map(c... | "use strict";
angular.module('arethusa.sg').directive('sgContextMenuSelector', [
'sg',
function(sg) {
return {
restrict: 'A',
scope: {
obj: '='
},
link: function(scope, element, attrs) {
scope.sg = sg;
function ancestorChain(chain) {
return arethusaUti... | Fix typo in sg context menu selector | Fix typo in sg context menu selector
| JavaScript | mit | fbaumgardt/arethusa,alpheios-project/arethusa,fbaumgardt/arethusa,fbaumgardt/arethusa,Masoumeh/arethusa,Masoumeh/arethusa,PonteIneptique/arethusa,latin-language-toolkit/arethusa,PonteIneptique/arethusa,alpheios-project/arethusa,alpheios-project/arethusa,latin-language-toolkit/arethusa |
da15d3de4dca28bb7ade0818b8dc0b97967c067d | lib/widgets/KeyBar.js | lib/widgets/KeyBar.js | 'use strict';
const CLI = require('clui');
const clc = require('cli-color');
const gauge = CLI.Gauge;
const Line = CLI.Line;
module.exports = function (tactile, max) {
if (!tactile) {
return new Line();
}
let name = tactile.label;
if (tactile.name) {
name += ` (${tactile.name.toUpperCase()})`;
}
return new L... | 'use strict';
const CLI = require('clui');
const clc = require('cli-color');
const gauge = CLI.Gauge;
const Line = CLI.Line;
module.exports = function (tactile, maxIdLength, max) {
if (!tactile) {
return new Line();
}
let id = Array(maxIdLength - tactile.id.toString().length).join(0) + tactile.id.toString();
let... | Add tactile id to output | Add tactile id to output | JavaScript | mit | ProbablePrime/interactive-keyboard,ProbablePrime/beam-keyboard |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.