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
1bbe9af47e3144b9461f7b5a181f0bc77d519129
547
js
JavaScript
app/components/Settings.js
Atamas1llya/Flerse
8cbf00c8da991e7cf9a0d9ec501914042bc6ef94
[ "Apache-2.0" ]
null
null
null
app/components/Settings.js
Atamas1llya/Flerse
8cbf00c8da991e7cf9a0d9ec501914042bc6ef94
[ "Apache-2.0" ]
null
null
null
app/components/Settings.js
Atamas1llya/Flerse
8cbf00c8da991e7cf9a0d9ec501914042bc6ef94
[ "Apache-2.0" ]
1
2018-05-17T10:13:45.000Z
2018-05-17T10:13:45.000Z
import React, { Component } from 'react'; import { connect } from 'react-redux'; import { Grid, Row, Col, Button } from 'react-bootstrap'; import Avatar from './settings/Avatar'; const Settings = () => { return( <Grid className='grid'> <Row className="show-grid"> <Col xs={0} md={3}> <Bu...
18.233333
57
0.526508
1bbed7407849010bb091f36be15da48dace77fe0
815
js
JavaScript
app/assets/javascripts/controllers/NavController.js
radditude/legislately
1b7689071d7bb0b43451f79c79aff16df0b0c930
[ "MIT" ]
null
null
null
app/assets/javascripts/controllers/NavController.js
radditude/legislately
1b7689071d7bb0b43451f79c79aff16df0b0c930
[ "MIT" ]
1
2020-02-28T23:39:48.000Z
2020-02-28T23:39:48.000Z
app/assets/javascripts/controllers/NavController.js
radditude/legislately
1b7689071d7bb0b43451f79c79aff16df0b0c930
[ "MIT" ]
null
null
null
(function(){ 'use strict' function NavController($scope, Auth, $rootScope) { var nav = this; nav.signedIn = Auth.isAuthenticated; nav.logout = Auth.logout; Auth.currentUser().then(function(user) { $rootScope.user = user; }); $scope.$on('devise:new-registration', function (e, user) {...
22.638889
65
0.603681
1bc0d618f3694abefe0b139d60c0623713f5dabf
6,392
js
JavaScript
node_modules/react-file-reader-input/lib/index.js
fachrurRz/wp-heatmap
af6561557eae2afb5e67a45e1e60fbafc5323181
[ "MIT" ]
null
null
null
node_modules/react-file-reader-input/lib/index.js
fachrurRz/wp-heatmap
af6561557eae2afb5e67a45e1e60fbafc5323181
[ "MIT" ]
null
null
null
node_modules/react-file-reader-input/lib/index.js
fachrurRz/wp-heatmap
af6561557eae2afb5e67a45e1e60fbafc5323181
[ "MIT" ]
null
null
null
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }...
43.189189
658
0.630006
1bc11e756b7801b8d1b34046b7d56e935ac07c37
612
js
JavaScript
client/components/tests/CountDown.test.js
andrew-rayco/metlink
0a0811ddb333b4f1232319ad1810d8cb21d3a5fc
[ "MIT" ]
null
null
null
client/components/tests/CountDown.test.js
andrew-rayco/metlink
0a0811ddb333b4f1232319ad1810d8cb21d3a5fc
[ "MIT" ]
4
2017-12-04T04:13:48.000Z
2022-02-10T05:37:47.000Z
client/components/tests/CountDown.test.js
andrew-rayco/metlink
0a0811ddb333b4f1232319ad1810d8cb21d3a5fc
[ "MIT" ]
null
null
null
import React from 'react' import Enzyme, { shallow } from 'enzyme' import EnzymeAdapter from 'enzyme-adapter-react-16' import { findByTestAttr } from '../../helpers/helpers' import CountDown from '../CountDown' Enzyme.configure({ adapter: new EnzymeAdapter() }) const props = { min: 25, sec: 10 } describe('CountDown...
30.6
81
0.687908
1bc2086b4fbf9f9bbf4618e597665fd60a972a30
220
js
JavaScript
server/server.js
yappps/Forked-Project-Feedback
c90cf2eae3eb601c26be475663db6d8483535a96
[ "MIT" ]
1
2019-06-20T07:46:58.000Z
2019-06-20T07:46:58.000Z
server/server.js
yappps/Forked-Project-Feedback
c90cf2eae3eb601c26be475663db6d8483535a96
[ "MIT" ]
4
2021-05-07T16:04:09.000Z
2022-01-22T05:12:42.000Z
server/server.js
yappps/Forked-Project-Feedback
c90cf2eae3eb601c26be475663db6d8483535a96
[ "MIT" ]
1
2018-04-18T05:50:38.000Z
2018-04-18T05:50:38.000Z
const { port } = require("./config"); const app = require("./app"); const server = app.listen(port, function() { // eslint-disable-next-line no-console console.log("Listening on port " + server.address().port); });
27.5
60
0.654545
1bc26a972203edc8e0d51d36f5b3e01e0cfceb3f
2,130
js
JavaScript
gatsby-config.js
justsolomon/textify
4add622bdbbce889f5388ac05a5fe5eb24c6c396
[ "0BSD" ]
null
null
null
gatsby-config.js
justsolomon/textify
4add622bdbbce889f5388ac05a5fe5eb24c6c396
[ "0BSD" ]
null
null
null
gatsby-config.js
justsolomon/textify
4add622bdbbce889f5388ac05a5fe5eb24c6c396
[ "0BSD" ]
null
null
null
//to disable netlify deploy previews from being crawled const { NODE_ENV, URL: NETLIFY_SITE_URL = 'https://textify-image.netlify.app/', DEPLOY_PRIME_URL: NETLIFY_DEPLOY_URL = NETLIFY_SITE_URL, CONTEXT: NETLIFY_ENV = NODE_ENV, } = process.env; const isNetlifyProduction = NETLIFY_ENV === 'production'; const siteU...
25.662651
86
0.53662
1bc4a3f20af51f7f67a2c7862645edc9ed9d8876
369
js
JavaScript
examples/gulpfile.js
amaranter/postcss-selector-prefixer
9280ff13f704b75d56727d0f7f929d5e3eca161f
[ "MIT" ]
4
2016-10-14T14:11:32.000Z
2021-01-02T00:26:49.000Z
examples/gulpfile.js
amaranter/postcss-selector-prefixer
9280ff13f704b75d56727d0f7f929d5e3eca161f
[ "MIT" ]
3
2016-09-22T02:49:17.000Z
2018-05-05T08:13:45.000Z
examples/gulpfile.js
ronnyamarante/postcss-selector-prefixer
9280ff13f704b75d56727d0f7f929d5e3eca161f
[ "MIT" ]
2
2016-09-22T05:04:44.000Z
2019-06-21T03:01:29.000Z
var gulp = require('gulp'); var postcss = require('gulp-postcss'); gulp.task('stylesheet', function(){ return gulp.src('./src/style.css') .pipe(postcss([require('../index.js')({ prefix: 'myPrefix_' })])) // Should use 'postcss-selector-prefixer' instead index.js .pipe(gulp.dest('./di...
33.545455
128
0.604336
1bc4d2f9752cdb25baf09b91645361f98ff22655
4,694
js
JavaScript
js/dist/Values.js
AsoDesu/QualsWebsite
b0daac03227e3d7ec51f5aa42fcc201ab8d44f7b
[ "MIT" ]
null
null
null
js/dist/Values.js
AsoDesu/QualsWebsite
b0daac03227e3d7ec51f5aa42fcc201ab8d44f7b
[ "MIT" ]
null
null
null
js/dist/Values.js
AsoDesu/QualsWebsite
b0daac03227e3d7ec51f5aa42fcc201ab8d44f7b
[ "MIT" ]
null
null
null
"use strict"; var LostIt = { Size: 44, SpecificPacketSize: 0, Id: "00000000-0000-0000-0000-000000000000", From: "00000000-0000-0000-0000-000000000000", Type: 11, SpecificPacket: { EventId: "4080fc94-4bab-460e-9595-62d7f2ad7718", Parameters: { Beatmap: { ...
35.293233
136
0.563059
1bc70c7b20a512958b732eff69af9e7147211a67
470
js
JavaScript
sample.js
heineiuo/tree-assign
9db572c525f1b5404a50823b9ada90ec5de5608c
[ "MIT" ]
null
null
null
sample.js
heineiuo/tree-assign
9db572c525f1b5404a50823b9ada90ec5de5608c
[ "MIT" ]
null
null
null
sample.js
heineiuo/tree-assign
9db572c525f1b5404a50823b9ada90ec5de5608c
[ "MIT" ]
null
null
null
const { Tree } = require('.') console.log(JSON.stringify(Tree.assign( [ { id: '1', children: [ { id: '1.1' }, { id: '1.2' }, { id: '1.5' } ] } ], [ { id: '1', children: [ { id: '1.2' }, { id: '1.3' }, { id: '1.4' }, ...
14.242424
39
0.242553
1bc730f5eee169e68dbf926e4e903f5fa8b5ff2e
794
js
JavaScript
rollup.test.config.js
poulzinho/kondor
06d5f38c14e9e72847f0020569c64ebcc1273899
[ "MIT" ]
null
null
null
rollup.test.config.js
poulzinho/kondor
06d5f38c14e9e72847f0020569c64ebcc1273899
[ "MIT" ]
3
2021-09-02T10:45:11.000Z
2022-02-13T12:23:14.000Z
rollup.test.config.js
poulzinho/kondor-design
06d5f38c14e9e72847f0020569c64ebcc1273899
[ "MIT" ]
null
null
null
import babel from '@rollup/plugin-babel'; import resolve from '@rollup/plugin-node-resolve'; import common from '@rollup/plugin-commonjs'; import multiEntry from '@rollup/plugin-multi-entry'; export default [ { input: 'src/**/*test.ts', output: { file: 'test/bundle.test.js', ...
25.612903
52
0.429471
1bc779167c985e5802620f5b177285dc048ea7bc
206
js
JavaScript
src/events/common.js
jadenjack/signaling-server
5bea93301ff52ce7a66049c67be3944e8131abbf
[ "MIT" ]
null
null
null
src/events/common.js
jadenjack/signaling-server
5bea93301ff52ce7a66049c67be3944e8131abbf
[ "MIT" ]
null
null
null
src/events/common.js
jadenjack/signaling-server
5bea93301ff52ce7a66049c67be3944e8131abbf
[ "MIT" ]
1
2019-02-10T09:16:47.000Z
2019-02-10T09:16:47.000Z
// It is a handler of 'echo' event. (The event name is echo) const echo = ({ socket }) => (data) => { socket.emit('echo', data); }; // module.exports must have event handlers. module.exports = { echo };
25.75
60
0.626214
1bc8a9f1eb36f4e7510f72965ad890182972dc3b
1,009
js
JavaScript
src/pages/feedback.js
linuxdev-br/2019linuxdev-br
3e2727ee158d3aa78df813de5edbdc885b2cea27
[ "MIT" ]
1
2019-07-09T13:00:59.000Z
2019-07-09T13:00:59.000Z
src/pages/feedback.js
linuxdev-br/2019linuxdev-br
3e2727ee158d3aa78df813de5edbdc885b2cea27
[ "MIT" ]
11
2019-08-17T18:46:11.000Z
2022-02-12T12:28:42.000Z
src/pages/feedback.js
linuxdev-br/2019linuxdev-br
3e2727ee158d3aa78df813de5edbdc885b2cea27
[ "MIT" ]
1
2019-08-17T19:46:58.000Z
2019-08-17T19:46:58.000Z
import React from 'react'; import styled from 'styled-components'; import { Container } from '@components/global'; import Layout from '@common/Layout'; import Navbar from '@common/Navbar'; import Header from '@sections/Header'; import Footer from '@sections/Footer'; const Feedback = () => ( <Layout> <Navbar />...
22.931818
129
0.598612
1bc8fb182bc02165c56b9beee035e30bd170583f
360
js
JavaScript
net/web/src/context/CardContext.js
balzack/DataBag
42bd9607e8fe7e616fc7dbf62eb36cb8407fed05
[ "Apache-2.0" ]
null
null
null
net/web/src/context/CardContext.js
balzack/DataBag
42bd9607e8fe7e616fc7dbf62eb36cb8407fed05
[ "Apache-2.0" ]
null
null
null
net/web/src/context/CardContext.js
balzack/DataBag
42bd9607e8fe7e616fc7dbf62eb36cb8407fed05
[ "Apache-2.0" ]
1
2022-01-04T17:04:32.000Z
2022-01-04T17:04:32.000Z
import { createContext } from 'react'; import { useCardContext } from './useCardContext.hook'; export const CardContext = createContext({}); export function CardContextProvider({ children }) { const { state, actions } = useCardContext(); return ( <CardContext.Provider value={{ state, actions }}> {childr...
24
55
0.683333
1bc9f38c50cfb06a434333be30c9754946c3cb83
1,323
js
JavaScript
client/modules/Home/components/List/List.js
lordknight1904/hotcoinMarket
8d823c28ffb85974ac7916fe6225a9c67e04e8fc
[ "MIT" ]
null
null
null
client/modules/Home/components/List/List.js
lordknight1904/hotcoinMarket
8d823c28ffb85974ac7916fe6225a9c67e04e8fc
[ "MIT" ]
null
null
null
client/modules/Home/components/List/List.js
lordknight1904/hotcoinMarket
8d823c28ffb85974ac7916fe6225a9c67e04e8fc
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import Pager from 'react-pager'; import Detail from './Detail'; import { getBuy, getSell } from '../../HomeReducer'; class List extends Component { constructor(props) { super(props); this.sta...
21.33871
70
0.539683
1bca02d5101a693dce936c284e53a7b3f10d1d58
207
js
JavaScript
manual/manual.js
tcollinsworth/logger
4a42981c215c71901877d9158f4ae9db19579b31
[ "MIT" ]
null
null
null
manual/manual.js
tcollinsworth/logger
4a42981c215c71901877d9158f4ae9db19579b31
[ "MIT" ]
null
null
null
manual/manual.js
tcollinsworth/logger
4a42981c215c71901877d9158f4ae9db19579b31
[ "MIT" ]
null
null
null
import { LogManager } from '../index' export function start() { const lm = new LogManager() const log = lm.getLogger('foo') log.info('info green') log.warn('warn yellow') log.error('error red') }
20.7
37
0.652174
1bca6278e3934a29ce677d7eca09dfec9fba0d40
1,100
js
JavaScript
index.js
vkarpov15/pubnub-next-chat
d4a53c617534ebc75bc4a43f01397b20565d35cc
[ "Apache-2.0" ]
2
2017-05-10T20:17:08.000Z
2018-03-14T17:30:11.000Z
index.js
vkarpov15/pubnub-next-chat
d4a53c617534ebc75bc4a43f01397b20565d35cc
[ "Apache-2.0" ]
null
null
null
index.js
vkarpov15/pubnub-next-chat
d4a53c617534ebc75bc4a43f01397b20565d35cc
[ "Apache-2.0" ]
null
null
null
'use strict' const body = require('body-parser'); const express = require('express'); const next = require('next'); const app = next({ dev: true }); const handle = app.getRequestHandler(); const PubNub = require('pubnub'); const { port, publishKey, subscribeKey } = require('./config'); const pubnub = new PubNub({ p...
20.754717
63
0.6
1bcb655f3a0933b75a6bd03589b84485e44e6121
1,202
js
JavaScript
src/components/layout/layout.styles.js
oznasi1/The-Magic
4aa960c5fa22afe0777d5d09ec4daa14f15f12ad
[ "MIT" ]
null
null
null
src/components/layout/layout.styles.js
oznasi1/The-Magic
4aa960c5fa22afe0777d5d09ec4daa14f15f12ad
[ "MIT" ]
null
null
null
src/components/layout/layout.styles.js
oznasi1/The-Magic
4aa960c5fa22afe0777d5d09ec4daa14f15f12ad
[ "MIT" ]
null
null
null
import styled from "styled-components" import { Button as Btn } from "react-bootstrap" export const LayoutContainer = styled.div.attrs(() => ({ className: "demo", }))` background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg"); ` export const Container = styled.div` position: absol...
22.259259
91
0.664725
1bcc8596d86d2513fb700da3c216770d7cfec9d0
2,202
js
JavaScript
src/tasks/build/babel-standalone.js
sihotang/antask
3d2281470d0e57c18f8d3df6a172fa6234b445e7
[ "MIT" ]
null
null
null
src/tasks/build/babel-standalone.js
sihotang/antask
3d2281470d0e57c18f8d3df6a172fa6234b445e7
[ "MIT" ]
null
null
null
src/tasks/build/babel-standalone.js
sihotang/antask
3d2281470d0e57c18f8d3df6a172fa6234b445e7
[ "MIT" ]
null
null
null
/** * This content is released under The MIT License * * Copyright (c) 2018 Sopar Sihotang * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limi...
34.40625
82
0.650318
1bcc9fd60540c45392f1e1ca0ddfe4069f478226
441
js
JavaScript
web/app/assets/javascripts/common.js
knovoselic/going-postal
75e05d440fbff95c1239b35b911ceb272789cc95
[ "MIT" ]
null
null
null
web/app/assets/javascripts/common.js
knovoselic/going-postal
75e05d440fbff95c1239b35b911ceb272789cc95
[ "MIT" ]
null
null
null
web/app/assets/javascripts/common.js
knovoselic/going-postal
75e05d440fbff95c1239b35b911ceb272789cc95
[ "MIT" ]
null
null
null
$.rails.allowAction = function(link) { var message = link.attr('data-confirm'); if (!message) { return true; } BootstrapDialog.confirm({ title: 'Danger', message: message, type: BootstrapDialog.TYPE_DANGER, callback: function(result) { if(result) { $.rails.confirmed(link); } } }); r...
22.05
45
0.643991
1bcd194acb5a131db3d8c28db1431b597a6b39ae
3,126
js
JavaScript
web/app/themes/Foody/resources/js/common/follow.js
wisamsh/foody
8a0630219e0bfbd3221d39eca02c6d015b84a7ee
[ "MIT" ]
null
null
null
web/app/themes/Foody/resources/js/common/follow.js
wisamsh/foody
8a0630219e0bfbd3221d39eca02c6d015b84a7ee
[ "MIT" ]
null
null
null
web/app/themes/Foody/resources/js/common/follow.js
wisamsh/foody
8a0630219e0bfbd3221d39eca02c6d015b84a7ee
[ "MIT" ]
null
null
null
/** * Created by moveosoftware on 7/22/18. */ $(document).ready(() => { let $follow = $('.btn-follow'); if ($follow.length) { $follow.each(function () { let $this = $(this); $this.on('click',() => { if (foodyGlobals.loggedIn == false) { ...
29.214953
83
0.409789
1bcdaf0eff98a71b1ab8dbdf6d1fd840022aa9cd
1,341
js
JavaScript
src/Spah.State.js
danski/spah
b7a864a6658df9909ea55fd6e9530d8e2aae7599
[ "MIT" ]
1
2015-07-28T19:24:20.000Z
2015-07-28T19:24:20.000Z
src/Spah.State.js
danski/spah
b7a864a6658df9909ea55fd6e9530d8e2aae7599
[ "MIT" ]
null
null
null
src/Spah.State.js
danski/spah
b7a864a6658df9909ea55fd6e9530d8e2aae7599
[ "MIT" ]
null
null
null
/** * class Spah.State < Spah.SpahQL * * Spah.State is the wrapping class for the <code>state</code> defined by your application. * It supports querying and assertions against the state and is also responsible for deep-merging * state updates from the server and dispatching modification events to your responders....
31.928571
132
0.668158
1bd164c7fc1f7932a8ebccd09370b631abbc2a8c
403
js
JavaScript
src/components/forms/ErrorMessage.js
guimkogus/Grabby
e107d3d1aa8912bb1bf535dfc614d650e55eb7fa
[ "MIT" ]
null
null
null
src/components/forms/ErrorMessage.js
guimkogus/Grabby
e107d3d1aa8912bb1bf535dfc614d650e55eb7fa
[ "MIT" ]
4
2021-10-06T19:54:42.000Z
2022-02-27T08:02:48.000Z
src/components/forms/ErrorMessage.js
guimkogus/Grabby
e107d3d1aa8912bb1bf535dfc614d650e55eb7fa
[ "MIT" ]
null
null
null
import React from "react"; import { StyleSheet } from "react-native"; import AppText from "../utils/AppText"; import colors from "../../config/colors"; export default ({ error, visible }) => { if (!error || !visible) return null; return <AppText style={styles.error}>{error}</AppText>; }; const styles = StyleShe...
21.210526
57
0.650124
1bd18c3f33629ade28491609a223ad96a48af77e
577
js
JavaScript
src/components/leaderEcharts/index.js
zhangfanyitong/leader_add
b4fbfa4ed8113d69d1e824e75d2df1a89d7dfb8d
[ "MIT" ]
null
null
null
src/components/leaderEcharts/index.js
zhangfanyitong/leader_add
b4fbfa4ed8113d69d1e824e75d2df1a89d7dfb8d
[ "MIT" ]
1
2020-07-19T04:25:44.000Z
2020-07-19T04:25:44.000Z
src/components/leaderEcharts/index.js
zhangfanyitong/leader_add
b4fbfa4ed8113d69d1e824e75d2df1a89d7dfb8d
[ "MIT" ]
null
null
null
export {default as leaderLeftOne } from './leaderLeftOne.vue'; export {default as leaderLeftTwo } from './leaderLeftTwo.vue'; export {default as leaderCenterOne } from './leaderCenterOne.vue'; export {default as leaderCenterTwo } from './leaderCenterTwo.vue'; export {default as leaderRightOne } from './leaderRightOne.v...
57.7
66
0.766031
1bd4e65697c5800424afb8aaeb4bbeddd3f2cc27
3,586
js
JavaScript
src/React/src/Components/homepagecontent.js
423s22/G1
449f96127544eceb19c0612a6ac73c4134fde2a5
[ "MIT" ]
1
2022-02-10T18:40:40.000Z
2022-02-10T18:40:40.000Z
src/React/src/Components/homepagecontent.js
423s22/G1
449f96127544eceb19c0612a6ac73c4134fde2a5
[ "MIT" ]
12
2022-02-16T20:20:48.000Z
2022-03-22T18:17:27.000Z
src/React/src/Components/homepagecontent.js
423s22/G1
449f96127544eceb19c0612a6ac73c4134fde2a5
[ "MIT" ]
2
2022-02-12T03:02:16.000Z
2022-03-31T21:29:04.000Z
import React from "react"; import "./homePageContentStyle.css"; import Footer from "../Components/footer"; import Hank from "../images/header-background.jpg"; import "../index.css"; function HomePageContent() { return ( <div className="home-page-content"> <div className="flex"> <div className="hpc-...
38.148936
79
0.573898
1bd6988fda11282e20322d5db4df36fb2c3f948d
1,870
js
JavaScript
Server/Okdoki/specs/casperjs/02-casper-sign-in.js
da99/megauni.alpha
65e402cc139e45f043e67a9384caf77d1fcbe5b7
[ "MIT" ]
null
null
null
Server/Okdoki/specs/casperjs/02-casper-sign-in.js
da99/megauni.alpha
65e402cc139e45f043e67a9384caf77d1fcbe5b7
[ "MIT" ]
null
null
null
Server/Okdoki/specs/casperjs/02-casper-sign-in.js
da99/megauni.alpha
65e402cc139e45f043e67a9384caf77d1fcbe5b7
[ "MIT" ]
null
null
null
// // === Sign-ing in // var base_funcs = require("/home/da/imp/MyLife/apps/SITES/okdoki/test/casper_base"); var casper = base_funcs.new_casper(); var exists_f = base_funcs.create_exists; var test_f = base_funcs.create_test; var base_url = 'http://localhost:' + casper.cli.args[0]; var msg = function () {...
27.101449
114
0.662032
1bd70e2defe5f7b70274d6ef23f474b3263cd3f1
4,263
js
JavaScript
src/components/alerts/stores/alertDetailsStore.js
neenhouse/haystack-ui
6ef8d00c787014d5e4c2af7938ba4862ca73e0a1
[ "Apache-2.0" ]
106
2017-08-10T21:43:47.000Z
2022-02-25T06:00:17.000Z
src/components/alerts/stores/alertDetailsStore.js
neenhouse/haystack-ui
6ef8d00c787014d5e4c2af7938ba4862ca73e0a1
[ "Apache-2.0" ]
398
2017-11-06T22:27:32.000Z
2020-10-26T19:38:51.000Z
src/components/alerts/stores/alertDetailsStore.js
neenhouse/haystack-ui
6ef8d00c787014d5e4c2af7938ba4862ca73e0a1
[ "Apache-2.0" ]
29
2017-08-07T16:57:03.000Z
2021-07-01T09:12:15.000Z
/* * Copyright 2018 Expedia Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
42.207921
229
0.588084
1bd71ce771ff9a05d5bfdc98d3b11f21a9b18452
92
js
JavaScript
lesson_5/practice-problem-5.js
JDGuillaume/launch-school-javascript-130
8607fb79dff530da6ca0070f1de054c83c351574
[ "MIT" ]
null
null
null
lesson_5/practice-problem-5.js
JDGuillaume/launch-school-javascript-130
8607fb79dff530da6ca0070f1de054c83c351574
[ "MIT" ]
null
null
null
lesson_5/practice-problem-5.js
JDGuillaume/launch-school-javascript-130
8607fb79dff530da6ca0070f1de054c83c351574
[ "MIT" ]
null
null
null
function afteNSeconds(callback, seconds) { return setTimeout(callback, seconds * 1000); }
23
46
0.76087
1bd76106f4e14c6b527b2132f76c31e130fe0abe
1,536
js
JavaScript
src/api/Im/listingMonitoring.js
fguo520/office
1b08626796faa15ea136b2f28b7f8934dbe16251
[ "Apache-2.0" ]
null
null
null
src/api/Im/listingMonitoring.js
fguo520/office
1b08626796faa15ea136b2f28b7f8934dbe16251
[ "Apache-2.0" ]
null
null
null
src/api/Im/listingMonitoring.js
fguo520/office
1b08626796faa15ea136b2f28b7f8934dbe16251
[ "Apache-2.0" ]
null
null
null
import createAxios from '@/utils/axios' const request = createAxios(process.env.BASE_API) export function getList(data) { return request({ url: '/shApi/listing/page', method: 'post', data }) } export function getType(params) { return request({ url: '/shApi/listing/platform/info', method: 'get...
20.756757
99
0.664714
1bd7e234bd321e1e0f048f4c36396b8b1fc1b9cf
4,018
js
JavaScript
app/utils/Componenets/FullFilterHeaderComponent/Styles.js
hayait599/Eat
e50f4c64f3de082266366fa78dc835f7aaddccf6
[ "MIT" ]
null
null
null
app/utils/Componenets/FullFilterHeaderComponent/Styles.js
hayait599/Eat
e50f4c64f3de082266366fa78dc835f7aaddccf6
[ "MIT" ]
null
null
null
app/utils/Componenets/FullFilterHeaderComponent/Styles.js
hayait599/Eat
e50f4c64f3de082266366fa78dc835f7aaddccf6
[ "MIT" ]
null
null
null
import { responsiveHeight, responsiveWidth, responsiveFontSize } from 'react-native-responsive-dimensions'; /** * Used for styling FilterHeader components. * * @constant Styles * @type {object} */ const Styles = { advertisement: { alignItems: 'center', height: responsiveHeight(10) }, contain...
23.497076
72
0.664012
1bdaaa07f1d2f530abdc492d32c806f774701857
1,308
js
JavaScript
gulp/tasks/scripts.js
jorgefernandes/lighthouseads
77345167f903d170041059d8527e39ce70349692
[ "MIT" ]
1
2020-01-07T15:49:34.000Z
2020-01-07T15:49:34.000Z
gulp/tasks/scripts.js
jorgefernandes/lighthouseads
77345167f903d170041059d8527e39ce70349692
[ "MIT" ]
1
2017-03-04T19:14:09.000Z
2017-03-04T19:14:09.000Z
gulp/tasks/scripts.js
jorgefernandes/lighthouseads
77345167f903d170041059d8527e39ce70349692
[ "MIT" ]
null
null
null
'use strict'; var gulp = require("gulp"); var config = require('../config'); var sourcemaps = require('gulp-sourcemaps'); var concat = require('gulp-concat'); var uglify = require('gulp-uglify'); var handleErrors = require('../utils/handleErrors'); var browserify = require('browserify'); var source = require('vinyl-so...
29.066667
92
0.683486
1bdb30f04454fbbfd8857226b7d7bddfe89197f9
1,978
js
JavaScript
public/mbi/js/admin-rounds.js
carriestienen/mbi
21e675da3acee4a1be1ef7e74fa0c3fe0ab6c0c9
[ "MIT" ]
null
null
null
public/mbi/js/admin-rounds.js
carriestienen/mbi
21e675da3acee4a1be1ef7e74fa0c3fe0ab6c0c9
[ "MIT" ]
null
null
null
public/mbi/js/admin-rounds.js
carriestienen/mbi
21e675da3acee4a1be1ef7e74fa0c3fe0ab6c0c9
[ "MIT" ]
null
null
null
jQuery(document).ready(function(e){if(e("#round-controls").length){var t=e("body"),a=e("#initial-state"),s=e("#show-blanks"),n=e("#capture-button"),o=e("#end-round"),i=e("#next-round"),l=e("#sub-total"),d=e("#team-1"),r=e("#team-2"),c=e("#toggle-center"),u=e("#toggle-team-1"),m=e("#toggle-team-2"),v=e("#wrong-clear"),C...
1,978
1,978
0.684024
1bdbbc96b97999cf0f53e2adc62e0cfc8a3d84f0
4,365
js
JavaScript
work/exampleeQNB.js
stinsonga/geo-prime-workspace
809669151912bd1da839334b4a673c5070177477
[ "CC0-1.0" ]
null
null
null
work/exampleeQNB.js
stinsonga/geo-prime-workspace
809669151912bd1da839334b4a673c5070177477
[ "CC0-1.0" ]
null
null
null
work/exampleeQNB.js
stinsonga/geo-prime-workspace
809669151912bd1da839334b4a673c5070177477
[ "CC0-1.0" ]
null
null
null
function my_function676(){ //64787115207463804040422455628695TriEEufRrcRmUkHkQiOgcISMlYYDbpHx } function my_function006(){ //87364912237334201606968403381749dQkkREzZnOnMmaackkVbitTTHIufIYgH } function my_function326(){ //22140196647944081475607110140586cgnnGYCeINBpLsMWEDLpTdJjBbWdmHZk } function my_function365(){ /...
32.095588
66
0.886598
1bdc029a581d03d0d826686929f4eaffbf06b90a
3,854
js
JavaScript
CustomerOrderServicesWeb/WebContent/dojo_built/dojo/dojo/cldr/nls/af/gregorian.js
nerav-doshi/cos-with-toolkit
f61d210e2f2a2d522f889f6901a3dc00ff2201bb
[ "Apache-2.0" ]
2
2020-04-17T14:10:52.000Z
2021-02-17T21:47:28.000Z
CustomerOrderServicesWeb/WebContent/dojo_built/dojo/dojo/cldr/nls/af/gregorian.js
nerav-doshi/cos-with-toolkit
f61d210e2f2a2d522f889f6901a3dc00ff2201bb
[ "Apache-2.0" ]
2
2021-01-30T03:54:17.000Z
2021-01-30T23:24:54.000Z
CustomerOrderServicesWeb/WebContent/dojo_built/dojo/dojo/cldr/nls/af/gregorian.js
nerav-doshi/cos-with-toolkit
f61d210e2f2a2d522f889f6901a3dc00ff2201bb
[ "Apache-2.0" ]
15
2020-03-10T01:36:57.000Z
2022-03-19T07:17:46.000Z
({"dateFormatItem-yM":"M/y","field-dayperiod":"AM/PM","dateFormatItem-yQ":"Q y","dayPeriods-format-wide-pm":"nm.","field-minute":"Minuut","eraNames":["voor Christus","na Christus"],"dateFormatItem-MMMEd":"E, MMM d","field-day-relative+-1":"gister","field-weekday":"Weeksdag","dateFormatItem-yQQQ":"QQQ y","field-day-rela...
3,854
3,854
0.657758
1bdc043e3b17e01146173ddc1d8c1fcd6704774a
1,263
js
JavaScript
src/components/layout.js
jackjona123/covid19-screening
dddfd5eab03757ac4899f066b360eb24ede8b939
[ "Apache-2.0" ]
4
2020-11-06T20:40:49.000Z
2022-01-11T22:09:17.000Z
src/components/layout.js
jackjona123/covid19-screening
dddfd5eab03757ac4899f066b360eb24ede8b939
[ "Apache-2.0" ]
null
null
null
src/components/layout.js
jackjona123/covid19-screening
dddfd5eab03757ac4899f066b360eb24ede8b939
[ "Apache-2.0" ]
6
2020-09-24T14:05:50.000Z
2022-02-16T03:36:31.000Z
import React, { useContext, useEffect } from "react" import { GlobalStateContext } from "../context/global-context-provider" import { SkipNavLink } from "@reach/skip-nav" import Header from "./header" import Footer from "./footer" import SEO from "./seo" import { general } from "../localized_content" import { navigate...
32.384615
96
0.665083
1bdd73da5609522303859627245f8eadc0ebcfbb
1,384
js
JavaScript
html/js/add_Ccreditors.js
DimpalGondaliyaa/rud
a1801ff4c5166d0e9eae3861475fbe80acf4b86f
[ "MIT" ]
null
null
null
html/js/add_Ccreditors.js
DimpalGondaliyaa/rud
a1801ff4c5166d0e9eae3861475fbe80acf4b86f
[ "MIT" ]
null
null
null
html/js/add_Ccreditors.js
DimpalGondaliyaa/rud
a1801ff4c5166d0e9eae3861475fbe80acf4b86f
[ "MIT" ]
1
2018-09-17T05:33:01.000Z
2018-09-17T05:33:01.000Z
$(function() { var baseurl = $("#base_url").val(); $('.addcadi').on("click",function() { var condata = new FormData($("#addcredifrm")[0]); $.ajax({ url : baseurl+"Add_Ccreditors/add_caddd/", type :"POST", data :condata, contentType:false, pro...
25.163636
65
0.491329
1bde237cb31db9ca903de2fe04e1c7788b69945b
155
js
JavaScript
web/admin/src/pages/Customer/index.js
dy201/beer-shop
4ec550cc900f86937fa5202dae0da6d9e0d7d14a
[ "MIT" ]
null
null
null
web/admin/src/pages/Customer/index.js
dy201/beer-shop
4ec550cc900f86937fa5202dae0da6d9e0d7d14a
[ "MIT" ]
null
null
null
web/admin/src/pages/Customer/index.js
dy201/beer-shop
4ec550cc900f86937fa5202dae0da6d9e0d7d14a
[ "MIT" ]
null
null
null
import React, {useState} from "react"; export default function Customer() { return ( <div> Customer </div> ) }
14.090909
38
0.496774
1bdedc097ac43ab89dd2f701466f1f4fbb7504b4
1,668
js
JavaScript
homebase/user-interface/src/components/PreviousWaypointsList/index.js
CSUFTitanRover/TitanRover2018
4926d377322a37ba644d7e852faa305fb8bb9b55
[ "Apache-2.0" ]
16
2017-09-01T23:33:17.000Z
2021-01-04T02:41:19.000Z
homebase/user-interface/src/components/PreviousWaypointsList/index.js
CSUFTitanRover/TitanRover2018
4926d377322a37ba644d7e852faa305fb8bb9b55
[ "Apache-2.0" ]
56
2017-08-30T01:14:46.000Z
2021-02-28T22:18:44.000Z
homebase/user-interface/src/components/PreviousWaypointsList/index.js
CSUFTitanRover/TitanRover2018
4926d377322a37ba644d7e852faa305fb8bb9b55
[ "Apache-2.0" ]
15
2017-09-14T19:55:55.000Z
2020-05-03T19:44:39.000Z
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import has from 'lodash.has'; import Typography from '@material-ui/core/Typography'; import grey from '@material-ui/core/colors/grey'; import { withStyles } from '@material-ui/core/styles'; import DeepstreamRecordProvider from '../../utils/De...
24.529412
93
0.646283
1be0eee5c5b4e9bd1b4bfb228ac77f6c8106b866
1,911
js
JavaScript
client/scripts/challenges/rosettacode/formatted/F/Formatted numeric output.js
NitronR/arcade-mode
50f1dc05f7c3c045c65e2ce66add15a5c7273c36
[ "BSD-3-Clause" ]
null
null
null
client/scripts/challenges/rosettacode/formatted/F/Formatted numeric output.js
NitronR/arcade-mode
50f1dc05f7c3c045c65e2ce66add15a5c7273c36
[ "BSD-3-Clause" ]
null
null
null
client/scripts/challenges/rosettacode/formatted/F/Formatted numeric output.js
NitronR/arcade-mode
50f1dc05f7c3c045c65e2ce66add15a5c7273c36
[ "BSD-3-Clause" ]
null
null
null
/* eslint spaced-comment: 0 */ /* eslint no-redeclare: 0 */ /* eslint no-unused-vars: 0 */ const assert = require('assert'); /// title: Formatted numeric output /// type: rosetta-code /// categories: /// Text processing /// Simple /// difficulty: 1 /// description: /// <div class="rosetta"> /// <dl class="rosetta...
41.543478
239
0.698587
1be1a444354dc8abfa939368df76b70010dba39b
1,560
js
JavaScript
assets/javascript/test.js
JPSauSara/week-4-game
9f868f4acd07da87954294c3a81d88a1611f1f54
[ "MIT" ]
null
null
null
assets/javascript/test.js
JPSauSara/week-4-game
9f868f4acd07da87954294c3a81d88a1611f1f54
[ "MIT" ]
null
null
null
assets/javascript/test.js
JPSauSara/week-4-game
9f868f4acd07da87954294c3a81d88a1611f1f54
[ "MIT" ]
null
null
null
// References and things we tested --------------------------------------------------- // $(document).ready(function() { // var pbjCounter = 0; // $(".bluegem").on("click", function() { // alert("Mmm... Peanut Butter Jelly Time."); // pbjCounter++; // alert("You've eaten " + pbjCounter...
35.454545
86
0.532692
1be20ad1e40659823d602225f0d110b61185c4e1
6,966
js
JavaScript
js/sun.js
chrdmagi/chrdmagi.github.io
032ec732daaee4c6d4ed375f08b209e163713d36
[ "MIT" ]
null
null
null
js/sun.js
chrdmagi/chrdmagi.github.io
032ec732daaee4c6d4ed375f08b209e163713d36
[ "MIT" ]
null
null
null
js/sun.js
chrdmagi/chrdmagi.github.io
032ec732daaee4c6d4ed375f08b209e163713d36
[ "MIT" ]
null
null
null
"use strict"; var switcher = document.getElementById('switcher'); var aniSwitcher = document.getElementById('animation-switcher'); var signal = document.getElementById('signal'); var aniSignal = document.getElementById('animation-signal'); var sun = document.getElementById('sun'); var sunShadow = document.getElementBy...
39.134831
130
0.678725
1be22256511f8cd81df1630e4ab8e9afca20d6c6
3,017
js
JavaScript
core/static/js/eventTime.js
pascalopitz/microweb
b5c2c6351d814ebdee55f41505d9500404fd309a
[ "MIT" ]
11
2015-01-02T12:19:14.000Z
2019-09-25T13:31:09.000Z
core/static/js/eventTime.js
pascalopitz/microweb
b5c2c6351d814ebdee55f41505d9500404fd309a
[ "MIT" ]
17
2015-01-16T23:15:05.000Z
2020-06-05T16:58:49.000Z
core/static/js/eventTime.js
pascalopitz/microweb
b5c2c6351d814ebdee55f41505d9500404fd309a
[ "MIT" ]
7
2015-10-29T14:40:45.000Z
2021-06-03T10:44:55.000Z
// This file is used to display event times correctly. It is not used on the // create or edit pages //////////////// // LOCAL TIME // //////////////// (function(){ // A simple case of pulling the UTC values in the page, and allowing the // JavaScript locale to dictate the values. var startTime = null; var en...
45.712121
164
0.565794
1be2e37f41ec5d87d0f8522b1aac08bd51512bc3
4,968
js
JavaScript
static/js/index.js
dookbook/dookbook-webfront
30cc4b9fb4da82b0b215db5a1ce82b2e1208f32c
[ "Apache-2.0" ]
null
null
null
static/js/index.js
dookbook/dookbook-webfront
30cc4b9fb4da82b0b215db5a1ce82b2e1208f32c
[ "Apache-2.0" ]
null
null
null
static/js/index.js
dookbook/dookbook-webfront
30cc4b9fb4da82b0b215db5a1ce82b2e1208f32c
[ "Apache-2.0" ]
null
null
null
/* index page */ /* 首页 - 显示信封 */ function showEnvelope () { var canvas = document.querySelector('#introduce canvas') var ctx = canvas.getContext('2d') canvas.style.width = document.body.scrollWidth + 'px' ctx.beginPath() ctx.shadowBlur = 6 ctx.shadowOffsetY = 2 ctx.shadowColor = '#000' ctx.moveTo(0, 0)...
26.147368
68
0.63587
1be3d1813bc550cbfa2645105bca2b9fa4036c61
9,775
js
JavaScript
src/views/base/Permissions/Permissions.js
Sachinexpdev/NewForentedGYmPortal
8075d6abce1102f71c903298355961bb1a5013f8
[ "MIT" ]
null
null
null
src/views/base/Permissions/Permissions.js
Sachinexpdev/NewForentedGYmPortal
8075d6abce1102f71c903298355961bb1a5013f8
[ "MIT" ]
null
null
null
src/views/base/Permissions/Permissions.js
Sachinexpdev/NewForentedGYmPortal
8075d6abce1102f71c903298355961bb1a5013f8
[ "MIT" ]
null
null
null
import React, { useState,useEffect } from 'react' import { CButton, CCard, CCardBody, CCardHeader, CCol, CContainer, CJumbotron, CRow, CEmbed, CDropdown, CDropdownToggle, CDropdownDivider, CDropdownHeader, CModal, CModalBody, CModalFooter, CModalHeader, CModalTitle, CDropdownItem, ...
27.535211
203
0.507417
1be4305b4627fe02bc3f44fa212ffda3cca3c7d1
282
js
JavaScript
src/pages/AboutPage.js
juliuscecilia33/Portfolio
11d7cd5af8ee3808d917ca862b80d328cdfc1312
[ "MIT" ]
null
null
null
src/pages/AboutPage.js
juliuscecilia33/Portfolio
11d7cd5af8ee3808d917ca862b80d328cdfc1312
[ "MIT" ]
null
null
null
src/pages/AboutPage.js
juliuscecilia33/Portfolio
11d7cd5af8ee3808d917ca862b80d328cdfc1312
[ "MIT" ]
null
null
null
import React from "react"; import { HeaderContainer, FooterContainer, AboutContainer, } from "../containers"; export default function HomePage() { return ( <> <HeaderContainer bgColor="#f5ede3" /> <AboutContainer /> <FooterContainer /> </> ); }
16.588235
43
0.624113
1be45bc9df5c3fb9eae82cf83fc738399d07b909
265
js
JavaScript
test/events-test.js
cabhishek/ingen
dd921626c989c4855dad366f91ff911a4d45ee4a
[ "MIT" ]
1
2015-02-04T17:21:10.000Z
2015-02-04T17:21:10.000Z
test/events-test.js
philipwalton/ingen
0aa7ea2b492703a6709e991877a90fbc4d661219
[ "MIT" ]
null
null
null
test/events-test.js
philipwalton/ingen
0aa7ea2b492703a6709e991877a90fbc4d661219
[ "MIT" ]
null
null
null
var EventEmitter = require('events').EventEmitter; var expect = require('chai').expect; var events = require('../lib/events'); describe('events', function() { it('is an event emitter', function() { expect(events instanceof EventEmitter).to.be.ok; }); });
24.090909
52
0.675472
1be4e75cb94a76305fca5becf6e02a30968d3299
785
js
JavaScript
next-seo-config.js
dastasoft/redux-pokemon-tcg-shop
e751a46eb18d19d5c6679f9c208ca5300698f2fb
[ "MIT" ]
3
2021-12-15T00:03:28.000Z
2021-12-19T12:13:47.000Z
next-seo-config.js
dastasoft/redux-pokemon-tcg-shop
e751a46eb18d19d5c6679f9c208ca5300698f2fb
[ "MIT" ]
null
null
null
next-seo-config.js
dastasoft/redux-pokemon-tcg-shop
e751a46eb18d19d5c6679f9c208ca5300698f2fb
[ "MIT" ]
null
null
null
const config = { title: 'Pokemon TCG Shop', description: 'Buy Pokemon TCG Cards', canonical: 'https://redux-pokemon-tcg-shop.dastasoft.com/', languageAlternates: [ { hrefLang: 'en', href: 'https://redux-pokemon-tcg-shop.dastasoft.com/', }, ], openGraph: { profile: { username: '...
21.805556
76
0.574522
1be4e8efc731049128d65832337834cea7114707
121
js
JavaScript
lesson-3-tree-shaking/dist/5.js
liangfengbo/webpack
0b00e039e58bb58394231026aa368373eeb380cf
[ "MIT" ]
1
2018-12-17T09:20:52.000Z
2018-12-17T09:20:52.000Z
lesson-3-tree-shaking/dist/5.js
liangfengbo/webpack
0b00e039e58bb58394231026aa368373eeb380cf
[ "MIT" ]
3
2018-12-17T09:08:43.000Z
2018-12-18T06:48:26.000Z
lesson-3-tree-shaking/dist/5.js
liangfengbo/webpack
0b00e039e58bb58394231026aa368373eeb380cf
[ "MIT" ]
1
2018-12-18T08:07:23.000Z
2018-12-18T08:07:23.000Z
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{5:function(s,i,n){"use strict";n.r(i),i.default="this is B"}}]);
121
121
0.661157
1be50438367703012a49b8c52be5dbb414f47dcb
1,384
js
JavaScript
node_modules/react-icons-kit/ikons/pause.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
3
2020-11-28T12:19:12.000Z
2021-06-01T20:15:41.000Z
node_modules/react-icons-kit/ikons/pause.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
8
2021-03-09T19:53:42.000Z
2022-02-26T18:45:12.000Z
node_modules/react-icons-kit/ikons/pause.js
lananh265/social-network
8f74dae5affe298671ebbc80991866dd2630f946
[ "MIT" ]
4
2020-04-16T08:55:16.000Z
2021-01-15T17:53:02.000Z
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pause = void 0; var pause = { "viewBox": "0 0 64 64", "children": [{ "name": "g", "attribs": { "id": "PAUSE_1_", "enable-background": "new " }, "children": [{ "name": "g", "attribs": { ...
27.68
222
0.419798
1be515cf267523fb3ae7ea75f5488839bd2967ac
704
js
JavaScript
docs/html/search/functions_7.js
NickG-Math/Mackey
0bd1e5b8aca16f3422c4ab9c5656990e1b501e54
[ "MIT" ]
null
null
null
docs/html/search/functions_7.js
NickG-Math/Mackey
0bd1e5b8aca16f3422c4ab9c5656990e1b501e54
[ "MIT" ]
null
null
null
docs/html/search/functions_7.js
NickG-Math/Mackey
0bd1e5b8aca16f3422c4ab9c5656990e1b501e54
[ "MIT" ]
null
null
null
var searchData= [ ['hash_525',['Hash',['../classmackey_1_1Hash_3_01T_01_4.html#a9344850ba7c80c3a114c8b3c152ac820',1,'mackey::Hash&lt; T &gt;::Hash()'],['../classmackey_1_1Hash_3_01T_00_01T_01_4.html#ad1c7a266796104c82d45831b7b7fe3ea',1,'mackey::Hash&lt; T, T &gt;::Hash()']]], ['homology_526',['Homology',['../classm...
100.571429
304
0.757102
1be585d398429b78dcd42a7077a9029e74599d6f
2,454
js
JavaScript
src/util/apis/generated/models/errorGroupListItem.js
AndreyMitsyk/appcenter-cli
0eaecf19f626188e1adc038ba7f6a21559f604bf
[ "MIT" ]
14
2018-04-30T03:00:24.000Z
2019-03-11T09:44:35.000Z
src/util/apis/generated/models/errorGroupListItem.js
AndreyMitsyk/appcenter-cli
0eaecf19f626188e1adc038ba7f6a21559f604bf
[ "MIT" ]
4
2018-05-07T14:12:15.000Z
2018-11-08T09:30:34.000Z
src/util/apis/generated/models/errorGroupListItem.js
AndreyMitsyk/appcenter-cli
0eaecf19f626188e1adc038ba7f6a21559f604bf
[ "MIT" ]
7
2019-11-03T23:15:22.000Z
2020-10-10T16:36:59.000Z
/* * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ 'use strict'; const models = require('./index'); /** * Class representing a ErrorGroupListItem. * @extends models['ErrorGroupState'] */ class ErrorGroupListIte...
22.934579
71
0.483293
1be61fa5fe85d62c911d0093f298f68fa6219cd4
990
js
JavaScript
serverless/graphql/database/restaurantPINEdit.js
ChenLi0830/Nomii-Rewards-Backend
5a31eb52ba40993e0329e44490f6f79cfd869204
[ "Apache-2.0" ]
null
null
null
serverless/graphql/database/restaurantPINEdit.js
ChenLi0830/Nomii-Rewards-Backend
5a31eb52ba40993e0329e44490f6f79cfd869204
[ "Apache-2.0" ]
null
null
null
serverless/graphql/database/restaurantPINEdit.js
ChenLi0830/Nomii-Rewards-Backend
5a31eb52ba40993e0329e44490f6f79cfd869204
[ "Apache-2.0" ]
null
null
null
'use strict'; const _ = require('lodash'); const getRestaurant = require('./CRUD/restaurantGet'); const updateRestaurant = require('./CRUD/restaurantUpdate'); const restaurantHasSamePIN = (restaurant, PINCode) => { const PIN = _.find(restaurant.PINs, {code: PINCode}); return !!PIN; }; const restaurantPINEdit = (r...
30.9375
84
0.657576
1be63d137654adcedf292a1de0cfe3f022cf7968
193
js
JavaScript
es/index.js
lin-yf/ts-lib-starter
65788edc9acc0463f537d0ecdcf416305aa2c480
[ "MIT" ]
null
null
null
es/index.js
lin-yf/ts-lib-starter
65788edc9acc0463f537d0ecdcf416305aa2c480
[ "MIT" ]
null
null
null
es/index.js
lin-yf/ts-lib-starter
65788edc9acc0463f537d0ecdcf416305aa2c480
[ "MIT" ]
null
null
null
// Import here Polyfills if needed. Recommended core-js (npm i -D core-js) // import "core-js/fn/array.find" // ... var DummyClass = function DummyClass() {}; export { DummyClass as default };
32.166667
74
0.694301
1be646b3bff32f826d83540daee0799886c30189
1,350
js
JavaScript
api/routes/works.js
enterthevoid/liven-backend
f804fa0d70be8ae8c887f0815b3df63ab2796dfa
[ "MIT" ]
null
null
null
api/routes/works.js
enterthevoid/liven-backend
f804fa0d70be8ae8c887f0815b3df63ab2796dfa
[ "MIT" ]
null
null
null
api/routes/works.js
enterthevoid/liven-backend
f804fa0d70be8ae8c887f0815b3df63ab2796dfa
[ "MIT" ]
null
null
null
const express = require("express"); const router = express.Router(); const multer = require("multer"); const checkAuth = require("../auth/check-auth"); // Controllers const WorksController = require("../controllers/works"); // Multer configuration const storage = multer.diskStorage({ destination: function (req, f...
20.769231
72
0.651852
1be79c74375c14cd6167a0ccfe991e3b7ad12aa8
294
js
JavaScript
core/entities/Chain.js
pecuniafinance/gateway-api
38f1d7f8a5a2dbba6879e1bf9352c00d61de593c
[ "Apache-2.0" ]
null
null
null
core/entities/Chain.js
pecuniafinance/gateway-api
38f1d7f8a5a2dbba6879e1bf9352c00d61de593c
[ "Apache-2.0" ]
null
null
null
core/entities/Chain.js
pecuniafinance/gateway-api
38f1d7f8a5a2dbba6879e1bf9352c00d61de593c
[ "Apache-2.0" ]
null
null
null
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setChainsService = exports.getChainsService = void 0; let chainsService; exports.getChainsService = () => chainsService; exports.setChainsService = (c) => (chainsService = c); //# sourceMappingURL=Chain.js.map
42
62
0.755102
1be802d216f411efb1e578939a3fbf0916f163a5
1,281
js
JavaScript
client/src/components/ProgressBar/ProgressBar.js
Hrrrior/kmrk-frontend
36df128ca09f28f3d5890f3d2fde7d1519a3c854
[ "MIT" ]
null
null
null
client/src/components/ProgressBar/ProgressBar.js
Hrrrior/kmrk-frontend
36df128ca09f28f3d5890f3d2fde7d1519a3c854
[ "MIT" ]
null
null
null
client/src/components/ProgressBar/ProgressBar.js
Hrrrior/kmrk-frontend
36df128ca09f28f3d5890f3d2fde7d1519a3c854
[ "MIT" ]
null
null
null
import React from "react"; import PropTypes from "prop-types"; import Typography from "@material-ui/core/Typography"; import LinearProgress from "@material-ui/core/LinearProgress"; import Box from "@material-ui/core/Box"; import { createMuiTheme, ThemeProvider, makeStyles, withStyles, } from "@material-ui/core...
22.875
69
0.615144
1be817225ffa4b5ffd6e05253c4c4b2b1dc889b8
1,281
js
JavaScript
src/index.js
ivan-drr/storagehouse
e802145066a47de6de9b957dba77fd29bd2b41a6
[ "MIT" ]
null
null
null
src/index.js
ivan-drr/storagehouse
e802145066a47de6de9b957dba77fd29bd2b41a6
[ "MIT" ]
null
null
null
src/index.js
ivan-drr/storagehouse
e802145066a47de6de9b957dba77fd29bd2b41a6
[ "MIT" ]
null
null
null
import React from 'react'; import ReactDOM from 'react-dom'; import 'bootstrap/dist/css/bootstrap.min.css'; import './styles/index.css'; import App from './components/App'; import * as serviceWorker from './serviceWorker'; const init = () => { console.group('%c%c⊢☵☵☵☵☵☵┤ 𝙇𝙚𝙜𝙚𝙣𝙙 ├☵☵☵☵☵☵⊣', '', 'color:#1E799E; ...
44.172414
110
0.631538
1be82f0b8dc8047b718b25fff527a37f28cbe13d
400
js
JavaScript
packages/terra-table/src/proptypes/sectionShape.js
revoyrm/terra-core
d3d54c2248c8067e144aeecf223cd862be1ed4b2
[ "Apache-2.0" ]
190
2017-03-17T20:27:05.000Z
2021-12-20T17:03:31.000Z
packages/terra-table/src/proptypes/sectionShape.js
revoyrm/terra-core
d3d54c2248c8067e144aeecf223cd862be1ed4b2
[ "Apache-2.0" ]
2,485
2017-03-20T15:38:50.000Z
2022-03-30T18:15:34.000Z
packages/terra-table/src/proptypes/sectionShape.js
revoyrm/terra-core
d3d54c2248c8067e144aeecf223cd862be1ed4b2
[ "Apache-2.0" ]
186
2017-03-17T20:38:19.000Z
2021-12-30T17:51:22.000Z
import PropTypes from 'prop-types'; import rowShape from './rowShape'; import sectionHeaderShape from './sectionHeaderShape'; const headerShape = PropTypes.shape({ /** * The children list items passed to the component. */ rows: PropTypes.arrayOf(rowShape), /** * The section header of the provided row...
23.529412
54
0.715
1be83ca47ca961b522fa3b68735fa44d9def1c6c
868
js
JavaScript
coap-devices/src/light.js
um-homewatch/stub-devices
0bfe1f12849e8bfc1c8e6b1d1786f4c931dc21ab
[ "MIT" ]
1
2020-08-07T18:05:26.000Z
2020-08-07T18:05:26.000Z
coap-devices/src/light.js
um-homewatch/stub-devices
0bfe1f12849e8bfc1c8e6b1d1786f4c931dc21ab
[ "MIT" ]
null
null
null
coap-devices/src/light.js
um-homewatch/stub-devices
0bfe1f12849e8bfc1c8e6b1d1786f4c931dc21ab
[ "MIT" ]
null
null
null
require('log-timestamp'); const coap = require("coap"); const Router = require("coap-router"); const app = Router(); const server = coap.createServer(app); const utils = require("./utils.js"); let POWER = false; var port = process.argv[2] || 5683; server.listen(port, () => { console.log(`coap-light listening on po...
25.529412
70
0.665899
1be8d9ace9c6bcece21bd19214ec436ffeb80dc6
3,493
js
JavaScript
prod/front/utils/Everscale Wallet/everscaleProvider.js
everscale-experts/hackathon_new
dafaaea8b7f70cfdb9162a1b6752ac31d6a4a5df
[ "MIT" ]
null
null
null
prod/front/utils/Everscale Wallet/everscaleProvider.js
everscale-experts/hackathon_new
dafaaea8b7f70cfdb9162a1b6752ac31d6a4a5df
[ "MIT" ]
4
2022-03-29T19:59:01.000Z
2022-03-31T14:51:48.000Z
prod/front/utils/Everscale Wallet/everscaleProvider.js
everscale-experts/hackathon_new
dafaaea8b7f70cfdb9162a1b6752ac31d6a4a5df
[ "MIT" ]
null
null
null
/** * @name Everscale Wallet - Everscale browser wallet and injector * @copyright SVOI.dev Labs - https://svoi.dev * @license Apache-2.0 * @version 1.0 */ window._everClient = null; /** * Get FreeTON provider * @deprecated * @returns {Promise<null|TonClientWrapper|*>} */ async function getTON() { consol...
24.256944
142
0.630117
1be8e4736780e583c40e4b4a0ff8ccc11629be09
334
js
JavaScript
modules/allpackages/tests/e2e/allpackages.e2e.tests.js
vkpatel94/Makaan
ce151e46f5ca7674d6b005f03ea45b49db7370ef
[ "MIT" ]
1
2020-08-06T18:24:17.000Z
2020-08-06T18:24:17.000Z
modules/allpackages/tests/e2e/allpackages.e2e.tests.js
vkpatel94/Makaan
ce151e46f5ca7674d6b005f03ea45b49db7370ef
[ "MIT" ]
3
2020-07-15T22:09:12.000Z
2022-03-02T01:22:53.000Z
modules/allpackages/tests/e2e/allpackages.e2e.tests.js
vkpatel94/Makaan
ce151e46f5ca7674d6b005f03ea45b49db7370ef
[ "MIT" ]
null
null
null
'use strict'; describe('Allpackages E2E Tests:', function () { describe('Test Allpackages page', function () { it('Should report missing credentials', function () { browser.get('http://localhost:3001/allpackages'); expect(element.all(by.repeater('allpackage in allpackages')).count()).toEqual(0); ...
30.363636
87
0.655689
1be930a4e2b84654c3f4aa475e665474430e2f4a
1,154
js
JavaScript
src/compilers/webpack.js
oldrivercreative/gulp-deploy
9cf7d016820ebe433a2cfe5e2103e8718ccaae83
[ "MIT" ]
1
2016-11-07T21:06:09.000Z
2016-11-07T21:06:09.000Z
src/compilers/webpack.js
oldrivercreative/propeller
9cf7d016820ebe433a2cfe5e2103e8718ccaae83
[ "MIT" ]
null
null
null
src/compilers/webpack.js
oldrivercreative/propeller
9cf7d016820ebe433a2cfe5e2103e8718ccaae83
[ "MIT" ]
null
null
null
const Compiler = require('./compiler.js'); const gulp = require('gulp'); const gutil = require('gulp-util'); const webpack = require('webpack-stream'); /** * Webpack + Babel + ES2015 JavaScript compiler */ class Webpack extends Compiler { /** * Compile src to destination * * @param {string|array} src * @pa...
18.918033
71
0.60052
1be933bcc782dd6aa47727b2f3d7123059130cfe
11,897
js
JavaScript
public/adcaa2254c312e74a8d58b19967ccf67edfe4b4b-d5d6efea9743f77ea07c.js
erasebegin/otherworld-ink
fb836126aa8cf777a26369b4121f0de891098afc
[ "MIT" ]
null
null
null
public/adcaa2254c312e74a8d58b19967ccf67edfe4b4b-d5d6efea9743f77ea07c.js
erasebegin/otherworld-ink
fb836126aa8cf777a26369b4121f0de891098afc
[ "MIT" ]
1
2020-08-15T07:34:16.000Z
2020-08-15T07:34:16.000Z
public/adcaa2254c312e74a8d58b19967ccf67edfe4b4b-d5d6efea9743f77ea07c.js
erasebegin/otherworld-ink
fb836126aa8cf777a26369b4121f0de891098afc
[ "MIT" ]
null
null
null
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{DM8k:function(t,n,r){"use strict";r.d(n,"a",(function(){return o}));var e=r("q1tI"),i=r.n(e);function o(t){var n=t.title,r=t.styleClass;return i.a.createElement("div",{className:"row"},i.a.createElement("div",{className:"col text-center my-4"},i.a.createElement("...
5,948.5
11,807
0.630747
1beb0ff7813dcb68d61f49a601c22547302f1cfa
8,971
js
JavaScript
avalon/bundle/angulate-0.1.0/angulate.js
nehz/avalon
1c53d4c1e115a8c31b7170cf3948c870a33e4e56
[ "MIT" ]
null
null
null
avalon/bundle/angulate-0.1.0/angulate.js
nehz/avalon
1c53d4c1e115a8c31b7170cf3948c870a33e4e56
[ "MIT" ]
2
2015-10-09T19:21:07.000Z
2019-08-03T13:50:51.000Z
avalon/bundle/angulate-0.1.0/angulate.js
nehz/avalon
1c53d4c1e115a8c31b7170cf3948c870a33e4e56
[ "MIT" ]
null
null
null
/** * AngulateJS v0.1.0 * Copyright 2013, Hybrid Labs * License: MIT */ (function(global) { 'use strict'; var angular = global.angular; var angulate = global.angulate = angular.module('angulate', []); var selector = global.jQuery || document.querySelectorAll; var templates = {}; /* He...
28.479365
78
0.526809
1beba1215aa5c46536a1f255fc7f8f12192fa82a
724
js
JavaScript
services/CommentService.js
robcss/blup
b4d8d03915e807cdce92dc106621df14ce41268f
[ "MIT" ]
null
null
null
services/CommentService.js
robcss/blup
b4d8d03915e807cdce92dc106621df14ce41268f
[ "MIT" ]
null
null
null
services/CommentService.js
robcss/blup
b4d8d03915e807cdce92dc106621df14ce41268f
[ "MIT" ]
null
null
null
const Comment = require("../models/comment") class CommentService { async getComment(id) { const comment = await Comment.findById(id) return comment } async getCompleteComment(id) { const comment = await Comment.findById(id).populate('author') return comment } asy...
21.939394
69
0.645028
1bebd1aac47efe8892a0065c7f9b4dd3bfb9213d
1,335
js
JavaScript
src/components/admin.js
clothiersphere/kioskPocalypse
17f766f6b5a976e6744a33985e3320a67b1cd8d3
[ "MIT" ]
null
null
null
src/components/admin.js
clothiersphere/kioskPocalypse
17f766f6b5a976e6744a33985e3320a67b1cd8d3
[ "MIT" ]
null
null
null
src/components/admin.js
clothiersphere/kioskPocalypse
17f766f6b5a976e6744a33985e3320a67b1cd8d3
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import { connect } from 'react-redux'; import { Link, browserHistory } from 'react-router'; import KioskGroup from './kioskGroup'; import KioskSubmit from './kioskSubmitButton'; import { createKiosk, fetchKioskList } from '../actions/index'; class AdminPanel extends Component ...
28.404255
88
0.653933
1bebfd71ec84000820a977551a6301dcb8773b4d
2,123
js
JavaScript
packages/demo/webpack.config.js
ryelo/frontend-components
7e1ae2258c2dd594492fe48abc0eeeccc666413f
[ "Apache-2.0" ]
24
2019-05-16T14:52:43.000Z
2022-03-17T18:49:35.000Z
packages/demo/webpack.config.js
ryelo/frontend-components
7e1ae2258c2dd594492fe48abc0eeeccc666413f
[ "Apache-2.0" ]
1,323
2019-05-16T13:16:26.000Z
2022-03-31T10:15:30.000Z
packages/demo/webpack.config.js
ryelo/frontend-components
7e1ae2258c2dd594492fe48abc0eeeccc666413f
[ "Apache-2.0" ]
74
2019-05-13T13:21:33.000Z
2022-03-24T17:59:19.000Z
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const { ProvidePlugin } = require('webpack'); const path = require('path'); module.exports = (env) => ({ mode: process.env.NODE_ENV === 'production' ? 'production' : 'development', devtool: 'eval-source-map', optimization: { minimize:...
30.328571
79
0.457372
1bece627631026089696792503df3c0839e67d71
1,201
js
JavaScript
react-portfolio/src/components/navigation.js
amysmerlick/React-Portfolio
29bd21c1f6be17974ddd4ab6adc3a2222263c5a4
[ "MIT" ]
null
null
null
react-portfolio/src/components/navigation.js
amysmerlick/React-Portfolio
29bd21c1f6be17974ddd4ab6adc3a2222263c5a4
[ "MIT" ]
null
null
null
react-portfolio/src/components/navigation.js
amysmerlick/React-Portfolio
29bd21c1f6be17974ddd4ab6adc3a2222263c5a4
[ "MIT" ]
null
null
null
const Navigation = (props) => { return ( <nav> <ul> <li> <a onClick={() => props.linkClickedCallback(0) } className={props.visSection === 0 ? "nav-link font-effect-shadow-multiple active" : "nav-link font-effect-shadow-multiple"}>All About Me</a> ...
52.217391
213
0.513739
1becef9dcaa92db42623d24ee70b869b487000f5
153
js
JavaScript
app/serializers/supporting-content.js
faun/percy-web
520398b8420c7ce004bd6a33d311fbd4416b5ee3
[ "MIT" ]
1
2020-07-22T23:40:35.000Z
2020-07-22T23:40:35.000Z
app/serializers/supporting-content.js
faun/percy-web
520398b8420c7ce004bd6a33d311fbd4416b5ee3
[ "MIT" ]
null
null
null
app/serializers/supporting-content.js
faun/percy-web
520398b8420c7ce004bd6a33d311fbd4416b5ee3
[ "MIT" ]
null
null
null
import ContentfulSerializer from 'ember-data-contentful/serializers/contentful'; export default class SupportingContent extends ContentfulSerializer {}
38.25
80
0.862745
1bed01e4955869dc1ab34713e58f2e36533ed405
13,900
js
JavaScript
packages/api-gateway/src/api.js
myrmex-org/myrmex
9dba3b8686d87bd603779b00c0545cd12ccad43c
[ "MIT" ]
16
2017-07-07T23:38:23.000Z
2020-10-26T10:02:03.000Z
packages/api-gateway/src/api.js
myrmex-org/myrmex
9dba3b8686d87bd603779b00c0545cd12ccad43c
[ "MIT" ]
13
2017-06-29T18:14:58.000Z
2019-04-07T18:14:25.000Z
packages/api-gateway/src/api.js
myrmex-org/myrmex
9dba3b8686d87bd603779b00c0545cd12ccad43c
[ "MIT" ]
2
2018-05-19T17:48:09.000Z
2018-09-19T21:50:51.000Z
'use strict'; const AWS = require('aws-sdk'); const Promise = require('bluebird'); const _ = require('lodash'); const plugin = require('./index'); /** * Represents an API * @constructor * @param {Object} spec - base API specification (Swagger/OpenAPI specification) */ const Api = function Api(spec, identifier) {...
32.783019
154
0.672446
1bee884043aa048d96f30a2ba0aadaf6b9620df9
223
js
JavaScript
virtual/lib/python3.6/site-packages/tinymce/static/tiny_mce/plugins/paste/langs/ch_dlg.js
Ruterana/clone_instagram
a068587ef1d1a93ec8d1c08086bf11c0fb274b83
[ "MIT" ]
135
2015-03-19T13:28:18.000Z
2022-03-27T06:41:42.000Z
virtual/lib/python3.6/site-packages/tinymce/static/tiny_mce/plugins/paste/langs/ch_dlg.js
Ruterana/clone_instagram
a068587ef1d1a93ec8d1c08086bf11c0fb274b83
[ "MIT" ]
1,549
2019-08-16T01:07:16.000Z
2022-03-31T23:57:34.000Z
virtual/lib/python3.6/site-packages/tinymce/static/tiny_mce/plugins/paste/langs/ch_dlg.js
amiinegal/Awwards
dd667a1ffbd3fa9b90c8282d44d497b3a9d0c1ed
[ "MIT", "Unlicense" ]
83
2015-01-30T01:00:15.000Z
2022-03-08T17:25:10.000Z
tinyMCE.addI18n('ch.paste_dlg',{"word_title":"\u7528 Ctrl+V \u5c06\u5185\u5bb9\u8d34\u4e0a\u3002","text_linebreaks":"\u4fdd\u7559\u5206\u884c\u7b26\u53f7","text_title":"\u7528 Ctrl+V \u5c06\u5185\u5bb9\u8d34\u4e0a\u3002"});
223
223
0.762332
1bee8f10393edc25f180817a2c73a95cc2f552bf
270
js
JavaScript
src/__tests__/sicp/chapter4/section1/subsection1/11.js
jaesimin/js-slang
153596c436998e4aa182a61be455febf77eb5510
[ "Apache-2.0" ]
48
2018-07-09T06:16:03.000Z
2022-03-31T09:40:24.000Z
src/__tests__/sicp/chapter4/section1/subsection1/11.js
jaesimin/js-slang
153596c436998e4aa182a61be455febf77eb5510
[ "Apache-2.0" ]
1,117
2018-07-09T08:08:25.000Z
2022-03-29T14:47:08.000Z
src/__tests__/sicp/chapter4/section1/subsection1/11.js
jaesimin/js-slang
153596c436998e4aa182a61be455febf77eb5510
[ "Apache-2.0" ]
80
2018-08-24T08:55:58.000Z
2022-03-10T08:56:48.000Z
function eval_assignment(stmt, env) { const value = evaluate(assignment_value(stmt), env); assign_name_value(assignment_name(stmt), value, env); return value; } const my_program = parse("{ let x = 1; x = 2; }"); evaluate(my_program, the_global_environment);
33.75
57
0.714815
1bee94ce0564c3bf2f831710863cfd779ae4a918
26
js
JavaScript
demos/js/esm/index.js
donovanh/prime-generator
bac56dcb9c6e33c9df8e248eee262dba76b05f9f
[ "Unlicense" ]
null
null
null
demos/js/esm/index.js
donovanh/prime-generator
bac56dcb9c6e33c9df8e248eee262dba76b05f9f
[ "Unlicense" ]
null
null
null
demos/js/esm/index.js
donovanh/prime-generator
bac56dcb9c6e33c9df8e248eee262dba76b05f9f
[ "Unlicense" ]
null
null
null
export * from './primes';
13
25
0.615385
1beec9709f41b46a95bd7b4233ee9b5f0a4fafea
1,377
js
JavaScript
examples/friends.js
ipld/js-ipld-selector
b7f4b0a902b4a39cd284f37feeca5244822ebe8d
[ "MIT" ]
7
2017-07-13T06:40:06.000Z
2020-12-07T17:13:30.000Z
examples/friends.js
nicola/js-ipld-selector
b7f4b0a902b4a39cd284f37feeca5244822ebe8d
[ "MIT" ]
4
2017-02-05T17:41:34.000Z
2017-02-11T21:06:49.000Z
examples/friends.js
ipld/js-ipld-selector
b7f4b0a902b4a39cd284f37feeca5244822ebe8d
[ "MIT" ]
5
2017-02-11T22:12:53.000Z
2021-05-15T18:41:25.000Z
const IPLDSelector = require('../src') const IPLDResolver = require('ipld-resolver') const series = require('async/series') const dagCBOR = require('ipld-dag-cbor') const resolver = new IPLDResolver() const selector = new IPLDSelector(resolver) // David const david = { name: 'David' } let davidCID // Jeremy const ...
17.43038
64
0.536674
1beedadf55f4eb5580b49bb9c28b521100c45fc3
4,941
js
JavaScript
test/collection.test.js
zzdhidden/mongoq
6e70849167caedb2ac15d21ca1d76e2aa725d8ae
[ "Unlicense", "MIT" ]
12
2015-01-26T21:41:59.000Z
2021-07-14T13:55:39.000Z
test/collection.test.js
zzdhidden/mongoq
6e70849167caedb2ac15d21ca1d76e2aa725d8ae
[ "Unlicense", "MIT" ]
2
2015-03-23T12:24:15.000Z
2020-06-15T08:31:03.000Z
test/collection.test.js
zzdhidden/mongoq
6e70849167caedb2ac15d21ca1d76e2aa725d8ae
[ "Unlicense", "MIT" ]
8
2015-03-23T11:41:06.000Z
2017-07-04T08:58:24.000Z
var mongoq = require('../index.js') , should = require('should'); var colnum = 1; describe("collection", function() { it("test collection options", function(done) { var users = mongoq("mongoqTest", {auto_reconnect: true}).collection("users", {slaveOk: false}) , hadOpen = false; users.drop(function() { users...
31.877419
193
0.590771
1bef54ee67afff57cb473c3fec8b884ca7cabc9c
48
js
JavaScript
src/consts.js
disperse/escape-from-neo-tokyo
e44e181691dd217b814a86d8abaccc2773acdca0
[ "MIT" ]
null
null
null
src/consts.js
disperse/escape-from-neo-tokyo
e44e181691dd217b814a86d8abaccc2773acdca0
[ "MIT" ]
null
null
null
src/consts.js
disperse/escape-from-neo-tokyo
e44e181691dd217b814a86d8abaccc2773acdca0
[ "MIT" ]
null
null
null
export const TILE_SIZE = {width: 50, height: 50}
48
48
0.729167
1befc3347d5e2e9b4eda976243143e20115f8aba
6,561
js
JavaScript
backend/engine/flower.js
jatalocks/socrates
8a32e8256caea1a0e8162544e9b7a2e2319922a7
[ "Apache-2.0" ]
null
null
null
backend/engine/flower.js
jatalocks/socrates
8a32e8256caea1a0e8162544e9b7a2e2319922a7
[ "Apache-2.0" ]
35
2022-02-16T15:43:29.000Z
2022-03-19T00:03:03.000Z
backend/engine/flower.js
jatalocks/socrates
8a32e8256caea1a0e8162544e9b7a2e2319922a7
[ "Apache-2.0" ]
null
null
null
// add this script in myWorker.js file const { parentPort, workerData } = require('worker_threads'); const DockerInstance = require('../models/DockerInstance'); dbConfig = require('../database/db'); const engine = require('./docker'); const Instance = require('../models/Instance'); const Block = require('../models/Bloc...
32.004878
172
0.597927
1bf06b34cabf78ce449f786dc463b44c851cc855
9,779
js
JavaScript
es5/src/core/Sdk.js
Pictawall/sdk-js
f3af526070bdd2de7a6264474dfbffadb8a4156e
[ "MIT" ]
null
null
null
es5/src/core/Sdk.js
Pictawall/sdk-js
f3af526070bdd2de7a6264474dfbffadb8a4156e
[ "MIT" ]
null
null
null
es5/src/core/Sdk.js
Pictawall/sdk-js
f3af526070bdd2de7a6264474dfbffadb8a4156e
[ "MIT" ]
null
null
null
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("va...
35.303249
564
0.621536
1bf0f9acd70bddcfaad210cf00416b254ddd5ea7
124
js
JavaScript
src/framework/base-components/tr.js
starvey/forfun-framework
d2880370c98ab304fc3f54f908415a645052c288
[ "MIT" ]
null
null
null
src/framework/base-components/tr.js
starvey/forfun-framework
d2880370c98ab304fc3f54f908415a645052c288
[ "MIT" ]
null
null
null
src/framework/base-components/tr.js
starvey/forfun-framework
d2880370c98ab304fc3f54f908415a645052c288
[ "MIT" ]
null
null
null
import { generic } from './generic'; export const tr = (props, children) => { return generic('tr', props, children); };
24.8
42
0.629032
1bf1ecad35759ad64443f499f8823eddd954800d
966
js
JavaScript
frontend/packages/core/src/assets/js/compatibility.js
rainyfly/VisualDL
aa1bd8e6a993d4a355f07c7c5461a1853ca790c9
[ "Apache-2.0" ]
4,861
2017-12-21T01:54:59.000Z
2022-03-31T07:56:56.000Z
frontend/packages/core/src/assets/js/compatibility.js
boy-nan/VisualDL
acd7bc43f0db3ed0e8d7b077ac1cfbb41eb97e20
[ "Apache-2.0" ]
485
2017-12-21T02:04:55.000Z
2022-03-31T05:56:50.000Z
frontend/packages/core/src/assets/js/compatibility.js
boy-nan/VisualDL
acd7bc43f0db3ed0e8d7b077ac1cfbb41eb97e20
[ "Apache-2.0" ]
655
2017-12-21T08:34:54.000Z
2022-03-28T03:50:12.000Z
/** * Copyright 2020 Baidu Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
46
262
0.736025
1bf227a3d6278785f15fc41c7fb7bef581236f87
352
js
JavaScript
ui/src/components/menuItemDetails/style.js
burakburuk/order4me
5d6006c83c85b2b9bb18f4bf5c1454fbcb1035d3
[ "MIT" ]
null
null
null
ui/src/components/menuItemDetails/style.js
burakburuk/order4me
5d6006c83c85b2b9bb18f4bf5c1454fbcb1035d3
[ "MIT" ]
null
null
null
ui/src/components/menuItemDetails/style.js
burakburuk/order4me
5d6006c83c85b2b9bb18f4bf5c1454fbcb1035d3
[ "MIT" ]
null
null
null
import styled from 'styled-components'; import { Button } from 'antd'; export const Wrapper = styled.div` max-width: 400px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; `; export const Details = styled.div` margin-top: 10px; `; export const AddButton = style...
18.526316
40
0.664773
1bf37e3b22c0e86c66e531e2d5b2bc17a3b639a4
98
js
JavaScript
lib/main.js
watilde/cerium
0468fd65204060d9427b36e150197274f5f11c79
[ "MIT" ]
3
2015-03-21T15:32:26.000Z
2016-07-14T02:41:23.000Z
lib/main.js
watilde/cem
0468fd65204060d9427b36e150197274f5f11c79
[ "MIT" ]
1
2016-06-28T10:22:09.000Z
2016-06-28T10:22:13.000Z
lib/main.js
watilde/cem
0468fd65204060d9427b36e150197274f5f11c79
[ "MIT" ]
null
null
null
module.exports.init = require('./modules/init'); module.exports.help = require('./modules/help');
32.666667
48
0.714286
1bf4638cb68cded828b101936d0a0533cc65d212
5,514
js
JavaScript
tests/solution/double-definition/double-definition-solutions-1.test.js
iamkhattar/cryptic-solver
830ae846ecfc3794b5b4a21f0d8aa5bb4f479cf6
[ "MIT" ]
1
2020-10-28T10:03:21.000Z
2020-10-28T10:03:21.000Z
tests/solution/double-definition/double-definition-solutions-1.test.js
iamkhattar/cryptic-solver
830ae846ecfc3794b5b4a21f0d8aa5bb4f479cf6
[ "MIT" ]
null
null
null
tests/solution/double-definition/double-definition-solutions-1.test.js
iamkhattar/cryptic-solver
830ae846ecfc3794b5b4a21f0d8aa5bb4f479cf6
[ "MIT" ]
null
null
null
const Query = require("../../../modules/solution/Query"); const checkIfSolutionListContains = require("../solution-contains"); /** * Test to Check whether Flee the race (3) gives RUN */ test("Flee the race (3) : RUN", async () => { jest.setTimeout(50000); var clue = "Flee the race"; var length = 3; var expe...
23.265823
68
0.674102
1bf4e0629b85916cbcfdd9bce0799f639c2eb71c
1,727
js
JavaScript
src/components/OutputRow.js
moligart/LOWL-CLI-Web
5fb07d36706f8f2f10be507513bcca3cae105393
[ "MIT" ]
null
null
null
src/components/OutputRow.js
moligart/LOWL-CLI-Web
5fb07d36706f8f2f10be507513bcca3cae105393
[ "MIT" ]
null
null
null
src/components/OutputRow.js
moligart/LOWL-CLI-Web
5fb07d36706f8f2f10be507513bcca3cae105393
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import './OutputRow.css'; export default class OutputRow extends Component { constructor(props) { super(props); this.state = { lines: props.row.body, toDisplay: [], }; this.setSta...
26.166667
67
0.478865
1bf50a93c6a972da76ee7ec8bba4b61eabbc89e7
2,425
js
JavaScript
cypress/integration/uploady/Uploady-autoUpload-off-spec.js
alexcheuk/react-uploady
86e352a7b84749a802d94b5d5a246ecec564bd5a
[ "MIT" ]
null
null
null
cypress/integration/uploady/Uploady-autoUpload-off-spec.js
alexcheuk/react-uploady
86e352a7b84749a802d94b5d5a246ecec564bd5a
[ "MIT" ]
null
null
null
cypress/integration/uploady/Uploady-autoUpload-off-spec.js
alexcheuk/react-uploady
86e352a7b84749a802d94b5d5a246ecec564bd5a
[ "MIT" ]
null
null
null
import uploadFile from "../uploadFile"; import { BATCH_ADD, ITEM_START, ITEM_FINISH } from "../storyLogPatterns"; describe("Uploady - autoUpload off tests", () => { const fileName = "flower.jpg"; before(() => { cy.visitStory("uploady", "with-auto-upload-off&knob-mock send delay_Upload Destination=200"...
30.696203
107
0.485361
1bf5701ad877d7078245682fa57df128bd680e94
661
js
JavaScript
web/js/miner-form.js
alex-net/bt
ab22ffbbd99601ebc5b0ef5370973b6d485c56aa
[ "BSD-3-Clause" ]
null
null
null
web/js/miner-form.js
alex-net/bt
ab22ffbbd99601ebc5b0ef5370973b6d485c56aa
[ "BSD-3-Clause" ]
null
null
null
web/js/miner-form.js
alex-net/bt
ab22ffbbd99601ebc5b0ef5370973b6d485c56aa
[ "BSD-3-Clause" ]
null
null
null
$(function(){ ///$() //$.pjax({url:yii.getCurrentUrl(),container:'.miner-form .pools-list'}); ///$('.miner-form .pools-list button').pjax('.miner-form .pools-list'); //$('.miner-form .pools-list').pjax() $('body').on('click','.miner-form .pools-list button[type=submit]',function(e){ e.preventDefault(); $(this...
36.722222
80
0.626324
1bf9a3721490a31134bf947d545e912df794c2bf
705,729
js
JavaScript
example/dist/assets/vendor.c87abcb3.js
jacobsieradzki/react-pdf-highlighter
ae6fc726d4c6154c4585b2366311453e05042b81
[ "MIT" ]
null
null
null
example/dist/assets/vendor.c87abcb3.js
jacobsieradzki/react-pdf-highlighter
ae6fc726d4c6154c4585b2366311453e05042b81
[ "MIT" ]
null
null
null
example/dist/assets/vendor.c87abcb3.js
jacobsieradzki/react-pdf-highlighter
ae6fc726d4c6154c4585b2366311453e05042b81
[ "MIT" ]
null
null
null
var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getAugmentedNamespace(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(n){...
21,385.727273
631,730
0.720522
1bfbac11db071b6ef25ae4fe93017ccdc45900ba
83
js
JavaScript
models/ExampleModel/pre/index.js
MichaelOgunsanmi/toursBackEnd
0c9ad5bf8fddb84775452fb80a822274091be8a2
[ "MIT" ]
null
null
null
models/ExampleModel/pre/index.js
MichaelOgunsanmi/toursBackEnd
0c9ad5bf8fddb84775452fb80a822274091be8a2
[ "MIT" ]
3
2021-03-10T14:14:09.000Z
2021-08-31T19:06:23.000Z
models/ExampleModel/pre/index.js
MichaelOgunsanmi/bootCampBackEnd
9643c8e3122347272e754a8ba146772dbfc64ff2
[ "MIT" ]
null
null
null
const examplePre = require('./examplePre'); module.exports = { examplePre };
11.857143
43
0.662651
1bfd74be877262115e41bf3b7ac6ca0fc35b85ed
5,085
js
JavaScript
src/App.js
frog831/mywatchedseries
768ddf2faa973558d56d843a9c1ccc7de86b6d32
[ "MIT" ]
1
2017-09-06T09:14:06.000Z
2017-09-06T09:14:06.000Z
src/App.js
frog831/mywhatchedseries
768ddf2faa973558d56d843a9c1ccc7de86b6d32
[ "MIT" ]
4
2019-11-20T16:13:48.000Z
2022-01-22T09:21:44.000Z
src/App.js
frog831/mywatchedseries
768ddf2faa973558d56d843a9c1ccc7de86b6d32
[ "MIT" ]
null
null
null
import React, { Component } from 'react'; import './App.css'; import SeriesFinder from './Components/seriesFinder.js'; import EpisodeList from './Components/series.js'; import FavouriteList from './Components/favouriteList.js'; import {Grid, Col, Row, Glyphicon} from 'react-bootstrap'; import Auth from './Utils/Auth.js...
35.559441
211
0.631268
1bfe1c75f0f05fc03b2ec58e221840b981ce4e06
2,055
js
JavaScript
awsm-counter.min.js
Pagepro/awsmCounter
406b865765130c8b6d553e528109e81fe1be203a
[ "MIT" ]
null
null
null
awsm-counter.min.js
Pagepro/awsmCounter
406b865765130c8b6d553e528109e81fe1be203a
[ "MIT" ]
null
null
null
awsm-counter.min.js
Pagepro/awsmCounter
406b865765130c8b6d553e528109e81fe1be203a
[ "MIT" ]
null
null
null
!function(a){a.awsmCounter=function(b,c){var d=this;d.$el=a(b),d.el=b,a.awsmCounter.defaultOptions={timeout:250,ascend:!0,animation:!1,duration:2e3,seperator:",",offsetTrigger:500},d.triggered=!1,d.list="<ul><li>0</li><li>1</li><li>2</li><li>3</li><li>4</li><li>5</li><li>6</li><li>7</li><li>8</li><li>9</li></ul>",d.$el...
2,055
2,055
0.677372
1bff10b36dae6f57aa98579b7c052cab022426b3
1,375
js
JavaScript
5652237d2d5271e11100015e/app-root/data/themes/ambition/js/scripts.js
awwong1/esps-wpsite
cc592430a7287c8a016e710f4f7625547493a318
[ "MIT" ]
null
null
null
5652237d2d5271e11100015e/app-root/data/themes/ambition/js/scripts.js
awwong1/esps-wpsite
cc592430a7287c8a016e710f4f7625547493a318
[ "MIT" ]
null
null
null
5652237d2d5271e11100015e/app-root/data/themes/ambition/js/scripts.js
awwong1/esps-wpsite
cc592430a7287c8a016e710f4f7625547493a318
[ "MIT" ]
null
null
null
jQuery( function() { // Search toggle. jQuery( '.search-toggle' ).on( 'click', function( event ) { var that = jQuery( this ), wrapper = jQuery( '#search-box' ); that.toggleClass( 'active' ); wrapper.toggleClass( 'hide' ); if ( that.is( '.active' ) || jQuery( '.search-toggle' )[0] === event.target...
25
82
0.554909
1bffa70fbf7138d2402e04044226fca46f070efd
30,602
js
JavaScript
js/CosmosScene.js
rSimulate/Cosmosium
f2489862b9b747458a6be9b884c9de75bd6eb3d2
[ "CC-BY-4.0" ]
18
2015-01-02T05:22:43.000Z
2021-11-12T12:11:12.000Z
js/CosmosScene.js
rSimulate/Cosmosium
f2489862b9b747458a6be9b884c9de75bd6eb3d2
[ "CC-BY-4.0" ]
3
2015-07-14T19:11:54.000Z
2018-09-17T19:09:52.000Z
js/CosmosScene.js
rSimulate/Cosmosium
f2489862b9b747458a6be9b884c9de75bd6eb3d2
[ "CC-BY-4.0" ]
4
2016-02-24T05:19:07.000Z
2022-02-15T17:36:37.000Z
var CosmosScene = function (cosmosUI) { var _this = this; var NUM_BIG_PARTICLES = 500; var particle_system_geometry = null; var LOD_DIST = {ONE: 300, TWO: 600, THREE: 1000}; var objects = []; // {owner: owner, objectId: objectId, type: type, model: model, orbit: orbit, mesh: mesh, parent: scene} ...
40.911765
126
0.549964
40011cff41c9d7e2679aa4ee8f084a195f84121f
283
js
JavaScript
public/js/store.js
Atilla14/css-loadkit
27fbb71fdd3053cf488526044dbcc39f6c5e18e0
[ "MIT" ]
null
null
null
public/js/store.js
Atilla14/css-loadkit
27fbb71fdd3053cf488526044dbcc39f6c5e18e0
[ "MIT" ]
null
null
null
public/js/store.js
Atilla14/css-loadkit
27fbb71fdd3053cf488526044dbcc39f6c5e18e0
[ "MIT" ]
null
null
null
import { createStore, applyMiddleware, compose } from 'redux' import reducer from './reducers' export default createStore(reducer, compose( applyMiddleware(), // For Chrome dev tools redux-plugin window.devToolsExtension ? window.devToolsExtension() : f => f ) )
28.3
66
0.713781
4001fb00899bd8bd862f3bfad2bfb2fb88022918
230
js
JavaScript
src/config/twilioClient.js
jasmaa/open-terpmatch
ec8e93eb1722f567d6aafcae38eb6cd3238f5008
[ "MIT" ]
1
2020-08-28T20:37:29.000Z
2020-08-28T20:37:29.000Z
src/config/twilioClient.js
jasmaa/open-terpmatch
ec8e93eb1722f567d6aafcae38eb6cd3238f5008
[ "MIT" ]
4
2020-08-18T03:42:50.000Z
2021-12-14T02:35:45.000Z
src/config/twilioClient.js
jasmaa/open-terpmatch
ec8e93eb1722f567d6aafcae38eb6cd3238f5008
[ "MIT" ]
null
null
null
// twilioClient.js // Configures Twilio client for notifications require('dotenv').config(); const twilioClient = require('twilio')(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN); module.exports = twilioClient;
25.555556
102
0.786957
400298eed923439c48f5a44e928cc1ffb4f4efcd
229
js
JavaScript
src/index.js
benpink/rsrc
098333e3aa3976d34940d7d0ce6fe880e3b46388
[ "MIT" ]
27
2019-02-08T07:25:18.000Z
2020-05-19T19:05:35.000Z
src/index.js
benpink/rsrc
098333e3aa3976d34940d7d0ce6fe880e3b46388
[ "MIT" ]
10
2019-03-14T15:09:45.000Z
2021-11-18T19:35:28.000Z
src/index.js
benpink/rsrc
098333e3aa3976d34940d7d0ce6fe880e3b46388
[ "MIT" ]
2
2019-02-27T18:06:48.000Z
2022-01-20T17:35:25.000Z
/* @flow */ import Cache from "./Cache"; import Fetch from "./Fetch"; import Resource from "./Resource"; import createFetcher from "./createFetcher"; export * from "./types"; export { Cache, Fetch, Resource, createFetcher };
19.083333
49
0.689956
4002cda1cbe9abf3c04ce34cd9abbdd0b5340d59
718
js
JavaScript
src/api/mochaITOM/hiddenDange.js
RotaNova/rotanova-UI
9bb6023440ae97410840e52ecc100ec589c6a9b7
[ "Apache-2.0" ]
3
2022-01-20T10:14:00.000Z
2022-03-10T14:29:22.000Z
src/api/mochaITOM/hiddenDange.js
RotaNova/rotanova-UI
9bb6023440ae97410840e52ecc100ec589c6a9b7
[ "Apache-2.0" ]
null
null
null
src/api/mochaITOM/hiddenDange.js
RotaNova/rotanova-UI
9bb6023440ae97410840e52ecc100ec589c6a9b7
[ "Apache-2.0" ]
2
2022-03-15T02:09:51.000Z
2022-03-19T03:09:02.000Z
import Axios from '../http' export default { listPendingHazards: params => Axios.post(`/basic/v1/manageOperation/listPendingHazards`, params), //获取待处理隐患 listAllHazards: params => Axios.post(`/basic/v1/manageOperation/listAllHazards`, params), //获取所有隐患 dealWithHazard: params => Axios.post(`/basic/v1/manag...
55.230769
139
0.743733
4002d99037b8ef93a506f61df7761a9e72c99b9d
752
js
JavaScript
frontend/app/main.js
sh19910711/cs-mgmt
073a090d8e84df65c77d1b801873e2ab02ac9e67
[ "MIT" ]
null
null
null
frontend/app/main.js
sh19910711/cs-mgmt
073a090d8e84df65c77d1b801873e2ab02ac9e67
[ "MIT" ]
null
null
null
frontend/app/main.js
sh19910711/cs-mgmt
073a090d8e84df65c77d1b801873e2ab02ac9e67
[ "MIT" ]
null
null
null
require('./styles/main.sass'); import API from 'lib/api'; import Vue from 'vue'; import VueRouter from 'vue-router'; function createRouter() { function route(path, name) { return { name: name, path: path, component: require(`./pages/${name}.vue`) }; } const routes = [ route('/', 'index'), route('/si...
25.066667
81
0.62234
40038cced8b9b40d6e25ff26284e863d3bade133
22
js
JavaScript
{{cookiecutter.project_slug_full}}/assets/js/{{cookiecutter.project_namespace}}/script.js
devidw/cookiecutter-hugo-theme-component
44365357521699d9ace6a750c42b7890e71c8e28
[ "MIT" ]
null
null
null
{{cookiecutter.project_slug_full}}/assets/js/{{cookiecutter.project_namespace}}/script.js
devidw/cookiecutter-hugo-theme-component
44365357521699d9ace6a750c42b7890e71c8e28
[ "MIT" ]
null
null
null
{{cookiecutter.project_slug_full}}/assets/js/{{cookiecutter.project_namespace}}/script.js
devidw/cookiecutter-hugo-theme-component
44365357521699d9ace6a750c42b7890e71c8e28
[ "MIT" ]
null
null
null
// Let the magic begin
22
22
0.727273
400392d5276c23a31ec10eaf44f6cf8e9431dd47
171
js
JavaScript
server/seeders/20190101000020-user-word.js
laricheveg/word-app
2ef5baafc5bb7e827a7e4c24a49d865c2158813e
[ "MIT" ]
null
null
null
server/seeders/20190101000020-user-word.js
laricheveg/word-app
2ef5baafc5bb7e827a7e4c24a49d865c2158813e
[ "MIT" ]
null
null
null
server/seeders/20190101000020-user-word.js
laricheveg/word-app
2ef5baafc5bb7e827a7e4c24a49d865c2158813e
[ "MIT" ]
null
null
null
'use strict'; let tableName = 'Word'; module.exports = { down: function (queryInterface, Sequelize) { return queryInterface.bulkDelete(tableName, null, {}); } };
19
58
0.678363
4003e4477a5674823265dc79357a9b6563b1f794
515
js
JavaScript
src/tmp/app/main.js
ananda121/angular2-mdl-seed
95b2aae5a48678e738c002b604f1f3ee82e43380
[ "MIT" ]
null
null
null
src/tmp/app/main.js
ananda121/angular2-mdl-seed
95b2aae5a48678e738c002b604f1f3ee82e43380
[ "MIT" ]
null
null
null
src/tmp/app/main.js
ananda121/angular2-mdl-seed
95b2aae5a48678e738c002b604f1f3ee82e43380
[ "MIT" ]
null
null
null
"use strict"; var platform_browser_dynamic_1 = require('@angular/platform-browser-dynamic'); var core_1 = require('@angular/core'); var forms_1 = require('@angular/forms'); var route_1 = require('./route'); if (ENV === 'production') { core_1.enableProdMode(); } platform_browser_dynamic_1.bootstrap(route_1.AppCompon...
32.1875
78
0.730097
40049e2e96a1bf7793e93a5b5bf4b79fa6852675
896
js
JavaScript
src/config/config.js
MarkAdell/node-api-starter
c36015864759d29ca50d007f32c7e0413e9af2dc
[ "MIT" ]
null
null
null
src/config/config.js
MarkAdell/node-api-starter
c36015864759d29ca50d007f32c7e0413e9af2dc
[ "MIT" ]
null
null
null
src/config/config.js
MarkAdell/node-api-starter
c36015864759d29ca50d007f32c7e0413e9af2dc
[ "MIT" ]
null
null
null
require('dotenv').config(); const envalid = require('envalid'); envalid.cleanEnv(process.env, { PORT: envalid.port(), NODE_ENV: envalid.str(), DB_CLIENT: envalid.str(), DB_HOST: envalid.host(), DB_PORT: envalid.str(), DB_DATABASE: envalid.str(), DB_USERNAME: envalid.str(), DB_PASSWORD: envalid.str(), ...
21.853659
40
0.649554