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
46edbb0afd1bfb73adbdc0c4b0325e5f783cd2b0
470
js
JavaScript
src/components/curriculum/sessions/native/ReactNativeFoundationSession.js
roadrunnersf/reactgraphqlacademy
4091bf0fca36649bbe3e4f94b84a73609b239f8f
[ "MIT" ]
null
null
null
src/components/curriculum/sessions/native/ReactNativeFoundationSession.js
roadrunnersf/reactgraphqlacademy
4091bf0fca36649bbe3e4f94b84a73609b239f8f
[ "MIT" ]
null
null
null
src/components/curriculum/sessions/native/ReactNativeFoundationSession.js
roadrunnersf/reactgraphqlacademy
4091bf0fca36649bbe3e4f94b84a73609b239f8f
[ "MIT" ]
null
null
null
import React from 'react' import Ul, { Li } from '../../../layout/Ul' import Session from '../Session' export const titleSession = 'React Native Foundation' const ReactNativeFoundationSession = ({ title = titleSession }) => ( <Session title={title}> <Ul> <Li>Architecture & Project setup</Li> <Li>Lay...
23.5
68
0.640426
46edc3a2019e44bdaa57e1258c6d369afbb3d37c
4,112
js
JavaScript
src/components/DonationModal.js
Crypto-Help-Team/Fund-The-Restaurants
62a2b51760edc1b9776fddc0d798c664389a9e33
[ "MIT" ]
4
2021-04-17T14:54:16.000Z
2022-01-09T03:50:14.000Z
src/components/DonationModal.js
Crypto-Help-Team/Fund-The-Restaurants
62a2b51760edc1b9776fddc0d798c664389a9e33
[ "MIT" ]
1
2021-02-14T21:01:05.000Z
2021-02-14T21:01:05.000Z
src/components/DonationModal.js
Crypto-Help-Team/Fund-The-Restaurants
62a2b51760edc1b9776fddc0d798c664389a9e33
[ "MIT" ]
4
2021-10-11T00:37:40.000Z
2021-11-21T03:29:07.000Z
import React, { useState } from 'react'; import Confetti from 'react-confetti' import Spinner from './common/Spinner'; function DonationModal({ getDonationLog, donateRestaurant, donateRestaurantWithReferrer, id, imageURL, restaurantName, referrerAddress, getPrice, currentNetwork }){ const [amount, setAmount] = useS...
34.847458
164
0.490029
46edebd374a06046bbe4e9ec44e7e60c6a1b2174
245
js
JavaScript
lib/ergo-js/js/layouts/band.js
eliace/ergojs-site
4f9913490cc12085f2811dbb838368f2f5879e5c
[ "MIT" ]
null
null
null
lib/ergo-js/js/layouts/band.js
eliace/ergojs-site
4f9913490cc12085f2811dbb838368f2f5879e5c
[ "MIT" ]
null
null
null
lib/ergo-js/js/layouts/band.js
eliace/ergojs-site
4f9913490cc12085f2811dbb838368f2f5879e5c
[ "MIT" ]
null
null
null
Ergo.declare('Ergo.layouts.Band', 'Ergo.core.Layout', { defaults: { name: 'band' }, wrap: function(item) { var w = $('<div/>'); if(item.label) w.append(item.label.el); w.append(item.el); return w; } }, 'layouts:band');
13.611111
55
0.567347
46ee00f41dd64be3a51e77801a55b19912a5ee99
143
js
JavaScript
components/FormatDate.js
rodrigo-schamber-ac/react-w34-template
c4415ff5e1e234184da8d386cf9afda78ac3dc89
[ "MIT" ]
null
null
null
components/FormatDate.js
rodrigo-schamber-ac/react-w34-template
c4415ff5e1e234184da8d386cf9afda78ac3dc89
[ "MIT" ]
null
null
null
components/FormatDate.js
rodrigo-schamber-ac/react-w34-template
c4415ff5e1e234184da8d386cf9afda78ac3dc89
[ "MIT" ]
null
null
null
import moment from 'moment'; export default function FormatDate(dateToFormat){ return moment(dateToFormat).format().slice(0,10) };
20.428571
52
0.72028
46eeb51986ea6ed3160cc656b04493eb4a8d1d86
1,579
js
JavaScript
src/controllers/VouchersController.js
GarrubaLeo/megaHack-sebrae-backend
95b724b35d05a8f55013c3c1879223556fb6ea76
[ "MIT" ]
null
null
null
src/controllers/VouchersController.js
GarrubaLeo/megaHack-sebrae-backend
95b724b35d05a8f55013c3c1879223556fb6ea76
[ "MIT" ]
1
2020-08-30T01:31:34.000Z
2020-08-30T01:31:34.000Z
src/controllers/VouchersController.js
GarrubaLeo/megaHack-sebrae-backend
95b724b35d05a8f55013c3c1879223556fb6ea76
[ "MIT" ]
null
null
null
const connection = require('../database/connection'); const { index } = require('./UsersController'); module.exports = { async create(request, response, next) { const { cnpj } = request.params; const { title, description, value } = request.body; ...
25.467742
89
0.464218
46eebc08d527079978e186a0827a0f0b1cb5e8fe
1,075
js
JavaScript
new-app/components/admin-embed/admin-embed.js
bithubapp/www-client
eacef0cffd27d7dabd6c2b43c8635fbf1532a62b
[ "MIT" ]
null
null
null
new-app/components/admin-embed/admin-embed.js
bithubapp/www-client
eacef0cffd27d7dabd6c2b43c8635fbf1532a62b
[ "MIT" ]
23
2016-04-28T13:33:39.000Z
2016-09-13T16:09:10.000Z
new-app/components/admin-embed/admin-embed.js
bithubapp/www-client
eacef0cffd27d7dabd6c2b43c8635fbf1532a62b
[ "MIT" ]
null
null
null
import can from "can"; import initView from "./admin-embed.stache!"; import "./admin-embed.less!"; import Bit from "models/bit"; import Preset from "models/preset"; import "can/map/define/"; import "components/bit/"; import $ from "jquery"; import iframe from "iframe-resizer/js/index"; export default can.Component.e...
21.938776
71
0.607442
46eee2c11a62eac5c87212e1b52c1896219d90b5
509
js
JavaScript
ui/changeView.js
tyler-w-medlin/SCoRe
963ad13b4cc182ea90e272fb3d4d034d784b4e59
[ "MIT" ]
null
null
null
ui/changeView.js
tyler-w-medlin/SCoRe
963ad13b4cc182ea90e272fb3d4d034d784b4e59
[ "MIT" ]
null
null
null
ui/changeView.js
tyler-w-medlin/SCoRe
963ad13b4cc182ea90e272fb3d4d034d784b4e59
[ "MIT" ]
null
null
null
function changeView(changeTo){ let submit = document.getElementById("submitcode"); let search = document.getElementById("searchcode"); if (changeTo === 'submit'){ showAndHideElements(submit, search); } else if(changeTo === 'search') { showAndHideElements(search, submit); } ...
31.8125
65
0.650295
46ef76e284e32db473b90901ad590ffaedae8cfa
725
js
JavaScript
client/src/Components/TimelineItem.js
Prajwal-P/InternetTimeline
63690b49c0a1cc5d882a88a2eaa96cdd2655c6b9
[ "MIT" ]
null
null
null
client/src/Components/TimelineItem.js
Prajwal-P/InternetTimeline
63690b49c0a1cc5d882a88a2eaa96cdd2655c6b9
[ "MIT" ]
null
null
null
client/src/Components/TimelineItem.js
Prajwal-P/InternetTimeline
63690b49c0a1cc5d882a88a2eaa96cdd2655c6b9
[ "MIT" ]
null
null
null
import React from 'react'; const TimelineItem = ({ data }) => ( <div className="timeline-item"> <div className="timeline-item-content"> {data.link && ( <a href={data.link} target="_blank" rel="noopener noreferrer" > ...
26.851852
53
0.404138
46f0889f56a35039db2a715add9b55c2c51329c1
421
js
JavaScript
src/Navigation/index.js
yahongie2014/MainEXPO
99e503d2d0a0e303508b27d155b3c0a0ab3b061a
[ "MIT" ]
1
2022-02-19T22:23:52.000Z
2022-02-19T22:23:52.000Z
src/Navigation/index.js
yahongie2014/MainEXPO
99e503d2d0a0e303508b27d155b3c0a0ab3b061a
[ "MIT" ]
null
null
null
src/Navigation/index.js
yahongie2014/MainEXPO
99e503d2d0a0e303508b27d155b3c0a0ab3b061a
[ "MIT" ]
null
null
null
import _DrawerNavigation from "./DrawerNavigation"; export const DrawerNavigation = _DrawerNavigation; import _BottomBarNavigation from "./BottomBarNavigation"; export const BottomBarNavigation = _BottomBarNavigation; import _DrawerBottomNav from "./DrawerBottomNav"; export const DrawerBottomNav = _DrawerBottomNav; ...
35.083333
57
0.833729
46f2f55e94923d026fcae67a226e8b3c2a00ec43
1,302
js
JavaScript
lib/sys.js
jiaad/NAT--cat-with-syntax-highlighting
1754bf4e9a4c524aec15c03a767baba6bfd9f950
[ "MIT" ]
null
null
null
lib/sys.js
jiaad/NAT--cat-with-syntax-highlighting
1754bf4e9a4c524aec15c03a767baba6bfd9f950
[ "MIT" ]
null
null
null
lib/sys.js
jiaad/NAT--cat-with-syntax-highlighting
1754bf4e9a4c524aec15c03a767baba6bfd9f950
[ "MIT" ]
null
null
null
const { throws } = require('assert'); const fs = require('fs'); const util = require('util') const fsAccess = util.promisify(fs.access) const readFile = util.promisify(fs.readFile); const openFile = util.promisify(fs.open) const fstat = util.promisify(fs.fstat) const Stats = util.promisify(fs.stat) const {performance} ...
35.189189
80
0.642089
46f42446cf8c3aa7c6ce764bb8992442b2f9c895
2,987
js
JavaScript
src/server/restfulAPI/register/registerCtrl.js
VHCC/chungjiun
726b1947953ba919635db5554e2fced1e060186e
[ "MIT" ]
null
null
null
src/server/restfulAPI/register/registerCtrl.js
VHCC/chungjiun
726b1947953ba919635db5554e2fced1e060186e
[ "MIT" ]
null
null
null
src/server/restfulAPI/register/registerCtrl.js
VHCC/chungjiun
726b1947953ba919635db5554e2fced1e060186e
[ "MIT" ]
null
null
null
/** * @author Ichen.chu * created on 2018/02/14 */ angular.module('registerCtrl', ['ngCookies']) .controller('registerController', [ '$scope', '$http', '$window', '$cookies', 'Register', function (scope, http, win...
31.776596
96
0.463676
46f61ef6d4316e4daad33c3f7c56b9ef40ed215f
325
js
JavaScript
client/src/theme.js
MohamedElidrissi/mern-shops-app
df748ba3f374e90fc310d181d739c4fb2263ee21
[ "MIT" ]
null
null
null
client/src/theme.js
MohamedElidrissi/mern-shops-app
df748ba3f374e90fc310d181d739c4fb2263ee21
[ "MIT" ]
1
2021-09-02T04:50:47.000Z
2021-09-02T04:50:47.000Z
client/src/theme.js
MohamedElidrissi/mern-shops-app
df748ba3f374e90fc310d181d739c4fb2263ee21
[ "MIT" ]
null
null
null
import { createMuiTheme } from '@material-ui/core'; const theme = createMuiTheme({ palette: { primary: { main: '#283593', contrastText: '#fff', }, secondary: { main: '#ff5722', contrastText: '#000', }, }, typography: { useNextVariants: true, }, }); export default th...
16.25
51
0.56
46f6954b437e929bb8a701fb910499667043fa10
5,013
js
JavaScript
public/js/monthlysales.js
alwise/delali-jay-store
7e2cce4221998d3647f6f65f537790c90367e989
[ "MIT" ]
null
null
null
public/js/monthlysales.js
alwise/delali-jay-store
7e2cce4221998d3647f6f65f537790c90367e989
[ "MIT" ]
null
null
null
public/js/monthlysales.js
alwise/delali-jay-store
7e2cce4221998d3647f6f65f537790c90367e989
[ "MIT" ]
null
null
null
$(document).ready(async function (){ // var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; const d = new Date(); //get monthly data for this month $("#monthly-title").text(`${months[d.getMonth()]} Sales Summary...
32.980263
143
0.522043
46f7c30029b98db958eaee0d13d0768c58b81dd4
5,892
js
JavaScript
src/components/DefaultConfigurationTable/index.js
stephb9959/wlan-cloud-ucentralgw-ui
241827319140fdf6bf89a5b17c72dcc721db4703
[ "BSD-3-Clause" ]
2
2021-08-04T02:31:05.000Z
2022-01-25T09:28:15.000Z
src/components/DefaultConfigurationTable/index.js
stephb9959/wlan-cloud-ucentralgw-ui
241827319140fdf6bf89a5b17c72dcc721db4703
[ "BSD-3-Clause" ]
19
2021-06-21T18:59:04.000Z
2021-09-28T13:12:36.000Z
src/components/DefaultConfigurationTable/index.js
stephb9959/wlan-cloud-ucentralgw-ui
241827319140fdf6bf89a5b17c72dcc721db4703
[ "BSD-3-Clause" ]
3
2021-06-21T19:21:30.000Z
2022-01-03T16:18:00.000Z
import React, { useEffect, useState } from 'react'; import { useTranslation } from 'react-i18next'; import { useHistory } from 'react-router-dom'; import axiosInstance from 'utils/axiosInstance'; import { getItem, setItem } from 'utils/localStorageHelper'; import { useAuth, useToast, useToggle } from 'ucentral-libs'; i...
29.46
100
0.621181
46f7cec9358ecf6a61049fbcbbae5858ca39fb96
4,846
js
JavaScript
founderbn/59.108.34.106.js
TingGe/advertisement
378bfce6b063ffb349ec9b0933535c6ffb56201f
[ "MIT" ]
21
2016-12-31T09:21:28.000Z
2021-03-26T15:14:04.000Z
founderbn/59.108.34.106.js
TingGe/advertisement
378bfce6b063ffb349ec9b0933535c6ffb56201f
[ "MIT" ]
null
null
null
founderbn/59.108.34.106.js
TingGe/advertisement
378bfce6b063ffb349ec9b0933535c6ffb56201f
[ "MIT" ]
18
2015-04-22T04:35:14.000Z
2021-02-26T03:47:04.000Z
// 原请求URL http://59.108.34.106/PASV/EAF24E319AE41D4DA463B3B6735645A9/59.108.34.106/ (function(){function sendAccounting(n,e){n=n||1;e=e||0;var t=new Image;11==e||w&&6==e||(t.src="http://59.108.34.106:80/"+n+"-1746/08c31dcf-84dc-4886-9dc4-ddbcb6dfe643_117.73.240.227/"+e+"."+(h+j));(2==n||g)&&I.d();return t}function n(n...
1,615.333333
4,760
0.68572
46f7f5cae3b7d2413f5a7681add7c1ace396543a
10,573
js
JavaScript
src/controllers/LandingController.js
achyar10/pilkades
e12353c92dce00dd92cd1d910307933e10c7addb
[ "MIT" ]
null
null
null
src/controllers/LandingController.js
achyar10/pilkades
e12353c92dce00dd92cd1d910307933e10c7addb
[ "MIT" ]
null
null
null
src/controllers/LandingController.js
achyar10/pilkades
e12353c92dce00dd92cd1d910307933e10c7addb
[ "MIT" ]
null
null
null
import model from '../models' import axios from 'axios' import { Op } from 'sequelize' class LandingController { index = async (req, res) => { const { districtId } = req.query try { const [tpsTotal, tpsVote, totalVote, votes, candidates, districts, invalidVote] = await Promise.all([ ...
42.292
259
0.455973
46f8b720f404b12688b891744d36201022eb8320
5,464
js
JavaScript
node_modules/gl/src/javascript/webgl-framebuffer.js
aaverty/editly
71bccaf91f8d68609c80ba59425b79e3f94579ad
[ "MIT" ]
1,429
2015-01-02T15:08:36.000Z
2022-03-29T01:22:12.000Z
node_modules/gl/src/javascript/webgl-framebuffer.js
aaverty/editly
71bccaf91f8d68609c80ba59425b79e3f94579ad
[ "MIT" ]
203
2015-01-22T00:02:27.000Z
2022-03-27T02:51:09.000Z
node_modules/gl/src/javascript/webgl-framebuffer.js
aaverty/editly
71bccaf91f8d68609c80ba59425b79e3f94579ad
[ "MIT" ]
183
2015-01-13T15:56:40.000Z
2022-03-31T16:45:41.000Z
const { Linkable } = require('./linkable') const { gl } = require('./native-gl') class WebGLFramebuffer extends Linkable { constructor (_, ctx) { super(_) this._ctx = ctx this._binding = 0 this._width = 0 this._height = 0 this._status = null this._attachments = {} this._attachments[...
44.422764
76
0.765373
46f9868bb13819ea6fecd0dc7f51a807265e0045
306
js
JavaScript
public/assets/js/site.js
Obasphere/lms_project
f71e57d76f67421cba5d9b49b75744716fb3ab78
[ "MIT" ]
null
null
null
public/assets/js/site.js
Obasphere/lms_project
f71e57d76f67421cba5d9b49b75744716fb3ab78
[ "MIT" ]
null
null
null
public/assets/js/site.js
Obasphere/lms_project
f71e57d76f67421cba5d9b49b75744716fb3ab78
[ "MIT" ]
null
null
null
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification // for details on configuring this project to bundle and minify static web assets. // Write your Javascript code. $("a#logOut").click(function () { $("#siteForm").submit(); return false; });
30.6
108
0.72549
46f9e429222a48524b5da0c48390c3979ac9b0ce
2,679
js
JavaScript
src/components/ExpenseItemModal.js
brysonwaisi/KKK
9099cbc28c19d11f8a844b04f597bd27ca92ce61
[ "MIT" ]
null
null
null
src/components/ExpenseItemModal.js
brysonwaisi/KKK
9099cbc28c19d11f8a844b04f597bd27ca92ce61
[ "MIT" ]
null
null
null
src/components/ExpenseItemModal.js
brysonwaisi/KKK
9099cbc28c19d11f8a844b04f597bd27ca92ce61
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import { Button, Modal, ModalHeader, ModalBody, Form, FormGroup, Label, Input } from 'reactstrap'; import PropTypes from 'prop-types'; import {connect} from 'react-redux'; import {addExpenseItem} from '../actions/expenseActions'; class ExpenseItemModal extends...
22.512605
76
0.502426
46fda388a40352acdfa533d60048b1f7c8b8bbfd
2,256
js
JavaScript
js/login.js
alkanrengin/E-Commerce-Site
c8027c1da4bb4e5a3051b823e07dfbb85227c99d
[ "Apache-2.0" ]
null
null
null
js/login.js
alkanrengin/E-Commerce-Site
c8027c1da4bb4e5a3051b823e07dfbb85227c99d
[ "Apache-2.0" ]
null
null
null
js/login.js
alkanrengin/E-Commerce-Site
c8027c1da4bb4e5a3051b823e07dfbb85227c99d
[ "Apache-2.0" ]
null
null
null
$(document).ready(function () { $("#FormGiris").submit(function (e) { e.preventDefault(); const email = $("#email").val(); const password = $("#password").val(); const remember = $("#hatir").val(); //login form validation if (email == "") { $.bootstrapGrowl("E-mail boş bırakılamaz.", {...
26.857143
74
0.44016
46fed45e8e8d929e65ca704cb60eda92eb60d8f9
999
js
JavaScript
node_modules/@material-ui/icons/HowToRegRounded.js
adastra-react/OnlineArcadeAdminPanel
167c69d1477fb159f016c9a3f367a9dbd576fdfd
[ "MIT" ]
null
null
null
node_modules/@material-ui/icons/HowToRegRounded.js
adastra-react/OnlineArcadeAdminPanel
167c69d1477fb159f016c9a3f367a9dbd576fdfd
[ "MIT" ]
null
null
null
node_modules/@material-ui/icons/HowToRegRounded.js
adastra-react/OnlineArcadeAdminPanel
167c69d1477fb159f016c9a3f367a9dbd576fdfd
[ "MIT" ]
null
null
null
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(r...
45.409091
390
0.697698
20004aa1a018d2f8618bd05d64cd0b45c06fa27e
3,968
js
JavaScript
Resource-Conductor-Client/public/javascripts/external/MarkerWithLabel.js
hebol/Resource-Director
e1ca6937222e914c7888d249ffbeafbcc7cdea9a
[ "Apache-2.0" ]
null
null
null
Resource-Conductor-Client/public/javascripts/external/MarkerWithLabel.js
hebol/Resource-Director
e1ca6937222e914c7888d249ffbeafbcc7cdea9a
[ "Apache-2.0" ]
7
2015-03-02T12:50:57.000Z
2020-05-19T07:55:56.000Z
Resource-Conductor-Client/public/javascripts/external/MarkerWithLabel.js
hebol/Resource-Director
e1ca6937222e914c7888d249ffbeafbcc7cdea9a
[ "Apache-2.0" ]
1
2015-05-23T12:50:52.000Z
2015-05-23T12:50:52.000Z
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);retur...
1,984
3,967
0.59123
2000c353e0186b79c152018b41bd8bec9d8ce2e1
4,113
js
JavaScript
data/split-book-data/B007KSJKI8.1654232305199.js
TsundokuVellichor/my-audible-library
04b7d9e3439b45a92f0509a0b765b5675f577c9c
[ "0BSD" ]
null
null
null
data/split-book-data/B007KSJKI8.1654232305199.js
TsundokuVellichor/my-audible-library
04b7d9e3439b45a92f0509a0b765b5675f577c9c
[ "0BSD" ]
null
null
null
data/split-book-data/B007KSJKI8.1654232305199.js
TsundokuVellichor/my-audible-library
04b7d9e3439b45a92f0509a0b765b5675f577c9c
[ "0BSD" ]
null
null
null
window.peopleAlsoBoughtJSON = [{"cover":"51Bq-1a-bzS","asin":"B00S5AAHLY","subHeading":"The Licanius Trilogy, Book 1","title":"The Shadow of What Was Lost","authors":"James Islington","narrators":"Michael Kramer","length":"25 hrs and 28 mins"},{"cover":"51MkzJ4e42S","asin":"B089X9Q2ZK","subHeading":"The Rise and Fall, ...
1,371
3,483
0.720642
2000d1c0af91989f0e83be60fff9ed046eb76b5b
142
js
JavaScript
es/popup/index.js
Mikeccx/vanke-vant
66a302010649b9b1a2890029b026bd1c4ee83da1
[ "MIT" ]
null
null
null
es/popup/index.js
Mikeccx/vanke-vant
66a302010649b9b1a2890029b026bd1c4ee83da1
[ "MIT" ]
null
null
null
es/popup/index.js
Mikeccx/vanke-vant
66a302010649b9b1a2890029b026bd1c4ee83da1
[ "MIT" ]
null
null
null
import { withInstall } from '../utils'; import _Popup from './Popup'; var Popup = withInstall(_Popup); export default Popup; export { Popup };
28.4
39
0.711268
20021e64bcecc520c96ff54b228b3083a29fb6d2
7,734
js
JavaScript
bingo_board/static/js/lib/helpers/ModalAlert.js
colinsullivan/bingo-board
b6ac0832830685ce2b843d89718b3e056238f46c
[ "MIT" ]
2
2016-05-14T03:19:59.000Z
2017-10-14T00:12:21.000Z
bingo_board/static/js/lib/helpers/ModalAlert.js
colinsullivan/bingo-board
b6ac0832830685ce2b843d89718b3e056238f46c
[ "MIT" ]
null
null
null
bingo_board/static/js/lib/helpers/ModalAlert.js
colinsullivan/bingo-board
b6ac0832830685ce2b843d89718b3e056238f46c
[ "MIT" ]
null
null
null
/** * @file ModalAlert.js * @author Colin Sullivan <colinsul [at] gmail.com> **/ /** * A ModalAlert object is a "window" that pops up to alert the user. Any content * can be injected into this window. The intent is for only one of these objects * to be instantiated ever, but I suppose you could ha...
28.644444
96
0.545772
200227ce9d88d6c5ccf5bbb588a834a682e2eee2
941
js
JavaScript
src/payment_method.js
yeezon/shop-jssdk
dc587ef9a7197a97c5d8d0382b730f0060f10d31
[ "MIT" ]
2
2018-11-30T06:18:05.000Z
2018-12-25T10:04:34.000Z
src/payment_method.js
yeezon/shop-jssdk
dc587ef9a7197a97c5d8d0382b730f0060f10d31
[ "MIT" ]
3
2019-05-05T15:17:46.000Z
2021-02-24T04:48:50.000Z
src/payment_method.js
yeezon/shop-jssdk
dc587ef9a7197a97c5d8d0382b730f0060f10d31
[ "MIT" ]
2
2016-08-15T16:48:06.000Z
2017-01-12T06:46:04.000Z
var base = require('./base.js'); var util = require('./util.js'); var expo = require('./expo.js'); var aConfig = { get: {url: ''} }; var module = base('payment_method', function(factory){ factory.createByConfig(aConfig); }); util.forEach(aConfig, function(value, key){ exports[key] = expo(module, key); }); /*...
22.95122
144
0.601488
2002a8f2afacad74c4b4c0f01582eb7dd4902baf
494
js
JavaScript
browser.js
miklosme/css-to-tailwind-codemod
98579ac7a94a6295c889d0165c89d25cc4539b4a
[ "MIT" ]
22
2020-08-29T14:02:59.000Z
2022-03-12T03:09:10.000Z
browser.js
miklosme/css-to-tailwind-codemod
98579ac7a94a6295c889d0165c89d25cc4539b4a
[ "MIT" ]
5
2020-12-27T03:51:33.000Z
2021-11-02T17:48:26.000Z
browser.js
miklosme/css-to-tailwind-codemod
98579ac7a94a6295c889d0165c89d25cc4539b4a
[ "MIT" ]
2
2020-12-16T17:21:18.000Z
2021-06-13T03:52:50.000Z
const transform = require('./lib/transform'); const { setOptions } = require('./lib/options'); async function cssToTailwind(inputCss, tailwindCss, options) { setOptions(options) if (typeof tailwindCss !== 'string') { throw new Error('You are using the browser package, but did not provide the `tailwind...
32.933333
179
0.714575
200304219ffc80bc5e7ffe8f6df220b1f5c0bce4
2,422
js
JavaScript
gatsby-node.js
Furnal-Equinox/virtual.furnalequinox.com
c7d5891ca0e9c99230addd772a2793d98cdb56b8
[ "MIT" ]
1
2021-02-01T15:57:07.000Z
2021-02-01T15:57:07.000Z
gatsby-node.js
Furnal-Equinox/virtual.furnalequinox.com
c7d5891ca0e9c99230addd772a2793d98cdb56b8
[ "MIT" ]
19
2020-12-19T10:47:28.000Z
2021-03-29T10:52:40.000Z
gatsby-node.js
Furnal-Equinox/virtual.furnalequinox.com
c7d5891ca0e9c99230addd772a2793d98cdb56b8
[ "MIT" ]
null
null
null
/* eslint-disable @typescript-eslint/explicit-function-return-type */ /* eslint-disable @typescript-eslint/no-var-requires */ const path = require('path') const { createFilePath } = require('gatsby-source-filesystem') exports.onCreateNode = ({ node, actions, getNode }) => { const { createNodeField } = actions if ...
24.464646
95
0.577209
20038074aea6eb2bf07c04e0e566bcb176a001f1
21,847
js
JavaScript
src/utils/const.js
3CV11-IS-Equipo-4/ciudadano-poda-app
5a9f3422c3a0cf14911e83b621076045b7241432
[ "MIT" ]
null
null
null
src/utils/const.js
3CV11-IS-Equipo-4/ciudadano-poda-app
5a9f3422c3a0cf14911e83b621076045b7241432
[ "MIT" ]
22
2021-03-24T21:08:50.000Z
2021-03-30T00:49:50.000Z
src/utils/const.js
3CV11-IS-Equipo-4/ciudadano-poda-app
5a9f3422c3a0cf14911e83b621076045b7241432
[ "MIT" ]
null
null
null
module.exports = { privado: { citizenDataView: [ { label:'Nombre: ', type:'text', placeholder:'Mario', required: true, name: 'nombres', }, { label:'Apellido Paterno: ', ...
32.46211
609
0.415252
2005251cbbafdb0e009161c948c4f3223447712e
378
js
JavaScript
Domain/image-shortage.error.js
mrtillman/avatarbox.app
b5449c4c3e5889056c8135a0836c55cb5cb2e642
[ "MIT" ]
null
null
null
Domain/image-shortage.error.js
mrtillman/avatarbox.app
b5449c4c3e5889056c8135a0836c55cb5cb2e642
[ "MIT" ]
null
null
null
Domain/image-shortage.error.js
mrtillman/avatarbox.app
b5449c4c3e5889056c8135a0836c55cb5cb2e642
[ "MIT" ]
null
null
null
import { CustomError } from "./custom.error"; import { ErrorCode } from "./error-code"; export class ImageShortageError extends CustomError { constructor(code) { let message; if (code == ErrorCode.NoImages) { message = "no images"; } else if (code == ErrorCode.SingleImage) { message = "2 or m...
25.2
53
0.640212
20052a7621e3ce9b9a8f6cd5ba6e89d5e7bcf300
3,570
js
JavaScript
gulpfile.js
juanibarral/vis_tour_de_france
6f2de3505403d21eed9b464e9e2984d4ef9b712f
[ "MIT" ]
null
null
null
gulpfile.js
juanibarral/vis_tour_de_france
6f2de3505403d21eed9b464e9e2984d4ef9b712f
[ "MIT" ]
null
null
null
gulpfile.js
juanibarral/vis_tour_de_france
6f2de3505403d21eed9b464e9e2984d4ef9b712f
[ "MIT" ]
null
null
null
/** * gulpfile.js * Main file for gulp script * @author: Juan Camilo Ibarra * @Creation_Date: March 2016 * @version: 0.1.0 * @Update_Author : Juan Camilo Ibarra * @Date: March 2016 */ var gulp = require('gulp'); var clean = require('gulp-clean'); var concat = require('gulp-concat'); var runSequence = require...
25.5
63
0.626331
2005831fb3188eccf64b90ae58f869c2452e45b6
3,434
js
JavaScript
js/contents/engage.comment.js
jatin-dwebguys/jquery-engage
3258eae4ea8f61cb52424abd6fc0bcb6d65528b5
[ "Unlicense", "MIT" ]
5
2015-05-03T13:46:11.000Z
2019-06-13T16:02:19.000Z
js/contents/engage.comment.js
jatin-dwebguys/jquery-engage
3258eae4ea8f61cb52424abd6fc0bcb6d65528b5
[ "Unlicense", "MIT" ]
null
null
null
js/contents/engage.comment.js
jatin-dwebguys/jquery-engage
3258eae4ea8f61cb52424abd6fc0bcb6d65528b5
[ "Unlicense", "MIT" ]
2
2015-05-17T00:57:39.000Z
2015-08-27T09:06:32.000Z
$.engage.contents.comment = { defaults : { url : '/wp-comments-post.php', mode : "", text : { defaults : { title : "Have your say!", thanks : "Thank you for contributing, your comment will be added shortly." }, morning : { ...
44.597403
131
0.501165
2005a2fac1dd714d1147c01b432a5e032d17be6f
4,070
js
JavaScript
src/routes.js
RSXP-Hackathon/web-front-end
8d93fdf9cc0459678a1dcd0b1e7605fc2a3e700d
[ "MIT" ]
null
null
null
src/routes.js
RSXP-Hackathon/web-front-end
8d93fdf9cc0459678a1dcd0b1e7605fc2a3e700d
[ "MIT" ]
1
2022-02-10T20:25:03.000Z
2022-02-10T20:25:03.000Z
src/routes.js
RSXP-Hackathon/web-front-end
8d93fdf9cc0459678a1dcd0b1e7605fc2a3e700d
[ "MIT" ]
null
null
null
/*! ========================================================= * Argon Dashboard React - v1.0.0 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-react * Copyright 2019 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https:/...
23.125
128
0.530467
2005a3e675da666c8264d477ef96559aac064f01
264
js
JavaScript
example/browser/input/browser-ui.js
rempl/rempl
b248d5d303e8d662e1d59aa423eb8de953e5e9a9
[ "MIT" ]
126
2016-12-06T05:54:29.000Z
2021-12-13T23:49:16.000Z
example/browser/input/browser-ui.js
rempl/rempl
b248d5d303e8d662e1d59aa423eb8de953e5e9a9
[ "MIT" ]
10
2017-01-19T13:27:02.000Z
2017-11-10T22:49:12.000Z
example/browser/input/browser-ui.js
rempl/rempl
b248d5d303e8d662e1d59aa423eb8de953e5e9a9
[ "MIT" ]
8
2016-12-08T06:27:43.000Z
2018-01-22T09:12:25.000Z
/* eslint-env browser */ /* global rempl */ rempl.getSubscriber(function(api) { var output = document.body.appendChild(document.createElement('div')); api.subscribe(function(data) { output.innerHTML = '<b>Current value:</b> ' + data; }); });
24
74
0.640152
2005a9726329ec0f891a538b8245ec7c185483f9
153
js
JavaScript
src/connectProvider/web3Provider/networks/nodes/index.js
doraemon93/MEWconnect-web-client
1f40daec45bf430eddecfa22bc53c842b93ed6e9
[ "MIT" ]
4
2020-09-06T03:01:45.000Z
2021-01-30T14:10:37.000Z
src/connectProvider/web3Provider/networks/nodes/index.js
devinbratton/MEWconnect-web-client
e5115fa6c25155d2078defc52aa7f85da6fa1ff7
[ "MIT" ]
null
null
null
src/connectProvider/web3Provider/networks/nodes/index.js
devinbratton/MEWconnect-web-client
e5115fa6c25155d2078defc52aa7f85da6fa1ff7
[ "MIT" ]
1
2021-02-08T23:40:07.000Z
2021-02-08T23:40:07.000Z
import ethmewws from './eth-mew-ws'; import kovmewws from './kov-mew-ws'; import ropmewws from './rop-mew-ws'; export { ethmewws, kovmewws, ropmewws };
25.5
40
0.705882
2005f3514a713d2ee2201e72e0e0ce16209975c7
202
js
JavaScript
src/RoundGpsNotFixed.js
eugeneilyin/mdi-norm
e9ee50f99aafa1f4dd77ffbe8c06fbdc49ec58f4
[ "MIT" ]
3
2018-11-11T01:48:20.000Z
2019-12-02T06:13:14.000Z
src/RoundGpsNotFixed.js
eugeneilyin/mdi-norm
e9ee50f99aafa1f4dd77ffbe8c06fbdc49ec58f4
[ "MIT" ]
1
2019-02-21T05:59:35.000Z
2019-02-21T21:57:57.000Z
src/RoundGpsNotFixed.js
eugeneilyin/mdi-norm
e9ee50f99aafa1f4dd77ffbe8c06fbdc49ec58f4
[ "MIT" ]
null
null
null
import React from 'react' import { Icon } from './Icon' import { wy } from './fragments' export const RoundGpsNotFixed = /*#__PURE__*/ props => <Icon {...props}> <path d={"M20.94 11" + wy}/> </Icon>
25.25
72
0.623762
20064cc3bb716975e78332c7e66a415201b8a62c
2,323
js
JavaScript
target/jira/webapp/includes/setup/tests/setup-mode-tests-min.js
PramodhMDT/ATPluginAll
db3c6574da623e9148ef770f163d6d15a9243137
[ "Apache-2.0" ]
null
null
null
target/jira/webapp/includes/setup/tests/setup-mode-tests-min.js
PramodhMDT/ATPluginAll
db3c6574da623e9148ef770f163d6d15a9243137
[ "Apache-2.0" ]
null
null
null
target/jira/webapp/includes/setup/tests/setup-mode-tests-min.js
PramodhMDT/ATPluginAll
db3c6574da623e9148ef770f163d6d15a9243137
[ "Apache-2.0" ]
1
2021-08-06T21:26:46.000Z
2021-08-06T21:26:46.000Z
AJS.test.require("jira.webresources:jira-setup",function(){var e=require("jquery"),i=(require("underscore"),require("jira/setup/setup-mode-view")),t=JIRA.Templates.Setup.layoutContent({content:JIRA.Templates.Setup.Mode.pageContent({modifierKey:"s"})});module("JIRA SetupMode page",{setup:function(){window.sessionStorage...
2,323
2,323
0.767972
2006818769b2a19056fca401c17489c7332828e4
19,562
js
JavaScript
dist_admin/static/js/chunk-d18185d2.9ba3d276.js
18186845539/yian-h5
721f3c4fedd9311850b44b9c35964ed83f0f6a66
[ "MIT" ]
null
null
null
dist_admin/static/js/chunk-d18185d2.9ba3d276.js
18186845539/yian-h5
721f3c4fedd9311850b44b9c35964ed83f0f6a66
[ "MIT" ]
null
null
null
dist_admin/static/js/chunk-d18185d2.9ba3d276.js
18186845539/yian-h5
721f3c4fedd9311850b44b9c35964ed83f0f6a66
[ "MIT" ]
null
null
null
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d18185d2"],{"0a49":function(e,t,r){var n=r("9b43"),a=r("626a"),o=r("4bf8"),s=r("9def"),c=r("cd1c");e.exports=function(e,t){var r=1==e,i=2==e,l=3==e,u=4==e,f=6==e,d=5==e||f,p=t||c;return function(t,c,m){for(var h,v,b=o(t),g=a(b),y=n(c,m,3),C=s(g.length),E...
19,562
19,562
0.674011
20069d7a02e50c7e3a1b2f1324c9df66f96794fb
35,198
js
JavaScript
packages/1984/test.js
antonmedv/year
ae5d8524f58eaad481c2ba599389c7a9a38c0819
[ "MIT" ]
7
2017-07-03T19:53:01.000Z
2021-04-05T18:15:55.000Z
packages/1984/test.js
antonmedv/year
ae5d8524f58eaad481c2ba599389c7a9a38c0819
[ "MIT" ]
1
2018-09-05T11:53:41.000Z
2018-12-16T12:36:21.000Z
packages/1984/test.js
antonmedv/year
ae5d8524f58eaad481c2ba599389c7a9a38c0819
[ "MIT" ]
2
2019-01-27T16:57:34.000Z
2020-10-11T09:30:25.000Z
const test = require('ava') const moment = require('moment') test('is 1984/01/01', t => t.is(moment(require('./01/01')).format('YYYY/MM/DD'), '1984/01/01')) test('is 1984/01/02', t => t.is(moment(require('./01/02')).format('YYYY/MM/DD'), '1984/01/02')) test('is 1984/01/03', t => t.is(moment(require('./01/03')).format(...
95.12973
95
0.593926
2008189270845641299dd8c5635294af3696214d
2,347
js
JavaScript
Nodefolio/public/projects/projects.js
IroniX2/NodeJS
598ad012f0e392633fac729b426cdaf186ffe861
[ "MIT" ]
null
null
null
Nodefolio/public/projects/projects.js
IroniX2/NodeJS
598ad012f0e392633fac729b426cdaf186ffe861
[ "MIT" ]
null
null
null
Nodefolio/public/projects/projects.js
IroniX2/NodeJS
598ad012f0e392633fac729b426cdaf186ffe861
[ "MIT" ]
1
2021-10-10T16:18:57.000Z
2021-10-10T16:18:57.000Z
// fetch("/api/projects").then(res => res.json()).then(console.log); (async function getProjects() { const fetchInfo = await fetch("/api/projects"); const data = await fetchInfo.json(); const divOfProjects = document.getElementById("projects"); data.projects.map((project) => { // Create the div const...
32.597222
68
0.688539
2009d34bf4b0b052cfa333f4e52a460169b91bd4
1,924
js
JavaScript
src/redux/modules/cart.js
sateesh2020/shopizer-react
876f3ca6da83fc8db82219a3c6f17904466f6525
[ "MIT" ]
null
null
null
src/redux/modules/cart.js
sateesh2020/shopizer-react
876f3ca6da83fc8db82219a3c6f17904466f6525
[ "MIT" ]
5
2021-03-09T09:25:27.000Z
2022-02-26T12:16:45.000Z
src/redux/modules/cart.js
sateesh2020/shopizer-react
876f3ca6da83fc8db82219a3c6f17904466f6525
[ "MIT" ]
1
2019-09-24T09:08:19.000Z
2019-09-24T09:08:19.000Z
import update from 'immutability-helper'; import { find, result } from 'lodash'; import CartAPI from '../../api/CartAPI'; const GET_CART_SUCCESS = 'GET_CUSTOMER_CART_SUCCESS'; const GET_CART_FAILURE = 'GET_CUSTOMER_CART_FAILURE'; const initialState = { cart: {}, }; function updateCart(cart) { return { type:...
21.617978
70
0.62578
200b3d1c680b3c8bf4fcfd2d82d24ee4c18d4cd0
22,805
js
JavaScript
absl/js/ABSLParserVisitor.js
Soontao/grammar-pdi
050b9901af2a8e9c9468a85c6941dedee780612f
[ "MIT" ]
2
2019-10-22T12:37:02.000Z
2019-11-09T23:42:38.000Z
absl/js/ABSLParserVisitor.js
Soontao/grammar-pdi
050b9901af2a8e9c9468a85c6941dedee780612f
[ "MIT" ]
2
2021-03-09T21:24:08.000Z
2021-05-10T17:51:20.000Z
absl/js/ABSLParserVisitor.js
Soontao/grammar-pdi
050b9901af2a8e9c9468a85c6941dedee780612f
[ "MIT" ]
null
null
null
// Generated from ./ABSLParser.g4 by ANTLR 4.7.2 // jshint ignore: start var antlr4 = require("antlr4/index"); // This class defines a complete generic visitor for a parse tree produced by ABSLParser. function ABSLParserVisitor() { antlr4.tree.ParseTreeVisitor.call(this); return this; } ABSLParserVisitor.prototy...
28.22401
89
0.792984
200c1341e4991ba398f6256cff10eb24ef4ddc0f
24,909
js
JavaScript
gulpfile.js
OrangeeWeb/scrolls-and-decks
1032f6298d32231b6e4ce2003eb7c5c77808b9ff
[ "MIT" ]
2
2015-05-21T19:42:50.000Z
2021-05-04T19:55:14.000Z
gulpfile.js
OrangeeWeb/scrolls-and-decks
1032f6298d32231b6e4ce2003eb7c5c77808b9ff
[ "MIT" ]
null
null
null
gulpfile.js
OrangeeWeb/scrolls-and-decks
1032f6298d32231b6e4ce2003eb7c5c77808b9ff
[ "MIT" ]
null
null
null
/*globals _:true */ 'use strict'; var argv = require('yargs').argv; var gulp = require('gulp'); var del = require('del'); var $ = require('gulp-load-plugins')(); var runSequence = require('run-sequence'); var path = require('path'); var fs = require('fs'); var _ = require('lodash'); var browserSync = {reload: $.util....
32.560784
129
0.542093
200c49aa454ac6a21791995176a37a74d3a5026f
282
js
JavaScript
jest.config.js
istareatscreens/range-hf
46e022eb1e09673167f8a7f6c589a8d9bb977918
[ "MIT" ]
null
null
null
jest.config.js
istareatscreens/range-hf
46e022eb1e09673167f8a7f6c589a8d9bb977918
[ "MIT" ]
30
2020-02-19T18:59:23.000Z
2021-11-08T01:32:29.000Z
jest.config.js
istareatscreens/range-hf
46e022eb1e09673167f8a7f6c589a8d9bb977918
[ "MIT" ]
null
null
null
module.exports = { preset: "ts-jest", testEnvironment: "node", coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } }, collectCoverage: true, coverageReporters: ["json", "lcovonly", "text", "clover"] };
18.8
59
0.585106
200e0ab908449081f057c942d63e556219c739ad
188
js
JavaScript
plugins/autorply-gm.js
LuffyTest/ShiraoriBOT-Md
203596f588f3a18ece2464feceb8a5cc24bafe3c
[ "MIT" ]
null
null
null
plugins/autorply-gm.js
LuffyTest/ShiraoriBOT-Md
203596f588f3a18ece2464feceb8a5cc24bafe3c
[ "MIT" ]
null
null
null
plugins/autorply-gm.js
LuffyTest/ShiraoriBOT-Md
203596f588f3a18ece2464feceb8a5cc24bafe3c
[ "MIT" ]
null
null
null
let handler = async m => m.reply(`Hello Good Morning 💕 `.trim()) // Good Morning; handler.customPrefix [ /^(gm|Gm|GM|Goodmorning)$/i handler.command = new RegExp module.exports = handler
26.857143
54
0.707447
200f434b74af18b5e5ef1618711ac070aab4b0bc
5,205
js
JavaScript
app/controller/home.js
wucangeo/poi_get
72b43eea6a143df0b1135104b7d9f9f461b993b4
[ "MIT" ]
7
2019-03-22T03:07:47.000Z
2021-06-21T15:42:22.000Z
app/controller/home.js
wucangeo/poi_get
72b43eea6a143df0b1135104b7d9f9f461b993b4
[ "MIT" ]
null
null
null
app/controller/home.js
wucangeo/poi_get
72b43eea6a143df0b1135104b7d9f9f461b993b4
[ "MIT" ]
3
2019-12-29T13:00:50.000Z
2021-02-09T08:20:05.000Z
"use strict"; const types = require("../utils/types"); const bd_wds = require("../utils/baidu_querys") const Controller = require("egg").Controller; class HomeController extends Controller { async index() { const { ctx } = this; ctx.body = "hi, egg"; } async dianping() { const { ctx,...
23.236607
75
0.510663
200f637165eb5b7ad5df12126230439b91decae9
4,275
js
JavaScript
static/js/app.js
KRuhl1662/interactive-visualizations-challenge
70d851b055cda496df60719372b16567c28ab698
[ "ADSL" ]
null
null
null
static/js/app.js
KRuhl1662/interactive-visualizations-challenge
70d851b055cda496df60719372b16567c28ab698
[ "ADSL" ]
null
null
null
static/js/app.js
KRuhl1662/interactive-visualizations-challenge
70d851b055cda496df60719372b16567c28ab698
[ "ADSL" ]
null
null
null
// import data with d3 and json and set dropdown menu to names array let data = [] // read the json file in and set it to a variable. Then set that variable to the empty array "data" d3.json("samples.json").then((sample) => { console.log(sample); data = sample; // data['names'].forEach(dropDownMenu =>...
32.386364
241
0.65076
200fa962066691ca1146dad27e838dfe709c5bad
564
js
JavaScript
mutualize-follower-list.js
jimkang/r0llb0t
f431c214ea6e42382bfb632bce464d669aff0fba
[ "MIT" ]
1
2016-05-26T15:30:27.000Z
2016-05-26T15:30:27.000Z
mutualize-follower-list.js
jimkang/r0llb0t
f431c214ea6e42382bfb632bce464d669aff0fba
[ "MIT" ]
1
2015-01-25T15:37:14.000Z
2015-01-25T16:19:23.000Z
mutualize-follower-list.js
jimkang/smidgeodice
f431c214ea6e42382bfb632bce464d669aff0fba
[ "MIT" ]
null
null
null
var quidprofollow = require('quidprofollow'); var config = require('./config'); var twitterjerkdetector = require('twitterjerkdetector'); var Twit = require('twit'); console.log('mutualize-follower-list is running.'); quidprofollow( { twitterAPIKeys: config.twitter, followFilter: twitterjerkdetector.createF...
24.521739
57
0.680851
200fe8213ba8db5bf8a7076326c567b2a5d5acdd
7,455
js
JavaScript
src/js/app.js
nandotezza/reeeach
696a44423f84124cab789ccd61a0646817c03596
[ "MIT" ]
null
null
null
src/js/app.js
nandotezza/reeeach
696a44423f84124cab789ccd61a0646817c03596
[ "MIT" ]
null
null
null
src/js/app.js
nandotezza/reeeach
696a44423f84124cab789ccd61a0646817c03596
[ "MIT" ]
null
null
null
const header = document.querySelector('header'); const menuBtn = document.querySelector('.menu-btn'); const overlay = document.querySelector('.overlay'); const navMenuWrapper = document.querySelector('.nav-menu-wrapper'); const itemLink = document.querySelectorAll('.item-link'); const itemLinkFooter = document.querySe...
36.365854
109
0.60161
20119f032264c5a514be7e9e6e29c2aae11a4d4b
4,816
js
JavaScript
blueprints/static/register/colors.js
attila5287/rotaizmir
861fd8956b7359393f61ec1f6fd3ca36a9dc73c1
[ "MIT" ]
1
2020-10-10T07:48:32.000Z
2020-10-10T07:48:32.000Z
blueprints/static/register/colors.js
attila5287/rotaizmir
861fd8956b7359393f61ec1f6fd3ca36a9dc73c1
[ "MIT" ]
null
null
null
blueprints/static/register/colors.js
attila5287/rotaizmir
861fd8956b7359393f61ec1f6fd3ca36a9dc73c1
[ "MIT" ]
null
null
null
d3.json("/colors/api", function (err, data) { const n = Object.keys(data).length; let genRandID = ( n_samples ) => Math.floor( Math.random() * n_samples ); const defIndex = genRandID( n ); d3.select("#input-color") .attr("data-name", data[defIndex].color) .attr("data-number", data[defIndex].color...
28.163743
91
0.496055
20124c019c81523aad6986be250e55db046a8ace
356
js
JavaScript
packages/snapshot-dom/sortAttributes/browser.js
parallelsertu/package-snapshot-dom
f1691d289768194ed002ee4ce44199c6bf46fa92
[ "MIT" ]
8
2017-02-13T14:27:38.000Z
2020-08-11T20:50:56.000Z
packages/snapshot-dom/sortAttributes/browser.js
parallelsertu/package-snapshot-dom
f1691d289768194ed002ee4ce44199c6bf46fa92
[ "MIT" ]
26
2019-07-24T15:13:26.000Z
2022-02-16T02:01:59.000Z
packages/snapshot-dom/sortAttributes/browser.js
parallelsertu/package-snapshot-dom
f1691d289768194ed002ee4ce44199c6bf46fa92
[ "MIT" ]
3
2019-07-23T19:13:06.000Z
2021-12-30T11:59:45.000Z
"use strict";window.snapshotSortAttributes=function t(r,i){if("object"==typeof r&&null!==r&&Array.isArray(i)&&(Array.isArray(r.childNodes)&&r.childNodes.forEach((r=>t(r,i))),r&&r.attributes))for(const t in r.attributes)i.includes(t)&&(r.attributes[t]="string"==typeof(s=r.attributes[t])?s.trim().replace(/[\s]+/g," ").sp...
356
356
0.671348
2013e799f7b83fc5e023714f200768f7c00d9e4a
36
js
JavaScript
src/views/LangSrc/index.js
aneeskA/daylamo
d19b83fd2e3023019162985d357237ca1bab689f
[ "MIT" ]
null
null
null
src/views/LangSrc/index.js
aneeskA/daylamo
d19b83fd2e3023019162985d357237ca1bab689f
[ "MIT" ]
null
null
null
src/views/LangSrc/index.js
aneeskA/daylamo
d19b83fd2e3023019162985d357237ca1bab689f
[ "MIT" ]
null
null
null
export { default } from './LangSrc';
36
36
0.666667
201441e3ef4fc1e62af93fdfe9f6e0e85e49dc09
6,654
js
JavaScript
src/tupai/ui/TemplateEngine.js
yayugu/tupai.js
99a7fb6cad189c8aa2835cf0959970ed290d1670
[ "MIT" ]
10
2015-08-03T02:31:48.000Z
2020-01-25T16:17:11.000Z
src/tupai/ui/TemplateEngine.js
yayugu/tupai.js
99a7fb6cad189c8aa2835cf0959970ed290d1670
[ "MIT" ]
15
2015-09-01T13:32:13.000Z
2018-12-13T14:18:04.000Z
src/tupai/ui/TemplateEngine.js
yayugu/tupai.js
99a7fb6cad189c8aa2835cf0959970ed290d1670
[ "MIT" ]
7
2015-08-03T10:44:23.000Z
2019-12-24T05:52:46.000Z
/** * @class tupai.ui.TemplateEngine * @author <a href='bocelli.hu@gmail.com'>bocelli.hu</a> * @docauthor <a href='bocelli.hu@gmail.com'>bocelli.hu</a> * @since tupai.js 0.1 * * Create element by template and bindingData * * you can make a plugin by override the methods * also you can override the all of met...
30.383562
94
0.471145
2015ca9b380c2564bf56a2a0a37136a7eb3ba7f8
1,433
js
JavaScript
src/commands/EWS.js
rjpruitt16/Coolbox-outlook-add-in
0fb9ff6a5bb77d2769a4eeca25ded9d775de7efa
[ "MIT" ]
null
null
null
src/commands/EWS.js
rjpruitt16/Coolbox-outlook-add-in
0fb9ff6a5bb77d2769a4eeca25ded9d775de7efa
[ "MIT" ]
5
2021-05-11T10:52:36.000Z
2022-02-27T03:13:00.000Z
src/commands/EWS.js
rjpruitt16/Coolbox-outlook-add-in
0fb9ff6a5bb77d2769a4eeca25ded9d775de7efa
[ "MIT" ]
null
null
null
function getCreateFolderXMLRequest(request) { /* example request parameter <t:Folder> <t:DisplayName>Folder1</t:DisplayName> </t:Folder> <t:Folder> <t:DisplayName>Folder2</t:DisplayName> </t:Folder> */ var completeRequest = '<?xml version="1.0" encoding="utf-8"?>' + '<soap:Envelope xmln...
32.568182
102
0.610607
2015cda558072b09defee9b146a54fd42db4007e
540
js
JavaScript
resources/js/Products/CBCadena.js
byronpenna/newapp
01d4bdcfd20ed70cef01beab7809459752694426
[ "MIT" ]
null
null
null
resources/js/Products/CBCadena.js
byronpenna/newapp
01d4bdcfd20ed70cef01beab7809459752694426
[ "MIT" ]
null
null
null
resources/js/Products/CBCadena.js
byronpenna/newapp
01d4bdcfd20ed70cef01beab7809459752694426
[ "MIT" ]
null
null
null
let CBCadena = class { constructor() { } initialFill(){ let options = "<option value=-1>Selecciona cadena</option>"; $.each(cadenas, function(i,cadena){ options += "<option value='"+cadena.id+"'>"+cadena.name+"</option>"; }) eCadenaModal.empty().append(options); eCadena.empty().append(options); ...
25.714286
70
0.635185
20164c24210b564e37ae7bb37ee93739646bc14d
670
js
JavaScript
app.js
olo-coding/blueberryscone
f5c93df58938b09ca6cb14d70a5b55d3fba92f86
[ "Apache-2.0" ]
null
null
null
app.js
olo-coding/blueberryscone
f5c93df58938b09ca6cb14d70a5b55d3fba92f86
[ "Apache-2.0" ]
6
2015-03-19T10:12:23.000Z
2015-04-09T10:40:34.000Z
app.js
olo-coding/blueberryscone
f5c93df58938b09ca6cb14d70a5b55d3fba92f86
[ "Apache-2.0" ]
null
null
null
'use strict'; var http = require('http'); var express = require('express'); var bodyParser = require('body-parser'); var app = express(); global.config = require('./config.js'); app.set('view engine', 'jade'); app.set('views', './views'); app.use(express.static('./public')); require('./controllers')(app, bodyParse...
20.9375
49
0.649254
2017cac9196c8e855c1937dcb9b19773d9c7a2d3
15,359
js
JavaScript
Keyterms-Server/dist/app/db/schemas/entry.js
nogueras/keyterms
9c96abff49f4bb2e49377945782d5f876d106e68
[ "Apache-2.0" ]
13
2018-09-07T03:39:46.000Z
2021-06-29T07:28:50.000Z
Keyterms-Server/dist/app/db/schemas/entry.js
nogueras/keyterms
9c96abff49f4bb2e49377945782d5f876d106e68
[ "Apache-2.0" ]
2
2018-12-07T15:56:11.000Z
2018-12-21T17:20:01.000Z
Keyterms-Server/dist/app/db/schemas/entry.js
nogueras/keyterms
9c96abff49f4bb2e49377945782d5f876d106e68
[ "Apache-2.0" ]
1
2018-11-06T22:57:29.000Z
2018-11-06T22:57:29.000Z
/* * NOTICE * This software was produced for the U.S. Government and is subject to the * Rights in Data-General Clause 5.227-14 (May 2014). * Copyright 2018 The MITRE Corporation. All rights reserved. * Approved for Public Release; Distribution Unlimited. Case 18-2165 * * This project contains content developed ...
27.52509
122
0.648935
20192b6a53d570f2e6f669954b42539bcd46726c
2,920
js
JavaScript
SendSpaceClient/files-utils.js
hhaverinen/Dropbox-Sendspace-synchronizer
83a2a65b0c76ee32fcb99c303b2297b0e75ca82e
[ "MIT" ]
null
null
null
SendSpaceClient/files-utils.js
hhaverinen/Dropbox-Sendspace-synchronizer
83a2a65b0c76ee32fcb99c303b2297b0e75ca82e
[ "MIT" ]
null
null
null
SendSpaceClient/files-utils.js
hhaverinen/Dropbox-Sendspace-synchronizer
83a2a65b0c76ee32fcb99c303b2297b0e75ca82e
[ "MIT" ]
null
null
null
var filesUtils = {}; /** * Check whether file exists already in sendspace. This method uses saved JSON of files and folders and does not * make any requests straight to the sendspace API * @param filepath whole filepath of the file * @return {boolean} true if file already exists, false otherwise. */ filesUtils.fi...
33.181818
115
0.507192
20195713a6e796fb8006b07e56c1e40059dce9c8
178
js
JavaScript
MobileApp/src/Actions/RouteActions.js
StYankov/MyTravel
15ab9ae06d9baf8ebbdabdd3b1b8ac28f48849f7
[ "MIT" ]
null
null
null
MobileApp/src/Actions/RouteActions.js
StYankov/MyTravel
15ab9ae06d9baf8ebbdabdd3b1b8ac28f48849f7
[ "MIT" ]
null
null
null
MobileApp/src/Actions/RouteActions.js
StYankov/MyTravel
15ab9ae06d9baf8ebbdabdd3b1b8ac28f48849f7
[ "MIT" ]
null
null
null
export const SET_ROUTE_STATE = 'SET_ROUTE_STATE'; export function setRouteState(route, state){ return { type: SET_ROUTE_STATE, state, route }; }
17.8
49
0.634831
2019da2033e4b742cb7084e3b48f43732dd465be
1,267
js
JavaScript
demo/chat_with_socketio_and_node/node_modules/socket.io/new-old/public/js/main.js
replit-archive/biwascheme
2baf1f99198b8baae32a4d258a7cda7b8335ea66
[ "MIT" ]
13
2015-01-28T05:37:42.000Z
2019-06-05T20:52:17.000Z
demo/chat_with_socketio_and_node/node_modules/socket.io/new-old/public/js/main.js
replit/biwascheme
2baf1f99198b8baae32a4d258a7cda7b8335ea66
[ "MIT" ]
3
2019-07-24T10:55:10.000Z
2019-07-24T10:55:26.000Z
demo/chat_with_socketio_and_node/node_modules/socket.io/new-old/public/js/main.js
replit/biwascheme
2baf1f99198b8baae32a4d258a7cda7b8335ea66
[ "MIT" ]
10
2015-04-16T17:47:34.000Z
2019-09-08T00:51:43.000Z
function getMembers(data){ if (!(data && data.query && data.query.results && data.query.results.p)) return; var members = document.createElement('span'); members.id = 'google-members-count'; members.innerHTML = '('+ data.query.results.p +' members)'; document.getElementsByTagName('FORM')[0].insertBefore(membe...
55.086957
301
0.730071
2019ecd10d8f44d83b530d9117eb34d7435a948f
525
js
JavaScript
node_modules/makelogs/_confirmReset.js
alessandroMazza/kp.kibana
7031ae539bec5e2dfb818cac5f9691f33a964f98
[ "Apache-2.0" ]
null
null
null
node_modules/makelogs/_confirmReset.js
alessandroMazza/kp.kibana
7031ae539bec5e2dfb818cac5f9691f33a964f98
[ "Apache-2.0" ]
null
null
null
node_modules/makelogs/_confirmReset.js
alessandroMazza/kp.kibana
7031ae539bec5e2dfb818cac5f9691f33a964f98
[ "Apache-2.0" ]
null
null
null
var inquirer = require('inquirer'); var Promise = require('bluebird'); var argv = require('./argv'); module.exports = function () { return new Promise(function (resolve) { if (argv.reset != null) return resolve(); inquirer.prompt([ { type: 'confirm', name: 'reset', message: 'E...
23.863636
119
0.590476
201abff75adcbe034236dc4b7bafc3fb4af810b3
741
js
JavaScript
app/components/navbar/navbar.js
openstate/ori-search
41450127ecf35090e2d7e8c4be549c652e513d72
[ "MIT" ]
3
2016-06-06T13:44:00.000Z
2021-04-06T01:40:04.000Z
app/components/navbar/navbar.js
openstate/ori-search
41450127ecf35090e2d7e8c4be549c652e513d72
[ "MIT" ]
38
2015-10-30T10:59:12.000Z
2019-08-26T08:11:00.000Z
app/components/navbar/navbar.js
openstate/ori-search
41450127ecf35090e2d7e8c4be549c652e513d72
[ "MIT" ]
1
2018-04-13T14:25:46.000Z
2018-04-13T14:25:46.000Z
'use strict'; angular.module('oriApp.navbar', ['ngRoute']) .controller('NavbarCtrl', ['$scope', '$location', 'OptionsService', function($scope, $location, OptionsService) { console.log('Initializing navbar controller!'); //$scope.has_filters = /^\/g\/.*/.test($location.url()); $scope.has_filter = function() { ...
28.5
81
0.651822
201ad548e628b788f86ec44b2791727f180df5c2
1,468
js
JavaScript
src/components/SineChart.js
RegionHalland/invest-in-halland
debd3883d100914d5f7b517144e5ea627f9b83e5
[ "MIT" ]
1
2020-12-16T10:45:25.000Z
2020-12-16T10:45:25.000Z
src/components/SineChart.js
RegionHalland/invest-in-halland
debd3883d100914d5f7b517144e5ea627f9b83e5
[ "MIT" ]
null
null
null
src/components/SineChart.js
RegionHalland/invest-in-halland
debd3883d100914d5f7b517144e5ea627f9b83e5
[ "MIT" ]
null
null
null
import React from 'react' const SineChart = () => ( <svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" fill="none" viewBox="0 0 300 300" > <g fill="#fff" clipPath="url(#clip0)"> <path d="M55.647 159v.005c19.546.441 35.738 18.313 37.464 41.535 1.979 26.625 4.237 56.898 4.56 60.719.587...
43.176471
336
0.660082
201afce571e19e3df630d9c6f8309e7470c26f6c
739
js
JavaScript
src/shared/firebase.js
greencoffee1635/my_magazine
17d21d2152fddb4b2b4876e441765ab2e093b347
[ "MIT" ]
null
null
null
src/shared/firebase.js
greencoffee1635/my_magazine
17d21d2152fddb4b2b4876e441765ab2e093b347
[ "MIT" ]
null
null
null
src/shared/firebase.js
greencoffee1635/my_magazine
17d21d2152fddb4b2b4876e441765ab2e093b347
[ "MIT" ]
null
null
null
import firebase from "firebase/app"; import "firebase/auth"; import "firebase/firestore"; import "firebase/storage"; const firebaseConfig = { apiKey: "AIzaSyDAGF_ymrqM9CUx4HyuKZPyIsWnT8dTAJ0", authDomain: "my-magazine-project-cd6dc.firebaseapp.com", projectId: "my-magazine-project-cd6dc", storageBucket...
32.130435
60
0.744249
201b95fb0ed222083cdc9abbf47d961cc2197a33
4,655
js
JavaScript
src/pages/Main/component/addModul.js
brucefangsz/yht_tableDemo
946d8a5e525f1bab8720463b935dc867cec6a9ab
[ "MIT" ]
null
null
null
src/pages/Main/component/addModul.js
brucefangsz/yht_tableDemo
946d8a5e525f1bab8720463b935dc867cec6a9ab
[ "MIT" ]
null
null
null
src/pages/Main/component/addModul.js
brucefangsz/yht_tableDemo
946d8a5e525f1bab8720463b935dc867cec6a9ab
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import { Row, Col, FormControl, Button, Table, Tooltip, Icon, InputRender } from 'tinper-bee'; export default class AddModul extends Component { constructor() { super(); this.state = ({ mName: '', mUser: '', children_data:...
35.534351
157
0.435016
201c9b1d7f10cac0268eb4ade2b7931326895e34
254
js
JavaScript
index.js
qbcat/rlink
35ec85a9eb08cb6c6c4bd65e32629403164c9163
[ "MIT" ]
2
2017-10-05T18:11:01.000Z
2017-10-06T06:29:20.000Z
index.js
qbcat/rlink
35ec85a9eb08cb6c6c4bd65e32629403164c9163
[ "MIT" ]
null
null
null
index.js
qbcat/rlink
35ec85a9eb08cb6c6c4bd65e32629403164c9163
[ "MIT" ]
null
null
null
#!/usr/bin/env node const rlink = require('.'); if (process.argv.length < 4) { console.error('Example usage: rlink /opt/source /opt/target'); process.exit(1); } rlink(process.argv[process.argv.length - 2], process.argv[process.argv.length - 1]);
31.75
84
0.677165
201e6e33fc8338f69c30b5035302272a3fc77d99
2,658
js
JavaScript
src/main/webapp/resources/js/clienteValidator.js
estevampessoa/sedes
4fe7d58f66793e1b061e7b8b0ce1e99027158144
[ "MIT" ]
null
null
null
src/main/webapp/resources/js/clienteValidator.js
estevampessoa/sedes
4fe7d58f66793e1b061e7b8b0ce1e99027158144
[ "MIT" ]
null
null
null
src/main/webapp/resources/js/clienteValidator.js
estevampessoa/sedes
4fe7d58f66793e1b061e7b8b0ce1e99027158144
[ "MIT" ]
null
null
null
/* validator form cliente */ $(document).ready(function(){ var validator = $("#formCliente").bootstrapValidator({ feedbackIcons: { valid: "glyphicon glyphicon-ok", invalid: "glyphicon glyphicon-remove", validating: "glyphicon glyphicon-refresh" }, fields : { nome :{ validat...
23.945946
65
0.455229
201e928973eba4d775f5ee39640a2ce1aa830ec4
1,228
js
JavaScript
scrapeStatus.js
citrus-melon/usaco-status-bot
5e09d037af46d1f4dfea21edd53aff944c649363
[ "MIT" ]
null
null
null
scrapeStatus.js
citrus-melon/usaco-status-bot
5e09d037af46d1f4dfea21edd53aff944c649363
[ "MIT" ]
null
null
null
scrapeStatus.js
citrus-melon/usaco-status-bot
5e09d037af46d1f4dfea21edd53aff944c649363
[ "MIT" ]
null
null
null
import * as cheerio from "cheerio"; import fetch from "node-fetch"; /** * @typedef {object} ContestStatus * @property {"ONGOING"|"RELEASED"|"GRADING"} type * @property {string} title Title of section on website, eg. "2022 February Contest" * @property {cheerio.Cheerio<cheerio.Element>} details First paragraph in s...
29.238095
93
0.591205
2020a2833118caf2a8892bc6f4beef140596ed21
184
js
JavaScript
crates/swc_ecma_minifier/tests/terser/compress/functions/issue_2783/output.terser.js
mengxy/swc
bcc3ae86ae0732979f9fbfef370ae729ba9af080
[ "Apache-2.0" ]
21,008
2017-04-01T04:06:55.000Z
2022-03-31T23:11:05.000Z
ecmascript/minifier/tests/terser/compress/functions/issue_2783/output.terser.js
sventschui/swc
cd2a2777d9459ba0f67774ed8a37e2b070b51e81
[ "Apache-2.0", "MIT" ]
2,309
2018-01-14T05:54:44.000Z
2022-03-31T15:48:40.000Z
ecmascript/minifier/tests/terser/compress/functions/issue_2783/output.terser.js
sventschui/swc
cd2a2777d9459ba0f67774ed8a37e2b070b51e81
[ "Apache-2.0", "MIT" ]
768
2018-01-14T05:15:43.000Z
2022-03-30T11:29:42.000Z
(function () { return function (o, i) { while (i--) console.log(f(o)); }; function f(a) { var b = a.b; return b || a; } })()({ b: "PASS" }, 1);
18.4
38
0.391304
20211328a7b105f27721946bd1c9ec324b4858d2
16,176
js
JavaScript
Dom/gobang.js
Neokekeke/Tecent-CDC-GoBangTest
18570639393c3aabd3c240a6cdfb1cd238788799
[ "MIT" ]
1
2018-04-11T13:09:19.000Z
2018-04-11T13:09:19.000Z
Dom/gobang.js
Neokekeke/Tecent-CDC-GoBangTest
18570639393c3aabd3c240a6cdfb1cd238788799
[ "MIT" ]
null
null
null
Dom/gobang.js
Neokekeke/Tecent-CDC-GoBangTest
18570639393c3aabd3c240a6cdfb1cd238788799
[ "MIT" ]
null
null
null
/** * 0.0.2版本 * 个人思路: * 1.创建棋盘类 * 2.创建黑白棋 * 3.棋子落点事件绑定,坐标点确定 * 4.二维数组保存棋盘记录,0空位置,1黑棋,2白棋 * 5.下棋历史记录,悔棋撤销等 * 6.游戏输赢判断规则类 */ /** * 思考难点: * 1.黑白棋子落点的唯一性(即有占位置的棋子处就不能再落子) * 2.黑白棋子落点问题(即玩家不点击交叉点处,点空格中某一点,这时要判断出玩家点击的点距离最近的交叉点,然后在这点落子) * 3.棋盘二维数组保存记录问题 * 4.获胜的判断条件(即最先连成5个同色的棋子获胜,连线方式是米字型8个区域这么多种情况,交叉边判断逻辑等) * 5...
30.870229
104
0.501484
202321065c9c801ec481b38a8d7405d622e0525e
1,144
js
JavaScript
.eslintrc.js
adesnmi/simple-shopping-list
6e241a34ad772474711909839e0245d76bf0a783
[ "MIT" ]
1
2021-07-14T06:50:56.000Z
2021-07-14T06:50:56.000Z
.eslintrc.js
muyiwaolu/simple-shopping-list
4bee3446f47680d5c7dd24b46b8bdb7e5ca01b53
[ "MIT" ]
146
2021-02-05T12:00:48.000Z
2022-03-07T06:29:46.000Z
.eslintrc.js
adesnmi/simple-shopping-list
6e241a34ad772474711909839e0245d76bf0a783
[ "MIT" ]
null
null
null
/* eslint-disable quote-props */ module.exports = { "env": { "browser": true, "es2021": true, "jest": true, }, "extends": [ "airbnb-typescript", "airbnb/hooks", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", ], "globals": {...
20.428571
68
0.504371
202524eef0246c319f7a1cca53fb2edf9510e1fe
2,048
js
JavaScript
resources/js/admin/contact/contact_index.js
garasijogi/mamoto-website
07c67ed9cb73104ad42f2bf6f021cd2b81369627
[ "Apache-2.0" ]
1
2021-01-30T05:52:43.000Z
2021-01-30T05:52:43.000Z
resources/js/admin/contact/contact_index.js
garasijogi/mamoto-website
07c67ed9cb73104ad42f2bf6f021cd2b81369627
[ "Apache-2.0" ]
34
2021-01-17T16:19:39.000Z
2021-11-03T00:06:09.000Z
resources/js/admin/contact/contact_index.js
garasijogi/mamoto-website
07c67ed9cb73104ad42f2bf6f021cd2b81369627
[ "Apache-2.0" ]
null
null
null
td_edit.on('click', function(){ $(this).hide(); $(this).siblings(class_inputGroup_contact).fadeIn(); }); btn_submit.on('click', function(){ const el_p = $(this).parents(class_inputGroup_contact).siblings(class_edit); const el_input = $(this).parent().siblings(class_contactInput); const el_editor = $(this).pa...
29.681159
129
0.589355
20281ad8f4c4bbaae9fe584e688e6924befd6127
9,435
js
JavaScript
server/controllers/Account.js
dkoester306/dsk6539-430-final-project
2895a9389c347dbf68553fba55988994edd59e18
[ "Apache-2.0" ]
null
null
null
server/controllers/Account.js
dkoester306/dsk6539-430-final-project
2895a9389c347dbf68553fba55988994edd59e18
[ "Apache-2.0" ]
1
2021-05-11T11:55:49.000Z
2021-05-11T11:55:49.000Z
server/controllers/Account.js
dkoester306/dsk6539-430-final-project
2895a9389c347dbf68553fba55988994edd59e18
[ "Apache-2.0" ]
null
null
null
const request = require('request'); const querystring = require('querystring'); const models = require('../models'); const { Account } = models; const client_id = '960af2f158f047cd984342e083139399'; // Your client id const redirect_uri = 'https://dsk6539-final-project.herokuapp.com/callback'; // Your redirect uri con...
32.42268
164
0.622258
20281d24d77553ae7bcd4eab0ce18e9279642854
651
js
JavaScript
cypress/integration/cucumber-tests/login/loginSteps.js
ferisjuan/cypress-cucumber-BDD
ef68700984007a160f03c2b588b47729bb7ee2f6
[ "MIT" ]
null
null
null
cypress/integration/cucumber-tests/login/loginSteps.js
ferisjuan/cypress-cucumber-BDD
ef68700984007a160f03c2b588b47729bb7ee2f6
[ "MIT" ]
null
null
null
cypress/integration/cucumber-tests/login/loginSteps.js
ferisjuan/cypress-cucumber-BDD
ef68700984007a160f03c2b588b47729bb7ee2f6
[ "MIT" ]
null
null
null
import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps' // Classes import LoginPage from './LoginPage' Given('I open login page', () => { LoginPage.visitLoginPage() }) When('I fill username with {string}', username => { LoginPage.fillUsername(username) }) When('I filll password with {string}', pas...
22.448276
71
0.689708
2028bdbff11d5bc869e7543f85aa455dca29baf5
302
js
JavaScript
test/js/isEmpty.js
fossabot/bilibili-dd-monitor
e5a24d086e750c934d3ba3fb8e811a964da66675
[ "MIT" ]
37
2020-12-21T02:26:30.000Z
2022-03-10T17:23:48.000Z
test/js/isEmpty.js
fossabot/bilibili-dd-monitor
e5a24d086e750c934d3ba3fb8e811a964da66675
[ "MIT" ]
20
2021-03-10T12:53:23.000Z
2022-03-23T02:30:55.000Z
test/js/isEmpty.js
fossabot/bilibili-dd-monitor
e5a24d086e750c934d3ba3fb8e811a964da66675
[ "MIT" ]
4
2021-01-24T03:17:34.000Z
2022-01-04T11:02:33.000Z
function isFalsyValue (str) { return !str || str.trim().length === 0 } console.log(isFalsyValue('')) console.log(isFalsyValue(' ')) console.log(isFalsyValue(null)) console.log(isFalsyValue(0)) console.log(isFalsyValue(false)) console.log(isFalsyValue(undefined)) console.log(isFalsyValue(' 2 3'))
25.166667
40
0.731788
202ad2387b02aa47d9d2861fd1604f12215705ff
361
js
JavaScript
packages/pages-plugin/src/webpack/loaders/pages-emitter.js
dlexio/frontal.js
34bb63fa799b1468d5b34ed4a9b8c235c52f8392
[ "MIT" ]
86
2020-11-30T19:24:58.000Z
2022-02-04T21:48:08.000Z
packages/pages-plugin/src/webpack/loaders/pages-emitter.js
dlexio/frontal.js
34bb63fa799b1468d5b34ed4a9b8c235c52f8392
[ "MIT" ]
1
2021-03-12T10:44:49.000Z
2021-03-13T15:36:15.000Z
packages/pages-plugin/src/webpack/loaders/pages-emitter.js
dlexio/frontal.js
34bb63fa799b1468d5b34ed4a9b8c235c52f8392
[ "MIT" ]
3
2021-03-13T22:02:49.000Z
2021-03-22T16:51:36.000Z
const path = require('path') const { getOptions } = require('loader-utils') /** * Emits the HTML page as an asset * * @param source * @returns {string} */ module.exports = function (source) { const options = getOptions(this) const pageName = this.resourcePath.replace(options.pagesDir + path.sep, '') this.e...
20.055556
77
0.67867
202b82b9f448f213a2de43ec7086888cfb5d453e
160,395
js
JavaScript
lib/bible-tools/bibles/hil/hil82/books/03.js
saiba-mais/bible-lessons
6c352c1060c48b80f74f8bf0c1cbff5450de2fe6
[ "MIT" ]
null
null
null
lib/bible-tools/bibles/hil/hil82/books/03.js
saiba-mais/bible-lessons
6c352c1060c48b80f74f8bf0c1cbff5450de2fe6
[ "MIT" ]
null
null
null
lib/bible-tools/bibles/hil/hil82/books/03.js
saiba-mais/bible-lessons
6c352c1060c48b80f74f8bf0c1cbff5450de2fe6
[ "MIT" ]
null
null
null
var book = { "name": "Levitico", "numChapters": 27, "chapters": { "1": { "1": "<sup>1</sup> Gintawag sang Ginoo si Moises, kag nagpamolong sa iya gikan sa layanglayang nga tiliponan, nga nagasiling,", "2": "<sup>2</sup> “Ipamolong sa katawohan sang Israel, kag isiling sa ila, ‘Kon ang bisan sin-ong tawo sa i...
174.342391
412
0.74218
202cf11fe08c894de90a9a23a754d1bb549beb63
4,733
js
JavaScript
src/index.js
jsdelivrbot/StarWars-older-
0b3ff2d12286a21ccb9cfd9ed79d955703e182cb
[ "MIT" ]
null
null
null
src/index.js
jsdelivrbot/StarWars-older-
0b3ff2d12286a21ccb9cfd9ed79d955703e182cb
[ "MIT" ]
null
null
null
src/index.js
jsdelivrbot/StarWars-older-
0b3ff2d12286a21ccb9cfd9ed79d955703e182cb
[ "MIT" ]
1
2018-12-10T04:11:07.000Z
2018-12-10T04:11:07.000Z
import React, {Component} from 'react'; import ReactDOM from 'react-dom'; import CharacterList from './components/character_list'; import SelectedCharacter from './components/selected_character' import PageSelector from './components/page_selector' import SearchBar from './components/search_bar' import Filter from './c...
40.452991
165
0.521234
202d506c47bcb041130122622e0b1636fd3cb102
3,838
js
JavaScript
lib/main.js
snowinferno/loggly-bulk
cabda243ee5f67b38f4ea1f102407c4ba173c283
[ "MIT" ]
null
null
null
lib/main.js
snowinferno/loggly-bulk
cabda243ee5f67b38f4ea1f102407c4ba173c283
[ "MIT" ]
null
null
null
lib/main.js
snowinferno/loggly-bulk
cabda243ee5f67b38f4ea1f102407c4ba173c283
[ "MIT" ]
null
null
null
var Loggly = require('loggly'); /** * Class to handle logging from the loggly module * config takes the following form, only token and subdomain are required, * all other items are optional and have working default values: * { * token: "Your loggly token", * subdomain: "Your loggly subdomain", * json: {tr...
28.857143
124
0.672225
202dca20bd271310b18557ff66dc5483bcb63144
1,857
js
JavaScript
src/App.js
luistak/react-pokedex
5f5619a2a079ea773defaa35552ee59eb46489b4
[ "MIT" ]
1
2020-02-01T21:52:30.000Z
2020-02-01T21:52:30.000Z
src/App.js
luistak/react-pokedex
5f5619a2a079ea773defaa35552ee59eb46489b4
[ "MIT" ]
4
2021-03-10T06:18:52.000Z
2022-02-26T23:06:30.000Z
src/App.js
luistak/react-pokedex
5f5619a2a079ea773defaa35552ee59eb46489b4
[ "MIT" ]
1
2020-02-01T21:52:59.000Z
2020-02-01T21:52:59.000Z
import React, { useEffect, useState } from 'react'; import './App.scss'; import PokemonList from './components/pokemon-list'; const fetchPokemon = (idOrName) => fetch(`https://pokeapi.co/api/v2/pokemon/${idOrName}`).then(response => response.json()) function App() { const [name, setName] = useState(''); const...
28.136364
121
0.613893
46aac05438df9e32662175e59f9a1b2269ed00f6
4,189
js
JavaScript
Data_Structure/JavaScript/singlyLinkedList.js
rinem/Master-Computer-Science
39dfa4b339841c764044036c49c44a5ea4e17da8
[ "MIT" ]
1
2019-10-12T19:10:24.000Z
2019-10-12T19:10:24.000Z
Data_Structure/JavaScript/singlyLinkedList.js
rinem/Master-Computer-Science
39dfa4b339841c764044036c49c44a5ea4e17da8
[ "MIT" ]
7
2019-10-05T08:22:47.000Z
2019-10-06T06:56:27.000Z
Data_Structure/JavaScript/singlyLinkedList.js
rinem/Master-Computer-Science
39dfa4b339841c764044036c49c44a5ea4e17da8
[ "MIT" ]
15
2019-10-05T08:26:08.000Z
2019-10-12T19:01:07.000Z
/* Class represnting LinkedList */ class LinkedList { constructor(value) { this.head = { value, next: null } this.tail = this.head } /* * Inserts new node at the end of the list * @param {*} value - value of the node */ insert(value) { let node = { value, next: nul...
31.261194
106
0.573645
46aae3222ff8f110f1ed8ff87f73c3651018a201
5,205
js
JavaScript
js/scripts.js
TreSonna/independent-project-2
1d8c9e1700fedc15d00b7c1f2cda86ad0e2b8865
[ "MIT" ]
null
null
null
js/scripts.js
TreSonna/independent-project-2
1d8c9e1700fedc15d00b7c1f2cda86ad0e2b8865
[ "MIT" ]
null
null
null
js/scripts.js
TreSonna/independent-project-2
1d8c9e1700fedc15d00b7c1f2cda86ad0e2b8865
[ "MIT" ]
null
null
null
const userName = prompt ("Please Type in Your Full Name Here"); undefined userName; alert(" Hello " + userName + " Please Take This Survey To Determine The Best Suiting Language of code for you!") jQuery('.prev-button').hide(); var x; var count; var current; var percent; var z = []; init(); getCu...
19.206642
116
0.578482
46ab660e5d29d064f9d895c25890fdcbcb4e4a99
3,004
js
JavaScript
js/Stage/Configuration/Button/ButtonGroup.js
4ddev/touch-gui
3d728c120499f6ad8d5ef050190bb2d4de8697b2
[ "MIT" ]
null
null
null
js/Stage/Configuration/Button/ButtonGroup.js
4ddev/touch-gui
3d728c120499f6ad8d5ef050190bb2d4de8697b2
[ "MIT" ]
null
null
null
js/Stage/Configuration/Button/ButtonGroup.js
4ddev/touch-gui
3d728c120499f6ad8d5ef050190bb2d4de8697b2
[ "MIT" ]
null
null
null
/** * @copyright: Kevin Heim * @author: Kevin Heim Copyright 2018 MIT License ****/ class ButtonGroup{ static ctrlGroup(){ return ctrlElementGroup; } } var removeGroup = {remove:{ icon: "ctrlRectElement", classList: "btn btn-warning", animation: "splash 1s normal forwa...
30.343434
236
0.614514
46abd04d15d1ff52de656a4d02bcc4dc2e365f5d
4,231
js
JavaScript
src/containers/StoreContainer.js
wama2308/smart_clinics
df7556787e70af432afc179478c303d4441dbbce
[ "MIT" ]
null
null
null
src/containers/StoreContainer.js
wama2308/smart_clinics
df7556787e70af432afc179478c303d4441dbbce
[ "MIT" ]
null
null
null
src/containers/StoreContainer.js
wama2308/smart_clinics
df7556787e70af432afc179478c303d4441dbbce
[ "MIT" ]
null
null
null
import React, { Component } from "react"; import { Nav, NavItem, NavLink, Card, CardBody, CardHeader, Col, Row, TabContent, TabPane } from "reactstrap"; import { connect } from "react-redux"; import ListStore from "../views/Store/ListStore"; import ListStoreInactivos from "../views/Store/ListStoreIn...
33.314961
142
0.533207
46acfd03154b9da1212466517ea255a23de1d199
1,845
js
JavaScript
e2e/src/pom/component-base.js
hivereview/article-hosting
7f7467960b8779949d5169ffacdc8e3808a4c9de
[ "MIT" ]
2
2020-07-17T09:47:10.000Z
2020-09-07T08:48:05.000Z
tests/src/pom/component-base.js
microsimulation/ijm
c0abbd11d0d6b43dad35caf91f33d6e3dab80215
[ "MIT" ]
115
2019-03-25T16:20:19.000Z
2022-03-15T10:28:46.000Z
e2e/src/pom/component-base.js
hivereview/article-hosting
7f7467960b8779949d5169ffacdc8e3808a4c9de
[ "MIT" ]
2
2020-07-17T10:29:01.000Z
2020-07-17T10:32:07.000Z
// Base class for all components including page-base and spa-page-base class ComponentBase { constructor( webdriver, driver, waitTimeout = 10000, ) { this.webdriver = webdriver; this.driver = driver; this.waitTimeout = waitTimeout; this.log = myVar => process.stdout.write(`${myVar}\n`);...
26.73913
76
0.546341
46aed0ed645865791f0ed610697435e0d4b11871
1,197
js
JavaScript
routes/albumDelete.js
TourDJ/display-server
35d47cf89e4240767cf798e33c311b6da014cc1a
[ "MIT" ]
2
2018-11-25T02:20:02.000Z
2019-03-15T07:45:52.000Z
routes/albumDelete.js
TourDJ/display-server
35d47cf89e4240767cf798e33c311b6da014cc1a
[ "MIT" ]
null
null
null
routes/albumDelete.js
TourDJ/display-server
35d47cf89e4240767cf798e33c311b6da014cc1a
[ "MIT" ]
null
null
null
const arangodb = require('../utils/arangodb') const dbUtils = require('../utils/dbUtils') const options = require('../utils/options') module.exports = async function(req, res, next) { const {key} = req.body let userId, cult, aql, vertex, vertexs, ret, result try { if(!key) return res.json({statusCode:...
26.6
71
0.595656
46afd0cd9227f6ef3bef73953bd562cc8d2c86bf
409
js
JavaScript
models/Trivia.js
Oscarwa/friends_trivia
1a06e2fc52f0d6f50c05c7ab1a30a95078268549
[ "MIT" ]
null
null
null
models/Trivia.js
Oscarwa/friends_trivia
1a06e2fc52f0d6f50c05c7ab1a30a95078268549
[ "MIT" ]
null
null
null
models/Trivia.js
Oscarwa/friends_trivia
1a06e2fc52f0d6f50c05c7ab1a30a95078268549
[ "MIT" ]
null
null
null
const mongoose = require('mongoose'); const Question = require('../models/Question') const triviaSchema = new mongoose.Schema({ pin: String, active: Boolean, questions: [ { question: Object, winner: String } ], participants: { userId: String, points: Number, _id: {id:false} ...
17.041667
54
0.635697
46b07d0ec875ada49696c867f603985c12a6aaf4
76
js
JavaScript
src/pages/home/index.js
jonattfin/cleanair-web-react
8ef106886de72778b7fe7c659010b7e7567773ed
[ "Apache-2.0" ]
null
null
null
src/pages/home/index.js
jonattfin/cleanair-web-react
8ef106886de72778b7fe7c659010b7e7567773ed
[ "Apache-2.0" ]
null
null
null
src/pages/home/index.js
jonattfin/cleanair-web-react
8ef106886de72778b7fe7c659010b7e7567773ed
[ "Apache-2.0" ]
null
null
null
import homeContainer from "./homeContainer"; export default homeContainer;
19
44
0.815789
46b0a562035c8e6131d1014c727fa75384d49038
663
js
JavaScript
littleThings.js
saskatoonboy/physics
05d4cd7b13adeb1e9ac97f59a3063d3896371a2f
[ "Unlicense" ]
null
null
null
littleThings.js
saskatoonboy/physics
05d4cd7b13adeb1e9ac97f59a3063d3896371a2f
[ "Unlicense" ]
null
null
null
littleThings.js
saskatoonboy/physics
05d4cd7b13adeb1e9ac97f59a3063d3896371a2f
[ "Unlicense" ]
null
null
null
class Colour { constructor(red, green, blue) { this.red = red; this.green = green; this.blue = blue; } getRed() { return this.red; } getGreen() { return this.green; } getBlue() { return this.blue; } random() { this.red = ...
17.447368
38
0.476621
46b1035251955c8f5d41f5a8a71ec20aa79f81b0
9,290
js
JavaScript
dist/static/js/chunk-f646.d975a0cb.js
hikevinxu/tax-caishui-admin
0df4d75f72856636a8d6bfef57f3ee97c30e0cae
[ "MIT" ]
null
null
null
dist/static/js/chunk-f646.d975a0cb.js
hikevinxu/tax-caishui-admin
0df4d75f72856636a8d6bfef57f3ee97c30e0cae
[ "MIT" ]
8
2020-07-19T02:54:46.000Z
2022-02-26T21:30:35.000Z
dist/static/js/chunk-f646.d975a0cb.js
hikevinxu/tax-caishui-admin
0df4d75f72856636a8d6bfef57f3ee97c30e0cae
[ "MIT" ]
null
null
null
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-f646"],{IGhB:function(t,e,i){"use strict";var o=i("YpCo");i.n(o).a},LRLM:function(t,e,i){"use strict";i.r(e);var o=i("ZySA"),n=i("Mz3J"),a=i("Q2AE"),s={inserted:function(t,e,i){var o=e.value,n=a.a.getters&&a.a.getters.roles;if(!(o&&o instanceof Array&&o.length...
9,290
9,290
0.690958
46b125391d051e4ebeb78011096b73b03dee8836
606
js
JavaScript
src/crackingTheCodeInterview/arraysAndStrings/1_6.js
marco-fp/node-playground
506139646590ce3171e915ef0cdb1fe33766d6e7
[ "MIT" ]
null
null
null
src/crackingTheCodeInterview/arraysAndStrings/1_6.js
marco-fp/node-playground
506139646590ce3171e915ef0cdb1fe33766d6e7
[ "MIT" ]
3
2020-09-04T14:39:56.000Z
2021-05-07T20:34:43.000Z
src/crackingTheCodeInterview/arraysAndStrings/1_6.js
marco-fp/node-playground
506139646590ce3171e915ef0cdb1fe33766d6e7
[ "MIT" ]
null
null
null
function compressString(input) { if (input.length <= 2) { return input; } let compressed = ""; let count = 1; let currentChr = input[0]; for(let i = 1; i < input.length; i++) { if(input[i] !== currentChr) { compressed += `${currentChr}${count}`; count = ...
22.444444
65
0.536304
46b2647b4574d14c56e5c8e0d34d731f0c0693ca
8,560
js
JavaScript
test/files/CoreJSONs.js
discordier/yuka
6314fd6f0297197f05342361d36fd5825c3b171e
[ "MIT" ]
591
2017-11-09T09:53:26.000Z
2022-03-31T06:10:41.000Z
test/files/CoreJSONs.js
discordier/yuka
6314fd6f0297197f05342361d36fd5825c3b171e
[ "MIT" ]
54
2019-02-07T05:55:29.000Z
2022-03-06T15:34:48.000Z
test/files/CoreJSONs.js
discordier/yuka
6314fd6f0297197f05342361d36fd5825c3b171e
[ "MIT" ]
49
2018-05-07T05:48:30.000Z
2022-03-22T08:12:27.000Z
/** * @author robp94 / https://github.com/robp94 */ module.exports = { GameEntity: { "type": "GameEntity", "uuid": "4C06581E-448A-4557-835E-7A9D2CE20D30", "name": "", "active": true, "children": [], "parent": null, "neighbors": [], "neighborhoodRadius": 1, "updateNeighborhood": false, "position": [ 0, 0, 0 ], "rota...
570.666667
3,866
0.564136
46b347ff17eb86e221b2c105c008487f6e5740c8
3,013
js
JavaScript
javascript/react/udemy-examples/next/.next/dist/components/User.js
edwinvanderven/the-great-dumpster
49c67680951789440fed95477ef771ad8058df81
[ "MIT" ]
null
null
null
javascript/react/udemy-examples/next/.next/dist/components/User.js
edwinvanderven/the-great-dumpster
49c67680951789440fed95477ef771ad8058df81
[ "MIT" ]
14
2020-06-06T11:28:55.000Z
2020-11-24T15:17:13.000Z
javascript/react/udemy-examples/next/.next/dist/components/User.js
edwinvanderven/the-great-dumpster
49c67680951789440fed95477ef771ad8058df81
[ "MIT" ]
null
null
null
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _style = require('styled-jsx/style.js'); var _style2 = _interopRequireDefault(_style); var _react = require('react'); var _react2 = _interopRequireDefault(_react); function _interopRequireDefault(obj) { return obj && obj.__esModu...
65.5
1,077
0.827415
46b41120e1fe67f9cdc33a013a75121a77100c27
781
js
JavaScript
build/module/mutations/orders/cancelOrder.js
jfresco/api-client-typescript
9f1ad5603e93770c4fe7c23a6f89a278fed6e634
[ "MIT" ]
null
null
null
build/module/mutations/orders/cancelOrder.js
jfresco/api-client-typescript
9f1ad5603e93770c4fe7c23a6f89a278fed6e634
[ "MIT" ]
6
2020-07-19T13:46:01.000Z
2022-01-22T10:37:12.000Z
build/module/mutations/orders/cancelOrder.js
jfresco/api-client-typescript
9f1ad5603e93770c4fe7c23a6f89a278fed6e634
[ "MIT" ]
null
null
null
import gql from 'graphql-tag'; import { CANCELED_ORDER_FRAGMENT } from '../orders/fragments'; export const CANCEL_ORDER_MUTATION = gql ` mutation cancelOrder($payload: CancelOrderParams!, $signature: Signature!) { cancelOrder(payload: $payload, signature: $signature) { ...canceledOrderFields } } ${C...
71
434
0.864277
46b4b2457a42f191fcf2702a9dd5f953e933cfc5
155
js
JavaScript
src/Containers/Home.js
Gurupra5ad/razor-payment-page
73f3c9bc02cb7e51d9def89d20bfa9550638737e
[ "MIT" ]
1
2020-08-18T13:07:27.000Z
2020-08-18T13:07:27.000Z
src/Containers/Home.js
AnthonyTC89/razorpay-demo
cc51c53cb1757fc08d5499c2738d0bd4da72c55e
[ "MIT" ]
null
null
null
src/Containers/Home.js
AnthonyTC89/razorpay-demo
cc51c53cb1757fc08d5499c2738d0bd4da72c55e
[ "MIT" ]
null
null
null
import React from 'react'; import Checkout from '../Components/Checkout'; const Home = () => ( <div> <Checkout /> </div> ); export default Home;
14.090909
46
0.619355
46b59dcf1dfa0c3f3eb528578dfa36839599e9fa
93
js
JavaScript
mygram/src/App.js
codehawkeye/mygram
5cf82ef76a2cbb790fc6f2292fad4669c388c8a9
[ "MIT" ]
null
null
null
mygram/src/App.js
codehawkeye/mygram
5cf82ef76a2cbb790fc6f2292fad4669c388c8a9
[ "MIT" ]
null
null
null
mygram/src/App.js
codehawkeye/mygram
5cf82ef76a2cbb790fc6f2292fad4669c388c8a9
[ "MIT" ]
null
null
null
function App() { return ( <p> Hello world </p> ); } export default App;
7.75
19
0.483871
46b5fdd1eaec746ca3e61b0ef3e618362755e117
126
js
JavaScript
app/service/role.js
jianmakeji/Xiaojian
a35b3075d018117eee430856bdea1acdc9fdb993
[ "Apache-2.0" ]
null
null
null
app/service/role.js
jianmakeji/Xiaojian
a35b3075d018117eee430856bdea1acdc9fdb993
[ "Apache-2.0" ]
null
null
null
app/service/role.js
jianmakeji/Xiaojian
a35b3075d018117eee430856bdea1acdc9fdb993
[ "Apache-2.0" ]
null
null
null
'use strict'; const Service = require('egg').Service; class RoleService extends Service { } module.exports = RoleService;
12.6
39
0.730159
46b6cce25bdce18d71a4dc51de793d5f63b7e458
104
js
JavaScript
spec/fixtures/api/new-window-preload.js
jdwalker/electron
69be9fa798dbb8d49a6550cdb287be900db13ac1
[ "MIT" ]
16
2020-11-08T21:58:19.000Z
2022-03-23T20:11:13.000Z
spec/fixtures/api/new-window-preload.js
jdwalker/electron
69be9fa798dbb8d49a6550cdb287be900db13ac1
[ "MIT" ]
350
2020-09-02T21:26:05.000Z
2022-03-31T20:18:55.000Z
spec/fixtures/api/new-window-preload.js
ColleenKeegan/electron
f3dc3997b10fd79439ad22ff5973b3d3541d8e9d
[ "MIT" ]
5
2020-12-14T23:25:47.000Z
2021-08-12T02:31:25.000Z
const { ipcRenderer } = require('electron'); ipcRenderer.send('answer', process.argv); window.close();
20.8
44
0.711538
46b711c43498f77e830312e555958594b7ff6d84
337
js
JavaScript
.archive/lib001/mock/index.js
zen-experiments/node-error-handling
b804e0d1b038752ceed6813c9cfdac6f071649c5
[ "MIT" ]
null
null
null
.archive/lib001/mock/index.js
zen-experiments/node-error-handling
b804e0d1b038752ceed6813c9cfdac6f071649c5
[ "MIT" ]
null
null
null
.archive/lib001/mock/index.js
zen-experiments/node-error-handling
b804e0d1b038752ceed6813c9cfdac6f071649c5
[ "MIT" ]
null
null
null
'use strict'; const PRODUCTS = [ { title: 'iPhone 7', id: '111' }, { title: 'iPhone 7 Plus', id: '222' }, { title: 'Android 6.0.1 Marshmallow', id: '444' }, { title: 'Android 7.1.1 Nougat', id: '555' } ]; module.exports = ...
13.48
43
0.409496
46b8f99685d074de6fa44ad752c556a5d02bb7d1
1,234
js
JavaScript
test/src.js
danielnarey/color-system
66e7362e398ab261678a69c2d0df83301e340b53
[ "0BSD" ]
1
2020-01-26T07:48:44.000Z
2020-01-26T07:48:44.000Z
test/src.js
metamodern-design/color-system
66e7362e398ab261678a69c2d0df83301e340b53
[ "0BSD" ]
null
null
null
test/src.js
metamodern-design/color-system
66e7362e398ab261678a69c2d0df83301e340b53
[ "0BSD" ]
null
null
null
import test from 'ava'; import hues from '../src/hues.js'; import shades from '../src/shades.js'; import tones from '../src/tones.js'; test('shades', (t) => { t.deepEqual( shades(), [12, 17, 22, 27, 32, 37, 42, 47, 52, 57, 62, 67, 72, 77, 82, 87, 92], ); t.deepEqual( shades({ shades: [25, 50, 75] })...
26.255319
142
0.562399