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
c13be558473a97a8da15325452b1ccb9814d8477
7,424
js
JavaScript
ui/js/app.js
aliostad/hexagon-rl
cd4180bda26f92c0bde11a08aa13c825cd151a10
[ "MIT" ]
5
2019-05-30T00:33:20.000Z
2021-05-21T06:42:09.000Z
ui/js/app.js
aliostad/hexagon-rl
cd4180bda26f92c0bde11a08aa13c825cd151a10
[ "MIT" ]
null
null
null
ui/js/app.js
aliostad/hexagon-rl
cd4180bda26f92c0bde11a08aa13c825cd151a10
[ "MIT" ]
1
2019-04-01T16:30:02.000Z
2019-04-01T16:30:02.000Z
// some of the code from https://www.visualcinnamon.com/2013/07/self-organizing-maps-creating-hexagonal.html $(function() { var state = { baseUrl: "/api/slot/", slotName: "1", gameRunning: false, displayLoaded: false, updateInterval: 500 }; var qs = new URLSearchParams(location.search); var slot = qs.get('...
24.103896
162
0.58028
c13dd4571405030ec36d82c5690aad25f5922e4a
4,116
js
JavaScript
src/components/CardRecursos.js
cooparaje-lab/oo-starter--gatsby-contentful-netlify
09530ec0f3a75aeb81a7e8a2d72423451483e95d
[ "MIT" ]
null
null
null
src/components/CardRecursos.js
cooparaje-lab/oo-starter--gatsby-contentful-netlify
09530ec0f3a75aeb81a7e8a2d72423451483e95d
[ "MIT" ]
5
2021-04-16T03:58:31.000Z
2022-02-18T05:22:21.000Z
src/components/CardRecursos.js
cooparaje-lab/oo-starter--gatsby-contentful-netlify
09530ec0f3a75aeb81a7e8a2d72423451483e95d
[ "MIT" ]
null
null
null
import { Link } from "gatsby" import Img from "gatsby-image" import { kebabCase } from "lodash" import React from "react" import { GoLinkExternal } from "react-icons/go" const CardRecursos = ({ card }) => ( <div className="relative flex flex-col w-full mb-2 overflow-hidden bg-gray-800 rounded shadow-lg from-gray-800...
42.875
202
0.582604
c1404b2aaf6e7d1444b8bec2af20bb84f9bbd443
297
js
JavaScript
lib/transforms/TransformBase64Decode.js
redco/redparser-phantom
b18b184c5a7ce8adccec000578c48644d9307f11
[ "MIT" ]
251
2015-10-27T10:14:34.000Z
2022-01-01T19:29:04.000Z
lib/transforms/TransformBase64Decode.js
redco/redparser-phantom
b18b184c5a7ce8adccec000578c48644d9307f11
[ "MIT" ]
90
2015-10-26T21:01:27.000Z
2021-12-19T02:58:00.000Z
lib/transforms/TransformBase64Decode.js
redco/redparser-phantom
b18b184c5a7ce8adccec000578c48644d9307f11
[ "MIT" ]
22
2015-11-09T23:01:56.000Z
2021-02-20T12:31:28.000Z
/** * @fileOverview * * This transform decodes base64 string */ const Transform = require('./Transform'); class TransformBase64Decode extends Transform { doTransform() { return new Buffer(this._value, 'base64').toString('ascii'); } } module.exports = TransformBase64Decode;
18.5625
67
0.690236
c140a4dff248fba4e1cec9b023060a225c6c6ad2
1,668
js
JavaScript
src/routes/Form/components/FormSubmit.js
vallihe/wizarddemo
c7cbda44846161995d58e8bcbf1dcbd716323ca0
[ "MIT" ]
null
null
null
src/routes/Form/components/FormSubmit.js
vallihe/wizarddemo
c7cbda44846161995d58e8bcbf1dcbd716323ca0
[ "MIT" ]
null
null
null
src/routes/Form/components/FormSubmit.js
vallihe/wizarddemo
c7cbda44846161995d58e8bcbf1dcbd716323ca0
[ "MIT" ]
null
null
null
import React, { Component, PropTypes } from 'react' import ReactDOM from 'react-dom' import { Field, submit, reduxForm, formValueSelector } from 'redux-form' import { connect } from 'react-redux' import { createStore, combineReducers, applyMiddleware } from 'redux' import reducer from './reducer' import validate from ...
22.849315
76
0.651079
c140c6897c03c1b35ee6f9237e54c60f36322e94
8,067
js
JavaScript
server.js
thabets/Employee_Tracker
8a4eb3895c05c50463fc9ce4b3bce28af6793a25
[ "MIT" ]
null
null
null
server.js
thabets/Employee_Tracker
8a4eb3895c05c50463fc9ce4b3bce28af6793a25
[ "MIT" ]
null
null
null
server.js
thabets/Employee_Tracker
8a4eb3895c05c50463fc9ce4b3bce28af6793a25
[ "MIT" ]
null
null
null
const inquirer = require("inquirer"); const mysql = require("mysql2"); const cTable = require("console.table"); require("dotenv").config(); const db = mysql.createConnection( { host: "localhost", port: 3306, user: "root", password: process.env.PW, database: "employee_db", }, console.log("Conn...
25.528481
127
0.478741
c1413ee30eb89c061208c45a1ce63a86ac187e74
1,915
js
JavaScript
static/js/dashboard/publish_job.js
liqiwudao/job
de95c56627336060234755ab8bbe0510ed112573
[ "Apache-2.0" ]
1
2017-06-10T04:14:34.000Z
2017-06-10T04:14:34.000Z
static/js/dashboard/publish_job.js
liqiwudao/job
de95c56627336060234755ab8bbe0510ed112573
[ "Apache-2.0" ]
null
null
null
static/js/dashboard/publish_job.js
liqiwudao/job
de95c56627336060234755ab8bbe0510ed112573
[ "Apache-2.0" ]
null
null
null
$("#submit").click(function () { var job_class = $("#job_class").val(); var job_name = $("#job_name").val(); var job_department = $("#job_department").val(); var job_category = $('#job_category input[name="category"]:checked').val(); var job_experience = $("#job_experience").val(); var education...
22.267442
79
0.519582
c1415610958a778808607c936f13b1a685f051df
137
js
JavaScript
modules/client.js
batoolalomari/city_explorer_api
465e73139dce8e03ed3a2d38903cffdb52ec0098
[ "MIT" ]
null
null
null
modules/client.js
batoolalomari/city_explorer_api
465e73139dce8e03ed3a2d38903cffdb52ec0098
[ "MIT" ]
null
null
null
modules/client.js
batoolalomari/city_explorer_api
465e73139dce8e03ed3a2d38903cffdb52ec0098
[ "MIT" ]
null
null
null
let pg = require('pg'); const DATABASE_URL = process.env.DATABASE_URL; let client = new pg.Client(DATABASE_URL); module.exports=client;
22.833333
46
0.759124
c142afb8e8fcb8fc70f9bd1499bff6c7c69f3ebf
8,860
js
JavaScript
data/quests/1891.js
pwmirage/editor
f8018d05e1b6cc64b6b080ea8132b3e53eb4f01b
[ "MIT" ]
4
2020-03-08T19:13:49.000Z
2021-07-04T10:48:07.000Z
data/quests/1891.js
pwmirage/editor
f8018d05e1b6cc64b6b080ea8132b3e53eb4f01b
[ "MIT" ]
null
null
null
data/quests/1891.js
pwmirage/editor
f8018d05e1b6cc64b6b080ea8132b3e53eb4f01b
[ "MIT" ]
null
null
null
g_db.quests[1891]={id:1891,name:"^ffffffDemonic Feligar",type:4,trigger_policy:3,on_give_up_parent_fail:1,on_success_parent_success:0,can_give_up:1,can_retake:0,can_retake_after_failure:1,on_fail_parent_fail:0,fail_on_death:0,simultaneous_player_limit:0,ai_trigger:0,ai_trigger_enable:0,auto_trigger:0,trigger_on_death:0...
1,772
2,684
0.839278
c146e684ea7d8176492096fa091a9bc9c9c90b1b
8,928
js
JavaScript
edifice-frontend/edifice-frontend/src/components/financial_management/commitments/commitment-singlepage.component.js
SahanDisa/Edifice
e03d5909b7527c74e8d32f24a7cf5375d14ccced
[ "Apache-2.0" ]
1
2021-06-15T08:28:22.000Z
2021-06-15T08:28:22.000Z
edifice-frontend/edifice-frontend/src/components/financial_management/commitments/commitment-singlepage.component.js
SahanDisa/Edifice
e03d5909b7527c74e8d32f24a7cf5375d14ccced
[ "Apache-2.0" ]
8
2021-05-25T10:23:52.000Z
2021-09-27T18:23:58.000Z
edifice-frontend/edifice-frontend/src/components/financial_management/commitments/commitment-singlepage.component.js
SahanDisa/Edifice
e03d5909b7527c74e8d32f24a7cf5375d14ccced
[ "Apache-2.0" ]
10
2021-05-29T05:26:50.000Z
2022-02-09T07:24:55.000Z
import React, { Component } from "react"; import { Link } from "react-router-dom"; import CommitmentDataService from "./../../../services/commitment.service"; import DeleteIcon from '@material-ui/icons/Delete'; import VisibilityIcon from '@material-ui/icons/Visibility'; import UpdateIcon from '@material-ui/icons/Update...
32
99
0.465726
c14723974b506a627ea363e72f353dc94935616a
1,495
js
JavaScript
js/scripts.js
dnclem3/pizza-order
5fc1e8f5da77cc05c8ac6c1ee51df2640718736e
[ "MIT" ]
null
null
null
js/scripts.js
dnclem3/pizza-order
5fc1e8f5da77cc05c8ac6c1ee51df2640718736e
[ "MIT" ]
null
null
null
js/scripts.js
dnclem3/pizza-order
5fc1e8f5da77cc05c8ac6c1ee51df2640718736e
[ "MIT" ]
null
null
null
//Business logic function Customer(name, crust, size) { this.name = name; this.crust = crust; this.size = size; this.toppings = []; this.bill = 0; } Customer.prototype.price = function() { if (this.crust = "Regular Crust") { this.bill+= 2; } else { this.bill+= 3; } if (this.size = "Large") {...
22.313433
77
0.579933
c147d60c8f7d3048db0250126ae73f63cd34e481
363
js
JavaScript
components/HeroLayout.js
MelodicCrypter/me-v1
71f47db92a3860a775441280f1cb584fec4907ea
[ "RSA-MD" ]
null
null
null
components/HeroLayout.js
MelodicCrypter/me-v1
71f47db92a3860a775441280f1cb584fec4907ea
[ "RSA-MD" ]
3
2020-10-23T04:15:35.000Z
2021-12-09T01:23:07.000Z
components/HeroLayout.js
MelodicCrypter/me-v1
71f47db92a3860a775441280f1cb584fec4907ea
[ "RSA-MD" ]
null
null
null
import React from 'react'; import HeroHeader from './HeroHeader'; const HeroLayout = props => { return ( <section id="HeroLayout" className="hero is-info is-fullheight"> <HeroHeader /> {/* Hero Body */} {props.children} {/* Hero Footer */} </sect...
19.105263
72
0.5427
c1499f56626733f1f61c00cf91c6b8afb26d85da
523
js
JavaScript
icons/standard/letterhead.js
hgebker/design-system-react
6efee1249aa48e97c9643d182a0c910579b379da
[ "BSD-3-Clause" ]
1
2020-02-27T01:49:32.000Z
2020-02-27T01:49:32.000Z
icons/standard/letterhead.js
hgebker/design-system-react
6efee1249aa48e97c9643d182a0c910579b379da
[ "BSD-3-Clause" ]
6
2020-06-19T18:24:08.000Z
2022-02-13T14:37:27.000Z
icons/standard/letterhead.js
hgebker/design-system-react
6efee1249aa48e97c9643d182a0c910579b379da
[ "BSD-3-Clause" ]
1
2021-07-27T06:05:38.000Z
2021-07-27T06:05:38.000Z
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */ /* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */ export default {"viewBox":"0 0 24 24","xmlns":"http://www.w3.org/2000/svg","path":{"d":"M17.7 4.8H6.3c-.8 0-1.5.7-1.5 1.5v11.4c0 .8.7 1.5 1.5 1.5h11.4c.8 0 1.5-.7 1.5-1...
87.166667
370
0.602294
c14a6d157f47481eb39a76b5192d2432b4bdb943
2,556
js
JavaScript
gulpfile.babel.js
1vn/crcmaker
a2aee7f030982d223f8a061374445783ea4808a6
[ "MIT" ]
1
2015-11-02T18:18:13.000Z
2015-11-02T18:18:13.000Z
gulpfile.babel.js
ivanzhangio/crcmaker
a2aee7f030982d223f8a061374445783ea4808a6
[ "MIT" ]
null
null
null
gulpfile.babel.js
ivanzhangio/crcmaker
a2aee7f030982d223f8a061374445783ea4808a6
[ "MIT" ]
null
null
null
import babelify from 'babelify'; import browserify from 'browserify'; import browserSync from 'browser-sync'; import buffer from 'vinyl-buffer'; import del from 'del'; import ghPages from 'gulp-gh-pages'; import gulp from 'gulp'; import htmlmin from 'gulp-htmlmin'; import nano from 'gulp-cssnano'; import sass from 'gul...
25.818182
80
0.534429
c14ac16f4978ccf2287ffd1f3c47bbdb8cd3f6ad
4,423
js
JavaScript
web/wp-content/plugins/acf-audio-video-player/assets/js/input.js
cwahlfeldt/waffleiron
3608dfeac38934b3533876014ff7cec342d92d1d
[ "MIT" ]
null
null
null
web/wp-content/plugins/acf-audio-video-player/assets/js/input.js
cwahlfeldt/waffleiron
3608dfeac38934b3533876014ff7cec342d92d1d
[ "MIT" ]
9
2019-09-09T22:04:08.000Z
2022-02-13T09:14:34.000Z
web/wp-content/plugins/acf-audio-video-player/assets/js/input.js
cwahlfeldt/waffleiron
3608dfeac38934b3533876014ff7cec342d92d1d
[ "MIT" ]
1
2019-07-22T17:31:49.000Z
2019-07-22T17:31:49.000Z
(function($){ var audioVideoPlayer = acf.models.ImageField.extend({ type: 'audio_video_player', $control: function(){ return this.$('.acf-file-uploader'); }, $player: function(){ return this.$control().find('.player-container'); }, $input: function(){ return this.$('input[type="hid...
21.36715
98
0.580149
c14b1dffd6ecee25b35ed88e0ba6d989eaac34ed
2,610
js
JavaScript
htmlquery.js
flashinc/HTMLQuery
704c1844e514b9372c86e457d3ef330caa2c5dba
[ "MIT" ]
null
null
null
htmlquery.js
flashinc/HTMLQuery
704c1844e514b9372c86e457d3ef330caa2c5dba
[ "MIT" ]
null
null
null
htmlquery.js
flashinc/HTMLQuery
704c1844e514b9372c86e457d3ef330caa2c5dba
[ "MIT" ]
null
null
null
class HTMLQuery { constructor(HTMLQuery) { let a = document.querySelector(HTMLQuery); return a } id(HTMLQuery) { let a = document.getElementById(HTMLQuery); return a } class(HTMLQuery) { let a = document.getElementsByClassName(HTMLQuery); return a ...
23.944954
59
0.576628
c14b2f95d6f91420c53062bd8bbbb86b1ff48335
4,175
js
JavaScript
src/renderers/dom/ui/elements/LayerConfig/component.js
Omargnagy91/cardkit
52f5aed2afb7b45a7beb03dd0b7b0fe27dc521e1
[ "MIT" ]
33
2021-04-14T18:39:56.000Z
2022-03-23T21:11:23.000Z
src/renderers/dom/ui/elements/LayerConfig/component.js
Omargnagy91/cardkit
52f5aed2afb7b45a7beb03dd0b7b0fe27dc521e1
[ "MIT" ]
8
2021-05-01T10:33:55.000Z
2022-02-27T13:49:20.000Z
src/renderers/dom/ui/elements/LayerConfig/component.js
Omargnagy91/cardkit
52f5aed2afb7b45a7beb03dd0b7b0fe27dc521e1
[ "MIT" ]
5
2021-04-01T10:36:34.000Z
2022-03-15T13:45:18.000Z
// Libraries const React = require("react"); const PropTypes = require("prop-types"); // Styles require("./style.scss"); // Require in our controls const TextControl = require("../Controls/TextControl"); const SizeControl = require("../Controls/SizeControl"); const ColorControl = require("../Controls/ColorControl"); ...
24.558824
59
0.457485
c14b9607757cf80b1f7aa44c451d964445239808
81
js
JavaScript
config/prod.env.js
aosnow/vue-simple
1d1eb25cb4c15765d13b16e9d9ee265c0c08074f
[ "MIT" ]
1
2018-07-24T09:14:51.000Z
2018-07-24T09:14:51.000Z
config/prod.env.js
aosnow/vue-simple
1d1eb25cb4c15765d13b16e9d9ee265c0c08074f
[ "MIT" ]
null
null
null
config/prod.env.js
aosnow/vue-simple
1d1eb25cb4c15765d13b16e9d9ee265c0c08074f
[ "MIT" ]
null
null
null
'use strict'; module.exports = { // NODE_ENV: JSON.stringify('production') };
13.5
43
0.654321
c14c23c2e4100ad68f04e679e6c2c2f6fb9e256a
2,886
js
JavaScript
docs/sourceCode/src/js/Scene.js
hertzZhang/biglvan
7179b0340b88493d9bcb243c3beafd92f21d0125
[ "Apache-2.0" ]
1
2020-06-23T02:06:13.000Z
2020-06-23T02:06:13.000Z
docs/sourceCode/src/js/Scene.js
hertzZhang/biglvan
7179b0340b88493d9bcb243c3beafd92f21d0125
[ "Apache-2.0" ]
31
2020-05-27T05:43:47.000Z
2021-08-13T07:45:27.000Z
docs/sourceCode/src/js/Scene.js
hertzZhang/BigIvan
7179b0340b88493d9bcb243c3beafd92f21d0125
[ "Apache-2.0" ]
1
2020-03-22T00:17:51.000Z
2020-03-22T00:17:51.000Z
import * as THREE from 'three' import Tile from './Tile' import DetailView from './Detail' import { ev } from './utils/utils' import trippyShader from '../glsl/trippyShader.glsl' import shapeShader from '../glsl/shapeShader.glsl' import revealShader from '../glsl/revealShader.glsl' import gooeyShader from '../glsl/goo...
23.463415
112
0.574498
c14cb1507abb35a9fee9e45bfc23306cca330f40
11,456
js
JavaScript
system/extensions/fieldtypes/sl_google_map/js/global_script.js
monooso/sl.google_map.ee_addon
a50887f47e7ccac9dd1208e9fdaee1cca79e9c1f
[ "BSD-3-Clause" ]
2
2016-01-02T21:34:29.000Z
2016-05-09T11:39:18.000Z
system/extensions/fieldtypes/sl_google_map/js/global_script.js
monooso/sl.google_map.ee_addon
a50887f47e7ccac9dd1208e9fdaee1cca79e9c1f
[ "BSD-3-Clause" ]
null
null
null
system/extensions/fieldtypes/sl_google_map/js/global_script.js
monooso/sl.google_map.ee_addon
a50887f47e7ccac9dd1208e9fdaee1cca79e9c1f
[ "BSD-3-Clause" ]
null
null
null
if (typeof(SJL) == 'undefined' || ( ! SJL instanceof Object)) SJL = new Object(); if (typeof(SJL.SLGoogleMap) == 'undefined' || ( ! SJL.SLGoogleMap instanceof Object)) { SJL.SLGoogleMap = function() { /** * The Map "class" constructor. * * @param object init Initialisation object containing in...
31.386301
161
0.623603
c14d7074bce2fb80dc2598b6fb89f930924a84d6
1,233
js
JavaScript
src/data-source/schedule.js
jorgeborges/tablero
2ff04fa4210017b52039ab0ef798d5a0f1a1d4a7
[ "MIT" ]
null
null
null
src/data-source/schedule.js
jorgeborges/tablero
2ff04fa4210017b52039ab0ef798d5a0f1a1d4a7
[ "MIT" ]
null
null
null
src/data-source/schedule.js
jorgeborges/tablero
2ff04fa4210017b52039ab0ef798d5a0f1a1d4a7
[ "MIT" ]
null
null
null
const path = require('path'); const AbstractDataSource = require(path.resolve(__dirname, 'abstract-data-source.js')); class Schedule extends AbstractDataSource { constructor(config) { super(config); this._schedule = this._initSchedule(config.time_for.schedule); } getData() { this._updateTimeFor(); ...
24.66
99
0.660178
c14ded15169f55c60eee877bfce429c8cba99a74
2,443
js
JavaScript
assets/js/search.result.js
mjmoon/jekyll-html5up-editorial
de762ef4a4ebbec9bc5f008086a4d84a7ba30fc7
[ "MIT" ]
null
null
null
assets/js/search.result.js
mjmoon/jekyll-html5up-editorial
de762ef4a4ebbec9bc5f008086a4d84a7ba30fc7
[ "MIT" ]
null
null
null
assets/js/search.result.js
mjmoon/jekyll-html5up-editorial
de762ef4a4ebbec9bc5f008086a4d84a7ba30fc7
[ "MIT" ]
null
null
null
--- --- // lunr JS jQuery(function() { // Get the generated search_data.json file so lunr.js can search it locally. window.data = $.getJSON('{{ "/search_data.json" | absolute_url }}'); // Wait for the data to load and add it to lunr window.data.then(function(data){ window.idx = lunr(function() ...
33.930556
91
0.439214
c14e52af6e1b2b1835a4626ea04d62fd1b933ce1
82
js
JavaScript
jspm_packages/github/google/material-design-lite@1.1.3.js
mighdoll/pi
50ce49bb78eb6fcbe58dd5fdc70945e75fe026e6
[ "MIT" ]
null
null
null
jspm_packages/github/google/material-design-lite@1.1.3.js
mighdoll/pi
50ce49bb78eb6fcbe58dd5fdc70945e75fe026e6
[ "MIT" ]
null
null
null
jspm_packages/github/google/material-design-lite@1.1.3.js
mighdoll/pi
50ce49bb78eb6fcbe58dd5fdc70945e75fe026e6
[ "MIT" ]
null
null
null
module.exports = require("github:google/material-design-lite@1.1.3/material.min");
82
82
0.780488
c14f97f1ff929b594a0ce79aed7eb02919f70695
450
js
JavaScript
03.js
sandypracoyo/CommandLineApp-Challenge
c852765773f4c298e7fe5ec4dcaf13f507881922
[ "ISC" ]
null
null
null
03.js
sandypracoyo/CommandLineApp-Challenge
c852765773f4c298e7fe5ec4dcaf13f507881922
[ "ISC" ]
1
2021-05-11T06:06:16.000Z
2021-05-11T06:06:16.000Z
03.js
sandypracoyo/CommandLineApp-Challenge
c852765773f4c298e7fe5ec4dcaf13f507881922
[ "ISC" ]
null
null
null
let cli = require('caporal'); cli .version('1.0.0') .command('palindrome', 'Check palindrome') .argument('<print>', 'text to print', cli.STRING) .action((args, options, logger) => { const a = args.print.toLowerCase().replace(/[\W_]/g, ''); const b = a.split('').reverse('').join(''); logger.info( a !== b ?...
28.125
105
0.604444
c1514356550be7c03801e603bcba1bfc2c9acf90
3,014
js
JavaScript
app/src/containers/DataViewContainer/actions.js
JaySmartwave/palace-bot-sw
153914d2bcbfb400baadbcc009a12ec43c911289
[ "MIT" ]
57
2016-09-12T07:24:59.000Z
2021-11-29T06:38:35.000Z
app/src/containers/DataViewContainer/actions.js
JaySmartwave/palace-bot-sw
153914d2bcbfb400baadbcc009a12ec43c911289
[ "MIT" ]
1
2016-10-04T11:46:25.000Z
2016-10-04T16:15:50.000Z
app/src/containers/DataViewContainer/actions.js
JaySmartwave/palace-bot-sw
153914d2bcbfb400baadbcc009a12ec43c911289
[ "MIT" ]
18
2016-12-12T17:06:45.000Z
2019-06-11T02:50:52.000Z
import { SET_SECONDARY_FILTER_STATUS, SET_SECONDARY_FILTER_STATE, SET_SECONDARY_FILTER_ORDER, INCREMENT_DATA_VIEW_PAGE, APPLY_SECONDARY_FILTER, SET_EMPLOYEE_FILTER, SET_CUSTOMER_FILTER, APPLY_CURRENT_FILTER, CLEAR_CURRENT_FILTER, SET_DATA_VIEW_SEARCH_VALUE, CLEAR_DATA_VIEW_SEARCH_VALUE, INCREMEN...
22.833333
62
0.669542
c1514b1b997f228966726980e0a7d9a44036d6ba
6,755
js
JavaScript
Frontend/src/components/Nav.js
Jiayuli-CU/EcoDelivery
750724c208bf79f1439ca9c9a9fe2a2c56d67ed8
[ "Apache-2.0" ]
null
null
null
Frontend/src/components/Nav.js
Jiayuli-CU/EcoDelivery
750724c208bf79f1439ca9c9a9fe2a2c56d67ed8
[ "Apache-2.0" ]
null
null
null
Frontend/src/components/Nav.js
Jiayuli-CU/EcoDelivery
750724c208bf79f1439ca9c9a9fe2a2c56d67ed8
[ "Apache-2.0" ]
1
2021-11-06T13:38:07.000Z
2021-11-06T13:38:07.000Z
import React from 'react'; import QuoteOrder from './QuoteOrder'; import Recommendation from './Recommendation'; import FillAddress from './FillAddress'; import { CSSTransition } from 'react-transition-group'; import { TOKEN_KEY } from '../constants'; class Nav extends React.Component { // state stores all order ...
33.275862
117
0.440118
c151957e84553ef49e0c6a14718b63da1f1bfe17
4,388
js
JavaScript
ui/packages/legacy/src/core/i18n/profile/pt-BR.js
angelicalimazup/charlescd
9a7716020d0519841a46f616ae8e2aad4167b9a1
[ "Apache-2.0" ]
null
null
null
ui/packages/legacy/src/core/i18n/profile/pt-BR.js
angelicalimazup/charlescd
9a7716020d0519841a46f616ae8e2aad4167b9a1
[ "Apache-2.0" ]
null
null
null
ui/packages/legacy/src/core/i18n/profile/pt-BR.js
angelicalimazup/charlescd
9a7716020d0519841a46f616ae8e2aad4167b9a1
[ "Apache-2.0" ]
null
null
null
const profile = { 'profile.operator.BETWEEN': 'Entre', 'profile.operator.EQUAL': 'Igual à', 'profile.operator.GREATER_THAN': 'Maior que', 'profile.operator.GREATER_THAN_OR_EQUAL': 'Maior ou igual à', 'profile.operator.LESS_THAN': 'Menor que', 'profile.operator.LESS_THAN_OR_EQUAL': 'Menor ou igual à', 'pro...
51.623529
90
0.744075
c1521fea29a2a22a5270002c537a75570c747789
2,317
js
JavaScript
backend/src/app/controllers/ProjectsController.js
tsdeveloper/hackatuning
b4cca0390f1de783bd7f224477e565a1918dea14
[ "MIT" ]
12
2019-09-12T02:31:44.000Z
2019-10-08T20:45:00.000Z
backend/src/app/controllers/ProjectsController.js
tsdeveloper/hackatuning
b4cca0390f1de783bd7f224477e565a1918dea14
[ "MIT" ]
19
2020-09-07T07:26:41.000Z
2022-02-26T17:43:25.000Z
backend/src/app/controllers/ProjectsController.js
leomotta121/hackatuning
b4cca0390f1de783bd7f224477e565a1918dea14
[ "MIT" ]
10
2019-09-15T14:07:15.000Z
2020-03-29T20:41:05.000Z
import TeamProject from '../models/TeamProject'; import ApiError from '../../config/ApiError'; import Project from '../models/Project'; import Team from '../models/Team'; class ProjectsController { async store(req, res, next) { try { const { id } = req.params; const isCreator = await Team.findOne({ ...
21.063636
83
0.509279
c153f4a5339a3cf37231cd415f5d91bb3ef61c22
14,166
js
JavaScript
routes/index.js
pamaco2/xplora
5f4c4cdd17ff80c6c4fd387ff1f76c886ac336f2
[ "MIT" ]
null
null
null
routes/index.js
pamaco2/xplora
5f4c4cdd17ff80c6c4fd387ff1f76c886ac336f2
[ "MIT" ]
null
null
null
routes/index.js
pamaco2/xplora
5f4c4cdd17ff80c6c4fd387ff1f76c886ac336f2
[ "MIT" ]
null
null
null
var express = require('express'); var router = express.Router(); var request = require('request'); var bcrypt = require('bcrypt'); var EmailTemplate = require('email-templates'); var async = require('async'); var nodemailer = require('nodemailer'); var fs = require('fs'); var pug = require('pug'); var mcache = require(...
30.269231
183
0.656643
c1547ca3e4d0b8a1da1b3318de990b2505fa8959
959
js
JavaScript
index.js
kshvmdn/define-it
0c836c2ed42cdf6e3db7e7a697e95266aeef62e0
[ "MIT" ]
null
null
null
index.js
kshvmdn/define-it
0c836c2ed42cdf6e3db7e7a697e95266aeef62e0
[ "MIT" ]
null
null
null
index.js
kshvmdn/define-it
0c836c2ed42cdf6e3db7e7a697e95266aeef62e0
[ "MIT" ]
null
null
null
'use strict'; const request = require('request'); module.exports.json = function(query, cb) { if (typeof query != 'string') return cb(new TypeError('Expected a string as first argument.'), null); const base = 'https://www.googleapis.com/scribe/v1/research'; const qs = { key: 'AIzaSyDqVYORLCUXxSv7zneerIg...
27.4
103
0.660063
c15a0b1d8f2abbf094c439682a6f11606eb21535
160
js
JavaScript
src/index.js
Zhouqchao/uniqueArray
58d3e9b771367275b76b151a6f6c5127532cb537
[ "MIT" ]
null
null
null
src/index.js
Zhouqchao/uniqueArray
58d3e9b771367275b76b151a6f6c5127532cb537
[ "MIT" ]
null
null
null
src/index.js
Zhouqchao/uniqueArray
58d3e9b771367275b76b151a6f6c5127532cb537
[ "MIT" ]
null
null
null
var uniqueArray = function (arr) { return arr.filter(function (item, index) { return arr.indexOf(item) === index; }); }; module.exports = uniqueArray;
20
44
0.6625
c15aaccce2c58607dfb36223a99d0d9ec9551e93
4,801
js
JavaScript
api/app.js
gozu15/FilesAdministrator
6fc0a7ba88236f5aa12858f9ccb40e875e61d8ca
[ "MIT" ]
null
null
null
api/app.js
gozu15/FilesAdministrator
6fc0a7ba88236f5aa12858f9ccb40e875e61d8ca
[ "MIT" ]
null
null
null
api/app.js
gozu15/FilesAdministrator
6fc0a7ba88236f5aa12858f9ccb40e875e61d8ca
[ "MIT" ]
null
null
null
const express = require("express"); const app = express(); const routerMiddleware = express.Router(); const body_parser = require("body-parser"); const cors_config = require("cors"); const multi_party = require('connect-multiparty'); const http = require('http'); const jwt = require('jsonwebtoken'); const PORT = proces...
27.124294
93
0.612372
c15ad87bb157f34559f31912b834a526c9c8984a
713
js
JavaScript
src/data/old_models/discp_view.js
OSDLabs/swd
0dc2e45de9def42d54a55135145d7b83a46f8450
[ "MIT" ]
4
2017-04-23T10:26:13.000Z
2020-06-16T17:55:54.000Z
src/data/old_models/discp_view.js
OSDLabs/swd
0dc2e45de9def42d54a55135145d7b83a46f8450
[ "MIT" ]
46
2017-04-01T21:30:20.000Z
2022-01-13T16:39:57.000Z
src/data/old_models/discp_view.js
OSDLabs/swd
0dc2e45de9def42d54a55135145d7b83a46f8450
[ "MIT" ]
13
2017-03-31T05:04:02.000Z
2019-09-17T14:07:03.000Z
/* jshint indent: 2 */ import DataTypes from 'sequelize'; import Model from '../sequelize'; const DiscpView = Model.define('discp_view', { id: { type: DataTypes.STRING(12), allowNull: false, primaryKey: true, }, student_name: { type: DataTypes.TEXT, allowNull: false, }, login_id: { t...
17.390244
46
0.611501
c15cf181e03a682cd3986cb0aa3a13722291eee4
580
js
JavaScript
registrySACHER_frontend/src/actions/projectAction.js
SACHER-project/SACHER-registry
3c526a4071358f6f4112c766793195d1d2144056
[ "MIT" ]
null
null
null
registrySACHER_frontend/src/actions/projectAction.js
SACHER-project/SACHER-registry
3c526a4071358f6f4112c766793195d1d2144056
[ "MIT" ]
null
null
null
registrySACHER_frontend/src/actions/projectAction.js
SACHER-project/SACHER-registry
3c526a4071358f6f4112c766793195d1d2144056
[ "MIT" ]
null
null
null
import * as actionTypes from './actionTypes'; import ProjectApi from '../api/projectApi'; export function loadProjectSuccess(projects) { return {type: actionTypes.LOAD_PROJECTS_SUCCESS, projects}; } export const loadProjectError = (error) => ({ type: actionTypes.LOAD_PROJECTS_ERROR, error_msg: error, })...
24.166667
71
0.696552
c15d7e50049d43db86e17019b23688aec8621667
19,420
js
JavaScript
static/types/vcard.js
DrewLazzeriKitware/simput
f222eaac6babcdc9610ff98f1ac048f8e485b8e6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
18
2016-09-27T14:05:15.000Z
2022-01-06T10:03:02.000Z
static/types/vcard.js
DrewLazzeriKitware/simput
f222eaac6babcdc9610ff98f1ac048f8e485b8e6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
59
2016-01-15T19:52:54.000Z
2021-05-06T16:22:14.000Z
static/types/vcard.js
DrewLazzeriKitware/simput
f222eaac6babcdc9610ff98f1ac048f8e485b8e6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
12
2016-03-14T15:47:55.000Z
2022-01-28T15:00:40.000Z
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.d...
19,420
19,420
0.68275
c15e5753618a6322cb73783115b9a9d8291e4cd3
433
js
JavaScript
docs/html/classtesting_1_1internal_1_1_unordered_elements_are_matcher.js
abhi1625/human-detection-perception-module
e212c826923751e917d75358cd6f79f4e50c07c5
[ "MIT" ]
2
2020-01-30T18:54:50.000Z
2021-11-16T11:10:50.000Z
docs/html/classtesting_1_1internal_1_1_unordered_elements_are_matcher.js
abhi1625/human-detection-perception-module
e212c826923751e917d75358cd6f79f4e50c07c5
[ "MIT" ]
null
null
null
docs/html/classtesting_1_1internal_1_1_unordered_elements_are_matcher.js
abhi1625/human-detection-perception-module
e212c826923751e917d75358cd6f79f4e50c07c5
[ "MIT" ]
3
2019-11-09T05:10:21.000Z
2020-02-25T10:40:01.000Z
var classtesting_1_1internal_1_1_unordered_elements_are_matcher = [ [ "UnorderedElementsAreMatcher", "classtesting_1_1internal_1_1_unordered_elements_are_matcher_ae0a46833600dc8ef768d154ab111f5fa.html#ae0a46833600dc8ef768d154ab111f5fa", null ], [ "operator Matcher< Container >", "classtesting_1_1internal_1_1_un...
86.6
181
0.879908
c15f3ee9dabbf5639294c3a1459b62d9b4f018f3
1,915
js
JavaScript
src/components/Info.js
Alejandro-Ochando/buscador_canciones
d24185e63153061de205fe4ae816b3e6eb683884
[ "MIT" ]
null
null
null
src/components/Info.js
Alejandro-Ochando/buscador_canciones
d24185e63153061de205fe4ae816b3e6eb683884
[ "MIT" ]
null
null
null
src/components/Info.js
Alejandro-Ochando/buscador_canciones
d24185e63153061de205fe4ae816b3e6eb683884
[ "MIT" ]
null
null
null
import React, {Fragment } from 'react'; const Info = ({ info }) => { if(Object.keys(info).length === 0) return null; const { strArtistThumb, strGenre, strBiographyES, strBiographyEN, strArtist } = info; const biography = (strBiographyES === null) ? (strBiographyEN === null)...
37.54902
109
0.483029
c1603af48fbc05cd4c7233e0bd233debcd66bc91
100
js
JavaScript
AppMonitorIT/1.0.0/scripts/error.js
APetrishchev/Launcher
be0600997db9d0573acaa3339206c299a5fa5d40
[ "Apache-2.0" ]
null
null
null
AppMonitorIT/1.0.0/scripts/error.js
APetrishchev/Launcher
be0600997db9d0573acaa3339206c299a5fa5d40
[ "Apache-2.0" ]
null
null
null
AppMonitorIT/1.0.0/scripts/error.js
APetrishchev/Launcher
be0600997db9d0573acaa3339206c299a5fa5d40
[ "Apache-2.0" ]
null
null
null
import { Error as Error_} from "../../../lib/1.0.0/error.js" export class Error extends Error_ { }
20
60
0.65
c160e8cabd78ca6f334fe640e46dc6cd32cd58ac
90,228
js
JavaScript
src/js/assets/characters/chibi2/talking.js
justKD/Character-Dialogue-Story-Designer
b7744e3a12db3e957b54d21d56a245bea2e08ce5
[ "MIT" ]
null
null
null
src/js/assets/characters/chibi2/talking.js
justKD/Character-Dialogue-Story-Designer
b7744e3a12db3e957b54d21d56a245bea2e08ce5
[ "MIT" ]
null
null
null
src/js/assets/characters/chibi2/talking.js
justKD/Character-Dialogue-Story-Designer
b7744e3a12db3e957b54d21d56a245bea2e08ce5
[ "MIT" ]
null
null
null
export const chibi2Talking = { id: "test_chibi2^talking.png", src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAEsCAYAAADq/K67AAABGWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGBSSCwoyGESYGDIzSspCnJ3UoiIjFJgf8TAziDCwMGgziCemFxc4BgQ4MMABDAaFXy7xsAIoi/rgszClMcLuFJSi5OB9B8gzk4uKCphYGDMALKVy0sKQOweIFskKRvMXgBiFwEdCGRvAbHTIe...
15,038
90,153
0.96562
c16192de0bb74e99a4770724d4a74d613cce2c73
402
js
JavaScript
src/util/mutable-image-data.js
TonyBogdanov/ocimp
59313c9009f070bab417305a907a0ee21018c908
[ "MIT" ]
null
null
null
src/util/mutable-image-data.js
TonyBogdanov/ocimp
59313c9009f070bab417305a907a0ee21018c908
[ "MIT" ]
null
null
null
src/util/mutable-image-data.js
TonyBogdanov/ocimp
59313c9009f070bab417305a907a0ee21018c908
[ "MIT" ]
null
null
null
export default class mutableImageData { constructor( width, height ) { this.data = []; for ( let i = 0, c = width * height * 4; i < c; i++ ) { this.data.push( 0 ); } this.width = width; this.height = height; } toImageData() { return new Ima...
16.75
92
0.514925
c163eb9586fff2b9804448a37a7b4c28b90cea4b
5,319
js
JavaScript
hymnal/regi-adventi-enekek.js
sdahun/webworship
440a51d0009a12a8a62f74c59ead3726c2a2c2f3
[ "MIT" ]
1
2019-05-22T10:31:03.000Z
2019-05-22T10:31:03.000Z
hymnal/regi-adventi-enekek.js
sdahun/webworship
440a51d0009a12a8a62f74c59ead3726c2a2c2f3
[ "MIT" ]
2
2021-01-28T19:41:18.000Z
2022-03-25T18:36:35.000Z
hymnal/regi-adventi-enekek.js
sdahun/webworship
440a51d0009a12a8a62f74c59ead3726c2a2c2f3
[ "MIT" ]
null
null
null
book['regi-adventi-enekek'] = { title: 'Régi Adventi Énekek', abbreviation: 'RAÉ', lang: 'hu', publisher: '', year: '', description: 'Régi adventi énekek YouTube lejátszási lista', version: "1.0", speed: [], defaultSpeed: 0, markedSpeed: 0 } category['regi-adventi-enekek'] = { } song['regi-a...
18.533101
62
0.559504
c164fb1c9ff9804c7d2639dacf9afacbec35719b
955
js
JavaScript
tailwind.config.js
sandrobocon/StreamStats
68d6508cb404e89aae6b39557c671afa87abfa9a
[ "MIT" ]
null
null
null
tailwind.config.js
sandrobocon/StreamStats
68d6508cb404e89aae6b39557c671afa87abfa9a
[ "MIT" ]
null
null
null
tailwind.config.js
sandrobocon/StreamStats
68d6508cb404e89aae6b39557c671afa87abfa9a
[ "MIT" ]
null
null
null
const colors = require('tailwindcss/colors') module.exports = { presets: [ require('./vendor/wireui/wireui/tailwind.config.js') ], content: [ './vendor/wireui/wireui/resources/**/*.blade.php', './vendor/wireui/wireui/ts/**/*.ts', './vendor/wireui/wireui/src/View/**/*.php', ...
28.939394
80
0.52356
c165119a941f032e357dcc46aff660919540bf40
765
js
JavaScript
app/js/background/Set.js
ideoderek/twitch-tuner
5c181cf1b993d8c1ebdbdaf7948d4f3f787bdf9f
[ "Unlicense", "MIT" ]
null
null
null
app/js/background/Set.js
ideoderek/twitch-tuner
5c181cf1b993d8c1ebdbdaf7948d4f3f787bdf9f
[ "Unlicense", "MIT" ]
null
null
null
app/js/background/Set.js
ideoderek/twitch-tuner
5c181cf1b993d8c1ebdbdaf7948d4f3f787bdf9f
[ "Unlicense", "MIT" ]
null
null
null
export default class Set { constructor(seed) { this.data = seed === undefined ? [] : seed.slice() } get length() { return this.data.length } all() { return this.data.slice() } remove(value) { let index = this.index(value) if (index > -1) { this.data.splice(index, 1) } } add(value) { if (!...
13.909091
52
0.583007
c1667a8a500d7a58523db884199f81f1381735c6
132
js
JavaScript
atm_project/enum/responseCode.js
Miguel-Guedelha/manifesto-tasks
b60f14820dc030345db9745c9dda27c0a994ee36
[ "MIT" ]
null
null
null
atm_project/enum/responseCode.js
Miguel-Guedelha/manifesto-tasks
b60f14820dc030345db9745c9dda27c0a994ee36
[ "MIT" ]
null
null
null
atm_project/enum/responseCode.js
Miguel-Guedelha/manifesto-tasks
b60f14820dc030345db9745c9dda27c0a994ee36
[ "MIT" ]
null
null
null
responseCodes = { FUNDS_ERR: "FUNDS_ERR", ACCOUNT_ERR: "ACCOUNT_ERR", ATM_ERR: "ATM_ERR", }; module.exports = responseCodes;
16.5
31
0.704545
c1669d6c3d87c96ea114a756a2b2926ab7be09cb
8,263
js
JavaScript
divine-form-validation/inc/form_validation.js
eyal670/wordpress-snippets
cdbeb1e27ab475bf447a1c23c46005e23ca54d9c
[ "MIT" ]
null
null
null
divine-form-validation/inc/form_validation.js
eyal670/wordpress-snippets
cdbeb1e27ab475bf447a1c23c46005e23ca54d9c
[ "MIT" ]
null
null
null
divine-form-validation/inc/form_validation.js
eyal670/wordpress-snippets
cdbeb1e27ab475bf447a1c23c46005e23ca54d9c
[ "MIT" ]
null
null
null
/* * $ Simply Countable plugin * Provides a character counter for any text input or textarea * * @version 0.4.2 * @homepage http://github.com/aaronrussell/$-simply-countable/ * @author Aaron Russell (http://www.aaronrussell.co.uk) * * Copyright (c) 2009-2010 Aaron Russell (aaron@gc4.co.uk) * Dual licensed u...
39.347619
210
0.57582
c1673152dabd38d66359c6a0e52ae6be7d17b6b1
1,626
js
JavaScript
racoon/static/js/private/compete/create.js
onukura/Racoon
96c96f2a37b8d33b35ca368c085d90e7a7caf105
[ "MIT" ]
3
2020-05-21T12:11:43.000Z
2020-06-08T13:04:40.000Z
racoon/static/js/private/compete/create.js
onukura/Racoon
96c96f2a37b8d33b35ca368c085d90e7a7caf105
[ "MIT" ]
6
2020-05-14T11:52:16.000Z
2020-05-23T18:03:23.000Z
racoon/static/js/private/compete/create.js
onukura/Racoon
96c96f2a37b8d33b35ca368c085d90e7a7caf105
[ "MIT" ]
null
null
null
// Markdown to HTML $("#description_overview").keyup(function() { $('#marked-preview-overview').html(DOMPurify.sanitize(marked($(this).val()))); }); $("#description_eval").keyup(function() { $('#marked-preview-eval').html(DOMPurify.sanitize(marked($(this).val()))); }); $("#description_data").keyup(function() { ...
38.714286
130
0.629766
c16759cd943c2bc18b25aff89d866366254978e4
5,106
js
JavaScript
packages/web/components/Technology/Details/Tabs/GeoLocation.js
samirsm/plataforma-sabia
5c86a7db0bbbc9c6027a9fe68242891c39106eef
[ "MIT" ]
37
2020-03-21T09:40:51.000Z
2022-02-11T18:01:02.000Z
packages/web/components/Technology/Details/Tabs/GeoLocation.js
samirsm/plataforma-sabia
5c86a7db0bbbc9c6027a9fe68242891c39106eef
[ "MIT" ]
924
2020-03-22T18:47:46.000Z
2022-02-02T13:27:05.000Z
packages/web/components/Technology/Details/Tabs/GeoLocation.js
samirsm/plataforma-sabia
5c86a7db0bbbc9c6027a9fe68242891c39106eef
[ "MIT" ]
6
2020-05-14T01:09:59.000Z
2021-11-12T12:33:37.000Z
import React, { useState } from 'react'; import styled, { css } from 'styled-components'; import PropTypes from 'prop-types'; import useTechnology from '../../../../hooks/useTechnology'; import * as Layout from '../../../Common/Layout'; import GoogleMaps, { getMarkerIconByTerm } from '../../../GoogleMaps'; import { LOC...
27.6
96
0.586173
c167943b93fd3b1eccb44dd1264df250c0c86825
449
js
JavaScript
js/script.min.js
aos-web/aosweb.github.io
1514ac079665f561d8c4fe91003c78b65738d00c
[ "MIT" ]
null
null
null
js/script.min.js
aos-web/aosweb.github.io
1514ac079665f561d8c4fe91003c78b65738d00c
[ "MIT" ]
null
null
null
js/script.min.js
aos-web/aosweb.github.io
1514ac079665f561d8c4fe91003c78b65738d00c
[ "MIT" ]
null
null
null
(function(a){'use strict';a(window).on('load',function(){a('.preloader').fadeOut(100)}),a(window).scroll(function(){a('.navigation').offset().top>1?a('.navigation').addClass('nav-bg'):a('.navigation').removeClass('nav-bg')}),a('#searchOpen').on('click',function(){a('.search-wrapper').addClass('open'),setTimeout(functio...
449
449
0.672606
c167e7fc1f0698ea12860984d335d2dea94938be
6,467
js
JavaScript
src/models/Merchant/merchant.js
201244010/store
3e6abd4143c7bfdeedf821d87c40a5218fff5efe
[ "MIT" ]
1
2020-07-06T14:06:17.000Z
2020-07-06T14:06:17.000Z
src/models/Merchant/merchant.js
201244010/store
3e6abd4143c7bfdeedf821d87c40a5218fff5efe
[ "MIT" ]
null
null
null
src/models/Merchant/merchant.js
201244010/store
3e6abd4143c7bfdeedf821d87c40a5218fff5efe
[ "MIT" ]
null
null
null
import { message } from 'antd'; import { formatMessage } from 'umi/locale'; import Storage from '@konata9/storage.js'; import { format } from '@konata9/milk-shake'; import * as Actions from '@/services/Merchant/merchant'; import { ERROR_OK } from '@/constants/errorCode'; import * as CookieUtil from '@/utils/cookies'; ...
22.377163
73
0.566878
c168fafd2f051123430b8ee89cf6da83f906a586
2,783
js
JavaScript
packages/cli/neft-parcel-plugin-neft/NeftAsset.js
Neft-io/neftio
70b1d7c3c1aea5078405c88a8a822f11ef6e268d
[ "Apache-2.0" ]
23
2016-02-24T16:26:58.000Z
2019-02-27T09:05:09.000Z
packages/cli/neft-parcel-plugin-neft/NeftAsset.js
Neft-io/neft-cli
70b1d7c3c1aea5078405c88a8a822f11ef6e268d
[ "Apache-2.0" ]
255
2016-02-18T18:23:38.000Z
2018-09-01T16:28:33.000Z
packages/cli/neft-parcel-plugin-neft/NeftAsset.js
neftjs/neft
70b1d7c3c1aea5078405c88a8a822f11ef6e268d
[ "Apache-2.0" ]
1
2016-03-31T10:17:47.000Z
2016-03-31T10:17:47.000Z
/* eslint-disable import/no-dynamic-require */ /* eslint-disable global-require */ const { Asset } = require('parcel-bundler') require('@neft/parcel-util') const { logger } = require('@neft/core') const { parseToAst, parseToCode } = require('@neft/compiler-document') const defaultStyles = JSON.parse(process.env.NEFT_P...
26.759615
88
0.614804
c1690ff48d5bdc4c493fa840a60d12880d4488c3
1,127
js
JavaScript
test/mocks/gitlab_delete_key_when_absent.js
Justinidlerz/strider-gitlab
68e6e3261435780016aa5c68672ea1c3e882c406
[ "Unlicense", "MIT" ]
null
null
null
test/mocks/gitlab_delete_key_when_absent.js
Justinidlerz/strider-gitlab
68e6e3261435780016aa5c68672ea1c3e882c406
[ "Unlicense", "MIT" ]
null
null
null
test/mocks/gitlab_delete_key_when_absent.js
Justinidlerz/strider-gitlab
68e6e3261435780016aa5c68672ea1c3e882c406
[ "Unlicense", "MIT" ]
null
null
null
'use strict'; /* Here we simulate the response of the server when there no deploy keys registered in the project. nock will simulate a gitlab server running at localhost:80, where Strider Tester, a user is registered with the name "stridertester", and has been registered with api token - zRtVsmeznn7ySatTrnrp s...
29.657895
61
0.677906
c169496f41e308f8ae94a718fb79e2061687f0e4
2,229
js
JavaScript
apps/electron/main/forge.config.js
TheUnderScorer/time-neko
9722f64137524081750639f3c4ae359d638a7031
[ "MIT" ]
null
null
null
apps/electron/main/forge.config.js
TheUnderScorer/time-neko
9722f64137524081750639f3c4ae359d638a7031
[ "MIT" ]
26
2022-03-25T20:50:54.000Z
2022-03-31T13:42:19.000Z
apps/electron/main/forge.config.js
TheUnderScorer/myr
9722f64137524081750639f3c4ae359d638a7031
[ "MIT" ]
null
null
null
const fs = require('fs-extra'); const path = require('path'); const pkg = require('./package.json'); // eslint-disable-next-line @typescript-eslint/no-unused-vars const electronPackager = require('electron-packager'); const publishers = []; if (process.env.GITHUB_TOKEN) { publishers.push({ name: '@electron-forg...
21.852941
79
0.610139
c1694ed8e05f911f66e12b73441d809f0edcc181
1,974
js
JavaScript
react-native-uber-eats-clone/components/home/SearchBar.js
lexxyungcarter/online-courses-workbench
f6061b85ad32a655947fb80d8c378307b85c901e
[ "MIT" ]
null
null
null
react-native-uber-eats-clone/components/home/SearchBar.js
lexxyungcarter/online-courses-workbench
f6061b85ad32a655947fb80d8c378307b85c901e
[ "MIT" ]
null
null
null
react-native-uber-eats-clone/components/home/SearchBar.js
lexxyungcarter/online-courses-workbench
f6061b85ad32a655947fb80d8c378307b85c901e
[ "MIT" ]
null
null
null
import React from "react"; import { AntDesign, Ionicons } from "@expo/vector-icons"; import { StyleSheet, Text, View } from "react-native"; import { GooglePlacesAutocomplete } from "react-native-google-places-autocomplete"; const GOOGLE_PLACES_API_KEY = process.env.GOOGLE_PLACES_API_KEY function HeaderTabs({ cityHand...
24.987342
83
0.577508
c16962066e36eeaedd26d4ddfd275d0e43131df0
547
js
JavaScript
src/views/Dashboard/Dashboard.js
innerbyte/skybet-js-tech-test
9f3bd4a800722b326904b0a807314bf3a2b039bf
[ "MIT" ]
null
null
null
src/views/Dashboard/Dashboard.js
innerbyte/skybet-js-tech-test
9f3bd4a800722b326904b0a807314bf3a2b039bf
[ "MIT" ]
null
null
null
src/views/Dashboard/Dashboard.js
innerbyte/skybet-js-tech-test
9f3bd4a800722b326904b0a807314bf3a2b039bf
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import { Row, Col } from 'reactstrap'; class Dashboard extends Component { constructor(props) { super(props); } render() { return ( <div className="animated fadeIn"> <Row> <Col xs="12" sm="12" lg="12"> <div className="text...
17.09375
62
0.482633
c169e234115667c6ef5329c2d2e04d8b13fef769
597
js
JavaScript
utility/node_modules/@dashevo/dpp/lib/util/errors/MaxEncodedBytesReachedError.js
PanzerknackerR/DASHPasswordManager
ca7a3c11be635d9a8ca24eeb14959e8f0b0aa216
[ "MIT" ]
2
2021-04-23T06:19:54.000Z
2021-11-06T20:36:29.000Z
utility/node_modules/@dashevo/dpp/lib/util/errors/MaxEncodedBytesReachedError.js
PanzerknackerR/DASHPasswordManager
ca7a3c11be635d9a8ca24eeb14959e8f0b0aa216
[ "MIT" ]
1
2021-02-14T18:45:53.000Z
2021-02-14T18:45:53.000Z
utility/node_modules/@dashevo/dpp/lib/util/errors/MaxEncodedBytesReachedError.js
PanzerknackerR/DASHPasswordManager
ca7a3c11be635d9a8ca24eeb14959e8f0b0aa216
[ "MIT" ]
null
null
null
class MaxEncodedBytesReachedError extends Error { /** * @param {*} payload * @param {number} maxSizeKBytes */ constructor(payload, maxSizeKBytes) { super(); this.message = `Payload reached a ${maxSizeKBytes}Kb limit`; this.name = this.constructor.name; this.payload = payload; this.max...
18.090909
64
0.634841
c16a2fbcdef2b9cb7e6384046b9100b5fa106f33
7,493
js
JavaScript
server/src/http/routes/specific/pds.js
mission-apprentissage/cerfa
e0b3d10f6d83aaf225841c85fc996cc4e19b067e
[ "MIT" ]
5
2021-11-19T17:46:56.000Z
2022-02-24T09:59:45.000Z
server/src/http/routes/specific/pds.js
mission-apprentissage/cerfa
e0b3d10f6d83aaf225841c85fc996cc4e19b067e
[ "MIT" ]
501
2021-11-10T07:43:03.000Z
2022-03-31T16:07:56.000Z
server/src/http/routes/specific/pds.js
mission-apprentissage/cerfa
e0b3d10f6d83aaf225841c85fc996cc4e19b067e
[ "MIT" ]
null
null
null
const express = require("express"); const { Issuer, generators } = require("openid-client"); const passport = require("passport"); const { Strategy: JWTStrategy } = require("passport-jwt"); const generator = require("generate-password"); const tryCatch = require("../../middlewares/tryCatchMiddleware"); const authMiddle...
29.5
117
0.586547
c16b8dfad723b67aefd74293165afd8d15c50b70
4,531
js
JavaScript
src/scenes/SearchResults/GeneSearchResultsList.js
KarrLab/datanator_frontend
2c1b3adb1f0aaf8a73bd5876f31ee9d4b4e17112
[ "MIT" ]
1
2020-10-12T11:02:12.000Z
2020-10-12T11:02:12.000Z
src/scenes/SearchResults/GeneSearchResultsList.js
KarrLab/datanator_frontend
2c1b3adb1f0aaf8a73bd5876f31ee9d4b4e17112
[ "MIT" ]
344
2019-12-06T20:08:59.000Z
2021-08-24T13:01:29.000Z
src/scenes/SearchResults/GeneSearchResultsList.js
KarrLab/datanator_frontend
2c1b3adb1f0aaf8a73bd5876f31ee9d4b4e17112
[ "MIT" ]
1
2020-02-06T18:30:42.000Z
2020-02-06T18:30:42.000Z
import React, { Component } from "react"; import SearchResultsList from "./SearchResultsList.js"; import { castToArray, isOrthoDbId } from "~/utils/utils"; export default class GeneSearchResultsList extends Component { getResultsUrl(query, pageCount, pageSize) { return ( "ftx/text_search/gene_ranked_by_ko/...
26.810651
84
0.520856
c16c284483ab72f906e6736e68f20a497ad7d81e
890
js
JavaScript
app/js/locales/fr_jokes.js
theyellow/russian-bank
4498ddfacd143ab9a449d845e1f256182d2f22db
[ "MIT" ]
3
2021-03-02T22:28:40.000Z
2022-01-14T21:29:17.000Z
app/js/locales/fr_jokes.js
theyellow/russian-bank
4498ddfacd143ab9a449d845e1f256182d2f22db
[ "MIT" ]
9
2021-03-03T19:04:43.000Z
2021-07-03T09:06:11.000Z
app/js/locales/fr_jokes.js
theyellow/russian-bank
4498ddfacd143ab9a449d845e1f256182d2f22db
[ "MIT" ]
2
2021-03-10T22:36:25.000Z
2022-02-15T14:37:39.000Z
export const i18n_fr_jokes = { 1: "Une artiste demande à l'un de ses rares clients&#8239;: \"Eh bien cette sculpture que vous m'aviez achetée et que vous comptiez offrir à votre mari elle lui a fait plaisir&#8239;?\" <br/> " + "\"C'est à dire que... elle a été très efficace pour lui faire passer son hoquet.\"", 2: "...
89
196
0.689888
c16c55d6a390a1ceefcc5636d75fdaec2ec023b0
1,058
js
JavaScript
index.js
Josephmtsai/seo-crawler
cf8d8c63ad45150869a5675e4b56d79a3c0bd771
[ "MIT" ]
3
2019-07-15T07:54:36.000Z
2021-03-08T23:15:35.000Z
index.js
Josephmtsai/seo-crawler
cf8d8c63ad45150869a5675e4b56d79a3c0bd771
[ "MIT" ]
4
2017-08-19T16:01:30.000Z
2017-11-10T01:09:39.000Z
index.js
Josephmtsai/seo-crawler
cf8d8c63ad45150869a5675e4b56d79a3c0bd771
[ "MIT" ]
2
2019-07-15T07:54:51.000Z
2022-03-01T06:53:54.000Z
const moment = require('moment'); const { scheduleJob } = require('node-schedule'); const { initialize } = require('./crawler'); const { tasks } = require('./config'); const logger = require('./logger'); const { killChrome, runChromeHeadless } = require('./command'); function run() { logger.info(`Find ${tasks.leng...
37.785714
108
0.604915
c16cadd4dd7c8e4867503378b2e9fab497cb87f3
2,044
js
JavaScript
res/front-script/jq-ext.js
davidaq/nwa-js
d359c481a2c8bdb9f2de8b813bca04c15fcbc540
[ "MIT" ]
1
2015-12-29T07:39:39.000Z
2015-12-29T07:39:39.000Z
res/front-script/jq-ext.js
davidaq/nwa-js
d359c481a2c8bdb9f2de8b813bca04c15fcbc540
[ "MIT" ]
null
null
null
res/front-script/jq-ext.js
davidaq/nwa-js
d359c481a2c8bdb9f2de8b813bca04c15fcbc540
[ "MIT" ]
null
null
null
function extendJQuery() { function pathOf(key) { return key.match(/[^\[\]]+/g); } function set(obj, path, value) { var last = path.pop(); for(var k in path) { k = path[k]; if(!obj[k]) { obj[k] = {}; } obj = obj[k]; ...
30.969697
93
0.328278
c16d2e6f58c917f4b82cf4d0b6e0d1985ceda898
898
js
JavaScript
create.js
IleJok/tmtaws
75e9e14c7c96114905052d790d4bbb1f5cff4aed
[ "MIT" ]
null
null
null
create.js
IleJok/tmtaws
75e9e14c7c96114905052d790d4bbb1f5cff4aed
[ "MIT" ]
null
null
null
create.js
IleJok/tmtaws
75e9e14c7c96114905052d790d4bbb1f5cff4aed
[ "MIT" ]
null
null
null
import uuid from "uuid"; import * as dynamoDbLib from "./libs/dynamodb-lib"; import { success, failure } from "./libs/response-lib"; export async function main(event, context) { const data = JSON.parse(event.body); var currentTime = new Date() const params = { TableName: process.env.tableName, Item: { ...
27.212121
55
0.659243
c16e092a745f41a7522719dd16f370284cb16383
948
js
JavaScript
web/webpack.config.js
Codevka/rurikawa
a809b4a3e65e4d963f9fd304262342f9b7f947e8
[ "MIT" ]
40
2020-09-01T17:29:05.000Z
2022-01-05T12:27:20.000Z
web/webpack.config.js
Codevka/rurikawa
a809b4a3e65e4d963f9fd304262342f9b7f947e8
[ "MIT" ]
44
2020-09-26T14:15:04.000Z
2022-03-07T03:26:47.000Z
web/webpack.config.js
Codevka/rurikawa
a809b4a3e65e4d963f9fd304262342f9b7f947e8
[ "MIT" ]
11
2020-10-05T08:49:14.000Z
2021-12-22T14:03:49.000Z
var CompressionPlugin = require("compression-webpack-plugin"); module.exports = { plugins: [ new CompressionPlugin({ filename: "[path].gz", algorithm: "gzip", test: /\.js$|\.css$|\.html$/, threshold: 8192, minRatio: 0.8, }), new CompressionPlugin({ filename: "[path].br...
19.346939
62
0.409283
c16f80a58e4805264b2e25e77c11f6c45b0b6365
5,414
js
JavaScript
javascript/script.js
gilorcilla/weather-dashboard
15c2c19473540b7ac1f049b9d2f331bf0e04525a
[ "MIT" ]
null
null
null
javascript/script.js
gilorcilla/weather-dashboard
15c2c19473540b7ac1f049b9d2f331bf0e04525a
[ "MIT" ]
null
null
null
javascript/script.js
gilorcilla/weather-dashboard
15c2c19473540b7ac1f049b9d2f331bf0e04525a
[ "MIT" ]
null
null
null
//Global Variables var citiesList = $("#city-list"); var cities = []; init(); //Local Storage function renderCities(cities) { var weather = ""; if (cities.length > 5) { weather = 5; } else { weather = cities.length - 1; } console.log("#cities", cities); for (var i = weather; i > 0; i--) { let ...
27.764103
90
0.573513
c16fb7f36ebed166cc9d4a5c8067a1bd3431fce7
3,082
js
JavaScript
server/modules/linkedin_learning/index.integration.test.js
almasen/rdf-mapped
9829fbab02d3746603fbc6354a05a7ffe871312b
[ "MIT" ]
5
2020-09-16T20:23:54.000Z
2021-12-31T00:18:58.000Z
server/modules/linkedin_learning/index.integration.test.js
almasen/rdf-mapped
9829fbab02d3746603fbc6354a05a7ffe871312b
[ "MIT" ]
50
2020-09-14T07:18:15.000Z
2021-06-27T15:32:54.000Z
server/modules/linkedin_learning/index.integration.test.js
almasen/rdf-mapped
9829fbab02d3746603fbc6354a05a7ffe871312b
[ "MIT" ]
null
null
null
const linkedinLearning = require("./"); const testHelpers = require("../../test/helpers"); const learningObjectRepository = require("../../repositories/learning_object"); jest.mock("../../repositories/learning_object"); let learningObject1; let learningObject2; let outdatedLearningObject1; beforeEach(() => { l...
40.552632
119
0.751785
c17049c692ef8e8b864e1b2bcf7e3aff5006f5c3
1,999
js
JavaScript
ServerProcessDashboard/app/user/components/changePasswordForm/changePasswordForm.js
QuinntyneBrown/ServerProcessDashboardApp
973c807ac4d5585ce9c60b3bea532791d06e80dd
[ "MIT" ]
null
null
null
ServerProcessDashboard/app/user/components/changePasswordForm/changePasswordForm.js
QuinntyneBrown/ServerProcessDashboardApp
973c807ac4d5585ce9c60b3bea532791d06e80dd
[ "MIT" ]
null
null
null
ServerProcessDashboard/app/user/components/changePasswordForm/changePasswordForm.js
QuinntyneBrown/ServerProcessDashboardApp
973c807ac4d5585ce9c60b3bea532791d06e80dd
[ "MIT" ]
null
null
null
var UserModule; (function (UserModule) { "use strict"; var ChangePasswordForm = (function () { function ChangePasswordForm(identityService, userService, $location, $routeParams) { var _this = this; this.identityService = identityService; this.userService = userService...
48.756098
225
0.556778
c1706964db4c2bf41d6743a089faedcc93e27620
1,648
js
JavaScript
src/js/bookmark-component.js
dhtestM/bookmark-component
790e30fa985a4c405b42ed8ac9db0dd51444de16
[ "MIT" ]
1
2017-05-26T12:45:14.000Z
2017-05-26T12:45:14.000Z
src/js/bookmark-component.js
dhtestM/bookmark-component
790e30fa985a4c405b42ed8ac9db0dd51444de16
[ "MIT" ]
null
null
null
src/js/bookmark-component.js
dhtestM/bookmark-component
790e30fa985a4c405b42ed8ac9db0dd51444de16
[ "MIT" ]
null
null
null
import React, {PropTypes} from 'react'; import {intlShape, injectIntl} from 'react-intl'; import {messages} from './defaultMessages'; class bookmarkComponent extends React.Component { constructor(props) { super(props); const _isBookmarked = this.props.data.isCurrentPageBookmarked(); this.state ={ ...
27.466667
122
0.696602
c1708561cfeb173a1f1eaeaf1b48fa95fda2c9e9
1,594
js
JavaScript
tests/spec/string/spec-replace.js
diasbruno/mout
a7ecd36a06568b96fc13a0a6ada6725c24fb3d7a
[ "MIT" ]
784
2015-01-03T00:39:27.000Z
2022-03-13T13:12:10.000Z
tests/spec/string/spec-replace.js
diasbruno/mout
a7ecd36a06568b96fc13a0a6ada6725c24fb3d7a
[ "MIT" ]
61
2015-01-03T19:21:46.000Z
2021-09-25T13:12:32.000Z
tests/spec/string/spec-replace.js
diasbruno/mout
a7ecd36a06568b96fc13a0a6ada6725c24fb3d7a
[ "MIT" ]
100
2015-01-06T19:19:07.000Z
2022-01-27T10:46:04.000Z
define(['mout/string/replace'], function(replace){ describe('string/replace', function(){ it('should replace single string', function(){ var result = replace('test foo', 'foo', 'result'); expect(result).toEqual('test result'); }); it('should replace multiple search...
31.88
80
0.493099
c172369f1a20666b50847ade6288199373090054
1,797
js
JavaScript
template/mocks/editor.js
FaureWu/steer-react-scripts
ea00fa156fa5206295d6e776638a147b7a49ad7e
[ "MIT" ]
2
2020-08-12T03:47:28.000Z
2020-09-07T15:48:44.000Z
template/mocks/editor.js
FaureWu/steer-react-scripts
ea00fa156fa5206295d6e776638a147b7a49ad7e
[ "MIT" ]
3
2021-10-06T20:27:15.000Z
2022-02-19T05:24:05.000Z
template/mocks/editor.js
FaureWu/steer-react-scripts
ea00fa156fa5206295d6e776638a147b7a49ad7e
[ "MIT" ]
null
null
null
/** * 本文件用于代码模版编辑器服务 * 请勿删除,否则编辑器功能将无法使用 */ import faker from 'faker' function createUser() { return { id: faker.random.uuid(), name: faker.name.findName(), age: faker.random.number({ min: 10, max: 100 }), gender: faker.random.arrayElement(['man', 'woman']), birthday: new Date(), address:...
20.895349
93
0.573734
c172bb6e68af4932521e7194a5a172c958bc34e5
817
js
JavaScript
lint-directory.js
medikoo/json-linter-2
161fb9ed06fbc0ba28b9276d52a91126dcf5e0dc
[ "0BSD" ]
null
null
null
lint-directory.js
medikoo/json-linter-2
161fb9ed06fbc0ba28b9276d52a91126dcf5e0dc
[ "0BSD" ]
null
null
null
lint-directory.js
medikoo/json-linter-2
161fb9ed06fbc0ba28b9276d52a91126dcf5e0dc
[ "0BSD" ]
null
null
null
"use strict"; const { resolve } = require("path") , readdir = require("fs2/readdir") , log = require("log").get("json-lint").info , lintFile = require("./lint-file"); module.exports = dirName => { const errors = [], promises = []; return readdir(dirName, { type: { file: true }, ignore...
24.029412
68
0.563035
c173c8b8844667f97238fd3d9c0868fb22b7a91e
1,228
js
JavaScript
lib.test.js
Polyconseil/ini2js
55d49352e5c96456cad9702bab4c0d23e9bb0837
[ "MIT" ]
null
null
null
lib.test.js
Polyconseil/ini2js
55d49352e5c96456cad9702bab4c0d23e9bb0837
[ "MIT" ]
null
null
null
lib.test.js
Polyconseil/ini2js
55d49352e5c96456cad9702bab4c0d23e9bb0837
[ "MIT" ]
null
null
null
const lib = require('.') describe ('parseConfig', function () { it('parses an empty file', function () { expect(lib.parseConfig(['./test_files/empty.ini'])).toEqual({}) }) it('raises when parsing a file with a global key', function () { expect(() => lib.parseConfig(['./test_files/global.ini'])).toThro...
27.288889
102
0.595277
c175c2bd1d36791ec7da9aaee98b03675e888647
936
js
JavaScript
server/errors.js
vatseek/comedian
2860dd4538538ff9ae30123dc507a2c5c19f3eae
[ "MIT" ]
null
null
null
server/errors.js
vatseek/comedian
2860dd4538538ff9ae30123dc507a2c5c19f3eae
[ "MIT" ]
null
null
null
server/errors.js
vatseek/comedian
2860dd4538538ff9ae30123dc507a2c5c19f3eae
[ "MIT" ]
null
null
null
class ExtError extends Error { constructor(status=400, message, responseType=null) { super(); this.responseType = responseType; this.message = message; this.stack = (new Error()).stack; this.name = this.constructor.name; this.status = status; } } export default E...
28.363636
71
0.674145
c175ea34ceee31fa1a755c568f47ab81bf53bfce
3,003
js
JavaScript
behaviors/rex_rotate/runtime.js
Releed/Construct-2
63f6ca06ab276c027b277526c71736a362abb26c
[ "MIT" ]
null
null
null
behaviors/rex_rotate/runtime.js
Releed/Construct-2
63f6ca06ab276c027b277526c71736a362abb26c
[ "MIT" ]
null
null
null
behaviors/rex_rotate/runtime.js
Releed/Construct-2
63f6ca06ab276c027b277526c71736a362abb26c
[ "MIT" ]
null
null
null
// ECMAScript 5 strict mode "use strict"; assert2(cr, "cr namespace not created"); assert2(cr.behaviors, "cr.behaviors not created"); ///////////////////////////////////// // Behavior class cr.behaviors.Rex_Rotate = function(runtime) { this.runtime = runtime; }; (function () { var behaviorProto = cr.behaviors.Rex...
20.710345
62
0.566101
c177aaca193915654f9cfe6dba37aa66cead7ba4
480
js
JavaScript
src/873-length-of-longest-fibonacci-subsequence/pro.js
tangweikun/leetcode
74a5c0be58fe7aa9346132c3eb07007a334017bf
[ "MIT" ]
174
2018-01-30T01:22:48.000Z
2022-02-03T20:41:54.000Z
src/873-length-of-longest-fibonacci-subsequence/pro.js
tangweikun/long-claw
74a5c0be58fe7aa9346132c3eb07007a334017bf
[ "MIT" ]
3
2017-11-08T14:09:16.000Z
2017-12-21T11:51:58.000Z
src/873-length-of-longest-fibonacci-subsequence/pro.js
tangweikun/leetcode
74a5c0be58fe7aa9346132c3eb07007a334017bf
[ "MIT" ]
9
2018-05-31T16:09:21.000Z
2020-07-12T20:34:20.000Z
// HELP: /** * @param {number[]} A * @return {number} */ var lenLongestFibSubseq = function(A) { let map = new Set(); for (let num of A) map.add(num); let res = 2; for (let i = 0; i < A.length; i++) { for (let j = i + 1; j < A.length; j++) { let a = A[i]; let b = A[j]; let len = 2; ...
16
44
0.425
c177e4f39e949e9732d635119edf2ceefd4623d1
611
js
JavaScript
beginner/algorithm0084.js
AlissonRaphael/programming_challenge
1ba0fc43e2a7293a3bf9a2692af26bd19c9d9e6e
[ "MIT" ]
null
null
null
beginner/algorithm0084.js
AlissonRaphael/programming_challenge
1ba0fc43e2a7293a3bf9a2692af26bd19c9d9e6e
[ "MIT" ]
null
null
null
beginner/algorithm0084.js
AlissonRaphael/programming_challenge
1ba0fc43e2a7293a3bf9a2692af26bd19c9d9e6e
[ "MIT" ]
null
null
null
/** * Divisors I * Read an integer N and compute all its divisors. * * Input * The input file contains an integer value. * * Output * Write all positive divisors of N, one value per line. */ var readline = require('readline') var interface = readline.createInterface({ input: process.stdin, ...
19.709677
62
0.603928
c17806f62aa2b4fe4561786a4fc07f23534e1faa
480
js
JavaScript
example/oakssr/index.js
DougAnderson444/svelte
ad22283ceb440e07afe0d14b558a6fb4853f3058
[ "MIT" ]
null
null
null
example/oakssr/index.js
DougAnderson444/svelte
ad22283ceb440e07afe0d14b558a6fb4853f3058
[ "MIT" ]
null
null
null
example/oakssr/index.js
DougAnderson444/svelte
ad22283ceb440e07afe0d14b558a6fb4853f3058
[ "MIT" ]
null
null
null
export default ` <!doctype html> <html lang=\"en\"> <head> <meta charset=\"utf-8\"> <title>Deno Svelte Server Side App</title> <meta name=\"theme-color\" content=\"#1e88e5\"> <meta name=\"mobile-web-app-capable\" content=\"yes\"> <meta name=\"apple-mobile-web-app-capable\" content=\"yes\"> <met...
24
75
0.591667
c1788e0d96e6264d79a3bb49f45b236f1896b3a0
1,327
js
JavaScript
src/controls/menu/Menu.js
AlexanderKosianchuk/luche-front
b6fd8c9f41b6172d160f29b2d24b6426fe1b5051
[ "MIT" ]
null
null
null
src/controls/menu/Menu.js
AlexanderKosianchuk/luche-front
b6fd8c9f41b6172d160f29b2d24b6426fe1b5051
[ "MIT" ]
null
null
null
src/controls/menu/Menu.js
AlexanderKosianchuk/luche-front
b6fd8c9f41b6172d160f29b2d24b6426fe1b5051
[ "MIT" ]
null
null
null
import React from 'react'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import TopMenu from 'controls/top-menu/TopMenu'; import MainMenu from 'controls/main-menu/MainMenu'; import redirect from 'actions/redirect'; class Menu extends React.Component { constructor(props) { s...
22.87931
70
0.618689
c178ea7726e07cf8560d75b14ef5822c82f3c691
295
js
JavaScript
web/frontend/src/js/components/EntriesTable.js
tomal00/barometer
46580f12cd8a37b4f563284175fae2672e4ec851
[ "MIT" ]
null
null
null
web/frontend/src/js/components/EntriesTable.js
tomal00/barometer
46580f12cd8a37b4f563284175fae2672e4ec851
[ "MIT" ]
null
null
null
web/frontend/src/js/components/EntriesTable.js
tomal00/barometer
46580f12cd8a37b4f563284175fae2672e4ec851
[ "MIT" ]
null
null
null
import TableEntry from './TableEntry' import React from 'react' const EntriesTable = ({ data }) => ( <table className = "entriesTable"> <tbody> {data.map((itm) => <TableEntry {...itm} key = {itm.datetime}/>)} </tbody> </table> ) export default EntriesTable
22.692308
76
0.589831
c179519ab99d9cad13330ecbdca498872a6fa4bd
1,454
js
JavaScript
controllers/home-routes.js
dancl6/PrayersForUkraine
20ffaa26345e6b970e55669aa2028b7c332fb760
[ "MIT" ]
null
null
null
controllers/home-routes.js
dancl6/PrayersForUkraine
20ffaa26345e6b970e55669aa2028b7c332fb760
[ "MIT" ]
null
null
null
controllers/home-routes.js
dancl6/PrayersForUkraine
20ffaa26345e6b970e55669aa2028b7c332fb760
[ "MIT" ]
null
null
null
const router = require('express').Router(); const sequelize = require('../config/connection'); const { Op } = require('sequelize'); const { Prayers } = require('../models'); router.get('/', (req, res) => { Prayers.findAll({ }) .then(dbPostData => { let parsePost = JSON.parse(JSON...
24.644068
73
0.47868
c17aded4e4c0b042200f4d974e11fe7e869a2457
2,087
js
JavaScript
templates/newProject/webpack.config.babel.js
GikuyuNderitu/rg
f57625731658ae6343749fa519c663bc9a0f55bd
[ "Apache-2.0" ]
1
2017-11-20T15:31:49.000Z
2017-11-20T15:31:49.000Z
templates/newProject/webpack.config.babel.js
GikuyuNderitu/rg
f57625731658ae6343749fa519c663bc9a0f55bd
[ "Apache-2.0" ]
null
null
null
templates/newProject/webpack.config.babel.js
GikuyuNderitu/rg
f57625731658ae6343749fa519c663bc9a0f55bd
[ "Apache-2.0" ]
null
null
null
import webpack from 'webpack' import { resolve } from 'path' import HtmlWebpackPlugin from 'html-webpack-plugin' const HtmlWebpackPluginConfig = new HtmlWebpackPlugin({ template: resolve(__dirname, 'src', 'index.html'), filename: 'index.html', inject: 'body', }) const PATHS = { entry: resolve(__dirname, "src"), ...
25.765432
161
0.679444
c17b3c9d9d463c888a0e8885fbb43cbfb94d0c0f
137
js
JavaScript
src/middleware/logger.js
zakeyah/basic-express-server
12c204084fe7fe82987e5297f74f7aa5d889f552
[ "MIT" ]
null
null
null
src/middleware/logger.js
zakeyah/basic-express-server
12c204084fe7fe82987e5297f74f7aa5d889f552
[ "MIT" ]
null
null
null
src/middleware/logger.js
zakeyah/basic-express-server
12c204084fe7fe82987e5297f74f7aa5d889f552
[ "MIT" ]
null
null
null
'use strict'; module.exports=(req,res,next)=>{ console.log(`This is Method->${req.method} This is Path-> ${req.path}`); next(); };
22.833333
76
0.613139
c17bab044b5b19a73cb230e174db4ab89c4cab14
390
js
JavaScript
tasks/test/test-builder.js
darcy-buttrose/angular2-typescript-start
4fea6bddbd6fd13aa816ea0acab65af16cd0c52c
[ "MIT" ]
null
null
null
tasks/test/test-builder.js
darcy-buttrose/angular2-typescript-start
4fea6bddbd6fd13aa816ea0acab65af16cd0c52c
[ "MIT" ]
null
null
null
tasks/test/test-builder.js
darcy-buttrose/angular2-typescript-start
4fea6bddbd6fd13aa816ea0acab65af16cd0c52c
[ "MIT" ]
null
null
null
/** * Created by Darcy on 26/05/2015. */ module.exports = function(options) { var path = require('path'); options = options || {}; return function(gulp) { gulp.task('test', function (cb) { var jasmine = require('gulp-jasmine'); gulp.src('test/*-spec.js') ...
19.5
50
0.479487
c17bcb38ed1cc55985576ac3ffb43dbcf100b63a
700
js
JavaScript
auth-token-header.js
mirceaalexandru/seneca-auth-token-header
55d0b10608ea02da98efc1be884e5098e37576d0
[ "MIT" ]
2
2016-08-23T16:14:03.000Z
2016-10-17T03:27:11.000Z
auth-token-header.js
mirceaalexandru/seneca-auth-token-header
55d0b10608ea02da98efc1be884e5098e37576d0
[ "MIT" ]
2
2016-02-05T13:59:41.000Z
2016-02-05T16:24:27.000Z
auth-token-header.js
mirceaalexandru/seneca-auth-token-header
55d0b10608ea02da98efc1be884e5098e37576d0
[ "MIT" ]
2
2016-02-05T13:59:27.000Z
2016-02-24T15:42:39.000Z
'use strict' var _ = require('lodash') var Default_options = require('./default-options.js') module.exports = function (options) { var seneca = this options = _.extend({}, Default_options, options || {}) function setToken (msg, done) { var tokenkey = msg.tokenkey || options.tokenkey var token = msg.to...
24.137931
56
0.648571
c17c75cae2e4683d8ef4c072e4b3a3ddbb737ac1
854
js
JavaScript
src/components/Portfolio/index.js
TheHebi/react-portfolio
da0f2719dbec5ef861f76e9e0a3f985f0b938415
[ "MIT" ]
null
null
null
src/components/Portfolio/index.js
TheHebi/react-portfolio
da0f2719dbec5ef861f76e9e0a3f985f0b938415
[ "MIT" ]
null
null
null
src/components/Portfolio/index.js
TheHebi/react-portfolio
da0f2719dbec5ef861f76e9e0a3f985f0b938415
[ "MIT" ]
null
null
null
import React from "react"; import "./style.css"; import ProjectCard from "../ProjectCard"; import portfolio from "../../portfolio.json"; export default function Portfolio() { function Wrapper(props) { return <div className="wrapper">{props.children}</div>; } return ( <div className="portfolio contai...
23.722222
59
0.563232
c17cb11c682fd477c32a54ffc4f1cf18e29d1d4f
3,585
js
JavaScript
controllers/index.js
Groundhog-Day/relatedHomes-service
9af9d0ad503ab9960df80a8da9749d0b036aa40b
[ "MIT" ]
null
null
null
controllers/index.js
Groundhog-Day/relatedHomes-service
9af9d0ad503ab9960df80a8da9749d0b036aa40b
[ "MIT" ]
5
2020-02-14T04:22:13.000Z
2021-04-06T17:53:12.000Z
controllers/index.js
Groundhog-Day/relatedHomes-service
9af9d0ad503ab9960df80a8da9749d0b036aa40b
[ "MIT" ]
1
2020-04-02T16:14:43.000Z
2020-04-02T16:14:43.000Z
const db = require('../pg-database/database.js'); module.exports = { // Required input is a homeId and zipcode // Returns a promise getSimilarHomes: (homeId, state, zipcode) => { const queryString = `SELECT homes.home_id, homes.beds, homes.title, homes.category, homes.stars, homes.reviewcount, homes.pricepe...
30.12605
174
0.627336
c17de36cc377ae501eaa4840eeb42c71c4c38564
570
js
JavaScript
stories/doc.stories.js
equinor/developer
9df0ff4243738f96818d6353f70c0a8fa4afc24b
[ "MIT" ]
2
2019-04-30T09:41:24.000Z
2019-10-10T08:26:22.000Z
stories/doc.stories.js
equinor/developer
9df0ff4243738f96818d6353f70c0a8fa4afc24b
[ "MIT" ]
18
2019-04-10T07:19:35.000Z
2020-09-08T00:58:42.000Z
stories/doc.stories.js
equinor/developer
9df0ff4243738f96818d6353f70c0a8fa4afc24b
[ "MIT" ]
3
2019-04-10T07:15:44.000Z
2019-06-24T07:57:41.000Z
import { storiesOf } from "@storybook/react"; import React from "react"; import DocListing from "../src/components/DocListing"; import { DocHeader } from "../src/components/DocHeader"; import { LayoutDecorator } from "./index.stories"; import { docNodes } from "./mock/mockData"; storiesOf("Doc", module) .addDecorato...
38
71
0.659649
c17df31d32aa47be854a9ebe774219562350914c
1,478
js
JavaScript
src/App.js
andresilveira/jsrulez
26465750387be0764cc643a76d7b54698ed1f765
[ "MIT" ]
null
null
null
src/App.js
andresilveira/jsrulez
26465750387be0764cc643a76d7b54698ed1f765
[ "MIT" ]
2
2022-02-26T02:33:43.000Z
2022-03-08T22:49:48.000Z
src/App.js
andresilveirah/jsrulez
26465750387be0764cc643a76d7b54698ed1f765
[ "MIT" ]
2
2017-12-18T16:51:48.000Z
2017-12-25T17:00:50.000Z
import React, { Component } from 'react'; import ValidatorMessage from './ValidatorMessage'; import CreateRuleForm from './CreateRuleForm'; import RulesList from './RulesList'; import FlowExecutor from './FlowExecutor'; import './App.css'; class App extends Component { constructor() { super(); this.state ...
25.482759
87
0.636671
c17e04b7a4b6b178520a6abc33744dd77977fd34
75
js
JavaScript
org.gecko.vaadin.whiteboard.bower/bower_components/vaadin-menu-bar/test/test-suites.js
geckoprojects-org/org.gecko.vaadin
49c7bc25744bf6ee67150bc1c3ec027c9b109f66
[ "Apache-2.0" ]
5
2019-05-11T21:11:57.000Z
2021-01-14T19:07:16.000Z
test/test-suites.js
vaadin/vaadin-menu-bar
8ebab0cbdf13a7f093d84010e48050f54cac3fb3
[ "Apache-2.0" ]
95
2019-03-20T11:02:42.000Z
2022-02-15T07:42:39.000Z
org.gecko.vaadin.whiteboard.bower/bower_components/vaadin-menu-bar/test/test-suites.js
geckoprojects-org/org.gecko.vaadin
49c7bc25744bf6ee67150bc1c3ec027c9b109f66
[ "Apache-2.0" ]
5
2019-04-20T10:49:23.000Z
2021-08-12T20:29:51.000Z
window.VaadinMenuBarElementSuites = [ 'basic.html', 'sub-menu.html' ];
15
37
0.693333
c17ef960dd06dcbfef84bc36ef03c181c248216d
354
js
JavaScript
src/icons/qrcode.js
scyclops/vue-awesome
7af9c4988aebc244ceae1bdb03d091a190d6d7ad
[ "MIT" ]
2
2018-07-02T12:03:11.000Z
2019-08-09T06:30:49.000Z
src/icons/qrcode.js
scyclops/vue-awesome
7af9c4988aebc244ceae1bdb03d091a190d6d7ad
[ "MIT" ]
null
null
null
src/icons/qrcode.js
scyclops/vue-awesome
7af9c4988aebc244ceae1bdb03d091a190d6d7ad
[ "MIT" ]
1
2019-02-26T13:35:24.000Z
2019-02-26T13:35:24.000Z
import Icon from '../components/Icon.vue' Icon.register({"qrcode":{"width":448,"height":512,"paths":[{"d":"M0 224H192V32H0V224zM64 96H128V160H64V96zM256 32V224H448V32H256zM384 160H320V96H384V160zM0 480H192V288H0V480zM64 352H128V416H64V352zM416 288H448V416H352V384H320V480H256V288H352V320H416V288zM416 448H448V480H416V44...
88.5
310
0.853107
c1806493b9db66d155f2d735eadb4d8e32ba1897
8,683
js
JavaScript
test/test-files/brighterscript/project-with-bsfmt/node_modules/brighterscript/dist/parser/tests/expression/TemplateStringExpression.spec.js
andersondanilo/ale
843c8f9dfa8f8982fc455459158c55bc4bc061c2
[ "BSD-2-Clause" ]
null
null
null
test/test-files/brighterscript/project-with-bsfmt/node_modules/brighterscript/dist/parser/tests/expression/TemplateStringExpression.spec.js
andersondanilo/ale
843c8f9dfa8f8982fc455459158c55bc4bc061c2
[ "BSD-2-Clause" ]
null
null
null
test/test-files/brighterscript/project-with-bsfmt/node_modules/brighterscript/dist/parser/tests/expression/TemplateStringExpression.spec.js
andersondanilo/ale
843c8f9dfa8f8982fc455459158c55bc4bc061c2
[ "BSD-2-Clause" ]
null
null
null
"use strict"; /* eslint-disable @typescript-eslint/no-for-in-array */ /* eslint no-template-curly-in-string: 0 */ Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); const DiagnosticMessages_1 = require("../../../DiagnosticMessages"); const lexer_1 = require("../../../lexer");...
48.50838
204
0.478867
c180c6a9f0ce99e33d294d9aa999ab487816d87a
1,126
js
JavaScript
templates/js/app/utils/server/pwa-utils.server.js
ShafSpecs/remix-pwa
0854b6dd6fc68da09159f272bf398cb254ffcfad
[ "MIT" ]
48
2022-02-15T20:35:59.000Z
2022-03-31T17:52:05.000Z
templates/js/app/utils/server/pwa-utils.server.js
ShafSpecs/remix-pwa
0854b6dd6fc68da09159f272bf398cb254ffcfad
[ "MIT" ]
3
2022-02-19T00:03:09.000Z
2022-03-29T12:01:10.000Z
templates/js/app/utils/server/pwa-utils.server.js
ShafSpecs/remix-pwa
0854b6dd6fc68da09159f272bf398cb254ffcfad
[ "MIT" ]
null
null
null
const storage = require("node-persist"); const webPush = require("web-push"); export async function SaveSubscription(sub) { await storage.init(); await storage.setItem("subscription", sub); } export async function PushNotification(content, delay = 0) { if (!process.env.VAPID_PUBLIC_KEY || !process.env.VAPID_PRI...
25.590909
72
0.629663
c180e15300805a5c2187095bae2b5cf30706ee8e
938
js
JavaScript
www/1121.22659612f10410023bf0.js
fantapioppe/fantapioppe.github.io
e82052fbf9ea1709a39a350077bd40b42d7438ef
[ "MIT" ]
null
null
null
www/1121.22659612f10410023bf0.js
fantapioppe/fantapioppe.github.io
e82052fbf9ea1709a39a350077bd40b42d7438ef
[ "MIT" ]
null
null
null
www/1121.22659612f10410023bf0.js
fantapioppe/fantapioppe.github.io
e82052fbf9ea1709a39a350077bd40b42d7438ef
[ "MIT" ]
null
null
null
(self.webpackChunkfantapioppe=self.webpackChunkfantapioppe||[]).push([[1121],{1121:(e,n,t)=>{"use strict";t.r(n),t.d(n,{RosePageModule:()=>u});var o=t(8583),r=t(665),s=t(3083),c=t(2316),a=t(639);const p=[{path:"",component:(()=>{class e{constructor(){}ngOnInit(){}}return e.\u0275fac=function(n){return new(n||e)},e.\u02...
938
938
0.626866
c180f841256412876dd985f7b9989f926c54d5ad
142
js
JavaScript
options.js
ldenoue/screegle-extension
795579bf17ac036b1b5d9d455aef2f12f5802ceb
[ "MIT" ]
1
2022-02-25T21:24:28.000Z
2022-02-25T21:24:28.000Z
options.js
ldenoue/screegle-extension
795579bf17ac036b1b5d9d455aef2f12f5802ceb
[ "MIT" ]
null
null
null
options.js
ldenoue/screegle-extension
795579bf17ac036b1b5d9d455aef2f12f5802ceb
[ "MIT" ]
null
null
null
/*gdm.addEventListener('click', () => { chrome.runtime.sendMessage({ pickWindow: true }, (res) => console.log(res)) window.close() })*/
35.5
78
0.626761
c1816d3bbe0ec346b10b551b71bcef9d652e7483
16,593
js
JavaScript
ios/playground/bundlejs/component/slider-tab.js
xusw/incubator-weex
aaa1bdbada2053afe8407e776ca2bd770f87302d
[ "Apache-2.0" ]
3
2019-11-20T06:24:39.000Z
2019-11-20T06:55:03.000Z
ios/playground/bundlejs/component/slider-tab.js
szch/incubator-weex
75101d59ff2501a48852f68ffd0c2611ac2801ab
[ "Apache-2.0" ]
null
null
null
ios/playground/bundlejs/component/slider-tab.js
szch/incubator-weex
75101d59ff2501a48852f68ffd0c2611ac2801ab
[ "Apache-2.0" ]
1
2017-09-13T13:51:21.000Z
2017-09-13T13:51:21.000Z
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModu...
26.21327
136
0.534382
c1826af7ae94d7a9e16e141571e33950fb6b5b2b
602
js
JavaScript
src/occurrenceCollectionToTimes.js
logiclogue/football-score-sim
749e55d1d287a8a44ca9051baf452d985500a532
[ "MIT" ]
3
2017-10-15T21:38:13.000Z
2021-01-18T09:44:34.000Z
src/occurrenceCollectionToTimes.js
logiclogue/football-score-sim
749e55d1d287a8a44ca9051baf452d985500a532
[ "MIT" ]
1
2018-04-27T05:49:41.000Z
2018-04-27T05:49:41.000Z
src/occurrenceCollectionToTimes.js
logiclogue/football-score-sim
749e55d1d287a8a44ca9051baf452d985500a532
[ "MIT" ]
1
2017-03-17T08:53:51.000Z
2017-03-17T08:53:51.000Z
const OccurrenceCollection = require("./OccurrenceCollection"); const times = require("./times"); // OccurrenceCollection Occurrences -> Time -> Seed // -> OccurrenceCollection OccurrenceTimes function occurrenceCollectionToTimes(collection, time, seed) { return collection.map((o, name) => o.times(time, seed.appen...
35.411765
73
0.76412
c186462a3e60b38b5852c844bea2cec41560d170
914
js
JavaScript
dist/pretty/transformInput.js
pealpjpain/pino-grigio
0ede2431a8f22521d5c3135f4ba89633d8310300
[ "MIT" ]
null
null
null
dist/pretty/transformInput.js
pealpjpain/pino-grigio
0ede2431a8f22521d5c3135f4ba89633d8310300
[ "MIT" ]
null
null
null
dist/pretty/transformInput.js
pealpjpain/pino-grigio
0ede2431a8f22521d5c3135f4ba89633d8310300
[ "MIT" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function transformInput(input, eol) { if (isObject(input)) return { input: input, doLog: true, }; if (isString(input)) try { var parsed = JSON.parse(input); if (is...
31.517241
99
0.525164
c1864633f357de1a1a45137ebf32788e626f7373
3,867
js
JavaScript
server/src/utils/validation-utils.js
jonringer-comm/comm
ea754e988aac80756673f47a1b501c861ec66c15
[ "BSD-3-Clause" ]
null
null
null
server/src/utils/validation-utils.js
jonringer-comm/comm
ea754e988aac80756673f47a1b501c861ec66c15
[ "BSD-3-Clause" ]
null
null
null
server/src/utils/validation-utils.js
jonringer-comm/comm
ea754e988aac80756673f47a1b501c861ec66c15
[ "BSD-3-Clause" ]
null
null
null
// @flow import { ServerError } from 'lib/utils/errors'; import { tCookie, tPassword, tPlatform, tPlatformDetails, } from 'lib/utils/validation-utils'; import { verifyClientSupported } from '../session/version'; import type { Viewer } from '../session/viewer'; async function validateInput(viewer: Viewer, inp...
24.630573
77
0.649341
c188385c842ca285878a997ea21a437d6c997d5c
130
js
JavaScript
src/components/Error.js
wvxbs/chorao
e42b78b12a339c6d8a9a9dbfc68ebf5dea727d74
[ "MIT" ]
1
2022-01-21T22:04:51.000Z
2022-01-21T22:04:51.000Z
src/components/Error.js
wvxbs/chorao
e42b78b12a339c6d8a9a9dbfc68ebf5dea727d74
[ "MIT" ]
5
2020-09-07T12:04:21.000Z
2022-02-10T19:31:22.000Z
src/components/Error.js
wvxbs/chorao
e42b78b12a339c6d8a9a9dbfc68ebf5dea727d74
[ "MIT" ]
null
null
null
import React from 'react' const Error = props => { return <h1 className="title is-red is-4">Erro</h1> } export default Error
18.571429
54
0.684615
c18845d3a3c21de78a457ac7dac6b3ef806b1da7
726
js
JavaScript
src/js/components/bootstrap.js
markom01/mcd-store
39002d21c32d52591cf1ed988903ec5c30fb5d27
[ "ISC" ]
null
null
null
src/js/components/bootstrap.js
markom01/mcd-store
39002d21c32d52591cf1ed988903ec5c30fb5d27
[ "ISC" ]
null
null
null
src/js/components/bootstrap.js
markom01/mcd-store
39002d21c32d52591cf1ed988903ec5c30fb5d27
[ "ISC" ]
null
null
null
import * as bootstrap from 'bootstrap'; import { body } from '../selectors'; const initTooltips = () => { const tooltips = document.querySelectorAll('[data-bs-toggle="tooltip"]'); tooltips.forEach((t) => { new bootstrap.Tooltip(t); }); } const alertWrapper = document.createElement("div"); function alert(me...
25.928571
105
0.673554
c188d233e7590493818a977243681b170c45cfd1
708
js
JavaScript
packages/core/src/helpers/adapters/adaptMerchant.js
Gaspard-Bruno/blackout
3a3e6b494b20c91a60296e0da825524d2446ec8b
[ "MIT" ]
20
2021-11-30T09:50:39.000Z
2022-03-24T16:15:24.000Z
packages/core/src/helpers/adapters/adaptMerchant.js
Gaspard-Bruno/blackout
3a3e6b494b20c91a60296e0da825524d2446ec8b
[ "MIT" ]
18
2021-11-30T19:35:43.000Z
2022-03-25T16:30:08.000Z
packages/core/src/helpers/adapters/adaptMerchant.js
Gaspard-Bruno/blackout
3a3e6b494b20c91a60296e0da825524d2446ec8b
[ "MIT" ]
16
2021-11-30T09:46:08.000Z
2022-03-02T12:38:24.000Z
/** * Adapt merchant to a structure that allows to create an entity. * * @function adaptMerchant * @memberof module:helpers/adapters * * @param {object} merchant - Merchant object with all related informations. * @param {number} merchant.merchantId - Merchant id to adapt. * @param {string} merchant.merchantName...
28.32
81
0.707627
c1891395a54f545d4c90b8631ccd6bcd8c6f94ea
460
js
JavaScript
src/components/Header.js
Danail-Irinkov/react-renderer
69da807a2f2d913a9d5a7b104c78bf4d887a4a66
[ "MIT" ]
null
null
null
src/components/Header.js
Danail-Irinkov/react-renderer
69da807a2f2d913a9d5a7b104c78bf4d887a4a66
[ "MIT" ]
null
null
null
src/components/Header.js
Danail-Irinkov/react-renderer
69da807a2f2d913a9d5a7b104c78bf4d887a4a66
[ "MIT" ]
null
null
null
import logo from "../assets/logos/tallrock-t-small.png"; export default function Header() { return ( <div className="header text-black font-bold xl:rounded-t-lg xl:border xl:shadow-lg p-4 m-0 w-full"> <div className={"container"}> {/*<Logo className={"w-80"} />*/} <img src={logo} className={"h-32 px-4 w-...
28.75
101
0.613043
c189f9e84891e297b6385aff55511b95de58c205
2,075
js
JavaScript
dist/System/Env.js
sprkdev/onebe
3dcffc93fe5c8ee3dcaedd94ebf3c31145811489
[ "MIT" ]
null
null
null
dist/System/Env.js
sprkdev/onebe
3dcffc93fe5c8ee3dcaedd94ebf3c31145811489
[ "MIT" ]
null
null
null
dist/System/Env.js
sprkdev/onebe
3dcffc93fe5c8ee3dcaedd94ebf3c31145811489
[ "MIT" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.Environment = void 0; var _dotenv = require("dotenv"); (0, _dotenv.config)(); /** * The environment handling class. Use the object exported * by the module to get various environment variable values. */ class...
23.850575
74
0.668434