hexsha string | size int64 | ext string | lang string | max_stars_repo_path string | max_stars_repo_name string | max_stars_repo_head_hexsha string | max_stars_repo_licenses list | max_stars_count int64 | max_stars_repo_stars_event_min_datetime string | max_stars_repo_stars_event_max_datetime string | max_issues_repo_path string | max_issues_repo_name string | max_issues_repo_head_hexsha string | max_issues_repo_licenses list | max_issues_count int64 | max_issues_repo_issues_event_min_datetime string | max_issues_repo_issues_event_max_datetime string | max_forks_repo_path string | max_forks_repo_name string | max_forks_repo_head_hexsha string | max_forks_repo_licenses list | max_forks_count int64 | max_forks_repo_forks_event_min_datetime string | max_forks_repo_forks_event_max_datetime string | content string | avg_line_length float64 | max_line_length int64 | alphanum_fraction float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
05b64fec251e553ddd52c1e28ed0633377b108bd | 1,066 | js | JavaScript | server/scripts/videorecorder.js | abhishekm47/WebRTC-Server-Python | 78bcc00bc0d42e8cb1c4632dda850b9f63e42c45 | [
"MIT"
] | 3 | 2021-07-31T14:18:05.000Z | 2021-09-06T14:59:04.000Z | server/scripts/videorecorder.js | abhishekm47/WebRTC-Server-Python | 78bcc00bc0d42e8cb1c4632dda850b9f63e42c45 | [
"MIT"
] | null | null | null | server/scripts/videorecorder.js | abhishekm47/WebRTC-Server-Python | 78bcc00bc0d42e8cb1c4632dda850b9f63e42c45 | [
"MIT"
] | 1 | 2021-07-25T08:32:19.000Z | 2021-07-25T08:32:19.000Z |
(function(scope) {
function VideoRecorder(bufferLength, media, video, canvas, format, quality) {
format = format || "image/jpeg";
quality = quality || 0.8;
var frameRate = 60;
var canvasCtx = canvas.getContext("2d");
var width = canvas.width;
var height = canvas.height;
var frameRequestId = nu... | 25.380952 | 78 | 0.657598 |
05b666888a0c78b6a0fcf62cb28dc609f0f220c6 | 2,873 | js | JavaScript | lib/role-methods.js | Jaswal1p/stunning-staff-tracker | e52f5d2154c422387485edd7a7d62571313c958d | [
"MIT"
] | null | null | null | lib/role-methods.js | Jaswal1p/stunning-staff-tracker | e52f5d2154c422387485edd7a7d62571313c958d | [
"MIT"
] | null | null | null | lib/role-methods.js | Jaswal1p/stunning-staff-tracker | e52f5d2154c422387485edd7a7d62571313c958d | [
"MIT"
] | null | null | null | const inquirer = require('inquirer');
const mysql = require('mysql2');
const { promptUser } = require('../server');
// connection to the database as on the employee-methods.js and department-methods.js files
const connection = require('../db/connection');
const viewAllRole = () => {
connection.query(
`... | 31.228261 | 112 | 0.390184 |
05b8d48bf65037d6a7dde8c61659de57f24de382 | 725 | js | JavaScript | src/components/socialCard.js | AkLato/recepty | 770cd00f8e8449a10cb73ffe0b20fc961c2378f4 | [
"MIT"
] | null | null | null | src/components/socialCard.js | AkLato/recepty | 770cd00f8e8449a10cb73ffe0b20fc961c2378f4 | [
"MIT"
] | null | null | null | src/components/socialCard.js | AkLato/recepty | 770cd00f8e8449a10cb73ffe0b20fc961c2378f4 | [
"MIT"
] | null | null | null | import React from "react"
import socialCardStyles from "./socialCard.module.scss"
const Card = () => {
return (
<div>
<div className={socialCardStyles.card}>
<div className={socialCardStyles.bg}>
<p>Bc. Tomáš Rajsigl</p>
<p>JavaScript Dev </p>
<a href="https://www.akla... | 25 | 84 | 0.50069 |
05b99f6fe68c8a76389bc964f6aaef7b66db10fa | 129 | js | JavaScript | public/fontend/js/custom.js | Xanraxinhi/AmazingBridge | ff18cf79a126ed378d06c66f088bf244095b0a60 | [
"MIT"
] | null | null | null | public/fontend/js/custom.js | Xanraxinhi/AmazingBridge | ff18cf79a126ed378d06c66f088bf244095b0a60 | [
"MIT"
] | null | null | null | public/fontend/js/custom.js | Xanraxinhi/AmazingBridge | ff18cf79a126ed378d06c66f088bf244095b0a60 | [
"MIT"
] | null | null | null | $('#comp-kdt8vq011').on("click",function () {
console.log(2);
$('#comp-kdt8vpzfinlineContent').removeClass('active');
})
| 25.8 | 59 | 0.627907 |
0539501378e4ad9658c2c8510eece96cb9e68ece | 483 | js | JavaScript | twitter-clone/src/components/SignUpBtn.js | mhmdali102/ReactJS | 8802fe260c8122d0a701abd159f752c6f689ad43 | [
"MIT"
] | 1 | 2021-12-30T00:06:01.000Z | 2021-12-30T00:06:01.000Z | twitter-clone/src/components/SignUpBtn.js | mhmdali102/ReactJS | 8802fe260c8122d0a701abd159f752c6f689ad43 | [
"MIT"
] | null | null | null | twitter-clone/src/components/SignUpBtn.js | mhmdali102/ReactJS | 8802fe260c8122d0a701abd159f752c6f689ad43 | [
"MIT"
] | null | null | null | import styles from "./SignUpBtn.module.css";
const SignUpBtn = ({
Icon,
text,
bgColor,
color,
border,
bold,
action,
error,
}) => {
return (
<button
className={`${styles.btn} ${border && styles.brdr} ${bold && styles.bld}`}
style={{ backgroundColor: bgColor, color }}
onClick={act... | 17.888889 | 80 | 0.565217 |
053a66b3dfc6daaa0598639c2bce7b00c5c08872 | 147 | js | JavaScript | src/server/settings-app/src/js/components/Dashboard.js | gebv/gong | 8538f22ef1132df0fe529d964246f1b5059f4a61 | [
"MIT"
] | 3 | 2016-03-18T04:25:56.000Z | 2017-09-01T20:56:45.000Z | src/server/settings-app/src/js/components/Dashboard.js | gebv/gong | 8538f22ef1132df0fe529d964246f1b5059f4a61 | [
"MIT"
] | 3 | 2016-04-03T05:51:59.000Z | 2016-04-13T06:25:38.000Z | src/server/settings-app/src/js/components/Dashboard.js | gebv/gong | 8538f22ef1132df0fe529d964246f1b5059f4a61 | [
"MIT"
] | null | null | null | var m = require("mithril");
var Component = {
view: function(c, args) {
return <h1>Dashboard</h1>
}
}
module.exports = Component; | 16.333333 | 33 | 0.598639 |
053aa3c1642aa0ac4da541aab406ac2b1fa4fd65 | 9,521 | js | JavaScript | controls/Select2Control.js | BackboneBootstrap/backbonebootstrap-core | 92ad1a92786b4dbd6e05bacdb4e6e9c29c0944ff | [
"Apache-2.0"
] | 1 | 2015-04-07T20:53:42.000Z | 2015-04-07T20:53:42.000Z | controls/Select2Control.js | BackboneBootstrap/backbonebootstrap-core | 92ad1a92786b4dbd6e05bacdb4e6e9c29c0944ff | [
"Apache-2.0"
] | null | null | null | controls/Select2Control.js | BackboneBootstrap/backbonebootstrap-core | 92ad1a92786b4dbd6e05bacdb4e6e9c29c0944ff | [
"Apache-2.0"
] | null | null | null | /*globals define*/
define( [
'jquery', 'lodash', 'require', 'select2', 'select2_locale',
'src/models/BaseCollection',
'src/utils/mixins/evaluate',
'src/controls/InputControl',
'src/utils/convert'
], function(
$, _, require, select2, select2_locale,
BaseCollection,
_evaluate,
Input... | 30.225397 | 101 | 0.630186 |
053bddd7df3ce7a6cb6b746aada13eb3daf01f00 | 2,495 | js | JavaScript | router/messegs.js | AaronWangCong/wangcongblog-server | 77dfcacb52757f684d24219ed89aff7d67f954d0 | [
"MIT"
] | 1 | 2019-04-25T08:06:54.000Z | 2019-04-25T08:06:54.000Z | router/messegs.js | AaronWangCong/wangcongblog-server | 77dfcacb52757f684d24219ed89aff7d67f954d0 | [
"MIT"
] | null | null | null | router/messegs.js | AaronWangCong/wangcongblog-server | 77dfcacb52757f684d24219ed89aff7d67f954d0 | [
"MIT"
] | null | null | null | const router = require('koa-router')();
const Utils = require('../utils');
const Tips = require('../utils/tip');
const db = require('../db');
//创建一个弹幕
router.post('/oa/messegsAdd',async (ctx,next)=>{
let data = Utils.filter(ctx.request.body, ['msg','name']);
let res = Utils.formatData(data, [
{key: 'msg', ty... | 29.702381 | 96 | 0.513427 |
053bf8942bef35090ba3a8a09a6bbc2c053349a9 | 850 | js | JavaScript | src/containers/NavBar.js | Radivarig/react-redux-template | ad70d73c4fdf3f356cdcfd0192588e75ad3dc64b | [
"MIT"
] | null | null | null | src/containers/NavBar.js | Radivarig/react-redux-template | ad70d73c4fdf3f356cdcfd0192588e75ad3dc64b | [
"MIT"
] | null | null | null | src/containers/NavBar.js | Radivarig/react-redux-template | ad70d73c4fdf3f356cdcfd0192588e75ad3dc64b | [
"MIT"
] | null | null | null | import React from "react"
import { connect } from "react-redux"
import { push } from "connected-react-router"
export const mapStateToProps = (state) => {
return {
"counter": state.counter,
}
}
export const mapDispatchToProps = (dispatch) => ({
"increment": () => dispatch ({ "type": "COUNTER_PLUS_ONE" }),
"... | 24.285714 | 83 | 0.610588 |
053c98847c18979901213d55a8725cdb5c6ffcba | 510 | js | JavaScript | src/store/modules/gateway.js | heroicNeZha/AnalysisEngine | 132f125262df90404ea9981c0a2dfafe596db49d | [
"MIT"
] | null | null | null | src/store/modules/gateway.js | heroicNeZha/AnalysisEngine | 132f125262df90404ea9981c0a2dfafe596db49d | [
"MIT"
] | null | null | null | src/store/modules/gateway.js | heroicNeZha/AnalysisEngine | 132f125262df90404ea9981c0a2dfafe596db49d | [
"MIT"
] | 3 | 2020-03-19T15:32:21.000Z | 2021-04-16T10:51:33.000Z | import { addGateway } from '@/api/gateway'
const actions = {
// gateway add
add({ commit }, gatewayForm) {
const { name, description, type, companyId } = gatewayForm
return new Promise((resolve, reject) => {
addGateway({ name: name.trim(), description: description, type: type, companyId: companyId })... | 21.25 | 118 | 0.601961 |
053cf9b4d2c6d7c3b3ede595492b3ebad082ffb0 | 1,832 | js | JavaScript | 2020/day07/part2.js | mfederczuk/advent-of-code-2020 | 4406692ee1c63b00a9c83029b15c857eed86432e | [
"Apache-2.0"
] | 2 | 2021-01-11T17:46:19.000Z | 2021-01-11T17:47:07.000Z | 2020/day07/part2.js | mfederczuk/advent-of-code-2020 | 4406692ee1c63b00a9c83029b15c857eed86432e | [
"Apache-2.0"
] | null | null | null | 2020/day07/part2.js | mfederczuk/advent-of-code-2020 | 4406692ee1c63b00a9c83029b15c857eed86432e | [
"Apache-2.0"
] | 1 | 2020-12-02T16:00:59.000Z | 2020-12-02T16:00:59.000Z | /*
* Copyright (c) 2020 Michael Federczuk
*
* SPDX-License-Identifier: MPL-2.0 AND Apache-2.0
*/
import { readFileSync } from "fs";
let inputFilePath = "example_input_1";
if(process.argv.length >= 3) inputFilePath = process.argv[2];
const inputFile = readFileSync(inputFilePath).toString();
String.prototype.remo... | 24.756757 | 87 | 0.612445 |
053de4dee48c1ece9e0e1298fa190e8201608cdd | 2,399 | js | JavaScript | Src/Resource.js | MattMayuga/MeteorStriker | fcb12cf9d379deada2c5aded85ec9ddf0729254d | [
"CC-BY-3.0"
] | null | null | null | Src/Resource.js | MattMayuga/MeteorStriker | fcb12cf9d379deada2c5aded85ec9ddf0729254d | [
"CC-BY-3.0"
] | null | null | null | Src/Resource.js | MattMayuga/MeteorStriker | fcb12cf9d379deada2c5aded85ec9ddf0729254d | [
"CC-BY-3.0"
] | 4 | 2019-05-21T05:37:01.000Z | 2020-10-04T18:05:13.000Z | /** @const リソースファイル設定 */
var rc = (()=>{
return{
/** リソースディレクトリ */
DIRECTORY : "../Res/",
/** 画像 */
img : {
devLogo : [ "Text/devLogo.png", 1, 1, ], //開発者ロゴ
title : [ "Text/title.png", 1, 1, ], //タイトルロゴ
bgGround : [ "Bg/bgGround.png", 1, 1, ], //背景(地上)
bgSpace : [ "Bg/bgSpace.png", 1, 1, ], /... | 29.617284 | 76 | 0.55273 |
053de5fa9ec59d1af5b43d999cd685abd34e4b9c | 3,122 | js | JavaScript | node_modules/caniuse-lite/data/regions/YE.js | KruthikaShyamSundar/wildlife_park | 60023d7d513691c615f9120d6407427c5d49c23c | [
"MIT"
] | 77 | 2021-05-10T06:48:19.000Z | 2022-03-28T05:51:24.000Z | node_modules/caniuse-lite/data/regions/YE.js | KruthikaShyamSundar/wildlife_park | 60023d7d513691c615f9120d6407427c5d49c23c | [
"MIT"
] | 42 | 2021-09-27T21:21:51.000Z | 2022-03-16T21:28:44.000Z | node_modules/caniuse-lite/data/regions/YE.js | KruthikaShyamSundar/wildlife_park | 60023d7d513691c615f9120d6407427c5d49c23c | [
"MIT"
] | 14 | 2021-06-03T15:58:14.000Z | 2022-03-17T17:44:03.000Z | module.exports={C:{"3":0.05097,"44":0.00232,"45":0.00927,"47":0.00695,"49":0.00695,"50":0.00463,"51":0.00232,"52":0.07414,"54":0.00232,"56":0.01159,"57":0.00463,"59":0.00695,"60":0.00463,"61":0.00463,"62":0.00927,"63":0.00463,"64":0.00232,"65":0.00695,"66":0.00463,"67":0.00232,"68":0.00232,"69":0.00463,"72":0.02085,"77... | 1,561 | 3,121 | 0.589366 |
053deb62733dc162328ba1b946c8fc06b2e13a8a | 81 | js | JavaScript | src/styleguide/mock-data/data-object/video.js | verstaerker/koel-theme-new-feathers | 486ac296347a99cfc5b76dad8ab178a66c9f9ead | [
"MIT"
] | 8 | 2018-04-03T15:24:48.000Z | 2022-02-22T12:43:40.000Z | src/styleguide/mock-data/data-object/video.js | verstaerker/koel-theme-new-feathers | 486ac296347a99cfc5b76dad8ab178a66c9f9ead | [
"MIT"
] | 162 | 2018-04-05T14:31:53.000Z | 2022-03-30T08:48:55.000Z | src/styleguide/mock-data/data-object/video.js | verstaerker/koel-theme-new-feathers | 486ac296347a99cfc5b76dad8ab178a66c9f9ead | [
"MIT"
] | 4 | 2018-09-10T09:55:27.000Z | 2020-03-30T14:01:03.000Z | export default {
youtubeUrl: 'https://www.youtube.com/watch?v=rSSPwrdGx-M',
};
| 20.25 | 60 | 0.703704 |
053f5126bceeca8b82ee5c2a93083a2b53b6f025 | 1,072 | js | JavaScript | tests/fixtures/usersRoles.js | ArchiCroc/pup-plus | 71271c080981ce953573cffd27cf8f73a6073490 | [
"MIT"
] | 4 | 2019-10-10T08:50:11.000Z | 2022-03-29T04:36:42.000Z | tests/fixtures/usersRoles.js | ArchiCroc/pup-plus | 71271c080981ce953573cffd27cf8f73a6073490 | [
"MIT"
] | null | null | null | tests/fixtures/usersRoles.js | ArchiCroc/pup-plus | 71271c080981ce953573cffd27cf8f73a6073490 | [
"MIT"
] | 3 | 2019-12-07T08:23:22.000Z | 2020-07-27T12:27:36.000Z | import faker from 'faker';
export function getInitialItems() {
return [];
}
export function getMockItem(random, includeOptional = true) {
random = random || Math.floor(Math.random() * 1000);
faker.seed(random);
return {
_id: undefined,
name: faker.lorem.slug().substr(0, 64),
createdAt: faker.dat... | 24.930233 | 85 | 0.598881 |
05400463777113e69b839b380b38ef4335522de7 | 327 | js | JavaScript | jobs/anonymizeConferences.js | adenoix/audioconf | 83cf5e2d6f74638aba30e674f5fbaa1b735f2518 | [
"MIT"
] | 4 | 2021-01-03T06:22:27.000Z | 2021-08-02T08:51:42.000Z | jobs/anonymizeConferences.js | adenoix/audioconf | 83cf5e2d6f74638aba30e674f5fbaa1b735f2518 | [
"MIT"
] | 54 | 2020-11-25T10:57:03.000Z | 2022-03-31T13:00:04.000Z | jobs/anonymizeConferences.js | adenoix/audioconf | 83cf5e2d6f74638aba30e674f5fbaa1b735f2518 | [
"MIT"
] | 4 | 2020-10-30T20:51:35.000Z | 2020-11-21T13:58:48.000Z | const db = require("../lib/db")
module.exports = async () => {
try {
console.debug("Start of anonymisation job")
const conferences = await db.anonymizeConferences()
console.debug("End of anonymisation job")
return conferences
} catch (error) {
console.error("Error during anonymization", error)... | 23.357143 | 55 | 0.669725 |
0541b6be7e9d66ca643f5e2b0f3be971d33c7ec8 | 121 | js | JavaScript | reducer/index.js | Thammasok/react-new-project | b91fcec8fac52241f3a96e74b3a18e7102852de1 | [
"MIT"
] | null | null | null | reducer/index.js | Thammasok/react-new-project | b91fcec8fac52241f3a96e74b3a18e7102852de1 | [
"MIT"
] | null | null | null | reducer/index.js | Thammasok/react-new-project | b91fcec8fac52241f3a96e74b3a18e7102852de1 | [
"MIT"
] | null | null | null | import { combineReducers } from 'redux';
// import clock from './clock';
export default combineReducers({
// clock
}); | 20.166667 | 40 | 0.68595 |
0541e56dab08f08f01cb8a0d1c3cb2f1a0489bd8 | 1,310 | js | JavaScript | src/main/webapp/oldjs/specific/inicioRedSocial/model.js | ivangm4/ausiasYield2015 | ceebc9e6a0638beec4934c4baa561392f587288b | [
"MIT"
] | null | null | null | src/main/webapp/oldjs/specific/inicioRedSocial/model.js | ivangm4/ausiasYield2015 | ceebc9e6a0638beec4934c4baa561392f587288b | [
"MIT"
] | null | null | null | src/main/webapp/oldjs/specific/inicioRedSocial/model.js | ivangm4/ausiasYield2015 | ceebc9e6a0638beec4934c4baa561392f587288b | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2014 raznara
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distribut... | 40.9375 | 106 | 0.729008 |
0542d501bb3fe7e4a2d91837da91f08eeaa9d77f | 508 | js | JavaScript | public/static/pc/js/user/wallet/apply/common.js | h136799711/api_resource | f818707578c42658e1f201efc1db989a214e3f17 | [
"MIT"
] | null | null | null | public/static/pc/js/user/wallet/apply/common.js | h136799711/api_resource | f818707578c42658e1f201efc1db989a214e3f17 | [
"MIT"
] | null | null | null | public/static/pc/js/user/wallet/apply/common.js | h136799711/api_resource | f818707578c42658e1f201efc1db989a214e3f17 | [
"MIT"
] | null | null | null | $('.btn.save').click(function(){
var money = $('#money');
var password = $('#password');
if($.trim(money.val())==''){
antd.message.error('必须填写金额!');
money.focus();
return;
}else{
if(parseFloat(money.val())<=0){
antd.message.error('提现金额必须大于0!');
mon... | 24.190476 | 45 | 0.466535 |
054373b1f7714632ef2da884344ffeded4f9238c | 1,498 | js | JavaScript | setup/src/universal/features/common_ui/form/inputs/InputDatepicker/index.js | ch-apptitude/goomi | f3aed4148d637dcf5067d983845c1781e8240c4c | [
"MIT"
] | 7 | 2017-09-21T07:59:31.000Z | 2019-12-05T18:26:30.000Z | setup/src/universal/features/common_ui/form/inputs/InputDatepicker/index.js | ch-apptitude/goomi | f3aed4148d637dcf5067d983845c1781e8240c4c | [
"MIT"
] | null | null | null | setup/src/universal/features/common_ui/form/inputs/InputDatepicker/index.js | ch-apptitude/goomi | f3aed4148d637dcf5067d983845c1781e8240c4c | [
"MIT"
] | null | null | null | /**
*
* InputDatepicker
*
*/
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { pure } from 'recompose';
import moment from 'moment';
import StyledDatePicker from './styles.js';
class InputDatepicker extends PureComponent {
constructor(props) {
super(props);
this.sta... | 22.029412 | 74 | 0.651535 |
054386736d76616ad108eaae1faec46fc78b40bf | 1,334 | js | JavaScript | controllers/userValidator.js | denisecase/web-app-2020-fall | d56d57a05af2e4592a61741d53fd2d1668f4b17b | [
"MIT"
] | 2 | 2021-07-31T11:56:33.000Z | 2021-07-31T11:56:46.000Z | controllers/userValidator.js | denisecase/web-app-2020-fall | d56d57a05af2e4592a61741d53fd2d1668f4b17b | [
"MIT"
] | 18 | 2020-10-23T00:28:26.000Z | 2020-12-06T16:20:12.000Z | controllers/userValidator.js | denisecase/web-app-2020-fall | d56d57a05af2e4592a61741d53fd2d1668f4b17b | [
"MIT"
] | 83 | 2020-10-21T16:23:51.000Z | 2021-03-19T04:00:54.000Z | const { body, validationResult } = require('express-validator');
const LOG = require('../util/logger');
module.exports.checkValidationRules = () => {
LOG.info('Starting user checkValidationRules.....');
return [
body('email', 'Email is required').isEmail(),
body('password', '6-20 character password is requ... | 23.403509 | 78 | 0.574963 |
0544eb89acf207e46a6d07eee1f5e3dc7277eecd | 2,729 | js | JavaScript | packages/api-i18n/src/plugins/i18n.js | roman-vabishchevych/webiny-js | 861028aac2ff1b58e3b2bd9a479f4dcaa4ff463a | [
"MIT"
] | 1 | 2019-12-06T10:02:11.000Z | 2019-12-06T10:02:11.000Z | packages/api-i18n/src/plugins/i18n.js | roman-vabishchevych/webiny-js | 861028aac2ff1b58e3b2bd9a479f4dcaa4ff463a | [
"MIT"
] | null | null | null | packages/api-i18n/src/plugins/i18n.js | roman-vabishchevych/webiny-js | 861028aac2ff1b58e3b2bd9a479f4dcaa4ff463a | [
"MIT"
] | null | null | null | // @flow
import type { ApiContext, PluginType } from "@webiny/api/types";
import acceptLanguageParser from "accept-language-parser";
export default ([
{
type: "graphql-context",
name: "graphql-context-i18n",
apply: async (context: ApiContext & Object) => {
let locales = context.... | 34.544304 | 99 | 0.417369 |
054553e089d27d1182f471c73d2cb1170bc63b02 | 3,493 | js | JavaScript | routes/events.js | tomikarikj/dreamevents | a859f3d1c3c4fe4df07e14908926efc8891c56df | [
"MIT"
] | null | null | null | routes/events.js | tomikarikj/dreamevents | a859f3d1c3c4fe4df07e14908926efc8891c56df | [
"MIT"
] | 7 | 2020-09-06T16:42:20.000Z | 2022-02-26T15:51:12.000Z | routes/events.js | tomikarikj/dreamevents | a859f3d1c3c4fe4df07e14908926efc8891c56df | [
"MIT"
] | null | null | null | const express = require('express');
const router = express.Router();
const { check, validationResult } = require('express-validator');
const auth = require('../middleware/auth');
const Event = require('../models/Event');
const User = require('../models/User');
// @route POST api/events
// @desc Create an event
/... | 24.089655 | 72 | 0.572574 |
0545d26064368d16e072030e7e529330b7ebfa9f | 2,174 | js | JavaScript | src/ElementContainer.js | alexchekmenev/mongodb-driver | 822d044bf04a44673d7362347d6e19d562fcf214 | [
"Apache-2.0"
] | null | null | null | src/ElementContainer.js | alexchekmenev/mongodb-driver | 822d044bf04a44673d7362347d6e19d562fcf214 | [
"Apache-2.0"
] | null | null | null | src/ElementContainer.js | alexchekmenev/mongodb-driver | 822d044bf04a44673d7362347d6e19d562fcf214 | [
"Apache-2.0"
] | null | null | null | class ElementContainer {
constructor(elementsByHash) {
this.elements = new Map()
this.elementsByHash = elementsByHash
this.hasAggregationFunction = false
}
/**
* NOTE position starts from 1
* @param position {number}
* @param element {Element}
*/
setElement(p... | 23.376344 | 84 | 0.596596 |
054634d402244b60b2062599d828878109eeba61 | 3,818 | js | JavaScript | pages/loginPage/loginPage.js | FrikanRw/Amplify---Detox | f0e9254d22287698a66aa58a4f5f58522506a6b6 | [
"MIT"
] | 5 | 2018-07-10T14:53:16.000Z | 2022-01-09T12:35:45.000Z | pages/loginPage/loginPage.js | FrikanRw/Amplify---Detox | f0e9254d22287698a66aa58a4f5f58522506a6b6 | [
"MIT"
] | null | null | null | pages/loginPage/loginPage.js | FrikanRw/Amplify---Detox | f0e9254d22287698a66aa58a4f5f58522506a6b6 | [
"MIT"
] | null | null | null | import React, { Component } from 'react';
import { View, Text, TextInput, ScrollView, Button } from 'react-native';
import { Actions } from 'react-native-router-flux';
import { Auth } from 'aws-amplify';
// common
import { validateEmail, validatePassword, colorByValidation } from '../../assests/common';
import styles ... | 32.084034 | 122 | 0.542431 |
05468679feff050bc8775011cdd43d577fae5b78 | 977 | js | JavaScript | modules/storageAdapters/localStorage.js | Wolvan/ark-anon | b63e38ec49f2a6babdbbb8810835f1714f8ab951 | [
"MIT"
] | null | null | null | modules/storageAdapters/localStorage.js | Wolvan/ark-anon | b63e38ec49f2a6babdbbb8810835f1714f8ab951 | [
"MIT"
] | null | null | null | modules/storageAdapters/localStorage.js | Wolvan/ark-anon | b63e38ec49f2a6babdbbb8810835f1714f8ab951 | [
"MIT"
] | null | null | null | 'use strict';
const META = {
author: "Wolvan",
name: "StorageAdapter:localStorage",
description: "Get and store data based on localStorage.",
version: "1.0.0"
};
const persist = require("node-persist");
const StorageAdapter = require("../storage.js");
const storage = new WeakMap();
class LocalStorag... | 23.829268 | 62 | 0.62436 |
0548824b187fe91f2533a0bead46e447d54b0091 | 402 | js | JavaScript | js/question_with_cookie.js | sumirart/sensenet.github.io | 9273eb3fe34b89d4f5cbf1825bb3c70cbff00de0 | [
"MIT"
] | null | null | null | js/question_with_cookie.js | sumirart/sensenet.github.io | 9273eb3fe34b89d4f5cbf1825bb3c70cbff00de0 | [
"MIT"
] | null | null | null | js/question_with_cookie.js | sumirart/sensenet.github.io | 9273eb3fe34b89d4f5cbf1825bb3c70cbff00de0 | [
"MIT"
] | null | null | null | function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
var expires = "expires="+ d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
$(document).on('click','.js-go_to_survey', function () {
setCookie('openques... | 30.923077 | 71 | 0.609453 |
05499e20088c2068d2343d5257f9719c054b19fb | 1,242 | js | JavaScript | tests/experiments/exploratory/filtering/step1-2-runmocha.js | andreendo/noderacer | 9fc2dc8b35c4077ee57423f4454a4c3ef145a18a | [
"Apache-2.0"
] | 13 | 2020-02-24T15:40:24.000Z | 2022-02-16T12:51:40.000Z | tests/experiments/exploratory/filtering/step1-2-runmocha.js | andreendo/noderacer | 9fc2dc8b35c4077ee57423f4454a4c3ef145a18a | [
"Apache-2.0"
] | 1 | 2021-03-03T02:09:53.000Z | 2021-03-03T02:47:45.000Z | tests/experiments/exploratory/filtering/step1-2-runmocha.js | andreendo/noderacer | 9fc2dc8b35c4077ee57423f4454a4c3ef145a18a | [
"Apache-2.0"
] | 2 | 2020-01-11T15:53:49.000Z | 2020-01-13T12:21:24.000Z | // It checks if the projects run with a vanilla Mocha test runner
// Some projects have some parameters that need to be provided to Mocha
const shell = require('shelljs');
const fs = require('fs');
const BENCHMARK_FOLDER = '/downloads/benchmarks';
// const PROJECTS_FILE = './tests/benchmarks/exploratory/filtering/res... | 37.636364 | 94 | 0.679549 |
0549d83d2de801f4ece7bd2cc2d31df0bc41e55c | 1,784 | js | JavaScript | tracportal/htdocs/js/messages/ja.js | isabella232/TracPortalPlugin | 985581b16aad360cfc78d6b901c93fb922f7bc30 | [
"MIT"
] | 2 | 2015-01-19T05:53:30.000Z | 2016-01-08T10:30:02.000Z | tracportal/htdocs/js/messages/ja.js | iij/TracPortalPlugin | 985581b16aad360cfc78d6b901c93fb922f7bc30 | [
"MIT"
] | 1 | 2022-01-20T12:47:18.000Z | 2022-01-20T12:47:18.000Z | tracportal/htdocs/js/messages/ja.js | isabella232/TracPortalPlugin | 985581b16aad360cfc78d6b901c93fb922f7bc30 | [
"MIT"
] | 3 | 2016-12-08T02:25:36.000Z | 2022-01-20T12:10:58.000Z | // Generated messages javascript file from compiled MO file
babel.Translations.load({"domain":"tracportal-js","locale":"ja","messages":{"%s results":"%s \u4ef6","Active: ":"\u30a2\u30af\u30c6\u30a3\u30d6\uff1a","Author":"\u66f4\u65b0\u8005","Cc":"\u95a2\u4fc2\u8005","Close":"\u30af\u30ed\u30fc\u30ba","Closed: ":"\u30af... | 594.666667 | 1,723 | 0.734305 |
0549ead0f44e502865a4f9fa0148d17db1594df7 | 915 | js | JavaScript | src/components/Fusion/env.js | stellar-fox/fusion | eb715c4d43bb6a5e9244345dd56326430857a2d2 | [
"Apache-2.0"
] | null | null | null | src/components/Fusion/env.js | stellar-fox/fusion | eb715c4d43bb6a5e9244345dd56326430857a2d2 | [
"Apache-2.0"
] | null | null | null | src/components/Fusion/env.js | stellar-fox/fusion | eb715c4d43bb6a5e9244345dd56326430857a2d2 | [
"Apache-2.0"
] | null | null | null | import { homepage, name, version } from "../../../package.json"
import { timeUnit } from "@xcmats/js-toolbox"
// application name
export const appName = name
// application visible name
export const appVisName = "Stellar Fusion™"
// application version (taken from package.json)
export const appVersion = ver... | 14.52381 | 77 | 0.727869 |
054a12386b09a53add7ba25ab52a2028fb42d15e | 790 | js | JavaScript | js/cavemanPreload.js | timyc/Lifestyle-and-Sustainability-Calculator | baea8a1ec07e8280496ab846ef05f42766f7ea46 | [
"MIT"
] | null | null | null | js/cavemanPreload.js | timyc/Lifestyle-and-Sustainability-Calculator | baea8a1ec07e8280496ab846ef05f42766f7ea46 | [
"MIT"
] | null | null | null | js/cavemanPreload.js | timyc/Lifestyle-and-Sustainability-Calculator | baea8a1ec07e8280496ab846ef05f42766f7ea46 | [
"MIT"
] | null | null | null | document.getElementById('imgPreload').innerHTML = "<img src='img/infographic-card1.png' /><img src='img/infographic-card1-blurred.png' /><img src='img/infographic-card2.png' /><img src='img/infographic-card2-blurred.png' /><img src='img/infographic-card3.png' /><img src='img/infographic-card3-blurred.png' /><img src='i... | 790 | 790 | 0.717722 |
054b3e6403ea3d84602e7f37eae6214b03f39b54 | 3,668 | js | JavaScript | src/components/vueFem2.js | felixgrey/fem2-vue | 0e5cd6b5fb5e7e42e0a4e94af0012363c6bab715 | [
"MIT"
] | null | null | null | src/components/vueFem2.js | felixgrey/fem2-vue | 0e5cd6b5fb5e7e42e0a4e94af0012363c6bab715 | [
"MIT"
] | null | null | null | src/components/vueFem2.js | felixgrey/fem2-vue | 0e5cd6b5fb5e7e42e0a4e94af0012363c6bab715 | [
"MIT"
] | null | null | null | import Vue from 'vue';
import $ from 'jquery';
import BootstrapVue from 'bootstrap-vue';
import VueRouter from 'vue-router';
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap-vue/dist/bootstrap-vue.css';
import ECharts from 'vue-echarts';
import { Agent, monkey, blank} from './common';
export * from './comm... | 26.57971 | 112 | 0.604962 |
054d7551ad1f57af22eb9e47ab04c35452d1073a | 406 | js | JavaScript | dispatcher.js | voscarmv/lemonade_stand | bbd33dc05233f63865890ba56618df5f79fcefa8 | [
"MIT"
] | 1 | 2021-11-02T18:00:00.000Z | 2021-11-02T18:00:00.000Z | dispatcher.js | voscarmv/lemonade_stand | bbd33dc05233f63865890ba56618df5f79fcefa8 | [
"MIT"
] | null | null | null | dispatcher.js | voscarmv/lemonade_stand | bbd33dc05233f63865890ba56618df5f79fcefa8 | [
"MIT"
] | null | null | null | import { execSync } from 'child_process';
import queue from './queue.js';
import served from './served.js';
for (const txId in queue) {
if(!served[txId]){
console.log(`serving ${txId}`);
const tokenId = queue[txId];
const output = execSync(`./deployer.sh ${txId} ${tokenId}`);
consol... | 27.066667 | 68 | 0.586207 |
054d7fedb4fc5161cf09ec260bf6f5f4504c1a37 | 657 | js | JavaScript | public/js/crypt.js | subrat1995/codehub | e0a4ef38991c3565459b40a7ee4ab740ac70e5dd | [
"MIT"
] | null | null | null | public/js/crypt.js | subrat1995/codehub | e0a4ef38991c3565459b40a7ee4ab740ac70e5dd | [
"MIT"
] | null | null | null | public/js/crypt.js | subrat1995/codehub | e0a4ef38991c3565459b40a7ee4ab740ac70e5dd | [
"MIT"
] | null | null | null | var passwords = ['The Lost Symbol'];
var indexOld;
var index = Math.floor((Math.random() * passwords.length));
var password = passwords[index];
var characters = [];
var counter = 0;
var interval = setInterval(function(){
for(i = 0; i < counter; i++) {
characters[i] = password.charAt(i);
}
for(i = counte... | 19.323529 | 59 | 0.625571 |
05509d7b785d3359bf07944ca74b2478f01374f0 | 93,220 | js | JavaScript | hk/0639_d.js | daodao10/chart | 216d9b2fe3ebbcf84f4f0d253baf3072e0e4ce5f | [
"MIT"
] | 1 | 2021-07-13T01:51:12.000Z | 2021-07-13T01:51:12.000Z | hk/0639_d.js | daodao10/chart | 216d9b2fe3ebbcf84f4f0d253baf3072e0e4ce5f | [
"MIT"
] | null | null | null | hk/0639_d.js | daodao10/chart | 216d9b2fe3ebbcf84f4f0d253baf3072e0e4ce5f | [
"MIT"
] | null | null | null | var data=[['20000103',0.0789],
['20000104',0.0984],
['20000105',0.0945],
['20000106',0.0891],
['20000107',0.0859],
['20000110',0.082],
['20000111',0.0883],
['20000112',0.0898],
['20000113',0.0914],
['20000114',0.0906],
['20000117',0.0836],
['20000119',0.0976],
['20000120',0.1015],
['20000121',0.1062],
['20000124',0.153... | 20.770945 | 31 | 0.614825 |
0551a0d2c212401d49d388fff8967dbb3618cac2 | 1,000 | js | JavaScript | src/lib/console.js | Ikagaka/named-kernel-manager-default-plugins.js | 2056fe12bea22cb68c5b0f9276ea3de98c94873a | [
"MIT"
] | null | null | null | src/lib/console.js | Ikagaka/named-kernel-manager-default-plugins.js | 2056fe12bea22cb68c5b0f9276ea3de98c94873a | [
"MIT"
] | null | null | null | src/lib/console.js | Ikagaka/named-kernel-manager-default-plugins.js | 2056fe12bea22cb68c5b0f9276ea3de98c94873a | [
"MIT"
] | null | null | null | import {NamedKernelManagerRoutings, NamedKernelManagerControllers, NamedKernelManagerController} from 'named-kernel-manager';
export class ConsoleRouting {
setup(routes) {
routes.controller('ConsoleController', (routes) => {
routes.from('NamedKernelManager', (routes) => {
routes.event('start'... | 33.333333 | 126 | 0.708 |
055218220ccb8a004475f0a02f53a98912b402bb | 85,174 | js | JavaScript | public/js/custom-script.js | hostvilleng/dorcas-hub-business | b239fa3c59474f6f2b4715f6b2797ad8413cc084 | [
"MIT"
] | null | null | null | public/js/custom-script.js | hostvilleng/dorcas-hub-business | b239fa3c59474f6f2b4715f6b2797ad8413cc084 | [
"MIT"
] | 3 | 2021-06-26T07:39:07.000Z | 2022-02-14T01:03:14.000Z | public/js/custom-script.js | hostvilleng/dorcas-hub-business | b239fa3c59474f6f2b4715f6b2797ad8413cc084 | [
"MIT"
] | null | null | null | var productName = 'Hub';
var Hub = {
productName: 'Dorcas Hub',
utilities: {
getElementAttributes: function (target) {
if (!target.hasAttributes()) {
return [];
}
var attributes = {};
var attrs = target.attributes;
for (var i = ... | 43.235533 | 305 | 0.454 |
0554c03367bcda499022f70f3b4d836a99c7cef9 | 144 | js | JavaScript | src/selectors/getProp.js | just-paja/redux-saga-resources | 4cab806db2d8ecba73c56a60138d1a4233c33c8e | [
"MIT"
] | null | null | null | src/selectors/getProp.js | just-paja/redux-saga-resources | 4cab806db2d8ecba73c56a60138d1a4233c33c8e | [
"MIT"
] | 3 | 2020-09-04T07:59:48.000Z | 2021-05-06T22:05:54.000Z | src/selectors/getProp.js | just-paja/redux-saga-resources | 4cab806db2d8ecba73c56a60138d1a4233c33c8e | [
"MIT"
] | 1 | 2019-07-05T06:27:12.000Z | 2019-07-05T06:27:12.000Z | import getStateProperty from './getStateProperty'
export default getStateProperty(prop => state => (
state ? (state[prop] || null) : null
))
| 24 | 50 | 0.708333 |
0554ed087191868521f643618ba7ab8c57f20606 | 2,568 | js | JavaScript | js/plugins.js | ariven/Form_Builder-for-CodeIgniter | 72f3ecf9e0f85a56776c3064385a659706870ed3 | [
"MIT"
] | 4 | 2015-12-02T02:42:24.000Z | 2020-05-22T05:09:49.000Z | js/plugins.js | ariven/Form_Builder-for-CodeIgniter | 72f3ecf9e0f85a56776c3064385a659706870ed3 | [
"MIT"
] | null | null | null | js/plugins.js | ariven/Form_Builder-for-CodeIgniter | 72f3ecf9e0f85a56776c3064385a659706870ed3 | [
"MIT"
] | 2 | 2020-09-21T07:22:46.000Z | 2021-10-22T00:50:59.000Z | /**
* http://plugins.jquery.com/files/issues/jjquery.cookie-modified.js_.txt
*
* CSRF fix
*
*/
jQuery.cookie = function(name, value, options) {
if (typeof value != 'undefined' || (name && typeof name != 'string')) { // name and value given, set cookie
if (typeof name == 'string') {
... | 43.525424 | 117 | 0.507788 |
0556e4ce604668535de0773ed10f726cdd4aa27b | 354 | js | JavaScript | backend/src/modules/file/ManageFiles.js | Cerberrus/aic-test | d8064d5a47ceb295d871d8de1025576e93b66bbc | [
"MIT"
] | 3 | 2020-12-24T11:32:07.000Z | 2021-06-06T09:33:41.000Z | backend/src/modules/file/ManageFiles.js | Cerberrus/aic-test | d8064d5a47ceb295d871d8de1025576e93b66bbc | [
"MIT"
] | null | null | null | backend/src/modules/file/ManageFiles.js | Cerberrus/aic-test | d8064d5a47ceb295d871d8de1025576e93b66bbc | [
"MIT"
] | 1 | 2021-06-06T09:33:48.000Z | 2021-06-06T09:33:48.000Z | const fs = require("fs");
class ManageFiles {
deleteFile = (filePath) => { //Принимает путь файла и удаляет его
try {
const exist = fs.existsSync(filePath)
if(exist){
fs.unlinkSync(filePath);
}
return true
} catch (e) {
console.error(e);
return false;
}
... | 22.125 | 74 | 0.573446 |
0556fdbd1b4fdf9b4c650598aae3b99d6ce58c48 | 385 | js | JavaScript | racional/src/html/search/all_5.js | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-Jdorta62 | 1b15eaed0702b8ffe188a9604549e8b1c0acbd91 | [
"MIT"
] | null | null | null | racional/src/html/search/all_5.js | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-Jdorta62 | 1b15eaed0702b8ffe188a9604549e8b1c0acbd91 | [
"MIT"
] | null | null | null | racional/src/html/search/all_5.js | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-Jdorta62 | 1b15eaed0702b8ffe188a9604549e8b1c0acbd91 | [
"MIT"
] | null | null | null | var searchData=
[
['racional_6',['Racional',['../classRacional.html',1,'Racional'],['../classRacional.html#a37e0512a400d82a493e33d5219f24d61',1,'Racional::Racional()']]],
['racional_2ecc_7',['racional.cc',['../racional_8cc.html',1,'']]],
['racional_2eh_8',['racional.h',['../racional_8h.html',1,'']]],
['racional... | 48.125 | 154 | 0.657143 |
0557b480adb001dc889317e17188a1f34f10c7a7 | 6,582 | js | JavaScript | dist/src/docs/529f92e4.ce89d38c.js | ss-mvp/tricktionary-be | 8b3de8557993498989a9cebae64939fc0709ab17 | [
"MIT"
] | 1 | 2021-04-10T16:10:52.000Z | 2021-04-10T16:10:52.000Z | dist/src/docs/529f92e4.ce89d38c.js | ss-mvp/tricktionary-be | 8b3de8557993498989a9cebae64939fc0709ab17 | [
"MIT"
] | 142 | 2021-02-04T21:06:57.000Z | 2022-03-24T01:09:00.000Z | dist/src/docs/529f92e4.ce89d38c.js | ss-mvp/tricktionary-be | 8b3de8557993498989a9cebae64939fc0709ab17 | [
"MIT"
] | 1 | 2021-11-22T19:32:22.000Z | 2021-11-22T19:32:22.000Z | (window.webpackJsonp=window.webpackJsonp||[]).push([[24],{151:function(e,t,r){"use strict";r.d(t,"a",(function(){return d})),r.d(t,"b",(function(){return u}));var n=r(0),a=r.n(n);function o(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c(e,t){var r... | 6,582 | 6,582 | 0.67168 |
0558f8203fdf8b83958c25b68b29e1cf4c476318 | 424 | js | JavaScript | app/api/root.js | MarkoN95/Voting-App | d0e6d17dcc2206bc156e5eb4ea2a3092b433b86c | [
"MIT"
] | 1 | 2020-07-24T02:34:06.000Z | 2020-07-24T02:34:06.000Z | app/api/root.js | MarkoN95/Voting-App | d0e6d17dcc2206bc156e5eb4ea2a3092b433b86c | [
"MIT"
] | null | null | null | app/api/root.js | MarkoN95/Voting-App | d0e6d17dcc2206bc156e5eb4ea2a3092b433b86c | [
"MIT"
] | null | null | null | const login = require("./login");
const logout = require("./logout");
const register = require("./register");
const polls = require("./polls");
const polledits = require("./polledits");
const voting = require("./voting");
const deleteAccount = require("./deleteAccount");
module.exports = function(app) {
login(app);
... | 23.555556 | 49 | 0.67217 |
055baf01242ce95473d32450dad564050f35c426 | 5,196 | js | JavaScript | src/index.js | Javran/swf-extract | 2f1d9ea91620a0ad2e3b86202ed4ac5259cdd3f3 | [
"MIT"
] | 14 | 2017-11-30T07:34:27.000Z | 2021-12-18T02:54:46.000Z | src/index.js | Javran/swf-extract | 2f1d9ea91620a0ad2e3b86202ed4ac5259cdd3f3 | [
"MIT"
] | null | null | null | src/index.js | Javran/swf-extract | 2f1d9ea91620a0ad2e3b86202ed4ac5259cdd3f3 | [
"MIT"
] | 5 | 2017-11-24T08:50:14.000Z | 2021-11-04T10:39:09.000Z | /**
* Simple module for reading SWF properties
*
* (c) 2014 Rafael Leal Dias <rafaeldias.c at gmail dot com>
* MIT LICENCE
*
*/
import zlib from 'zlib'
import lzma from 'lzma-purejs'
import Stream from 'stream'
import { SWFBuffer } from './swf-buffer'
const readSWFTags = (buff, callbacks) => {
while (buff.poi... | 25.346341 | 110 | 0.622594 |
055dd00e808ed8ca54b0b1cfd2eb60d3151608e2 | 1,338 | js | JavaScript | assets/js/transportation.js | darmilola/AssistPayDashboard | e7d616dbda6ab2dada104abfc01c01060dca4144 | [
"MIT"
] | null | null | null | assets/js/transportation.js | darmilola/AssistPayDashboard | e7d616dbda6ab2dada104abfc01c01060dca4144 | [
"MIT"
] | null | null | null | assets/js/transportation.js | darmilola/AssistPayDashboard | e7d616dbda6ab2dada104abfc01c01060dca4144 | [
"MIT"
] | null | null | null | $('#add-new-company-button').click(function(event) {
event.preventDefault();
$('#add-new-company').toggle();
$('#company-list').toggle();
$('#drivers_list').toggle();
});
$('#cancel-edit').click(function(event) {
event.preventDefault();
$('#add-new-company').toggle();
$('#company-list').tog... | 23.068966 | 52 | 0.57997 |
055e1d81eb20f66875bbccf10b7316d30122fe1b | 955 | js | JavaScript | public/js/actionable.js | liautaud/fiches | 31141b97330fa952b3eab0d4a660b1d9122a440d | [
"MIT"
] | 1 | 2017-05-19T10:34:04.000Z | 2017-05-19T10:34:04.000Z | public/js/actionable.js | liautaud/fiches | 31141b97330fa952b3eab0d4a660b1d9122a440d | [
"MIT"
] | null | null | null | public/js/actionable.js | liautaud/fiches | 31141b97330fa952b3eab0d4a660b1d9122a440d | [
"MIT"
] | null | null | null | $(function () {
var showSuccess = function () {
$('#message-snackbar').eq(0).MaterialSnackbar.showSnackbar({
message: 'Les éléments ont été supprimés avec succès'
});
};
$('[data-action]').click(function () {
var action = $(this).attr('data-action');
var... | 32.931034 | 75 | 0.40733 |
055e5756fef030b11101137cb7fac0962de3e3b3 | 2,392 | js | JavaScript | src/data/categories.js | italia/daf-publicdata | d863f7b2ed1bcb394f3aa8b825963b82d5475317 | [
"Apache-2.0"
] | 9 | 2017-10-08T13:28:38.000Z | 2020-05-01T22:35:40.000Z | src/data/categories.js | italia/daf-dataportal-public | d863f7b2ed1bcb394f3aa8b825963b82d5475317 | [
"Apache-2.0"
] | 28 | 2017-10-06T21:56:50.000Z | 2019-03-25T16:51:49.000Z | src/data/categories.js | italia/daf-dataportal-public | d863f7b2ed1bcb394f3aa8b825963b82d5475317 | [
"Apache-2.0"
] | 21 | 2017-10-06T14:20:58.000Z | 2020-12-29T19:52:13.000Z | const categories = [
{
"id": 1,
"name": "Agricoltura, pesca, silvicoltura e prodotti alimentari",
"tag": "Agricoltura"
},
{
"id": 2,
"name":... | 34.666667 | 89 | 0.224498 |
055e60f3541d9a079352034a110806eec377277c | 643 | js | JavaScript | src/services/UploadImageProduct.js | NacerYeles/ProjetImmobillier | 6ae2ee38a3ab9b26f073fecf2e42317556fc12bb | [
"MIT"
] | null | null | null | src/services/UploadImageProduct.js | NacerYeles/ProjetImmobillier | 6ae2ee38a3ab9b26f073fecf2e42317556fc12bb | [
"MIT"
] | null | null | null | src/services/UploadImageProduct.js | NacerYeles/ProjetImmobillier | 6ae2ee38a3ab9b26f073fecf2e42317556fc12bb | [
"MIT"
] | null | null | null | const config = require('../../app/config.js');
module.exports = class UploadImageProduct {
moveFile(file) {
return new Promise((resolve, reject) => {
const regex = /[^a-z0-9_\.]/i;
let baseName = file.name.replace(regex,'_').replace('__','_');
let uploadPath = config.di... | 33.842105 | 74 | 0.510109 |
055ef1ee83af5e218cf1bff4692772b2d76d41c7 | 1,502 | js | JavaScript | src/components/input/custom-select-field.js | nsschultz/fantasy-baseball-ui | 95ebd6e0243572d99d24721a0de21fc58bfb868d | [
"MIT"
] | null | null | null | src/components/input/custom-select-field.js | nsschultz/fantasy-baseball-ui | 95ebd6e0243572d99d24721a0de21fc58bfb868d | [
"MIT"
] | null | null | null | src/components/input/custom-select-field.js | nsschultz/fantasy-baseball-ui | 95ebd6e0243572d99d24721a0de21fc58bfb868d | [
"MIT"
] | null | null | null | import { Checkbox, FormControl, InputLabel, ListItemText, MenuItem, Select } from '@material-ui/core';
import React, { useState } from 'react';
import CustomInuptBase from './custom-input-base';
import PropTypes from 'prop-types';
const CustomSelectField = ({ field, lookup, onHandleFilterChange, filterValues, title, ... | 32.652174 | 102 | 0.645806 |
055effad0d98e78e8a82b1a1fabb4e3e85d47572 | 2,854 | js | JavaScript | public/javascripts/controls.js | padawin/game-framework-js | 18354023e2382f7c3ecaa2094e7291f599a9dee4 | [
"MIT"
] | null | null | null | public/javascripts/controls.js | padawin/game-framework-js | 18354023e2382f7c3ecaa2094e7291f599a9dee4 | [
"MIT"
] | null | null | null | public/javascripts/controls.js | padawin/game-framework-js | 18354023e2382f7c3ecaa2094e7291f599a9dee4 | [
"MIT"
] | null | null | null | if (typeof (require) != 'undefined') {
var loader = require('../../node_modules/Butterfly-js/dist/butterfly.min.js').loader;
}
/**
* Module to deal with the game controls on the keyboard
*/
loader.addModule('Controls',
'B',
function (B) {
"use strict";
/**
* PRIVATE METHOD
*
* Function to execute when a ke... | 21.953846 | 86 | 0.673441 |
055fbed61b2b2701ef7c0d3469ba22c254ba35e0 | 401 | js | JavaScript | yqboots-web/yqboots-web-layout/src/main/resources/templates/fragments/datetime.js | zhanhongbo1112/yqboots-framework | d84ce992e0d3af1fcc1818c7c23d04ad3f116564 | [
"Apache-2.0"
] | null | null | null | yqboots-web/yqboots-web-layout/src/main/resources/templates/fragments/datetime.js | zhanhongbo1112/yqboots-framework | d84ce992e0d3af1fcc1818c7c23d04ad3f116564 | [
"Apache-2.0"
] | null | null | null | yqboots-web/yqboots-web-layout/src/main/resources/templates/fragments/datetime.js | zhanhongbo1112/yqboots-framework | d84ce992e0d3af1fcc1818c7c23d04ad3f116564 | [
"Apache-2.0"
] | null | null | null | define(['jquery/jquery-ui'], function () {
return {
startup: function () {
$('#datetime').datetimepicker({
controlType: 'select',
oneLine: true,
timeFormat: 'HH:mm:ss',
prevText: '<i class="fa fa-angle-left"></i>',
n... | 30.846154 | 61 | 0.428928 |
05601c12f113c5a37882951e1e6871d4ef3ff2ef | 2,713 | js | JavaScript | redbubble/node_modules/@redbubble/design-system/react/ProductNav/MobileProductNav/Header.js | vunamhung/codebases | f1d4beccca4e57c2684d281464b9ae462f76ee65 | [
"MIT"
] | null | null | null | redbubble/node_modules/@redbubble/design-system/react/ProductNav/MobileProductNav/Header.js | vunamhung/codebases | f1d4beccca4e57c2684d281464b9ae462f76ee65 | [
"MIT"
] | null | null | null | redbubble/node_modules/@redbubble/design-system/react/ProductNav/MobileProductNav/Header.js | vunamhung/codebases | f1d4beccca4e57c2684d281464b9ae462f76ee65 | [
"MIT"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import { defineMessages, FormattedMessage } from 'react-intl';
import Text from '../../Text';
import TextLink from '../../TextLink';
import Box from '../../Box';
import AuthenticatedHeader from './AuthenticatedHeader';
const messages = defineMessages({
l... | 24.223214 | 123 | 0.603391 |
05608b3ff26e4e9be72ae3b49481611de5869d24 | 157 | js | JavaScript | .eslintrc.js | QinChaoMo/ResourceManageWebApp | 758b6027a93c4c0603a64d692188a2c477580415 | [
"MIT"
] | null | null | null | .eslintrc.js | QinChaoMo/ResourceManageWebApp | 758b6027a93c4c0603a64d692188a2c477580415 | [
"MIT"
] | null | null | null | .eslintrc.js | QinChaoMo/ResourceManageWebApp | 758b6027a93c4c0603a64d692188a2c477580415 | [
"MIT"
] | null | null | null | 'use strict';
const OFF = 0;
const ERROR = 2;
module.exports = {
// Stop ESLint from looking for a configuration file in parent folders
root: true,
};
| 15.7 | 72 | 0.681529 |
05622493b7f2c8bd061e2b2f9d37b21b5b52e606 | 1,691 | js | JavaScript | serverless-microsling/lib/default-renderers.js | stbischof/sling-whiteboard | 738b68aa0a98feca3b9c48a29ba5777f125c236b | [
"Apache-2.0"
] | 38 | 2018-01-23T10:48:29.000Z | 2022-02-08T15:33:32.000Z | serverless-microsling/lib/default-renderers.js | stbischof/sling-whiteboard | 738b68aa0a98feca3b9c48a29ba5777f125c236b | [
"Apache-2.0"
] | 47 | 2018-02-16T07:20:30.000Z | 2021-06-15T17:24:14.000Z | serverless-microsling/lib/default-renderers.js | stbischof/sling-whiteboard | 738b68aa0a98feca3b9c48a29ba5777f125c236b | [
"Apache-2.0"
] | 35 | 2018-01-18T20:20:43.000Z | 2021-11-08T13:16:13.000Z | /*
* Copyright 2019 The Apache Software Foundation.
*
* 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 required by applic... | 29.155172 | 79 | 0.605559 |
05629129e5b8e8b92551261a23a9651d6885a173 | 418 | js | JavaScript | lib/stepper/index.js | Mikeccx/vanke-vant | 66a302010649b9b1a2890029b026bd1c4ee83da1 | [
"MIT"
] | null | null | null | lib/stepper/index.js | Mikeccx/vanke-vant | 66a302010649b9b1a2890029b026bd1c4ee83da1 | [
"MIT"
] | null | null | null | lib/stepper/index.js | Mikeccx/vanke-vant | 66a302010649b9b1a2890029b026bd1c4ee83da1 | [
"MIT"
] | null | null | null | "use strict";
exports.__esModule = true;
exports.Stepper = exports.default = void 0;
var _utils = require("../utils");
var _Stepper2 = _interopRequireDefault(require("./Stepper"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var Stepper = (0, _utils.withInstall)(... | 27.866667 | 95 | 0.729665 |
0562c3eb6c98e33bcdefd8a0cb30706074bf4fdb | 355 | js | JavaScript | js-parts/part-read-xml.js | Fraaanz/Data-Driven-Generative-Design-Basics | c65690e275a6271f42a7c9c9e65fe40bb5c3a3a6 | [
"MIT"
] | 1 | 2020-11-04T18:51:25.000Z | 2020-11-04T18:51:25.000Z | js-parts/part-read-xml.js | Fraaanz/Data-Driven-Generative-Design-Basics | c65690e275a6271f42a7c9c9e65fe40bb5c3a3a6 | [
"MIT"
] | null | null | null | js-parts/part-read-xml.js | Fraaanz/Data-Driven-Generative-Design-Basics | c65690e275a6271f42a7c9c9e65fe40bb5c3a3a6 | [
"MIT"
] | null | null | null | // 📊 LOAD XML DATA ----------------------------------------
// Do not forget to load the D3 Framework in your HTML file!
d3.xml("../sources/demo-data/HealthData-StepCount-Demo.xml").then(function (data) {
var xml = data.documentElement.getElementsByTagName("Record");
console.log(xml);
console.log(xml.innerHTML ... | 44.375 | 83 | 0.633803 |
0562c4e5697bd60f594316c396f39e885c2a18d5 | 7,509 | js | JavaScript | src/models/Entities/LoadSpans/PurchaseLoadSpan.js | calebsandfort/isupportmobile | 1ddd111ca29e87541806ea000b59d69972f03f9e | [
"Apache-2.0"
] | null | null | null | src/models/Entities/LoadSpans/PurchaseLoadSpan.js | calebsandfort/isupportmobile | 1ddd111ca29e87541806ea000b59d69972f03f9e | [
"Apache-2.0"
] | null | null | null | src/models/Entities/LoadSpans/PurchaseLoadSpan.js | calebsandfort/isupportmobile | 1ddd111ca29e87541806ea000b59d69972f03f9e | [
"Apache-2.0"
] | null | null | null | //@flow
/******************************************************************************
* THIS FILE IS GENERATED ANY CHANGES WILL BE LOST NEXT TIME CODE IS GENERATED *
******************************************************************************/
import SupportRepresentativeLoadSpan from './SupportRepresentativeLoadSp... | 27.505495 | 82 | 0.722466 |
05636c48178ca54cb6be0b2d3a45e7699b3f74e1 | 63 | js | JavaScript | frontend/pages/api/match.js | dirk-rossbach/asskicker | ed6752790c48772a009e86f67ac046c59778fa57 | [
"Unlicense"
] | 2 | 2021-05-13T09:56:53.000Z | 2021-05-15T13:12:43.000Z | frontend/pages/api/match.js | dirk-rossbach/asskicker | ed6752790c48772a009e86f67ac046c59778fa57 | [
"Unlicense"
] | null | null | null | frontend/pages/api/match.js | dirk-rossbach/asskicker | ed6752790c48772a009e86f67ac046c59778fa57 | [
"Unlicense"
] | null | null | null | export default function handler(req, res) {
console.log();
}
| 15.75 | 43 | 0.698413 |
05639034898672f562f0a7491d9c97315b2a0755 | 562 | js | JavaScript | scripts/fix.env.js | scryptachain/scrypta-idanodejs | 2bbf2863873d8814ea1acb0799f8244f3efd3515 | [
"MIT"
] | 3 | 2020-06-05T20:39:58.000Z | 2021-09-19T01:19:46.000Z | scripts/fix.env.js | BdcashProtocol/bdcash-nodesh | 3714cf6c18244755a4a2dcb73625b55de0efa967 | [
"MIT"
] | 13 | 2019-07-15T21:42:48.000Z | 2022-02-15T00:48:07.000Z | scripts/fix.env.js | scryptachain/scrypta-idanodejs | 2bbf2863873d8814ea1acb0799f8244f3efd3515 | [
"MIT"
] | 5 | 2019-06-19T21:40:01.000Z | 2022-03-31T11:04:21.000Z | const fs = require('fs');
const process = require('process');
let key = process.argv.slice(2)
async function run() {
let update = ""
if (key[0] !== undefined && key[1] !== undefined) {
let dotenv = fs.readFileSync('.env').toString('utf8').split("\n")
for (let k in dotenv) {
if (doten... | 28.1 | 73 | 0.467972 |
0563c05bab5a77440c550dc306d5f3299c07eaac | 3,148 | js | JavaScript | src/components/charts/StockPriceMovementChart.js | dendriel/stock-view-front | ec4f97fdc68615865bb4ce168f044f6575f1addb | [
"0BSD"
] | null | null | null | src/components/charts/StockPriceMovementChart.js | dendriel/stock-view-front | ec4f97fdc68615865bb4ce168f044f6575f1addb | [
"0BSD"
] | null | null | null | src/components/charts/StockPriceMovementChart.js | dendriel/stock-view-front | ec4f97fdc68615865bb4ce168f044f6575f1addb | [
"0BSD"
] | null | null | null | import ReactApexChart from 'react-apexcharts'
import stockService from "../../services/stock.service";
import {useEffect, useState} from "react";
import moment from "moment";
export default function StockPriceMovementChart(props) {
const [series, setSeries] = useState([])
useEffect(() => {
... | 27.137931 | 96 | 0.377382 |
0564294e0c204ede55dd6ed62c2b6776141b8c4a | 436 | js | JavaScript | public/assets/js/diseaselist.js | ManNeu/Vaccination-Tracker | 0063755cb0fa245e164129ae1f79f93dc6c3d83a | [
"MIT"
] | null | null | null | public/assets/js/diseaselist.js | ManNeu/Vaccination-Tracker | 0063755cb0fa245e164129ae1f79f93dc6c3d83a | [
"MIT"
] | 1 | 2020-11-22T07:20:05.000Z | 2020-11-22T07:20:05.000Z | public/assets/js/diseaselist.js | ManNeu/Project02-03 | 0063755cb0fa245e164129ae1f79f93dc6c3d83a | [
"MIT"
] | null | null | null | var diseases = [
["Cholera"],
["Hepatitis A"],
["Hepatitis B"],
["Malaria"],
["Measels"],
["Meningitis"],
["Polio"],
["Rabies"],
["Typhoid"],
["Yellow Fever"],
["Japanese Encephalitis"],
["Pneumonia"],
["Mumps"],
["Rubella"],
["Tetinus"],
["Diphtheria"],
["Pertussis"],
["Chickenpox (... | 17.44 | 33 | 0.538991 |
0565278692d8ffc5f71ab060fe47925b5866f357 | 178 | js | JavaScript | htdocs_symfony/assets/backend/backend.js | bekuno/oc-server3 | 95da5f4e211e118f6b46da94306f6f00ab0e7fa0 | [
"RSA-MD"
] | 34 | 2015-03-17T08:05:21.000Z | 2021-09-14T14:44:49.000Z | htdocs_symfony/assets/backend/backend.js | fraggle-DE/oc-server3 | 0d6a9d570c5faef6c66ef6fbe8a7d973389c6517 | [
"RSA-MD"
] | 278 | 2015-05-21T10:34:15.000Z | 2022-03-30T17:55:05.000Z | htdocs_symfony/assets/backend/backend.js | fraggle-DE/oc-server3 | 0d6a9d570c5faef6c66ef6fbe8a7d973389c6517 | [
"RSA-MD"
] | 47 | 2015-01-17T22:00:04.000Z | 2022-03-02T21:06:40.000Z | // Starting with our APP Code
import './styles/app.scss';
// Import thrid pary packagist
import $ from 'jquery';
import 'bootstrap';
console.log('Loaded BACKEND entrypoint');
| 17.8 | 41 | 0.724719 |
05659c9205f58ff2ac4ad3eed6bc776b0ad96568 | 355 | js | JavaScript | fundamentos/4_bloco.js | rod33oliver/curso-javascript | b194cee06ece84e1074efaac0ae8bf4704b8c5da | [
"MIT"
] | 1 | 2021-11-17T02:40:28.000Z | 2021-11-17T02:40:28.000Z | fundamentos/4_bloco.js | rod33oliver/curso-javascript | b194cee06ece84e1074efaac0ae8bf4704b8c5da | [
"MIT"
] | null | null | null | fundamentos/4_bloco.js | rod33oliver/curso-javascript | b194cee06ece84e1074efaac0ae8bf4704b8c5da | [
"MIT"
] | null | null | null | // conceitos de bloco de código. este está em { }
{
console.log('Passo #03');
console.log('Passo #01');
console.log('Passo #02');
}
{
console.log('Passo #04');
console.log('Passo #05');
console.log('Passo #06');
}
{
{
{
{
{
{}
... | 12.678571 | 50 | 0.383099 |
0565d500105ed28bf2787fe717f659e23decc808 | 55 | js | JavaScript | src/viz/HistogramBarLabel.js | adamosimpson21/magicstats | b7215840a3c7724d05513a7b9aa5df7d42ff5615 | [
"MIT"
] | null | null | null | src/viz/HistogramBarLabel.js | adamosimpson21/magicstats | b7215840a3c7724d05513a7b9aa5df7d42ff5615 | [
"MIT"
] | null | null | null | src/viz/HistogramBarLabel.js | adamosimpson21/magicstats | b7215840a3c7724d05513a7b9aa5df7d42ff5615 | [
"MIT"
] | null | null | null | //TODO: break out component for The letters on the bars | 55 | 55 | 0.781818 |
056661684a52547e8af46ec7bfba19ce24225c26 | 3,426 | js | JavaScript | lib/cluster/index.js | solzimer/nsyslog | ea0a397cc4e961e078faba0518b46416d24ff482 | [
"MIT"
] | 8 | 2017-05-18T07:59:06.000Z | 2021-12-07T15:18:17.000Z | lib/cluster/index.js | solzimer/nsyslog | ea0a397cc4e961e078faba0518b46416d24ff482 | [
"MIT"
] | 7 | 2021-04-16T12:41:19.000Z | 2022-03-24T03:51:40.000Z | lib/cluster/index.js | solzimer/nsyslog | ea0a397cc4e961e078faba0518b46416d24ff482 | [
"MIT"
] | 3 | 2019-12-02T18:19:07.000Z | 2020-06-08T00:04:06.000Z | const
NODE_FORKED = 'NODE_FORKED',
nativefork = require('child_process').fork,
extend = require('extend'),
logger = require('../logger'),
isMaster = process.env[NODE_FORKED]!="true";
const handlers = {};
const children = {};
/**
* Base cluster message
* @memberof cluster
* @class
*/
class Message {
/**
* ... | 21.961538 | 73 | 0.666375 |
0566eabc5d094864c71bc2f6d0548c41c962b083 | 282 | js | JavaScript | js/filters/timefilter.js | avinashbnaik/oflline-to-do-list | d94bd4e03e1291ed3dbfb211eb706e53d41e8328 | [
"Apache-2.0"
] | null | null | null | js/filters/timefilter.js | avinashbnaik/oflline-to-do-list | d94bd4e03e1291ed3dbfb211eb706e53d41e8328 | [
"Apache-2.0"
] | null | null | null | js/filters/timefilter.js | avinashbnaik/oflline-to-do-list | d94bd4e03e1291ed3dbfb211eb706e53d41e8328 | [
"Apache-2.0"
] | null | null | null | app.filter('timeFilter', function() {
return function(seconds) {
var mins, secs, time = "";
mins = parseInt(seconds / 60);
secs = seconds % 60;
if (secs < 10) {
secs = "0" + secs;
}
return mins + ":" + secs;
}
});
| 23.5 | 38 | 0.453901 |
0566ed421fd7cdf6b63006bf577547a4cfaf7aa6 | 758 | js | JavaScript | test/mocks/productDecoratorsMock.js | cloudinary/cloudinary_sfcc_site_cartridge | d1d2989f9034732efdd447756e6fa64e5eac2124 | [
"MIT"
] | null | null | null | test/mocks/productDecoratorsMock.js | cloudinary/cloudinary_sfcc_site_cartridge | d1d2989f9034732efdd447756e6fa64e5eac2124 | [
"MIT"
] | null | null | null | test/mocks/productDecoratorsMock.js | cloudinary/cloudinary_sfcc_site_cartridge | d1d2989f9034732efdd447756e6fa64e5eac2124 | [
"MIT"
] | null | null | null | 'use strict';
var proxyquire = require('proxyquire').noCallThru().noPreserveCache();
var sinon = require('sinon');
var stubCloudinary = sinon.stub();
var stubRaw = sinon.stub();
function MockProductDecorator() {
return this;
}
function proxyModel() {
module.__proto__.superModule = MockProductDecorator; // e... | 22.294118 | 110 | 0.671504 |
05670e84d535fd2c342c432e7aa63ee303ec8597 | 4,205 | js | JavaScript | prototypes/text_channel/alert.js | Garma1337/CompHubBot | 7f7ba739d8edf300079f5916b04a7334af93e8de | [
"MIT"
] | null | null | null | prototypes/text_channel/alert.js | Garma1337/CompHubBot | 7f7ba739d8edf300079f5916b04a7334af93e8de | [
"MIT"
] | null | null | null | prototypes/text_channel/alert.js | Garma1337/CompHubBot | 7f7ba739d8edf300079f5916b04a7334af93e8de | [
"MIT"
] | null | null | null | const { MessageActionRow } = require('discord-buttons');
const { TextChannel } = require('discord.js');
const config = require('../../config');
const TYPE_PLAIN = 'plain';
const TYPE_PRIMARY = 'primary';
const TYPE_INFO = 'info';
const TYPE_SUCCESS = 'success';
const TYPE_WARNING = 'warning';
const TYPE_ERROR = 'error... | 25.797546 | 109 | 0.638288 |
05671018c27b963112657edf9a976d88dd25db46 | 866 | js | JavaScript | src/services/collectionImage.js | 3rendan/ATHtest | a794f23b73760bebaf074ba43c9cee60225cafbc | [
"MIT"
] | null | null | null | src/services/collectionImage.js | 3rendan/ATHtest | a794f23b73760bebaf074ba43c9cee60225cafbc | [
"MIT"
] | null | null | null | src/services/collectionImage.js | 3rendan/ATHtest | a794f23b73760bebaf074ba43c9cee60225cafbc | [
"MIT"
] | null | null | null | export default function collectionImage(id) {
switch(id){
case 1:
return 'https://providenceathenaeum.org/wp-content/uploads/2020/09/ProvAth_Alcoves-with-busts.jpg';
case 2:
return 'https://images.antiquesatlas.com/dealer-stock-images/studiort/JA_McColvin_18641920_Oil_Lands_as237a752z-1.... | 48.111111 | 153 | 0.710162 |
056b0a48cefaf725a46e759887c713399099b7ad | 14,624 | js | JavaScript | public/js/dojo-1.6.1/dojo/_base/query.js | younginnovations/aidstream-old | f5620435a9eed9766b2df5cf7148f94450f9be0e | [
"MIT"
] | 5 | 2015-02-20T16:11:30.000Z | 2017-05-15T11:50:44.000Z | web-app/public/js/dojo/_base/query.js | skobbler/AddressHunter | 092bbb612df05377099ea07f7f9263f6adb878ae | [
"BSD-3-Clause"
] | 29 | 2021-03-13T06:58:13.000Z | 2021-03-13T06:58:29.000Z | web-app/public/js/dojo/_base/query.js | skobbler/AddressHunter | 092bbb612df05377099ea07f7f9263f6adb878ae | [
"BSD-3-Clause"
] | 4 | 2015-07-14T16:16:05.000Z | 2021-03-10T08:15:54.000Z | /*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if(!dojo._hasResource["dojo._base.query"]){
dojo._hasResource["dojo._base.query"]=true;
(function(){
var _1=function(d){
va... | 17.184489 | 200 | 0.622538 |
056bc16ab323864d6f709914a8dccf3fb53352e7 | 1,519 | js | JavaScript | dist/task-queue-storage.js | exogee-technology/kew | f7add6c23fe0e06197e8abbee6b4b22a44b8f0d3 | [
"MIT"
] | 1 | 2021-12-03T21:25:24.000Z | 2021-12-03T21:25:24.000Z | dist/task-queue-storage.js | exogee-technology/kew | f7add6c23fe0e06197e8abbee6b4b22a44b8f0d3 | [
"MIT"
] | null | null | null | dist/task-queue-storage.js | exogee-technology/kew | f7add6c23fe0e06197e8abbee6b4b22a44b8f0d3 | [
"MIT"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaskQueueStorageManager = void 0;
/** Task Queue Storage Manager */
class TaskQueueStorageManager {
constructor() {
this.currentTasks = [];
this.finishedTasks = [];
this.references = {};
this.storage... | 32.319149 | 105 | 0.571429 |
056c6fd6bf220b6ad9ec2f68cfa8daaed5fb8c4b | 59 | js | JavaScript | src/lib/brokers/Broker.js | yzabiyaka/dosmth_blink | cecbc7e825a22c780712336c2f389e26f2bfdd6b | [
"MIT"
] | 6 | 2017-06-07T14:04:39.000Z | 2021-07-11T12:38:11.000Z | src/lib/brokers/Broker.js | yzabiyaka/dosmth_blink | cecbc7e825a22c780712336c2f389e26f2bfdd6b | [
"MIT"
] | 238 | 2017-03-08T22:49:09.000Z | 2022-03-03T22:24:27.000Z | src/lib/brokers/Broker.js | yzabiyaka/dosmth_blink | cecbc7e825a22c780712336c2f389e26f2bfdd6b | [
"MIT"
] | 2 | 2017-12-04T15:03:19.000Z | 2018-02-05T18:13:12.000Z | 'use strict';
class Broker {
}
module.exports = Broker;
| 7.375 | 24 | 0.661017 |
056cea92e14754584b1cb807e713692f7c766088 | 99 | js | JavaScript | index.js | pirxpilot/sax-super-stream | 37ce43020091854e06aefabec360bf94442de151 | [
"MIT"
] | null | null | null | index.js | pirxpilot/sax-super-stream | 37ce43020091854e06aefabec360bf94442de151 | [
"MIT"
] | null | null | null | index.js | pirxpilot/sax-super-stream | 37ce43020091854e06aefabec360bf94442de151 | [
"MIT"
] | null | null | null | module.exports = require('./lib/stream');
Object.assign(module.exports, require('./lib/parsers'));
| 33 | 56 | 0.717172 |
056d03bcfc81866e03ff41beef7717097bef5877 | 5,879 | js | JavaScript | src/assets/svgs/stats/index.js | yRodrigo2219/lolapi | e69dcbc21b52b7cb00b839bd47d6630edec313d1 | [
"MIT"
] | null | null | null | src/assets/svgs/stats/index.js | yRodrigo2219/lolapi | e69dcbc21b52b7cb00b839bd47d6630edec313d1 | [
"MIT"
] | 1 | 2021-06-07T19:09:26.000Z | 2021-06-09T17:12:48.000Z | src/assets/svgs/stats/index.js | yRodrigo2219/lolapi | e69dcbc21b52b7cb00b839bd47d6630edec313d1 | [
"MIT"
] | null | null | null | import React from 'react';
export const STAT_TYPE = Object.freeze({
COIN: 'coin',
DRAKE: 'drake',
INHIB: 'inhib',
SWORD: 'sword',
TOWER: 'tower',
BARON: 'baron',
CREEP: 'creep',
});
export default function StatSVG({ stat }) {
switch (stat) {
case STAT_TYPE.COIN:
return CoinSVG();
case ST... | 73.4875 | 771 | 0.712536 |
056d0a8ee24baf831862dba9f3ac7ef461152e14 | 748 | js | JavaScript | commands/reload.js | Purgador/walterio | e937df6ff0395dfffaa69c7e137d519b0cdafdca | [
"MIT"
] | null | null | null | commands/reload.js | Purgador/walterio | e937df6ff0395dfffaa69c7e137d519b0cdafdca | [
"MIT"
] | null | null | null | commands/reload.js | Purgador/walterio | e937df6ff0395dfffaa69c7e137d519b0cdafdca | [
"MIT"
] | 1 | 2020-10-23T05:02:42.000Z | 2020-10-23T05:02:42.000Z | module.exports = async (client, message, args, ops) => {
if(!([ops.ownerID].includes(message.author.id) || [ops.idWitherBlood].includes(message.author.id)))
return message.channel.send(ops.lang.commands.eval.error);
const reload = new ops.Discord.MessageEmbed()
.setTitle(':arrows_counterclockwise: | **... | 49.866667 | 119 | 0.643048 |
056f4c676f8d30f2882ce30d6f6e3c88006fa2aa | 1,069 | js | JavaScript | demo/views/fuxinxin/select/menu.js | john-yan2016/myComponents | 865b3d76e3b200b38412d1ae1b22bdfe0404f31f | [
"MIT"
] | null | null | null | demo/views/fuxinxin/select/menu.js | john-yan2016/myComponents | 865b3d76e3b200b38412d1ae1b22bdfe0404f31f | [
"MIT"
] | null | null | null | demo/views/fuxinxin/select/menu.js | john-yan2016/myComponents | 865b3d76e3b200b38412d1ae1b22bdfe0404f31f | [
"MIT"
] | null | null | null | import React from 'react';
export default class Menu extends React.Component {
render() {
const props = this.props;
const style = {
top : props.height - 1,
display : props.showMenu && !props.disabled ? '' : 'none',
lineHeight : props.optionHeight + 'p... | 33.40625 | 100 | 0.487371 |
056f829abd6f446afe8b4a30c79c278e3e5333aa | 107,707 | js | JavaScript | vendor/angular/angular.min.js | nmlseo/font-awesome-animatio | 9b69a99b898109adf400c4957b45d3f05ad90c0c | [
"MIT"
] | 2 | 2018-06-14T14:39:31.000Z | 2018-11-13T13:36:30.000Z | vendor/angular/angular.min.js | nmlseo/font-awesome-animatio | 9b69a99b898109adf400c4957b45d3f05ad90c0c | [
"MIT"
] | null | null | null | vendor/angular/angular.min.js | nmlseo/font-awesome-animatio | 9b69a99b898109adf400c4957b45d3f05ad90c0c | [
"MIT"
] | 2 | 2018-06-14T14:39:45.000Z | 2021-02-21T02:35:14.000Z | /*
AngularJS v1.3.0-build.2603+sha.5dee9e4
(c) 2010-2014 Google, Inc. http://angularjs.org
License: MIT
*/
(function(O,V,r){'use strict';function B(b){return function(){var a=arguments[0],c,a="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.3.0-build.2603+sha.5dee9e4/"+(b?b+"/":"")+a;for(c=1;c<arguments.length;c+... | 496.345622 | 641 | 0.63254 |
056fdcbe92911846f0a97d6fc58cadbebc9c38ae | 674 | js | JavaScript | game/health.js | Mikalodonen/asteroids | 7feb97cc50c626c1ce52a5209e7a2d0b95c362b3 | [
"MIT"
] | null | null | null | game/health.js | Mikalodonen/asteroids | 7feb97cc50c626c1ce52a5209e7a2d0b95c362b3 | [
"MIT"
] | null | null | null | game/health.js | Mikalodonen/asteroids | 7feb97cc50c626c1ce52a5209e7a2d0b95c362b3 | [
"MIT"
] | null | null | null | function Health() {
this.health = 100
this.maxHealth = 100
this.deathHealth = 0
this.isGameOver = function () {
return this.health <= 0
}
this.takeDamage = function () {
this.health = this.health - 0.5
if (this.health < 0) {
this.health = 0
... | 20.424242 | 88 | 0.467359 |
0570d7a8c296d5ac86a26cfaf1cfcbc3ddd0e45a | 532 | js | JavaScript | src/components/shared/card/index.stories.js | orion-search/graphql-backend | def68ecaf0936d5d541b0cd3d0c6418c81a14499 | [
"MIT"
] | 6 | 2020-07-23T11:05:09.000Z | 2022-01-14T03:00:10.000Z | src/components/shared/card/index.stories.js | orion-search/graphql-backend | def68ecaf0936d5d541b0cd3d0c6418c81a14499 | [
"MIT"
] | 16 | 2020-02-06T14:16:54.000Z | 2020-08-29T15:39:05.000Z | src/components/shared/card/index.stories.js | orion-search/graphql-backend | def68ecaf0936d5d541b0cd3d0c6418c81a14499 | [
"MIT"
] | 1 | 2021-09-22T08:01:32.000Z | 2021-09-22T08:01:32.000Z | import React from "react";
import { Card } from ".";
import { withKnobs } from "@storybook/addon-knobs";
import icon from "../../../assets/img/landing-progress.svg";
export default {
title: "Design System/Molecules/Card",
component: Card,
decorators: [withKnobs],
};
export const Text_Card = () => {
return (
... | 22.166667 | 102 | 0.639098 |
0570f5742ad1be31ead3807f81056e3e0224a24f | 152,351 | js | JavaScript | main/assets/FormOutlined.f3cd8e60.js | mikexia930/DouBao | 85692c0a7e8c55c865908a9fe6122751e4fadd4d | [
"Apache-2.0"
] | 1 | 2022-01-14T03:19:24.000Z | 2022-01-14T03:19:24.000Z | main/assets/FormOutlined.f3cd8e60.js | mikexia930/DouBao | 85692c0a7e8c55c865908a9fe6122751e4fadd4d | [
"Apache-2.0"
] | null | null | null | main/assets/FormOutlined.f3cd8e60.js | mikexia930/DouBao | 85692c0a7e8c55c865908a9fe6122751e4fadd4d | [
"Apache-2.0"
] | null | null | null | import{W as $e,a as U,f as Ut,P as u,_ as O,B as Ee,w as ye,X as Le,E as Pe,V as rt,c as te,n as Cr,e as Y,R as Mr,y as Fr,m as le,G as Gt,Y as at,M as ue,Z as kr,$ as Xt,a0 as Or,a1 as Yt,a2 as Zt,a3 as Re,a4 as Kt,a5 as Qt,a6 as qe,a7 as xr,a8 as it,a9 as Jt,s as ot,K as lt,b as Ve,t as be,o as en,aa as Er,U as we,z ... | 12,695.916667 | 150,447 | 0.684846 |
0571de586ffa855fff9d4b40c778061282c9debc | 494 | js | JavaScript | src/App.spec.js | stackr23/react-stack | 73ddf8a97e57382579bbf80c4aecd13ddb3623f3 | [
"MIT"
] | null | null | null | src/App.spec.js | stackr23/react-stack | 73ddf8a97e57382579bbf80c4aecd13ddb3623f3 | [
"MIT"
] | 3 | 2022-01-28T14:58:21.000Z | 2022-01-29T12:35:18.000Z | src/App.spec.js | stackr23/react-stack | 73ddf8a97e57382579bbf80c4aecd13ddb3623f3 | [
"MIT"
] | null | null | null | import React from 'react'
import App from './App.tsx'
const { enzyme: { mount }, chai: { expect }} = global
describe('<App />', function() {
const wrapper = mount(<App />)
it('renders without errors', function() {
expect(wrapper).to.have.descendants('#app_headline')
})
// it('renders with child compone... | 26 | 71 | 0.633603 |
057347f870b84a61c1de8e81d129c98dcfea0c8a | 1,788 | js | JavaScript | build/animations/easer.min.js | jasmith79/ui-components-lite | dce1d7887f92eee306fc534765f2292c149c163e | [
"MIT"
] | null | null | null | build/animations/easer.min.js | jasmith79/ui-components-lite | dce1d7887f92eee306fc534765f2292c149c163e | [
"MIT"
] | null | null | null | build/animations/easer.min.js | jasmith79/ui-components-lite | dce1d7887f92eee306fc534765f2292c149c163e | [
"MIT"
] | null | null | null | import{defineUIComponent,document,global}from'../utils/dom.min.js';import{generateCSSClassName}from'../utils/styler.min.js';const orientations={left:['X','-'],right:['X',''],up:['Y','-'],down:['Y','']};export default((a)=>defineUIComponent({name:'ui-easer',registerElement:!1,definition:class extends a{constructor(){sup... | 99.333333 | 753 | 0.662752 |
057387b62b63d189385d76697d7e894997ead5ab | 2,286 | js | JavaScript | chat-plugins/uop.js | WeWuzNidokangz/TrashChannel | 59b3c7ac2545bbbd65210a6346b735bb9cfb2692 | [
"MIT"
] | 10 | 2016-10-16T13:15:20.000Z | 2018-05-28T01:11:16.000Z | chat-plugins/uop.js | WeWuzNidokangz/TrashChannel | 59b3c7ac2545bbbd65210a6346b735bb9cfb2692 | [
"MIT"
] | 147 | 2016-08-14T02:02:22.000Z | 2019-01-23T22:23:47.000Z | chat-plugins/uop.js | WeWuzNidokangz/TrashChannel | 59b3c7ac2545bbbd65210a6346b735bb9cfb2692 | [
"MIT"
] | 65 | 2016-08-13T04:38:35.000Z | 2019-11-27T19:30:26.000Z | /* +------------------------+
* | UOP Utils |
* +------------------------+
* | Stuff UOP needs in his |
* | life |
* +------------------------+
*
* +------------------------+
* | Custom Color Framework |
* | (modified for DH) |
* +------------------------+
* | Written: 13... | 32.197183 | 105 | 0.502187 |
0573bb15d23c35fa8cf327cd938e7881302c613a | 2,506 | js | JavaScript | cup-o-crm-frontend/src/views/product/ProductListView/ProductCard.js | cupocode/cup-o-crm | b2159eed2d6370ee7c7ddf53213cfd6b1a28262d | [
"MIT"
] | null | null | null | cup-o-crm-frontend/src/views/product/ProductListView/ProductCard.js | cupocode/cup-o-crm | b2159eed2d6370ee7c7ddf53213cfd6b1a28262d | [
"MIT"
] | null | null | null | cup-o-crm-frontend/src/views/product/ProductListView/ProductCard.js | cupocode/cup-o-crm | b2159eed2d6370ee7c7ddf53213cfd6b1a28262d | [
"MIT"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import {
Avatar,
Box,
Card,
CardContent,
Divider,
// Grid,
Typography,
makeStyles
} from '@material-ui/core';
// import AccessTimeIcon from '@material-ui/icons/AccessTime';
// import GetAppIcon from '@material-ui/ico... | 21.791304 | 156 | 0.519952 |
05744ee6ca59ab6afdf4f75db1ca479820ca2626 | 78 | js | JavaScript | server/apps/bible/data/seeders/genesis/index.js | reggiechapple/bible-one | 2da59153a7465150d9a4e105e6cf58480c725494 | [
"BSD-3-Clause"
] | null | null | null | server/apps/bible/data/seeders/genesis/index.js | reggiechapple/bible-one | 2da59153a7465150d9a4e105e6cf58480c725494 | [
"BSD-3-Clause"
] | null | null | null | server/apps/bible/data/seeders/genesis/index.js | reggiechapple/bible-one | 2da59153a7465150d9a4e105e6cf58480c725494 | [
"BSD-3-Clause"
] | null | null | null |
const bibleExtractor = require("../../../utils/bibleUtils");
// find chapter | 19.5 | 60 | 0.666667 |
05748abf55b76905072d58a9741d91c28868f483 | 387 | js | JavaScript | dist/scripts/watchcolors.js | JebBarbas/jebcolors | 7cd8f6bf1b19364c6568c7596dccd087a542355d | [
"0BSD"
] | 1 | 2021-07-17T18:01:56.000Z | 2021-07-17T18:01:56.000Z | dist/scripts/watchcolors.js | JebBarbas/jebcolors | 7cd8f6bf1b19364c6568c7596dccd087a542355d | [
"0BSD"
] | null | null | null | dist/scripts/watchcolors.js | JebBarbas/jebcolors | 7cd8f6bf1b19364c6568c7596dccd087a542355d | [
"0BSD"
] | null | null | null | "use strict";
// This only runs when you run watchcolors, and only displays a message that says that the server is running
Object.defineProperty(exports, "__esModule", { value: true });
// Imports
var logs_1 = require("../functions/logs");
// Main
console.log('');
logs_1.info('Running "npx serve test" to create a serve... | 43 | 108 | 0.728682 |
0575b2892cdfb85924a77ca3b0894339e365037d | 1,156 | js | JavaScript | packages/docs/.docusaurus/client-modules.js | younkue/egjs-infinitegrid | 69900d17ef7e692f1356dc18fb3e78f6e4c5e0b9 | [
"MIT"
] | 2 | 2018-03-20T05:57:09.000Z | 2018-05-31T10:03:46.000Z | packages/docs/.docusaurus/client-modules.js | younkue/egjs-infinitegrid | 69900d17ef7e692f1356dc18fb3e78f6e4c5e0b9 | [
"MIT"
] | null | null | null | packages/docs/.docusaurus/client-modules.js | younkue/egjs-infinitegrid | 69900d17ef7e692f1356dc18fb3e78f6e4c5e0b9 | [
"MIT"
] | 1 | 2018-06-02T21:57:47.000Z | 2018-06-02T21:57:47.000Z | export default [
require('/Users/daybrush/Desktop/naver/egjs-infinitegrid/packages/docs/node_modules/@docusaurus/plugin-google-analytics/lib/analytics'),
require('/Users/daybrush/Desktop/naver/egjs-infinitegrid/packages/docs/node_modules/infima/dist/css/default/default.css'),
require('/Users/daybrush/Desktop/nave... | 96.333333 | 142 | 0.813149 |
0576521b288ac3880f1522a51cbe869fde337092 | 1,656 | js | JavaScript | Sunday 20_3/task4/js/app.js | RaghadKarasneh/JavaScript_tasks | 80f179c01dc7ca25b2fa7ce53fffdb0b248df7f0 | [
"MIT"
] | null | null | null | Sunday 20_3/task4/js/app.js | RaghadKarasneh/JavaScript_tasks | 80f179c01dc7ca25b2fa7ce53fffdb0b248df7f0 | [
"MIT"
] | null | null | null | Sunday 20_3/task4/js/app.js | RaghadKarasneh/JavaScript_tasks | 80f179c01dc7ca25b2fa7ce53fffdb0b248df7f0 | [
"MIT"
] | null | null | null | /*Asking user to insert values*/
let first_num= prompt('Please enter the first value');
let second_num= prompt('Please enter the second value');
let third_num= prompt('Please enter the third value');
/*Converting Strings to Numbers*/
let x= Number(first_num);
let y= Number(second_num);
let z= Number(third_num);
/*Add... | 36.8 | 130 | 0.683575 |
0578c516772851bde7682ec0b1c4871890856792 | 4,761 | js | JavaScript | docs/group__selection.js | DL42/3P_custom_synonymous | 657fedddb8f97243243f03c460e6e43ea5ed432c | [
"MIT"
] | 4 | 2016-03-14T21:47:59.000Z | 2016-09-21T06:00:48.000Z | docs/group__selection.js | DL42/3P_custom_synonymous | 657fedddb8f97243243f03c460e6e43ea5ed432c | [
"MIT"
] | 1 | 2017-05-08T01:34:57.000Z | 2017-05-08T01:34:57.000Z | docs/group__selection.js | DL42/3P_custom_synonymous | 657fedddb8f97243243f03c460e6e43ea5ed432c | [
"MIT"
] | null | null | null | var group__selection =
[
[ "selection_constant", "struct_sim___model_1_1selection__constant.html", [
[ "selection_constant", "struct_sim___model_1_1selection__constant.html#a2d3b2c23a0d90df57297fb4bef4a3948", null ],
[ "selection_constant", "struct_sim___model_1_1selection__constant.html#a2725914daa4fce... | 101.297872 | 159 | 0.813064 |
0579d2b9ae9414feb0bf692d991b2779a57b3663 | 1,697 | js | JavaScript | gwt-2.8.2/samples/Showcase/war/showcase/deferredjs/84A419A88EFF2AE64AE1C3438E692272/21.cache.js | hariPrasad525/Nitya_Annaccounting | 7e259ea4f53ee508455f6fee487240bea2c9e97d | [
"Apache-2.0"
] | null | null | null | gwt-2.8.2/samples/Showcase/war/showcase/deferredjs/84A419A88EFF2AE64AE1C3438E692272/21.cache.js | hariPrasad525/Nitya_Annaccounting | 7e259ea4f53ee508455f6fee487240bea2c9e97d | [
"Apache-2.0"
] | null | null | null | gwt-2.8.2/samples/Showcase/war/showcase/deferredjs/84A419A88EFF2AE64AE1C3438E692272/21.cache.js | hariPrasad525/Nitya_Annaccounting | 7e259ea4f53ee508455f6fee487240bea2c9e97d | [
"Apache-2.0"
] | null | null | null | $wnd.showcase.runAsyncCallback21("function Oqb(a){this.a=a}\nfunction Qqb(a){this.a=a}\nfunction Dbb(a){var b,c;b=EO(Yac(a.a,spc),5);if(b==null){c=RN(LN(u6,1),olc,2,6,['Bonjour le monde',tpc,'Grid']);_ac(a.a,spc,c);return c}else{return b}}\nfunction Eqb(b){var c,d,e,f;e=eUb(b.d,eh(b.d).selectedIndex);c=EO(Cgc(b.f,e),6)... | 848.5 | 1,696 | 0.614614 |
057a77e11bfc50c34e2d1515410b2b5c13ae8c51 | 698 | js | JavaScript | src/components/Header.js | croeber/homeslice | 560f5a6ccab736d74f639ed762b40cd6ed7f26ab | [
"MIT"
] | null | null | null | src/components/Header.js | croeber/homeslice | 560f5a6ccab736d74f639ed762b40cd6ed7f26ab | [
"MIT"
] | 1 | 2020-08-12T21:15:06.000Z | 2020-08-12T21:15:06.000Z | src/components/Header.js | croeber/homeslice | 560f5a6ccab736d74f639ed762b40cd6ed7f26ab | [
"MIT"
] | null | null | null | import React from "react";
import { Link } from "react-router-dom";
import { connect } from "react-redux";
const Header = ({ loggedIn }) => (
<div>
<nav id="main-navbar" className="navbar navbar-light bg-light">
<a className="navbar-brand" href="#">
<img src="" width="30" height="30" alt="" />
... | 22.516129 | 67 | 0.567335 |
057f84d207bd02c93c530839c133511912f13643 | 6,252 | js | JavaScript | test/test.dbv1.js | thrust-bitcodes/thrust-database | 0e384cdcc390325a1e26b6d5e7b8967cf0c5a052 | [
"MIT"
] | 1 | 2020-07-24T18:01:01.000Z | 2020-07-24T18:01:01.000Z | test/test.dbv1.js | thrust-bitcodes/thrust-database | 0e384cdcc390325a1e26b6d5e7b8967cf0c5a052 | [
"MIT"
] | 14 | 2018-02-26T14:35:43.000Z | 2018-05-30T13:54:00.000Z | test/test.dbv1.js | thrust-bitcodes/thrust-database | 0e384cdcc390325a1e26b6d5e7b8967cf0c5a052 | [
"MIT"
] | 6 | 2018-02-22T14:48:30.000Z | 2019-09-30T14:42:10.000Z | /**
* @author Nery Jr
*/
loadJar('./sqlite-jdbc-3.21.0.1.jar')
var db = require('../dist/index')
var majesty = require('majesty')
function exec(describe, it, beforeEach, afterEach, expect, should, assert) {
var rs
describe('Módulo de acesso a base de dados relacional [db]', function() {
describe('API de e... | 50.829268 | 126 | 0.599968 |
057ffec32bae58939902d306d69f6c40305792b4 | 320 | js | JavaScript | artifact_evaluation/data/codeCoverage/montage_generate/235.js | weucode/COMFORT | 0cfce5d70a58503f8ba3c3ff825abc24b79a1d2b | [
"Apache-2.0"
] | 55 | 2021-03-05T06:42:22.000Z | 2022-02-22T05:33:47.000Z | artifact_evaluation/data/codeCoverage/montage_generate/235.js | Delepha/COMFORT | a76ab2cc0069542b2bd75e4952c4709eef936124 | [
"Apache-2.0"
] | null | null | null | artifact_evaluation/data/codeCoverage/montage_generate/235.js | Delepha/COMFORT | a76ab2cc0069542b2bd75e4952c4709eef936124 | [
"Apache-2.0"
] | 20 | 2021-04-14T15:17:05.000Z | 2022-02-15T10:48:00.000Z | function f0(message) {
this.message = message || '';
}
f0.prototype.toString = function () {
return 'Test262Error: ' + this.message;
};
var v0;
v0 = function v0(message) {
throw new f0(message);
};
function action() {
var v24 = o + v17 + ' ', list, Number = v28 * v10;
return typeof o == 'string';
}
| 21.333333 | 54 | 0.596875 |
0580ec9c695b22391a3bc567574f8ad81a8297ea | 261 | js | JavaScript | server/routes/tags.route.js | nandhamurali/Server_Code_SaaS_listapp | 4e157fb2d69bd8a33237d4c1898cce55232c2523 | [
"MIT"
] | null | null | null | server/routes/tags.route.js | nandhamurali/Server_Code_SaaS_listapp | 4e157fb2d69bd8a33237d4c1898cce55232c2523 | [
"MIT"
] | null | null | null | server/routes/tags.route.js | nandhamurali/Server_Code_SaaS_listapp | 4e157fb2d69bd8a33237d4c1898cce55232c2523 | [
"MIT"
] | 1 | 2021-11-03T00:48:43.000Z | 2021-11-03T00:48:43.000Z | const router = require("express").Router();
const tagsController = require("../controllers/tags.controller");
router.get("/getalltags", tagsController.getAllTags);
router.get("/getalltagstemplates", tagsController.getAllTagTemplates);
module.exports = router; | 37.285714 | 70 | 0.781609 |
0582d9c0842c1a06d04da6f2539a5e6dc83abea8 | 1,160 | js | JavaScript | server/helpers/apiHelpers.js | tomcernera/Mock-TA-Badmovies | 6e4691bda958c994c020fc7e34bf9ee873c873f7 | [
"MIT"
] | null | null | null | server/helpers/apiHelpers.js | tomcernera/Mock-TA-Badmovies | 6e4691bda958c994c020fc7e34bf9ee873c873f7 | [
"MIT"
] | null | null | null | server/helpers/apiHelpers.js | tomcernera/Mock-TA-Badmovies | 6e4691bda958c994c020fc7e34bf9ee873c873f7 | [
"MIT"
] | null | null | null | const request = require('request');
const axios = require('axios');
const { API_KEY } = require('../../config.js');
// write out logic/functions required to query TheMovieDB.org
// FOR REFERENCE:
// https://www.themoviedb.org/account/signup
// https://developers.themoviedb.org/3/discover/movie-discover
// Get your AP... | 38.666667 | 173 | 0.74569 |
05839d7b2acdf9fc3a857fcfca6c627bf15c3e32 | 693 | js | JavaScript | dashboard-react/piotr-rygiel/58-react-wireframe-4/src/components/roadMap/index.js | olegtaranenko/gw-proxy-serverless | afb5d7b7cfaf6bfb82bafe951e45c76a11a0ffd3 | [
"Apache-2.0"
] | null | null | null | dashboard-react/piotr-rygiel/58-react-wireframe-4/src/components/roadMap/index.js | olegtaranenko/gw-proxy-serverless | afb5d7b7cfaf6bfb82bafe951e45c76a11a0ffd3 | [
"Apache-2.0"
] | null | null | null | dashboard-react/piotr-rygiel/58-react-wireframe-4/src/components/roadMap/index.js | olegtaranenko/gw-proxy-serverless | afb5d7b7cfaf6bfb82bafe951e45c76a11a0ffd3 | [
"Apache-2.0"
] | null | null | null | import React, { useState } from 'react';
import './style.scss';
export default function RoadMap() {
const months = ['Month1', 'Month2', 'Month3', 'Month4', 'Month5', 'Month6'];
const [current, setCurrent] = useState(0);
return (
<ul className="nav nav-tabs wizard">
{months.map((month, index) => {
... | 26.653846 | 78 | 0.473304 |
0584c29d75d219c52ceba9524593d1814b7f4f41 | 1,172 | js | JavaScript | utils/src/pull-request-info.js | sensrtrx/actions | a405095c9487fccf06b8a4d43487a76d1d35edeb | [
"MIT"
] | 17 | 2020-08-19T11:32:53.000Z | 2022-03-03T16:29:52.000Z | utils/src/pull-request-info.js | sensrtrx/actions | a405095c9487fccf06b8a4d43487a76d1d35edeb | [
"MIT"
] | 321 | 2019-11-28T07:06:47.000Z | 2022-03-22T09:33:00.000Z | utils/src/pull-request-info.js | sensrtrx/actions | a405095c9487fccf06b8a4d43487a76d1d35edeb | [
"MIT"
] | 11 | 2019-12-19T07:19:14.000Z | 2022-03-24T04:14:43.000Z | const core = require('@actions/core');
const { GitHub } = require('@actions/github');
let { context } = require('@actions/github');
let pullRequestCache;
const fetchPullRequestInfo = async (githubToken) => {
const octokit = new GitHub(githubToken);
const { owner, repo } = context.repo;
return octokit.pulls.list... | 26.044444 | 73 | 0.65273 |
0585d4c68dda8fc1cc15b541d39cb253f2cf6c66 | 3,264 | js | JavaScript | src/components/Xverify.js | TheDMSGroup/embed.js | d1c6af279e44c4774ef5bf4edb2eba6f4064756e | [
"MIT"
] | 3 | 2019-04-23T13:18:49.000Z | 2020-07-13T18:13:40.000Z | src/components/Xverify.js | ivanljutyj/embed.js | d1c6af279e44c4774ef5bf4edb2eba6f4064756e | [
"MIT"
] | 6 | 2019-01-11T18:57:55.000Z | 2019-04-08T17:15:50.000Z | src/components/Xverify.js | ivanljutyj/embed.js | d1c6af279e44c4774ef5bf4edb2eba6f4064756e | [
"MIT"
] | null | null | null | import FormioUtils from "formiojs/utils";
import forEach from "lodash/foreach";
import fetch from 'unfetch'
class Xverify
{
phoneField = '';
constructor(form)
{
this.form = form;
}
get xverifyApiEndpoint()
{
return this.form.config.url + '/api/v1/lead/xverify/' + this.form.con... | 30.504673 | 111 | 0.533395 |
0587dbcbf6db93d829c336d2e10e8da9857e601a | 16,824 | js | JavaScript | src/components/pages/About/container.js | humaniq/humaniq-pwa-website | fdb9b71d9160acde17c891e13140ea8a577b5919 | [
"Apache-2.0"
] | 8 | 2017-09-28T07:32:34.000Z | 2019-03-14T14:01:33.000Z | src/components/pages/About/container.js | humaniq/humaniq-pwa-website | fdb9b71d9160acde17c891e13140ea8a577b5919 | [
"Apache-2.0"
] | 4 | 2017-08-22T15:40:13.000Z | 2017-09-26T11:41:11.000Z | src/components/pages/About/container.js | humaniq/humaniq-pwa-website | fdb9b71d9160acde17c891e13140ea8a577b5919 | [
"Apache-2.0"
] | 11 | 2017-08-22T15:00:00.000Z | 2020-11-01T14:15:57.000Z | import {connect} from 'react-redux';
import Page from './page'
function mapStateToProps() {
return {advisers, team, timeLineData};
}
export default connect(mapStateToProps)(Page);
const imgPath = 'img/team_g'
// const founders = [
// {
// name: 'Alex Fork',
// position: 'Head of Humaniq',
// bio: '... | 60.301075 | 781 | 0.713683 |
a1a5e4052a2f46e00403d39389db4b2eb7868df1 | 2,142 | js | JavaScript | src/validation.test.js | grawlinson/quick-epub | 070846ffd53bf9844659e0d533325f193340d902 | [
"MIT"
] | 6 | 2016-08-17T17:39:16.000Z | 2020-07-22T09:10:49.000Z | src/validation.test.js | grawlinson/quick-epub | 070846ffd53bf9844659e0d533325f193340d902 | [
"MIT"
] | 6 | 2017-05-12T04:20:42.000Z | 2021-03-22T08:10:35.000Z | src/validation.test.js | grawlinson/quick-epub | 070846ffd53bf9844659e0d533325f193340d902 | [
"MIT"
] | 1 | 2016-07-28T12:21:09.000Z | 2016-07-28T12:21:09.000Z | import { expect } from "chai";
import { validateInput } from "./validation";
describe("validation", () => {
const data = {
language: "en",
title: "White Fang",
author: ["Jack London", "White Fang"],
publisher: "Project Gutenberg",
description: "Something to describe, I guess.",
chapters: [
... | 28.945946 | 74 | 0.52521 |