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
687e27d7c9c80090088453698c26c62963bbeb63
6,499
js
JavaScript
platform-web-ui/src/main/web/ua/com/fielden/platform/web/components/tg-tooltip-behavior.js
fieldenms/
4efd3b2475877d434a57cbba638b711df95748e7
[ "MIT" ]
16
2017-03-22T05:42:26.000Z
2022-01-17T22:38:38.000Z
platform-web-ui/src/main/web/ua/com/fielden/platform/web/components/tg-tooltip-behavior.js
fieldenms/
4efd3b2475877d434a57cbba638b711df95748e7
[ "MIT" ]
647
2017-03-21T07:47:44.000Z
2022-03-31T13:03:47.000Z
platform-web-ui/src/main/web/ua/com/fielden/platform/web/components/tg-tooltip-behavior.js
fieldenms/
4efd3b2475877d434a57cbba638b711df95748e7
[ "MIT" ]
8
2017-03-21T08:26:56.000Z
2020-06-27T01:55:09.000Z
import '/resources/polymer/@polymer/polymer/polymer-legacy.js'; import '/resources/components/tg-tooltip.js'; /** * Provides tooltip support for component that uses this behaviour. In order to set tooltip for specific element in the component, one should * mark element with tooltip-text attribute. */ const tool...
37.350575
170
0.657332
687effb08e29c874f739a6fdeb051c3e11e67701
22,788
js
JavaScript
SiteBackup11172018/Files/wp-content/themes/traveler/js/filter-ajax-flights.js
unalbatuhan/LuxaidaProject
2f5c17068d2ee4b21d4182424474b311877b7162
[ "MIT" ]
2
2021-03-04T10:13:15.000Z
2022-02-22T22:53:53.000Z
wp-content/themes/traveler/js/filter-ajax-flights.js
aniskchaou/TOURPHORIA-CMS
1a3b7ba0e488d08411deeed37417838e4e3c730a
[ "MIT" ]
null
null
null
wp-content/themes/traveler/js/filter-ajax-flights.js
aniskchaou/TOURPHORIA-CMS
1a3b7ba0e488d08411deeed37417838e4e3c730a
[ "MIT" ]
null
null
null
(function ($) { var requestRunning = false; var xhr; $(document).on('click', '.checkbox-filter-ajax, a.pagination', function (e) { if ($('#ajax-filter-content').length > 0) { e.preventDefault(); if (requestRunning) { xhr.abort(); } va...
42.834586
166
0.433474
687f9fc07d70fa00074129009265b260bb987583
1,059
js
JavaScript
examples/safeguards-example-service/policies/limit-ddb-capacity/index.js
Kamahl19/enterprise-plugin
5c56e2d266d726abd5897739fe3f2825dde3cfb5
[ "MIT" ]
null
null
null
examples/safeguards-example-service/policies/limit-ddb-capacity/index.js
Kamahl19/enterprise-plugin
5c56e2d266d726abd5897739fe3f2825dde3cfb5
[ "MIT" ]
null
null
null
examples/safeguards-example-service/policies/limit-ddb-capacity/index.js
Kamahl19/enterprise-plugin
5c56e2d266d726abd5897739fe3f2825dde3cfb5
[ "MIT" ]
null
null
null
'use strict'; module.exports = function capacityPolicy(policy, service, options) { const limits = { readCapacityMax: 1, writeCapacityMax: 1, ...options, }; const template = service.compiled['cloudformation-template-update-stack.json']; if (template.Resources) { Object.entries(template.Resource...
32.090909
133
0.640227
6880306fee000364ab3bae0c726164596946c3d0
1,736
js
JavaScript
__tests__/selector/selector.test.js
hectorlopezv/yarn-monorepo-first-approach
b045ccfa62e34cf660cbe8452f4fb257a633f16a
[ "MIT" ]
null
null
null
__tests__/selector/selector.test.js
hectorlopezv/yarn-monorepo-first-approach
b045ccfa62e34cf660cbe8452f4fb257a633f16a
[ "MIT" ]
null
null
null
__tests__/selector/selector.test.js
hectorlopezv/yarn-monorepo-first-approach
b045ccfa62e34cf660cbe8452f4fb257a633f16a
[ "MIT" ]
null
null
null
import React from 'react' import {render, screen, waitFor} from '@testing-library/react' import user from '@testing-library/user-event' import {Selector} from '@libprov/selector/lib/selector' import selectEvent from 'react-select-event' describe('testing suite', () => { it('testing unit Selector', async () => { c...
32.148148
78
0.604263
688030d01deddf18fe1f157e57141b4ce21447eb
1,949
js
JavaScript
brainfuck-interpreter/test/instruction.js
umut-sahin/javascript-examples
b47b947ae963ec2ae096676d93d4dbaafbbce99e
[ "MIT" ]
11
2018-11-04T20:32:45.000Z
2019-09-11T11:11:39.000Z
brainfuck-interpreter/test/instruction.js
umut-sahin/javascript-examples
b47b947ae963ec2ae096676d93d4dbaafbbce99e
[ "MIT" ]
2
2019-08-15T22:20:33.000Z
2019-08-15T22:50:53.000Z
brainfuck-interpreter/test/instruction.js
umut-sahin/javascript-examples
b47b947ae963ec2ae096676d93d4dbaafbbce99e
[ "MIT" ]
2
2018-12-18T07:54:01.000Z
2019-03-09T19:05:26.000Z
import test from "ava"; import Instruction from "../src/instruction"; // region static get Instruction.type test("static get Instruction.type", (t) => { t.deepEqual( Object.keys(Instruction.type), [ "MOVE_LEFT", "MOVE_RIGHT", "INCREMENT", "DECREMENT", "READ", "WRITE", ...
28.661765
96
0.646998
6881bee8acd23730fce65a4250767eb8aa1f1cdb
5,574
js
JavaScript
data/split-book-data/B00551W570.1646878806591.js
bksnetwork/audible
c9fcc611fb92578e1ecc4dfd3d33bf5aa60a3987
[ "0BSD" ]
null
null
null
data/split-book-data/B00551W570.1646878806591.js
bksnetwork/audible
c9fcc611fb92578e1ecc4dfd3d33bf5aa60a3987
[ "0BSD" ]
null
null
null
data/split-book-data/B00551W570.1646878806591.js
bksnetwork/audible
c9fcc611fb92578e1ecc4dfd3d33bf5aa60a3987
[ "0BSD" ]
null
null
null
window.peopleAlsoBoughtJSON = [{"asin":"B00P9JHMDK","authors":"Adam Mansbach","cover":"61D5Z1bB2QL","length":"3 mins","narrators":"Bryan Cranston","title":"You Have to F--king Eat"},{"asin":"1974976807","authors":"Adam Mansbach","cover":"519Eyt-Qc1L","length":"5 mins","narrators":"Larry David","title":"F--k, Now There ...
1,858
4,436
0.74399
688246279b0cf148c53a847c456000952b895619
76,855
js
JavaScript
js/viewModels/people.js
loredra/oraclejet
03eb63b4ca8eafd64ca5b77da5c585ff95e54403
[ "UPL-1.0" ]
null
null
null
js/viewModels/people.js
loredra/oraclejet
03eb63b4ca8eafd64ca5b77da5c585ff95e54403
[ "UPL-1.0" ]
null
null
null
js/viewModels/people.js
loredra/oraclejet
03eb63b4ca8eafd64ca5b77da5c585ff95e54403
[ "UPL-1.0" ]
null
null
null
/* global interact, german, english */ /** * Copyright (c) 2014, 2016, Oracle and/or its affiliates. * The Universal Permissive License (UPL), Version 1.0 */ define(['jsreport','ojs/ojcore', 'knockout', 'utils', 'jquery', 'jstree', 'lang/lang.ge', 'lang/lang.en', 'lang/lang.fr', 'ojs/ojrouter', 'ojs/ojknock...
55.053725
211
0.410748
6882ae376af43d730d4ec1de2c93c1acf5660e36
2,490
js
JavaScript
src/App.js
ionware/fintech-react
edde9fd98eff03e209c56670a0723a27a528b1c0
[ "MIT" ]
null
null
null
src/App.js
ionware/fintech-react
edde9fd98eff03e209c56670a0723a27a528b1c0
[ "MIT" ]
null
null
null
src/App.js
ionware/fintech-react
edde9fd98eff03e209c56670a0723a27a528b1c0
[ "MIT" ]
null
null
null
import React from 'react'; import { QueryClient, QueryClientProvider } from 'react-query'; import { PageLayout } from '@components/layouts'; import { StockChart } from '@components/Charts'; import { StockTable, OptionTable } from '@components/Tables'; import TipsWidget from '@components/TipsWidget'; import 'react-loadi...
44.464286
264
0.663052
6882d58ab03712edcae1ea7709b3a96dc3029bc2
290
js
JavaScript
index.js
ryanburnette/hashcash
a1c82829b785d29e30f6eb73fed18c814b9b957e
[ "0BSD" ]
1
2022-02-11T20:15:00.000Z
2022-02-11T20:15:00.000Z
index.js
ryanburnette/hashcash
a1c82829b785d29e30f6eb73fed18c814b9b957e
[ "0BSD" ]
1
2020-04-07T22:55:15.000Z
2020-04-07T22:55:15.000Z
index.js
ryanburnette/hashcash
a1c82829b785d29e30f6eb73fed18c814b9b957e
[ "0BSD" ]
null
null
null
'use strict'; module.exports = function(opts) { var obj = {}; obj.rules = require('./lib/rules')(opts); obj.check = function(v) { return require('./lib/check')(obj.rules, v); }; obj.solve = function() { return require('./lib/solve')(obj.check); }; return obj; };
16.111111
48
0.57931
68844f5cc83d3bd7445ef692853ba409794cb5de
462
js
JavaScript
lib/timeout.js
alistairstead/breaker-breaker
405675f4ea833e557002a8c920a006dc8ba4a457
[ "Apache-2.0" ]
1
2015-11-11T17:25:00.000Z
2015-11-11T17:25:00.000Z
lib/timeout.js
alistairstead/breaker-breaker
405675f4ea833e557002a8c920a006dc8ba4a457
[ "Apache-2.0" ]
null
null
null
lib/timeout.js
alistairstead/breaker-breaker
405675f4ea833e557002a8c920a006dc8ba4a457
[ "Apache-2.0" ]
null
null
null
'use strict'; export class Timeout { /** * Construct a delayed promise for n `milliseconds`. The promise * will reject after the appropriate delay. * * @param {Number} milliseconds - milliseconds wait time * @return {Promise} * @api private */ constructor (milliseconds = 1000) { return new...
23.1
66
0.62987
68849c63619352d47860cad5726fa64c72912648
3,681
js
JavaScript
src/index.js
nicolasdelfino/rn_device
29cad94f1fe8267bf97e041021b1fb61682a3eb4
[ "MIT" ]
null
null
null
src/index.js
nicolasdelfino/rn_device
29cad94f1fe8267bf97e041021b1fb61682a3eb4
[ "MIT" ]
null
null
null
src/index.js
nicolasdelfino/rn_device
29cad94f1fe8267bf97e041021b1fb61682a3eb4
[ "MIT" ]
null
null
null
/* react-native-devices */ import { Dimensions, PixelRatio } from 'react-native' const r = PixelRatio.get() const w = Dimensions.get('window').width * r const h = Dimensions.get('window').height * r /* PHONES */ const DEVICE_IS_X = () => RES(1125, 2436) const DEVICE_IS_PLUS_6_6S_7_8 = () => RES(1242, 2208) const ...
40.01087
78
0.677533
68854f3569f841855d2083c49e53efdf4ef25cb9
685
js
JavaScript
docs/components/AddButton.js
mugi-uno/closure-tools-devtools
e21298aa996844e301a77292cef82fbac141228a
[ "MIT" ]
13
2021-07-14T04:47:48.000Z
2021-10-09T00:24:39.000Z
docs/components/AddButton.js
mugi-uno/closure-tools-devtools
e21298aa996844e301a77292cef82fbac141228a
[ "MIT" ]
null
null
null
docs/components/AddButton.js
mugi-uno/closure-tools-devtools
e21298aa996844e301a77292cef82fbac141228a
[ "MIT" ]
null
null
null
goog.provide("demo.components.AddButton"); goog.require("goog.ui.Component"); demo.components.AddButton = function () { goog.ui.Component.call(this); }; goog.inherits(demo.components.AddButton, goog.ui.Component); demo.components.AddButton.prototype.createDom = function () { const button = this.getDomHelper().cr...
31.136364
82
0.729927
688777b33d5f03c2fbf776d7dcc1a0d6b8950727
197
js
JavaScript
src/components/Forms/FormsMetadata/NewTravelStipendFormMetadata/inputLabels.js
mikenthiwa/travela_front
2e5dd8dc03bc114eb8f111d174eafbd37bcb5f85
[ "MIT" ]
null
null
null
src/components/Forms/FormsMetadata/NewTravelStipendFormMetadata/inputLabels.js
mikenthiwa/travela_front
2e5dd8dc03bc114eb8f111d174eafbd37bcb5f85
[ "MIT" ]
null
null
null
src/components/Forms/FormsMetadata/NewTravelStipendFormMetadata/inputLabels.js
mikenthiwa/travela_front
2e5dd8dc03bc114eb8f111d174eafbd37bcb5f85
[ "MIT" ]
null
null
null
const inputLabels = (editing) => ({ stipend: { label: 'Enter Amount in Dollars ($)' }, center: { label: editing ? 'Location' : 'Type the country' } }); export default inputLabels;
17.909091
52
0.604061
68883137a50558a4fc4596421cf2a94b4c4709e1
594
js
JavaScript
src/Roam.js
deiwin/roam-spotify
26eb01537fdfdbf571b3c89c518a34c2b3eeab58
[ "MIT" ]
null
null
null
src/Roam.js
deiwin/roam-spotify
26eb01537fdfdbf571b3c89c518a34c2b3eeab58
[ "MIT" ]
null
null
null
src/Roam.js
deiwin/roam-spotify
26eb01537fdfdbf571b3c89c518a34c2b3eeab58
[ "MIT" ]
null
null
null
"use strict"; exports._getFocusedBlockMetadata = just => nothing => () => { const focusedBlockMetadata = window.roamAlphaAPI.ui.getFocusedBlock(); if (focusedBlockMetadata) { return just(focusedBlockMetadata); } else { return nothing; } }; exports._findBlock = uid => () => window.roamAlphaAPI .d...
20.482759
72
0.577441
6889112d303787d377f68fde3a59d35cf40d9fb5
2,151
js
JavaScript
src/components/BookingTypes/BookingTypes.js
Ruslan310/ftw-deily
ba477072a2df7fe6a08050e916b1b69fa598ab8a
[ "Apache-2.0" ]
null
null
null
src/components/BookingTypes/BookingTypes.js
Ruslan310/ftw-deily
ba477072a2df7fe6a08050e916b1b69fa598ab8a
[ "Apache-2.0" ]
null
null
null
src/components/BookingTypes/BookingTypes.js
Ruslan310/ftw-deily
ba477072a2df7fe6a08050e916b1b69fa598ab8a
[ "Apache-2.0" ]
null
null
null
import React, { Component } from 'react'; import { Form as FinalForm, FormSpy } from 'react-final-form'; import { formatMoney } from '../../util/currency'; import { types as sdkTypes } from '../../util/sdkLoader'; import { Form, FieldRadioButton } from '../../components'; import { getAvailablePrices, getLowestPrice } f...
30.295775
93
0.489075
6889336fc52c05b7949dac7e8b5adb46fc51d114
1,436
js
JavaScript
gulpfile.js
PettiSan/sass-mediaquery-singleline
e00671b6d48d8a5e5a40fc25fc799aa3de396bf0
[ "MIT" ]
2
2020-05-06T00:36:18.000Z
2020-08-13T22:03:06.000Z
gulpfile.js
PettiSan/sass-mediaquery-singleline
e00671b6d48d8a5e5a40fc25fc799aa3de396bf0
[ "MIT" ]
null
null
null
gulpfile.js
PettiSan/sass-mediaquery-singleline
e00671b6d48d8a5e5a40fc25fc799aa3de396bf0
[ "MIT" ]
1
2020-03-20T06:35:58.000Z
2020-03-20T06:35:58.000Z
const gulp = require('gulp'); const sass = require('gulp-sass'); const cleanCss = require('gulp-clean-css'); const notifier = require('node-notifier'); const browserSync = require('browser-sync').create(); sass.compiler = require('node-sass'); const src_folder = 'tests/'; gulp.task('serve', () => { return browserSy...
22.793651
75
0.552925
68894aa935e326f03b03b52efed48456dbd01dab
4,487
js
JavaScript
lib/math.js
gabriel-pinheiro/mocko-helpers
f7d2ebdb90bff3d5d42a69bc2a251816ebf55a1f
[ "MIT" ]
1
2019-11-21T12:06:57.000Z
2019-11-21T12:06:57.000Z
lib/math.js
gabriel-pinheiro/mocko-helpers
f7d2ebdb90bff3d5d42a69bc2a251816ebf55a1f
[ "MIT" ]
21
2020-12-30T08:49:53.000Z
2022-02-14T01:04:12.000Z
lib/math.js
gabriel-pinheiro/mocko-helpers
f7d2ebdb90bff3d5d42a69bc2a251816ebf55a1f
[ "MIT" ]
2
2021-01-05T11:16:24.000Z
2021-01-31T17:47:44.000Z
const utils = require('./utils'); /** * @exports math */ const helpers = module.exports; function coerceAndTransform(a, b, fn) { const aa = +a; const bb = +b; if (!isFinite(aa)) { throw new TypeError('expected the first argument to be a number'); } if (!isFinite(bb)) { throw new TypeError('expecte...
18.02008
108
0.587698
6889625178f47575b8c4fb8bf78d405f6b73c3cc
24,396
js
JavaScript
src/routes/Shop/Grounding/task.js
wuzhenhao12313/Fx.OA
9c64dba9999d73d7c9273d5adbd3f88822f65886
[ "MIT" ]
null
null
null
src/routes/Shop/Grounding/task.js
wuzhenhao12313/Fx.OA
9c64dba9999d73d7c9273d5adbd3f88822f65886
[ "MIT" ]
null
null
null
src/routes/Shop/Grounding/task.js
wuzhenhao12313/Fx.OA
9c64dba9999d73d7c9273d5adbd3f88822f65886
[ "MIT" ]
null
null
null
import React, {PureComponent} from 'react'; import {connect} from 'dva'; import moment from 'moment'; import { message, Progress, Button, Input, Badge, Modal, Drawer, InputNumber, Icon, Divider, Row, Col, Card, Collapse, Menu, Dropdown, Tabs, } from 'antd'; import Component from '../.....
29.146953
119
0.446098
688a32f70f4ab0f8901f70b0fd9c1a996beff778
54,728
js
JavaScript
step3/backend/static/main.js
JunilHwang/black-coffee-study-lv3
8797240dc4c10bed4230520deac6da1e7fb8e3ef
[ "MIT" ]
2
2021-08-03T13:16:59.000Z
2021-09-23T17:21:09.000Z
step3/backend/static/main.js
JunilHwang/black-coffee-study-lv3
8797240dc4c10bed4230520deac6da1e7fb8e3ef
[ "MIT" ]
null
null
null
step3/backend/static/main.js
JunilHwang/black-coffee-study-lv3
8797240dc4c10bed4230520deac6da1e7fb8e3ef
[ "MIT" ]
null
null
null
/*! For license information please see main.js.LICENSE.txt */ (()=>{"use strict";var e={7459:(e,t,n)=>{e.exports=n.p+"3677884233af83d1fea3.png"},5860:(e,t,n)=>{n.r(t)},3922:(e,t,n)=>{n.r(t)},5284:(e,t,n)=>{n.r(t)},9287:(e,t,n)=>{n.r(t)},5859:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.HttpMethod=vo...
27,364
54,666
0.623812
688b1abb31415de5da6e3fe6b25557e862de121f
4,653
js
JavaScript
copper-server/service_images/groupoffice-6.3.66/groupoffice-6.3.66-php-70/modules/leavedays/views/Extjs3/MonthWindow.js
LSFLK/copper
90c5bc5be4a1df95e528f8f79a593a50f05a24a0
[ "Apache-2.0" ]
7
2019-01-29T04:51:06.000Z
2021-09-25T09:08:00.000Z
copper-server/service_images/groupoffice-6.3.66/groupoffice-6.3.66-php-70/modules/leavedays/views/Extjs3/MonthWindow.js
LSFLK/copper
90c5bc5be4a1df95e528f8f79a593a50f05a24a0
[ "Apache-2.0" ]
123
2019-01-04T03:00:58.000Z
2019-08-02T10:12:48.000Z
copper-server/service_images/groupoffice-6.3.66/groupoffice-6.3.66-php-70/modules/leavedays/views/Extjs3/MonthWindow.js
LSFLK/copper
90c5bc5be4a1df95e528f8f79a593a50f05a24a0
[ "Apache-2.0" ]
1
2020-03-13T02:00:34.000Z
2020-03-13T02:00:34.000Z
/** * Copyright Intermesh * * This file is part of Group-Office. You should have received a copy of the * Group-Office license along with Group-Office. See the file /LICENSE.TXT * * If you have questions write an e-mail to info@intermesh.nl * * @version $Id: MonthWindow.js 22911 2018-01-12 08:00:53Z mschering $...
26.288136
106
0.545884
688b7a850ca6387a2d71a211e53c38722ca5b3a2
8,672
js
JavaScript
static/assets/js/common.js
jineshpaloor/github-card-wall
9e847aeebb9bc78acc701f9e6044ad0e18924ccb
[ "Apache-2.0" ]
null
null
null
static/assets/js/common.js
jineshpaloor/github-card-wall
9e847aeebb9bc78acc701f9e6044ad0e18924ccb
[ "Apache-2.0" ]
21
2015-08-14T20:47:22.000Z
2015-09-24T12:47:40.000Z
static/assets/js/common.js
jineshpaloor/github-card-wall
9e847aeebb9bc78acc701f9e6044ad0e18924ccb
[ "Apache-2.0" ]
null
null
null
/** this will be our global, top-level namespace */ var GithubCardWall = GithubCardWall || { }; /** some IE related stuff */ GithubCardWall.ie = function() { return navigator.userAgent.indexOf('MSIE') != -1; }; /** this is the skeleton of a module, copy this to start a new module */ GithubCardWall.cardwallModule ...
37.541126
136
0.455604
688c94e20c2680b802d7592205c739f32d5f7d06
854
js
JavaScript
front/layouts/front/BodyOrderSuccessLayout.js
wgpol098/UMK-Shop
526de72ee310a14580b52c47f6577f621bb34c89
[ "MIT" ]
null
null
null
front/layouts/front/BodyOrderSuccessLayout.js
wgpol098/UMK-Shop
526de72ee310a14580b52c47f6577f621bb34c89
[ "MIT" ]
null
null
null
front/layouts/front/BodyOrderSuccessLayout.js
wgpol098/UMK-Shop
526de72ee310a14580b52c47f6577f621bb34c89
[ "MIT" ]
null
null
null
import { useEffect, useState } from "react"; import { Navbar, NavDropdown, Form, FormControl, Button, Nav, Container, Col, Row, } from "react-bootstrap"; import { useCookies } from "react-cookie"; import { useRouter } from "next/router"; export default function BodyOrderSuccessLayout(props) { const...
20.829268
66
0.587822
688d3c556e0db763be33a54879c926cec05d67e6
6,259
js
JavaScript
source/model/modelutils.js
himanshuvashisht878/Online3DViewer
3a71028b1373cb05f299ee78f7d578d6ff89a414
[ "MIT" ]
1
2019-05-31T14:01:36.000Z
2019-05-31T14:01:36.000Z
source/model/modelutils.js
Pandinosaurus/Online3DViewer
c3ed8280d523bbd63485ad9bd884eb24edded81a
[ "MIT" ]
null
null
null
source/model/modelutils.js
Pandinosaurus/Online3DViewer
c3ed8280d523bbd63485ad9bd884eb24edded81a
[ "MIT" ]
null
null
null
OV.CalculateTriangleNormal = function (v0, v1, v2) { let v = OV.SubCoord3D (v1, v0); let w = OV.SubCoord3D (v2, v0); let normal = OV.CrossVector3D (v, w); normal.Normalize (); return normal; }; OV.TransformMesh = function (mesh, transformation) { if (transformation.IsIdentity ()) { retu...
29.804762
134
0.588433
688f09c7b77d869041e509e1b1fbe9e5286f189d
2,498
js
JavaScript
frontend/src/service/requests.js
devhyun637/prolog
006e6eb3b40a8374afa8caf66ec97811b23d5422
[ "MIT" ]
null
null
null
frontend/src/service/requests.js
devhyun637/prolog
006e6eb3b40a8374afa8caf66ec97811b23d5422
[ "MIT" ]
null
null
null
frontend/src/service/requests.js
devhyun637/prolog
006e6eb3b40a8374afa8caf66ec97811b23d5422
[ "MIT" ]
null
null
null
const BASE_URL = process.env.REACT_APP_API_URL; const requestGetPost = (postId) => fetch(`${BASE_URL}/posts/${postId}`); const requestGetFilters = () => fetch(`${BASE_URL}/filters`); const requestGetMissions = () => fetch(`${BASE_URL}/missions`); const requestGetTags = () => fetch(`${BASE_URL}/tags`); const reques...
31.620253
97
0.652522
688fcbaf31aef896d7748877dfb71966cce9ff8d
536
js
JavaScript
front/collections/collection.js
akileh/fermpi
4a20fde09a940f6674e6c1e2d11971f9996396e7
[ "BSD-3-Clause" ]
6
2015-02-25T21:36:39.000Z
2019-04-14T14:10:29.000Z
front/collections/collection.js
akileh/fermpi
4a20fde09a940f6674e6c1e2d11971f9996396e7
[ "BSD-3-Clause" ]
1
2016-03-08T13:16:49.000Z
2016-03-11T14:36:04.000Z
front/collections/collection.js
akileh/fermpi
4a20fde09a940f6674e6c1e2d11971f9996396e7
[ "BSD-3-Clause" ]
null
null
null
var Backbone = require('backbone'), _ = require('underscore') module.exports = Backbone.Collection.extend({ initialize: function (models, options) { this.options = options }, setOptions: function (options) { this.options = options }, url: function () { var url = this.bas...
22.333333
56
0.501866
688ff2244df158ca85cc69e8fa0d2dc9ace2c27b
992
js
JavaScript
nova-components/ButtonGroup/node_modules/@fortawesome/free-solid-svg-icons/faShop.js
sanvisimo/machines
272df47d1e57cfe598dcb7404a01658915a5afe1
[ "MIT" ]
null
null
null
nova-components/ButtonGroup/node_modules/@fortawesome/free-solid-svg-icons/faShop.js
sanvisimo/machines
272df47d1e57cfe598dcb7404a01658915a5afe1
[ "MIT" ]
null
null
null
nova-components/ButtonGroup/node_modules/@fortawesome/free-solid-svg-icons/faShop.js
sanvisimo/machines
272df47d1e57cfe598dcb7404a01658915a5afe1
[ "MIT" ]
null
null
null
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'shop'; var width = 640; var height = 512; var aliases = ["store-alt"]; var unicode = 'f54f'; var svgPathData = 'M319.1 384H127.1V224H63.98L63.97 480c0 17.75 14.25 32 32 32h256c17.75 0 32-14.25 32-32l.0114-25...
33.066667
383
0.708669
68901d27d8e099996db96a9ec96ed63983027715
6,167
js
JavaScript
test/unit/shared/schemaValidation/propertyTests/stringLength.js
wmlloyd/f5-telemetry-streaming
0721972ac6b768b5e8bfbd807a64039bdbce2d3d
[ "Apache-2.0" ]
43
2019-03-12T10:20:26.000Z
2022-03-27T01:39:58.000Z
test/unit/shared/schemaValidation/propertyTests/stringLength.js
wmlloyd/f5-telemetry-streaming
0721972ac6b768b5e8bfbd807a64039bdbce2d3d
[ "Apache-2.0" ]
193
2019-03-05T17:47:25.000Z
2022-03-31T17:19:58.000Z
test/unit/shared/schemaValidation/propertyTests/stringLength.js
wmlloyd/f5-telemetry-streaming
0721972ac6b768b5e8bfbd807a64039bdbce2d3d
[ "Apache-2.0" ]
24
2019-03-21T17:37:46.000Z
2021-11-22T19:47:04.000Z
/* * Copyright 2021. F5 Networks, Inc. See End User License Agreement ("EULA") for * license terms. Notwithstanding anything to the contrary in the EULA, Licensee * may copy and modify this software product for its internal business purposes. * Further, Licensee may upload, publish and distribute the modified versi...
41.668919
171
0.527161
6892a8d34f3f8f8bbdc6659a1ec254e21c7a5522
2,171
js
JavaScript
svelte-presentation/src/content-day1.js
simmoe/Digitalteknik2020
d3a31b07761d36e585462793f64822cee47e1c16
[ "MIT" ]
null
null
null
svelte-presentation/src/content-day1.js
simmoe/Digitalteknik2020
d3a31b07761d36e585462793f64822cee47e1c16
[ "MIT" ]
null
null
null
svelte-presentation/src/content-day1.js
simmoe/Digitalteknik2020
d3a31b07761d36e585462793f64822cee47e1c16
[ "MIT" ]
null
null
null
//json template for content - useful tags are title, text, img, link (from image), code export const words = [ {title: 'Digital teknik og design', vid: 'https://vod-progressive.akamaized.net/exp=1614168939~acl=%2Fvimeo-prod-skyfire-std-us%2F01%2F1%2F19%2F475007022%2F2198631196.mp4~hmac=582f8e42585...
72.366667
314
0.636573
6892de3839cfd7ceceef8dde79223c7c7aa44809
618
js
JavaScript
src/App.js
aimeeb6/git-illuminate
0778580a6d04c8a175d34d9447ca1de196d39c61
[ "MIT" ]
null
null
null
src/App.js
aimeeb6/git-illuminate
0778580a6d04c8a175d34d9447ca1de196d39c61
[ "MIT" ]
null
null
null
src/App.js
aimeeb6/git-illuminate
0778580a6d04c8a175d34d9447ca1de196d39c61
[ "MIT" ]
null
null
null
/* eslint-disable react/jsx-filename-extension */ import React from 'react'; import ReactDOM from 'react-dom'; import ScrollableTabsButtonAuto from './react-componets/NavigationTabs' import AppTheme from './react-componets/AppTheme'; import {ThemeProvider} from '@material-ui/core/styles'; import CssBaseline from "@mate...
25.75
71
0.708738
689301a928d8dd254ac2c2909a1a88a6143e912c
1,219
js
JavaScript
ES6/output/funcionesFlechas.js
gastonrd7/TestGit
bb1aa96338e7de61ffbc28020532c724ef17f190
[ "MIT" ]
null
null
null
ES6/output/funcionesFlechas.js
gastonrd7/TestGit
bb1aa96338e7de61ffbc28020532c724ef17f190
[ "MIT" ]
null
null
null
ES6/output/funcionesFlechas.js
gastonrd7/TestGit
bb1aa96338e7de61ffbc28020532c724ef17f190
[ "MIT" ]
null
null
null
"use strict"; //Funciones javascript var nombres = ['Martin', 'Eduardo']; //La funcion map nos permite iterar por cada uno de los elementos de un array y ejecutar una funcion por cada uno de ellos //const nombresCaracteres = nombres.map(function (nombre) { // console.log(nombre.length); //}); var nombresCaracteres =...
43.535714
163
0.727646
68944e5eaf1981dae05239171944f81368585119
148
js
JavaScript
test/fixture/javascript.js
RedHatter/postcss-custom-property-maps
4d61d51a336af584bc11a5bdebbc5022935af9ae
[ "MIT" ]
null
null
null
test/fixture/javascript.js
RedHatter/postcss-custom-property-maps
4d61d51a336af584bc11a5bdebbc5022935af9ae
[ "MIT" ]
null
null
null
test/fixture/javascript.js
RedHatter/postcss-custom-property-maps
4d61d51a336af584bc11a5bdebbc5022935af9ae
[ "MIT" ]
null
null
null
module.exports = { foo: 'foo value', bar: 'bar value', baz: ['one', 'two', 'three'], one: { two: { three: 'yeah!', }, }, };
13.454545
31
0.432432
6895492b892a25093ed413290fc1217cb84fed98
1,372
js
JavaScript
addon/components/dynamic-render.js
taras/ember-dynamic-render
71d217c677dc755feb90ab0315aea161a07c539c
[ "MIT" ]
3
2016-03-17T19:21:35.000Z
2016-03-19T22:38:42.000Z
addon/components/dynamic-render.js
taras/ember-dynamic-render
71d217c677dc755feb90ab0315aea161a07c539c
[ "MIT" ]
null
null
null
addon/components/dynamic-render.js
taras/ember-dynamic-render
71d217c677dc755feb90ab0315aea161a07c539c
[ "MIT" ]
null
null
null
import Ember from 'ember'; import layout from '../templates/components/dynamic-render'; const { HTMLBars, Logger, computed } = Ember; const DynamicRenderComponent = Ember.Component.extend({ layout, classNames: ['dynamic-render'], didInsertElement() { try { HTMLBars.compile(''); } catch (e...
21.777778
149
0.632653
6896896c014ea6d1bcdca66c91d16c9d0c125da1
2,204
js
JavaScript
resources/js/src/routes/Apps/TaskList/CommentView/AddComment.js
AssassinKO/Laravel-React-Demo
cd762459c6609fe7ca7692214e9fb7f289711987
[ "MIT" ]
2
2021-11-13T22:46:31.000Z
2021-12-16T06:15:21.000Z
resources/js/src/routes/Apps/TaskList/CommentView/AddComment.js
ProDeveloper0412/Laravel-React-Demo
cd762459c6609fe7ca7692214e9fb7f289711987
[ "MIT" ]
null
null
null
resources/js/src/routes/Apps/TaskList/CommentView/AddComment.js
ProDeveloper0412/Laravel-React-Demo
cd762459c6609fe7ca7692214e9fb7f289711987
[ "MIT" ]
null
null
null
import React, { useState } from 'react'; import { Box } from '@material-ui/core'; import CmtAvatar from '../../../../@coremat/CmtAvatar'; import AppTextInput from '../../../../@jumbo/components/Common/formElements/AppTextInput'; import SendIcon from '@material-ui/icons/Send'; import AttachFileIcon from '@material-ui/ic...
31.042254
110
0.647459
6896b3ee2b115c7fae3f138a574a56b8a3539156
1,496
js
JavaScript
src/components/Blog/LatestNews.js
john-rice/slatwall-storefront-react
bd049a679c1738c28ac8022fab9a688a0fc01dda
[ "MIT" ]
4
2021-09-29T14:31:31.000Z
2022-03-31T15:12:58.000Z
src/components/Blog/LatestNews.js
john-rice/slatwall-storefront-react
bd049a679c1738c28ac8022fab9a688a0fc01dda
[ "MIT" ]
null
null
null
src/components/Blog/LatestNews.js
john-rice/slatwall-storefront-react
bd049a679c1738c28ac8022fab9a688a0fc01dda
[ "MIT" ]
null
null
null
import React from 'react' import { useTranslation } from 'react-i18next' import { Link } from 'react-router-dom' import { useFormatDate } from '../../hooks/useFormatDate' function LatestNews({ list }) { const { t } = useTranslation() const [formateDate] = useFormatDate() if (!list || !list.items || list.items.le...
33.244444
160
0.522727
68977421cb3521a2b6a533ed1586bf3e3970de50
253
js
JavaScript
client/app/common/skillAvatar/skillAvatar.js
redhead-web/foodnet.nz-no-meteor
aedce829fefbe1419e38f5ac8c1a82421074b434
[ "Apache-2.0" ]
null
null
null
client/app/common/skillAvatar/skillAvatar.js
redhead-web/foodnet.nz-no-meteor
aedce829fefbe1419e38f5ac8c1a82421074b434
[ "Apache-2.0" ]
null
null
null
client/app/common/skillAvatar/skillAvatar.js
redhead-web/foodnet.nz-no-meteor
aedce829fefbe1419e38f5ac8c1a82421074b434
[ "Apache-2.0" ]
null
null
null
import angular from 'angular'; import uiRouter from 'angular-ui-router'; import skillAvatarComponent from './skillAvatar.component'; export default angular.module('skillAvatar', [ uiRouter, ]) .component('skillAvatar', skillAvatarComponent) .name;
21.083333
59
0.774704
6897a07824e16f5cb4033066871433fe55f92a02
838
js
JavaScript
public/i18n/select2/tk-js.7ec1db24952095d48676.js
wutongwan/laravel-lego
8ee5801fe4582628b3f7502bf11bcb0cd03abaf2
[ "MIT" ]
130
2016-06-30T08:32:22.000Z
2021-01-04T09:27:28.000Z
public/i18n/select2/tk-js.7ec1db24952095d48676.js
wutongwan/laravel-lego
8ee5801fe4582628b3f7502bf11bcb0cd03abaf2
[ "MIT" ]
96
2016-01-27T04:43:38.000Z
2022-03-21T20:01:08.000Z
public/i18n/select2/tk-js.7ec1db24952095d48676.js
wutongwan/laravel-lego
8ee5801fe4582628b3f7502bf11bcb0cd03abaf2
[ "MIT" ]
38
2016-01-27T04:57:24.000Z
2019-12-09T08:33:10.000Z
(window.webpackJsonp=window.webpackJsonp||[]).push([[99],{118:function(n,e,t){(function(n){/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ !function(){if(n&&n.fn&&n.fn.select2&&n.fn.select2.amd)var e=n.fn.select2.amd;e.define("select2/i18n/tk",[],(function(){return{errorLoading:functio...
419
665
0.736277
6897da8ef5d13106dca5f9c1eb4861cacc255871
1,098
js
JavaScript
src/auth/passport.js
jnware7/phase-4-challenge-
7cc518f9b59c5ae7c9299acded3972d33ce558be
[ "MIT" ]
null
null
null
src/auth/passport.js
jnware7/phase-4-challenge-
7cc518f9b59c5ae7c9299acded3972d33ce558be
[ "MIT" ]
null
null
null
src/auth/passport.js
jnware7/phase-4-challenge-
7cc518f9b59c5ae7c9299acded3972d33ce558be
[ "MIT" ]
null
null
null
const passport = require('passport'); const LocalStrategy = require('passport-local').Strategy const bcrypt = require('bcrypt'); const User = require('../models/users'); passport.use('local', new LocalStrategy({ usernameField:'email' }, (email, password, done)=> { User.findByEmail(email) .then(user => { if(!...
23.361702
67
0.57286
68982aced0100c90ea152885ed5707fa3c69e339
305
js
JavaScript
app/client/js/data/index.js
craigharvi3/snappyshare
624334b1e0529c4b9d1ff4e4336b3da2f0f66827
[ "MIT" ]
null
null
null
app/client/js/data/index.js
craigharvi3/snappyshare
624334b1e0529c4b9d1ff4e4336b3da2f0f66827
[ "MIT" ]
null
null
null
app/client/js/data/index.js
craigharvi3/snappyshare
624334b1e0529c4b9d1ff4e4336b3da2f0f66827
[ "MIT" ]
null
null
null
const AjaxPromise = require('ajax-promise'); const Links = { all: (boardId) => { return new Promise((resolve, reject) => { AjaxPromise .get(`/api/board/${boardId}`) .then((links) => { resolve({links: links}); }); }); } }; export default { Links };
16.052632
45
0.511475
689ad5574c75c2932b936b7013d06209d468261f
632
js
JavaScript
src/container/menu/menu.component.js
nbusuttil/electron-with-create-react-app
742cbbc8fdca2a1c1c66fab53aed386364ccf541
[ "MIT" ]
null
null
null
src/container/menu/menu.component.js
nbusuttil/electron-with-create-react-app
742cbbc8fdca2a1c1c66fab53aed386364ccf541
[ "MIT" ]
null
null
null
src/container/menu/menu.component.js
nbusuttil/electron-with-create-react-app
742cbbc8fdca2a1c1c66fab53aed386364ccf541
[ "MIT" ]
1
2017-12-17T18:56:00.000Z
2017-12-17T18:56:00.000Z
import React from 'react'; import FilterTable from '../../component/filterTable/filterTable.connector'; import GeneratePdf from '../../component/generatePdf/generatePdf.connector'; import Firebase from '../../component/firebase/firebase.connector'; import Search from '../../component/search/search.connector'; import '...
25.28
76
0.658228
689af112b3f53cdf870f92e42a8e77386140b449
13,369
js
JavaScript
wp-content/plugins/embedpress/Gutenberg/src/common/icons.js
Enjoysheepskin/cdn
c0ef1eeb2278025d0a490a62eca6272258bac0d1
[ "MIT" ]
null
null
null
wp-content/plugins/embedpress/Gutenberg/src/common/icons.js
Enjoysheepskin/cdn
c0ef1eeb2278025d0a490a62eca6272258bac0d1
[ "MIT" ]
null
null
null
wp-content/plugins/embedpress/Gutenberg/src/common/icons.js
Enjoysheepskin/cdn
c0ef1eeb2278025d0a490a62eca6272258bac0d1
[ "MIT" ]
null
null
null
/** * WordPress dependencies */ const { G, Path, Polygon, SVG, } = wp.components; export const googleDocsIcon = <SVG xmlns="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" > <G> <Path style= {{ fill: '#2196F3' }} d="M 37 45 L 11 45 C 9.34375 45 8 43.65625 8 42 L 8 6 C 8 4.34375 9.34375 3 11 3 L...
71.111702
2,147
0.59795
689b4244e61ae99b7869ea1b5a1676d2cbb7e486
4,169
js
JavaScript
examples/gatsbygram/src/components/modal.js
JoelBesada/gatsby-plugin-modal-routing
9a6b0dbb79bd9071287728f341c373ec783aff2f
[ "MIT" ]
null
null
null
examples/gatsbygram/src/components/modal.js
JoelBesada/gatsby-plugin-modal-routing
9a6b0dbb79bd9071287728f341c373ec783aff2f
[ "MIT" ]
null
null
null
examples/gatsbygram/src/components/modal.js
JoelBesada/gatsby-plugin-modal-routing
9a6b0dbb79bd9071287728f341c373ec783aff2f
[ "MIT" ]
null
null
null
import React from "react" import CaretRight from "react-icons/lib/fa/caret-right" import CaretLeft from "react-icons/lib/fa/caret-left" import Close from "react-icons/lib/md/close" import findIndex from "lodash/findIndex" import mousetrap from "mousetrap" import * as PropTypes from "prop-types" import { navigate, Stati...
26.724359
88
0.453586
689b835931676cd37d967a2e9e1cc28fee0f1f20
5,541
js
JavaScript
dist/ui-highcharts.min.js
jsdelivrbot/ui-highcharts
b1355d82dff40fb1065971289daecb04f2034ab2
[ "MIT" ]
6
2015-01-04T00:29:05.000Z
2021-12-31T15:27:48.000Z
dist/ui-highcharts.min.js
jsdelivrbot/ui-highcharts
b1355d82dff40fb1065971289daecb04f2034ab2
[ "MIT" ]
5
2015-05-05T22:39:51.000Z
2016-11-29T14:52:02.000Z
dist/ui-highcharts.min.js
jsdelivrbot/ui-highcharts
b1355d82dff40fb1065971289daecb04f2034ab2
[ "MIT" ]
5
2015-01-23T01:21:58.000Z
2018-12-06T22:22:43.000Z
angular.module("ui-highcharts",[]),angular.module("ui-highcharts").factory("$uiHighchartsAddWatchers",["$uiHighchartsUtilsService","$window",function(a,b){function c(a){var b=_.find(a.series,{name:"Navigator"});if(b){var c=_.find(a.series,function(a){return"Navigator"!==a.name&&a.visible});c&&b.setData(c.options.data,!...
5,541
5,541
0.672983
689c9a6b279874ffc92aba0f94b766e2cff2ca4f
924
js
JavaScript
likes/likes-model.js
How-To-3-Lambda-School-Build-Week-20-04/how-to-3-backend
9d616ae9ad0c417bcf7a86f5ead7f7ecf66339d1
[ "MIT" ]
null
null
null
likes/likes-model.js
How-To-3-Lambda-School-Build-Week-20-04/how-to-3-backend
9d616ae9ad0c417bcf7a86f5ead7f7ecf66339d1
[ "MIT" ]
1
2021-09-02T10:26:51.000Z
2021-09-02T10:26:51.000Z
likes/likes-model.js
How-To-3-Lambda-School-Build-Week-20-04/how-to-3-backend
9d616ae9ad0c417bcf7a86f5ead7f7ecf66339d1
[ "MIT" ]
1
2020-04-25T22:05:53.000Z
2020-04-25T22:05:53.000Z
const db = require("../data/dbConfig.js"); const { findByID } = require("../howto/howto-model"); // return user's like on a post function getUserLikes(userId) { console.log(userId); return db("likes") .join("user", "user.id", "likes.user_id") .where({ user_id: userId }) .select("likes.id", "likes.user_...
26.4
70
0.628788
689cd5b6235df400e1a296acbe46cba541d03878
1,378
js
JavaScript
cqrs-event-sourcing/Bar.Web/wwwroot/app/services/tabService.js
sharmasourabh/ddd
9aadf8ed0d4eab92b96312d86aba9545d7867cf0
[ "Apache-2.0" ]
12
2018-12-14T17:45:31.000Z
2021-03-11T17:32:02.000Z
cqrs-event-sourcing/Bar.Web/wwwroot/app/services/tabService.js
sharmasourabh/ddd
9aadf8ed0d4eab92b96312d86aba9545d7867cf0
[ "Apache-2.0" ]
null
null
null
cqrs-event-sourcing/Bar.Web/wwwroot/app/services/tabService.js
sharmasourabh/ddd
9aadf8ed0d4eab92b96312d86aba9545d7867cf0
[ "Apache-2.0" ]
4
2019-05-23T05:57:19.000Z
2021-03-13T18:45:19.000Z
(app => { app.factory("TabService", ["$http", "toastr", function ($http, toastr) { const baseUrl = "api/tab"; return { openTab: openTab, closeTab: closeTab, orderBeverages: orderBeverages, serveBeverages: serveBeverages, getTabDetails: getTabDetails }; function openTa...
29.319149
74
0.622642
689d0e6a8c44b26c19cb8bbedda9bf804687aeaa
1,944
js
JavaScript
src/StopWatch.js
Brattin11/ticker
4ac0e889787ac5e92e82551a393c28f944523a12
[ "MIT" ]
null
null
null
src/StopWatch.js
Brattin11/ticker
4ac0e889787ac5e92e82551a393c28f944523a12
[ "MIT" ]
null
null
null
src/StopWatch.js
Brattin11/ticker
4ac0e889787ac5e92e82551a393c28f944523a12
[ "MIT" ]
null
null
null
import React, { useState, useEffect } from "react"; const wait = async (millis) => new Promise((resolve) => setTimeout(resolve, millis)); const formatTime = (millis) => { const seconds = millis / 1000; return `${Math.floor(seconds / 60) > 0 ? Math.floor(seconds / 60) : ""}${ Math.floor(seconds / 60) > 0 ? "...
21.842697
75
0.441358
689d785d2fe2d498325c3644e7efefc4ae5126f7
2,081
js
JavaScript
model/MonetaryAmount.js
UHCToken/uhx-api
9afb62ccf307666a862f488c91855e48386b120f
[ "MIT" ]
2
2018-08-18T18:37:36.000Z
2018-09-28T16:52:28.000Z
model/MonetaryAmount.js
UHCToken/uhx-api
9afb62ccf307666a862f488c91855e48386b120f
[ "MIT" ]
null
null
null
model/MonetaryAmount.js
UHCToken/uhx-api
9afb62ccf307666a862f488c91855e48386b120f
[ "MIT" ]
null
null
null
'use strict'; /** * Copyright 2018 Universal Health Coin * * 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 limitation the rights to use, copy, modi...
40.803922
152
0.695819
689f5d1d0d3d469524bed2ab18434194405f726f
994
js
JavaScript
studio/node_modules/hashlru/bench.js
sajustsmile/twitter-blockchain
3b79a54024ccb499fd128e693e2c3dd363a0572c
[ "Apache-2.0" ]
243
2016-12-23T23:17:44.000Z
2022-03-23T15:39:48.000Z
studio/node_modules/hashlru/bench.js
sajustsmile/twitter-blockchain
3b79a54024ccb499fd128e693e2c3dd363a0572c
[ "Apache-2.0" ]
38
2018-03-30T19:12:20.000Z
2022-03-28T07:25:07.000Z
studio/node_modules/hashlru/bench.js
sajustsmile/twitter-blockchain
3b79a54024ccb499fd128e693e2c3dd363a0572c
[ "Apache-2.0" ]
41
2016-12-24T12:51:55.000Z
2021-06-01T07:46:18.000Z
var Stats = require('statistics/mutate') var LRU = require('./') //simple benchmarks, and measure standard deviation function run (N, op, init) { var stats = null, value for(var j = 0; j < 100; j++) { if(init) value = init(j) var start = Date.now() for(var i = 0; i < N; i++) op(value, i) stats = S...
20.708333
61
0.614688
689fa3fd6b952d76b6549219c5c6470a4575ada8
478
js
JavaScript
web/src/utils/optimize.js
aereeeee/2019-02
d5894a9a21a90f465be553cc9b43562b4f88d1ec
[ "MIT" ]
37
2019-11-04T03:06:31.000Z
2021-03-13T11:32:32.000Z
web/src/utils/optimize.js
aereeeee/2019-02
d5894a9a21a90f465be553cc9b43562b4f88d1ec
[ "MIT" ]
119
2019-11-07T08:15:59.000Z
2020-06-26T17:08:13.000Z
web/src/utils/optimize.js
aereeeee/2019-02
d5894a9a21a90f465be553cc9b43562b4f88d1ec
[ "MIT" ]
9
2019-11-16T14:07:30.000Z
2020-12-12T08:47:43.000Z
const throttle = (func, delay) => { let timeout = null; return (...args) => { if (timeout) return; timeout = setTimeout(() => { func.call(this, ...args); clearTimeout(timeout); timeout = null; }, delay); }; }; const debounce = (func, delay) => { let timeout = null; return (......
18.384615
35
0.531381
689ff1f54dcc784fb774bf6d456046dbf88bd8ea
8,091
js
JavaScript
app/splitter.js
richard-boeve/Splitter
08e102439b2c771898b13d78dcee39a020794cfa
[ "MIT" ]
null
null
null
app/splitter.js
richard-boeve/Splitter
08e102439b2c771898b13d78dcee39a020794cfa
[ "MIT" ]
null
null
null
app/splitter.js
richard-boeve/Splitter
08e102439b2c771898b13d78dcee39a020794cfa
[ "MIT" ]
null
null
null
const Web3 = require("web3"); const Promise = require("bluebird"); const $ = require("jquery"); const contract = require("truffle-contract"); const splitterJson = require("../build/contracts/Splitter.json"); require("file-loader?name=./index.html!./index.html"); // Use a web3 browser if availble if (typeof web3 !== '...
41.92228
225
0.534915
68a0b777dfffef4919aa8f1b044e088208e5da5b
60
js
JavaScript
node_modules/@carbon/icons-react/es/location/16.js
GregDevProjects/carbon-header-fix
9c7986a0eb0ecfa797d14d4b57ec01b6af7d72d8
[ "Apache-2.0" ]
1
2020-09-18T05:33:29.000Z
2020-09-18T05:33:29.000Z
node_modules/@carbon/icons-react/es/location/16.js
GregDevProjects/carbon-header-fix
9c7986a0eb0ecfa797d14d4b57ec01b6af7d72d8
[ "Apache-2.0" ]
10
2021-03-01T20:53:14.000Z
2022-02-26T17:48:08.000Z
node_modules/@carbon/icons-react/es/location/16.js
GregDevProjects/carbon-header-fix
9c7986a0eb0ecfa797d14d4b57ec01b6af7d72d8
[ "Apache-2.0" ]
1
2020-10-03T03:38:59.000Z
2020-10-03T03:38:59.000Z
import { Location16 } from '..'; export default Location16;
20
32
0.716667
68a153e4c571ab73a6f0f0906f326fc8b775848a
461
js
JavaScript
cppapi/html/struct_bond_1_1_allocator_1_1_aligned_object_deallocator.js
bondscripting/bondscripting.github.io
089f52f8fb2cd08a7c7b35dc5ce2f860ef1e04e5
[ "MIT" ]
null
null
null
cppapi/html/struct_bond_1_1_allocator_1_1_aligned_object_deallocator.js
bondscripting/bondscripting.github.io
089f52f8fb2cd08a7c7b35dc5ce2f860ef1e04e5
[ "MIT" ]
null
null
null
cppapi/html/struct_bond_1_1_allocator_1_1_aligned_object_deallocator.js
bondscripting/bondscripting.github.io
089f52f8fb2cd08a7c7b35dc5ce2f860ef1e04e5
[ "MIT" ]
null
null
null
var struct_bond_1_1_allocator_1_1_aligned_object_deallocator = [ [ "AlignedObjectDeallocator", "struct_bond_1_1_allocator_1_1_aligned_object_deallocator.html#ade1f7f53aa017870b32cc36aed815fb1", null ], [ "operator()", "struct_bond_1_1_allocator_1_1_aligned_object_deallocator.html#aa024e045f42471cbd94d8f352254ee...
76.833333
140
0.850325
68a16cf393957f41283c32de5c91a5e61ff6f1f0
401
js
JavaScript
admin/src/main.js
lh-jiezhou/daoyun
fa20cd0ce96acfc80ca22e8ec2573431a6c37025
[ "MIT" ]
null
null
null
admin/src/main.js
lh-jiezhou/daoyun
fa20cd0ce96acfc80ca22e8ec2573431a6c37025
[ "MIT" ]
7
2020-08-26T08:11:21.000Z
2022-02-27T09:51:17.000Z
admin/src/main.js
lh-jiezhou/daoyun
fa20cd0ce96acfc80ca22e8ec2573431a6c37025
[ "MIT" ]
null
null
null
import Vue from 'vue' import App from './App.vue' import './plugins/element.js' import router from './router' Vue.config.productionTip = false // 从http.js中导入axios 数据请求接口 import http from './http' import http_egg from './http_egg' // 并将其加入的Vue的实例(原型)属性当中,以后在任意页面可以this.http访问 Vue.prototype.$http = http Vue.prototype.$...
21.105263
44
0.715711
68a23c27d35ea7399ab1b5c2d72b4834e775d0c9
281
js
JavaScript
src/app/app.js
DBuckley0126/javascript-project-gyro-frontend
50b68384bc78a763cb5781ae093dbe93d063b6c2
[ "MIT" ]
null
null
null
src/app/app.js
DBuckley0126/javascript-project-gyro-frontend
50b68384bc78a763cb5781ae093dbe93d063b6c2
[ "MIT" ]
2
2021-03-10T04:43:35.000Z
2021-05-11T01:28:22.000Z
src/app/app.js
DBuckley0126/javascript-project-gyro-frontend
50b68384bc78a763cb5781ae093dbe93d063b6c2
[ "MIT" ]
null
null
null
import {AppManager, MobileGameManager, DesktopGameManager} from './modules' import '../stylesheets/app.css' document.addEventListener('DOMContentLoaded', () => { const container = document.querySelector('#app-container') window.AppManager = new AppManager(container) })
20.071429
75
0.747331
68a28c76497efc75bf45590e864d0a24ece1f569
1,304
js
JavaScript
docs/html/search/enumvalues_0.js
inertialsense/InertialSenseSDK
6b3ba4de1246c1cabe49bae7e16e8322fdbdb359
[ "MIT" ]
15
2017-05-22T17:51:39.000Z
2020-06-18T04:14:55.000Z
docs/html/search/enumvalues_0.js
inertialsense/InertialSenseSDK
6b3ba4de1246c1cabe49bae7e16e8322fdbdb359
[ "MIT" ]
28
2017-05-21T02:30:28.000Z
2020-07-20T15:38:27.000Z
docs/html/search/enumvalues_0.js
inertialsense/InertialSenseSDK
6b3ba4de1246c1cabe49bae7e16e8322fdbdb359
[ "MIT" ]
11
2018-07-03T03:22:11.000Z
2020-08-04T08:01:12.000Z
var searchData= [ ['_5fptype_5fascii_5fnmea',['_PTYPE_ASCII_NMEA',['../_i_s_comm_8h.html#a932bee6e7c2e702a8cce14cfd728ba92aadc2747a94a51184d91a12b0cec74590',1,'ISComm.h']]], ['_5fptype_5finertial_5fsense_5fack',['_PTYPE_INERTIAL_SENSE_ACK',['../_i_s_comm_8h.html#a932bee6e7c2e702a8cce14cfd728ba92a322b1d505a690cb6277...
108.666667
177
0.822853
68a2e087a20346e6e711c0450479cd23ed1a5f83
814
js
JavaScript
app/lib/models.js
nstojiljkovic/tppoker
6c7051b80d19fdf42b94d7e2cbf5f4f888373813
[ "0BSD" ]
1
2016-08-11T12:01:24.000Z
2016-08-11T12:01:24.000Z
app/lib/models.js
nstojiljkovic/tppoker
6c7051b80d19fdf42b94d7e2cbf5f4f888373813
[ "0BSD" ]
null
null
null
app/lib/models.js
nstojiljkovic/tppoker
6c7051b80d19fdf42b94d7e2cbf5f4f888373813
[ "0BSD" ]
null
null
null
require('ember-tppoker/core'); require('ember-tppoker/models/application'); require('ember-tppoker/models/project'); require('ember-tppoker/models/release'); require('ember-tppoker/models/iteration'); require('ember-tppoker/models/user_story'); require('ember-tppoker/models/game'); require('ember-tppoker/models/game');...
38.761905
44
0.77027
68a4d32645346fc95491fcbb2490a82c36a52819
29,391
js
JavaScript
assets/js/global/charts/classic-metrics-charts.js
gaxon-lab/jumbo-jquery-bootstrap
deeb2f12f171e96ba61cb078ef244282a2d14c3d
[ "MIT" ]
null
null
null
assets/js/global/charts/classic-metrics-charts.js
gaxon-lab/jumbo-jquery-bootstrap
deeb2f12f171e96ba61cb078ef244282a2d14c3d
[ "MIT" ]
null
null
null
assets/js/global/charts/classic-metrics-charts.js
gaxon-lab/jumbo-jquery-bootstrap
deeb2f12f171e96ba61cb078ef244282a2d14c3d
[ "MIT" ]
null
null
null
(function ($) { "use strict"; var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; var today = new Date(); var currentMont = today.getMonth(); var lastMonthName = months[currentMont - 1]; var color = Chart.helpers.color; var cha...
25.872359
137
0.607227
68a50fae3ffcd1524b0cacb05b0d5e329ae50e87
150
js
JavaScript
src/pages/index/profile/actionTypes.js
mulin95/joint-project
598afec4e32a4da621c87b360f03ec698622a6ab
[ "MIT" ]
4
2019-09-28T03:50:19.000Z
2019-12-30T11:55:57.000Z
src/pages/profile/actionTypes.js
mulin95/joint-project
598afec4e32a4da621c87b360f03ec698622a6ab
[ "MIT" ]
5
2021-05-08T07:37:34.000Z
2022-02-26T18:28:26.000Z
src/pages/index/profile/actionTypes.js
mulin95/joint-project
598afec4e32a4da621c87b360f03ec698622a6ab
[ "MIT" ]
null
null
null
const CHANGE_USERNAME = 'profile/change_username'; const SAGA_LOAD_DATA = 'profile/saga_load_data' export{ CHANGE_USERNAME, SAGA_LOAD_DATA }
21.428571
50
0.78
68a54c4bf91a8a1084a359e37803d9b4c189b2e1
1,270
js
JavaScript
src/components/SelectBox/index.js
hunterofit/react-querions
554b5baedb369e41a1f266a08ae2c0e78d14c20f
[ "MIT" ]
null
null
null
src/components/SelectBox/index.js
hunterofit/react-querions
554b5baedb369e41a1f266a08ae2c0e78d14c20f
[ "MIT" ]
null
null
null
src/components/SelectBox/index.js
hunterofit/react-querions
554b5baedb369e41a1f266a08ae2c0e78d14c20f
[ "MIT" ]
null
null
null
import React from 'react'; import PropTypes from 'prop-types'; class SelectBox extends React.Component { handleClick = (val) => { if (this.props.is_15 === false && val === 1) { return; } this.props.result(val); }; render() { let active_30 = ''; let active_15 = ''; ...
23.518519
74
0.481102
68a70c20d660ff66aa7d073680cef3f4266ebbfe
960
js
JavaScript
app/assets/javascripts/controlled_terms/form.js
erebuseternal/inaturalist
fc8218f329abbb5462015e723a2756031d8834b1
[ "MIT" ]
466
2015-01-22T07:03:18.000Z
2022-03-28T12:02:45.000Z
app/assets/javascripts/controlled_terms/form.js
todtb/inaturalist
76ebf20f9429296fec4184937f7c4c6c196e5ef9
[ "MIT" ]
2,181
2015-01-01T03:21:02.000Z
2022-03-31T20:40:40.000Z
app/assets/javascripts/controlled_terms/form.js
todtb/inaturalist
76ebf20f9429296fec4184937f7c4c6c196e5ef9
[ "MIT" ]
164
2015-01-04T01:36:53.000Z
2022-03-14T19:37:45.000Z
$( function( ) { $( "input[name='valid_within_clade_q']" ).each( function( ) { var id = $( this ).parent( ).parent( ).find( "[data-ac-taxon-id]" ); $( this ).taxonAutocomplete({ searchExternal: false, bootstrapClear: false, thumbnail: false, idEl: id, initialSelection: $( this )....
33.103448
85
0.607292
68a95577ac3d7581a28e3e69e484c70c48a61fbb
2,643
js
JavaScript
dist/.gatsby/gatsby-config.js
Phil-Barber/phil-barber
997d3886c28236814e6abe70df4905a7b9815b19
[ "MIT" ]
null
null
null
dist/.gatsby/gatsby-config.js
Phil-Barber/phil-barber
997d3886c28236814e6abe70df4905a7b9815b19
[ "MIT" ]
null
null
null
dist/.gatsby/gatsby-config.js
Phil-Barber/phil-barber
997d3886c28236814e6abe70df4905a7b9815b19
[ "MIT" ]
null
null
null
module.exports = { siteMetadata: { title: 'Phil Barber', description: 'A blog about me and maybe other things', author: 'phil.barber93@gmail.com', siteUrl: 'https://phil-barber.uk/', }, plugins: [ `gatsby-plugin-sharp`, 'gatsby-transformer-sharp', 'gat...
27.821053
75
0.400681
68a9804ef278bcaff3a14cbaefd1eb79392d7270
725
js
JavaScript
src/main.js
zwnsyw/Background_management
4d71e604a1fbd425c21f504e0c5d9ebb67695ff1
[ "MIT" ]
null
null
null
src/main.js
zwnsyw/Background_management
4d71e604a1fbd425c21f504e0c5d9ebb67695ff1
[ "MIT" ]
null
null
null
src/main.js
zwnsyw/Background_management
4d71e604a1fbd425c21f504e0c5d9ebb67695ff1
[ "MIT" ]
null
null
null
import Vue from 'vue' import App from './App.vue' import router from './router' import './plugins/element.js' // 导入全局样式表 import "./assets/css/gloab.css" // 导入字体图标 import "./assets/fonts/iconfont.css" // 导入表格 import tableTree from "vue-table-with-tree-grid" // 导入网络请求axios import axios from 'axios' // 配置请求根路径 axios.def...
21.323529
72
0.717241
68aad7657bef4d19b6c1f991df894fb958968499
608
js
JavaScript
src/components/images/Histoire/Hist1.js
AuxaneN/chateaudessalles
0362b06bb05e38622a66b5eae908ed3ed359e09b
[ "RSA-MD" ]
null
null
null
src/components/images/Histoire/Hist1.js
AuxaneN/chateaudessalles
0362b06bb05e38622a66b5eae908ed3ed359e09b
[ "RSA-MD" ]
null
null
null
src/components/images/Histoire/Hist1.js
AuxaneN/chateaudessalles
0362b06bb05e38622a66b5eae908ed3ed359e09b
[ "RSA-MD" ]
null
null
null
import React from "react" import { useStaticQuery, graphql } from "gatsby" import Img from "gatsby-image" const Hist1 = () => { const data = useStaticQuery(graphql` query { placeholderImage: file(relativePath: { eq: "Histoire/histoire_1.jpg" }) { childImageSharp { fluid(quality: 90, maxWi...
27.636364
163
0.65625
68b076a4464fe77ace01dc7df056ff33423f853e
5,753
js
JavaScript
preload.js
karino2/TeFWiki-Electron
46ec6e450bbc7c6bc33b37dae1686eb81a594808
[ "MIT" ]
1
2021-07-03T01:07:05.000Z
2021-07-03T01:07:05.000Z
preload.js
karino2/TeFWiki-Electron
46ec6e450bbc7c6bc33b37dae1686eb81a594808
[ "MIT" ]
2
2022-02-21T05:41:22.000Z
2022-02-21T05:42:17.000Z
preload.js
karino2/TeFWiki-Electron
46ec6e450bbc7c6bc33b37dae1686eb81a594808
[ "MIT" ]
null
null
null
const {ipcRenderer} = require('electron') window.addEventListener('DOMContentLoaded', () => { const viewRoot = document.getElementById('content-root') let mdname = "" // 辿ったらtrueを返す const followLink = (e)=> { if (e.target.tagName == 'A' && e.target.classList.contains('wikilink')) { ...
33.063218
128
0.560229
68b1e994981627b09dd8a6ec42853f9046d40a6e
3,177
js
JavaScript
define-messages.macro.test.js
ttypic/define-messages.macro
5de14c86089e2965846e6ddbf0c7695289d1bcd2
[ "MIT" ]
1
2021-05-18T11:54:19.000Z
2021-05-18T11:54:19.000Z
define-messages.macro.test.js
ttypic/define-messages.macro
5de14c86089e2965846e6ddbf0c7695289d1bcd2
[ "MIT" ]
6
2020-07-20T18:02:56.000Z
2022-03-26T17:27:34.000Z
define-messages.macro.test.js
ttypic/define-messages.macro
5de14c86089e2965846e6ddbf0c7695289d1bcd2
[ "MIT" ]
null
null
null
const path = require('path'); const pluginTester = require('babel-plugin-tester').default; const Macros = require('babel-plugin-macros'); pluginTester({ plugin: Macros, snapshot: false, tests: { 'it replaces import in development': { fixture: path.join(__dirname, 'fixtures/replace-impor...
43.520548
98
0.574756
68b2c582bf5349857b5f70a3483bb8356a15313f
664
js
JavaScript
health/src/components/vital.js
simse/simse.io
5f2f2c2ead6cbec7ae27a56aee181c33f12d7ee1
[ "0BSD" ]
null
null
null
health/src/components/vital.js
simse/simse.io
5f2f2c2ead6cbec7ae27a56aee181c33f12d7ee1
[ "0BSD" ]
2
2022-02-14T18:11:49.000Z
2022-02-14T18:11:51.000Z
health/src/components/vital.js
simse/simse.io
5f2f2c2ead6cbec7ae27a56aee181c33f12d7ee1
[ "0BSD" ]
null
null
null
import * as React from "react" import * as styles from "../styles/components/vital.module.scss" // markup const Vital = (props) => { return ( <div className={`${styles.vital} ${props.noPadding ? styles.noPadding : ''}`}> <strong className={styles.label}>{props.label}</strong> <div className={st...
30.181818
144
0.614458
68b3ff9da51053edf420ef2411d3e2bb01344c21
4,219
js
JavaScript
src/components/stage-colors.js
vvcdoesdev/moonrider
af9079485897c033f4a7a65c6230f486b5e118d7
[ "MIT" ]
1
2021-12-13T05:10:03.000Z
2021-12-13T05:10:03.000Z
src/components/stage-colors.js
vvcdoesdev/moonrider
af9079485897c033f4a7a65c6230f486b5e118d7
[ "MIT" ]
null
null
null
src/components/stage-colors.js
vvcdoesdev/moonrider
af9079485897c033f4a7a65c6230f486b5e118d7
[ "MIT" ]
null
null
null
function $ (id) { return document.getElementById(id); }; import COLORS from '../constants/colors'; // Stage animations have a consistent pattern so animations generated via loop. const animatables = [ {name: 'bgcolor', property: 'backglow.color'}, {name: 'leftglow', property: 'leftsideglow.color'}, {name: 'righ...
29.298611
94
0.629296
68b4425bb77f3f0ba65ae807864161e3dd0edcb9
103
js
JavaScript
test/config/app.js
KieronWiltshire/node-respondent
22268b839a3fb328be75c7dfc3b4be7501876bdb
[ "MIT" ]
null
null
null
test/config/app.js
KieronWiltshire/node-respondent
22268b839a3fb328be75c7dfc3b4be7501876bdb
[ "MIT" ]
null
null
null
test/config/app.js
KieronWiltshire/node-respondent
22268b839a3fb328be75c7dfc3b4be7501876bdb
[ "MIT" ]
null
null
null
'use strict'; export default { planet: 'Earth', booleanTest: 'true', booleanTestUpper: 'TRUE' }
12.875
26
0.660194
68b522d6e50e94620cedba958523913551e288fe
1,963
js
JavaScript
ex_client_server/client/vendor/scripts/knockout-bootstrap.js
kmalakoff/examples-kmalakoff
7de39d4276cbe9fb13122a36797833e20a8b6663
[ "MIT" ]
null
null
null
ex_client_server/client/vendor/scripts/knockout-bootstrap.js
kmalakoff/examples-kmalakoff
7de39d4276cbe9fb13122a36797833e20a8b6663
[ "MIT" ]
1
2018-01-05T05:10:42.000Z
2018-01-05T05:10:42.000Z
ex_client_server/client/vendor/scripts/knockout-bootstrap.js
kmalakoff/examples-kmalakoff
7de39d4276cbe9fb13122a36797833e20a8b6663
[ "MIT" ]
null
null
null
(function() { var bindingFactory = new ko.uibindings.plugin.BindingFactory(); //utility to set the dataSource will a clean copy of data. Could be overriden at run-time. var setDataSource = function(widget, data) { widget.dataSource.data(ko.mapping ? ko.mapping.toJS(data || {}) : ko.toJS(data)); }; //l...
22.825581
92
0.455935
68b57fb51cdde18c47d9c2c9fed102e1bac072b9
1,386
js
JavaScript
addon/affinity-engine/stage/directions/layer.js
affinity-engine/affinity-engine-stage
beed8abb3f3516dd0cc83511dd982c01ce207bd9
[ "MIT" ]
null
null
null
addon/affinity-engine/stage/directions/layer.js
affinity-engine/affinity-engine-stage
beed8abb3f3516dd0cc83511dd982c01ce207bd9
[ "MIT" ]
3
2016-08-10T02:15:14.000Z
2016-10-27T18:34:41.000Z
addon/affinity-engine/stage/directions/layer.js
ember-theater/ember-theater-director
beed8abb3f3516dd0cc83511dd982c01ce207bd9
[ "MIT" ]
null
null
null
import Ember from 'ember'; import { Direction, cmd } from 'affinity-engine-stage'; import multiton from 'ember-multiton-service'; const { assign, get, set } = Ember; export default Direction.extend({ esBus: multiton('message-bus', 'engineId', 'stageId'), layerManager: multiton('affinity-engine/stage/layer-m...
26.653846
100
0.657287
68b609ba6484cf3ee9262d2d6c088aac4fbb6690
406
js
JavaScript
app/base_components/TextInput.js
tstariqul/Restaurant-App
a3799872a8cfe50cd76af29acce2c2504be03502
[ "MIT" ]
null
null
null
app/base_components/TextInput.js
tstariqul/Restaurant-App
a3799872a8cfe50cd76af29acce2c2504be03502
[ "MIT" ]
null
null
null
app/base_components/TextInput.js
tstariqul/Restaurant-App
a3799872a8cfe50cd76af29acce2c2504be03502
[ "MIT" ]
null
null
null
import { Platform } from 'react-native'; import styled from 'styled-components'; const TextInput = styled.TextInput` font-family: 'Roboto Slab'; padding: 15px; width: 100%; min-height: 42px; font-size: 18px; color: #989898; text-align: left; border: 0 solid #ddd; border-bottom-width: ${Platform.OS ==...
23.882353
64
0.667488
68b60e7b09ba7884b2eeaaefb8727e82364e682a
1,600
js
JavaScript
src/plugins/element.js
xxcfun/crm-pc
acbb06a2794d100ecc6abb3e5252e01e33da0748
[ "Apache-2.0" ]
1
2021-06-18T03:03:36.000Z
2021-06-18T03:03:36.000Z
src/plugins/element.js
xxcfun/crm-pc
acbb06a2794d100ecc6abb3e5252e01e33da0748
[ "Apache-2.0" ]
null
null
null
src/plugins/element.js
xxcfun/crm-pc
acbb06a2794d100ecc6abb3e5252e01e33da0748
[ "Apache-2.0" ]
null
null
null
import Vue from 'vue' import 'element-ui/lib/theme-chalk/base.css' import CollapseTransition from 'element-ui/lib/transitions/collapse-transition' import { Aside, Autocomplete, Breadcrumb, BreadcrumbItem, Button, Card, Cascader, CheckboxButton, CheckboxGroup, Col, Collapse, CollapseItem, Container, DateP...
24.242424
97
0.739375
68b8c55118c6523638bac3f11f0fff61d4a2d812
56
js
JavaScript
node_modules/png-js/test/patch-canvas.js
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
175
2015-01-04T07:33:55.000Z
2019-08-03T17:27:01.000Z
node_modules/png-js/test/patch-canvas.js
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
25
2015-02-05T03:59:27.000Z
2022-02-11T16:54:04.000Z
node_modules/png-js/test/patch-canvas.js
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
65
2015-01-27T20:05:10.000Z
2019-06-11T13:05:29.000Z
HTMLCanvasElement.prototype.getContext = function() {};
28
55
0.785714
68b8e9de73c2d3aff7ab4a06945defe453454ca4
1,385
js
JavaScript
source/analyse.js
scriptabuild/eventstore-demo
756cce6c87ad901dfec450149dcdc2c67d19e1b8
[ "MIT" ]
null
null
null
source/analyse.js
scriptabuild/eventstore-demo
756cce6c87ad901dfec450149dcdc2c67d19e1b8
[ "MIT" ]
null
null
null
source/analyse.js
scriptabuild/eventstore-demo
756cce6c87ad901dfec450149dcdc2c67d19e1b8
[ "MIT" ]
null
null
null
const path = require("path"); const {defineStore} = require("@scriptabuild/eventStore"); const logSchemaToolModelDefinition = require("@scriptabuild/eventstore-tools").logSchemaTool; // const logSchemaToolModelDefinition = require("./logSchemaTool"); const Stopwatch = require("../source/stopwatch"); const folder = path...
46.166667
199
0.74296
68b9abec706e6a39b087721776760d23c322ac49
530
js
JavaScript
glyphs/folder-open-o.js
kavanpancholi/vue-rate-it
b12aabbc7f9baa2e43342611b6515e030c60d280
[ "MIT" ]
100
2017-04-26T15:04:54.000Z
2022-03-12T15:02:58.000Z
glyphs/folder-open-o.js
kavanpancholi/vue-rate-it
b12aabbc7f9baa2e43342611b6515e030c60d280
[ "MIT" ]
18
2017-05-05T07:38:25.000Z
2021-08-12T21:25:49.000Z
glyphs/folder-open-o.js
kavanpancholi/vue-rate-it
b12aabbc7f9baa2e43342611b6515e030c60d280
[ "MIT" ]
11
2017-05-29T05:23:23.000Z
2021-08-03T00:38:17.000Z
const fa_folder_open_o = 'M1717 931q0-35-53-35h-1088q-40 0-85.5 21.5t-71.5 52.5l-294 363q-18 24-18 40 0 35 53 35h1088q40 0 86-22t71-53l294-363q18-22 18-39zm-1141-163h768v-160q0-40-28-68t-68-28h-576q-40 0-68-28t-28-68v-64q0-40-28-68t-68-28h-320q-40 0-68 28t-28 68v853l256-315q44-53 116-87.5t140-34.5zm1269 163q0 62-46 120...
265
498
0.773585
68bb330ca35a4b6d458412e49411257f0a9ca550
232
js
JavaScript
master-node-nodejs/src/models/payments.js
ramesh-kr/sentinel
ff65bc9200f6c940aa184c0ec0872fdcfef25363
[ "MIT" ]
342
2017-08-21T20:12:56.000Z
2022-03-19T17:58:25.000Z
master-node-nodejs/src/models/payments.js
ramesh-kr/sentinel
ff65bc9200f6c940aa184c0ec0872fdcfef25363
[ "MIT" ]
57
2017-11-13T11:16:47.000Z
2022-03-01T13:54:31.000Z
master-node-nodejs/src/models/payments.js
smtcrms/sentinel
ff65bc9200f6c940aa184c0ec0872fdcfef25363
[ "MIT" ]
72
2017-11-23T05:13:24.000Z
2022-02-25T14:18:33.000Z
import mongoose from "mongoose"; let Schema = mongoose.Schema let paymentSchema = new Schema({ timestamp: Number, paid_count: Number, unpaid_count: Number }); export const Payment = mongoose.model('Payment', paymentSchema);
21.090909
64
0.75
68bb713e7060a53ad951a496bc3d2d6cb351a51f
1,040
js
JavaScript
src/config/constant.js
mutolee/vel-admin-web
92e6734fdf0eff07fa27dfd8d61e728dfb39d14e
[ "Apache-2.0" ]
3
2021-05-10T01:31:03.000Z
2022-03-02T01:20:02.000Z
src/config/constant.js
mutolee/vel-admin-web
92e6734fdf0eff07fa27dfd8d61e728dfb39d14e
[ "Apache-2.0" ]
null
null
null
src/config/constant.js
mutolee/vel-admin-web
92e6734fdf0eff07fa27dfd8d61e728dfb39d14e
[ "Apache-2.0" ]
null
null
null
export const BASE_URL = 'http://localhost:8080/' export const USER_NAME = 'userName' export const TOKEN = 'token' export const LOGIN_API = "static/res/login.json" export const LEFT_MENU = 'leftmenu' export const IS_ROUTER_LOADED = 'isRouterLoaded' export const MENUS = 'menus' export const ARR = 'arr' export const LEFT...
30.588235
77
0.739423
68bbd8e83abd5918caa293f278fca9af35d1939c
2,210
js
JavaScript
public/js/profile.js
zacharyjg00/Railway-Express
94ad46a8b846cc66b8a747eaf1b5cb632eb21fa2
[ "MIT" ]
1
2021-07-25T06:38:47.000Z
2021-07-25T06:38:47.000Z
public/js/profile.js
zacharyjg00/Railway-Express
94ad46a8b846cc66b8a747eaf1b5cb632eb21fa2
[ "MIT" ]
null
null
null
public/js/profile.js
zacharyjg00/Railway-Express
94ad46a8b846cc66b8a747eaf1b5cb632eb21fa2
[ "MIT" ]
2
2021-07-30T20:32:55.000Z
2021-10-06T18:50:23.000Z
const updateButtonHandler = async (event) => { const first_name = document.querySelector('#first-name').value.trim(); const last_name = document.querySelector('#last-name').value.trim(); const email = document.querySelector('#email').value.trim(); if (first_name && last_name && email) { if (eve...
29.466667
74
0.566516
68bce9c42f032b9e49e976bf0b6d989cf82b68d8
9,872
js
JavaScript
src/auth.js
balaji-b-v/firebase-mock-v3
3ad3191bb55e42e2a198d95dcbf16a16e0cf3e9d
[ "MIT" ]
null
null
null
src/auth.js
balaji-b-v/firebase-mock-v3
3ad3191bb55e42e2a198d95dcbf16a16e0cf3e9d
[ "MIT" ]
null
null
null
src/auth.js
balaji-b-v/firebase-mock-v3
3ad3191bb55e42e2a198d95dcbf16a16e0cf3e9d
[ "MIT" ]
null
null
null
'use strict'; var _ = require('lodash'); var format = require('util').format; var rsvp = require('rsvp'); function FirebaseAuth () { this.currentUser = null; this._auth = { listeners: [], completionListeners: [], users: [], uidCounter: 1 }; } FirebaseAuth.prototype.changeAuthState = func...
26.466488
127
0.652857
68bd3cca6245ed0d04df5d1806cbc4be9dd95806
2,312
js
JavaScript
backend/tests/unit/video.spec.js
jabardigitalservice/sapawarga-webadmin
e66327b8b37db544a6af82b92ff7998ffb6f52ae
[ "MIT" ]
1
2021-07-07T02:45:40.000Z
2021-07-07T02:45:40.000Z
backend/tests/unit/video.spec.js
jabardigitalservice/sapawarga-webadmin
e66327b8b37db544a6af82b92ff7998ffb6f52ae
[ "MIT" ]
null
null
null
backend/tests/unit/video.spec.js
jabardigitalservice/sapawarga-webadmin
e66327b8b37db544a6af82b92ff7998ffb6f52ae
[ "MIT" ]
2
2020-03-11T08:41:59.000Z
2021-07-07T02:45:44.000Z
import Router from 'vue-router' import ElementUI from 'element-ui' import flushPromises from 'flush-promises' import * as api from '@/api/video' import ListFilter from '@/views/video/_listfilter' import VideoList from '@/views/video/list' import VideoEdit from '@/views/video/edit' import VideoDetail from '@/views/video...
21.211009
62
0.671713
68bd75ad09c1a04b1669c67d2483dc62063f10a5
424
js
JavaScript
public/js/reportForm.js
denaunglin2/-EasyDonate
001d59fdb458e0db033bc4ebfd4ed3365654b3c3
[ "MIT" ]
1
2021-04-28T02:55:12.000Z
2021-04-28T02:55:12.000Z
public/js/reportForm.js
denaunglin2/-EasyDonate
001d59fdb458e0db033bc4ebfd4ed3365654b3c3
[ "MIT" ]
2
2021-06-22T15:40:06.000Z
2022-03-02T07:29:30.000Z
public/js/reportForm.js
denaunglin2/-EasyDonate
001d59fdb458e0db033bc4ebfd4ed3365654b3c3
[ "MIT" ]
1
2021-04-28T02:58:39.000Z
2021-04-28T02:58:39.000Z
$(document).ready(function() { $("#reportingOptions1").click(function() { $("#toggleTextarea").css("display", "none"); }); $("#reportingOptions2").click(function() { $("#toggleTextarea").css("display", "none"); }); $("#reportingOptions3").click(function() { $("#toggleTextarea").css("display", "none"); })...
20.190476
47
0.599057
68c02525d0aea4b746982c2e11edede299070deb
1,010
js
JavaScript
lib/keyboard.js
george28cs/spawn_rfid_module
883d6b2140a965ecf759c20b0f03e1557145a737
[ "Unlicense" ]
null
null
null
lib/keyboard.js
george28cs/spawn_rfid_module
883d6b2140a965ecf759c20b0f03e1557145a737
[ "Unlicense" ]
null
null
null
lib/keyboard.js
george28cs/spawn_rfid_module
883d6b2140a965ecf759c20b0f03e1557145a737
[ "Unlicense" ]
null
null
null
const util = require('util'); const InputEvent = require('./'); const KEY_STATUS = { KEY_UP : 0x00, KEY_PRESS : 0x01, KEY_DOWN : 0x02 }; /** * [Keyboard description] * @param {[type]} device [description] */ function Keyboard(device){ var self = this; InputEvent.apply(this, arguments); this....
22.444444
49
0.580198
68c0866c1e47d0e72b2d94545d58ce75127b1924
269
js
JavaScript
webpack.config.js
jesusantguerrero/atmosthere
de9012f62c804f7e407000c8d3ad03bd4b3b5e42
[ "MIT" ]
null
null
null
webpack.config.js
jesusantguerrero/atmosthere
de9012f62c804f7e407000c8d3ad03bd4b3b5e42
[ "MIT" ]
null
null
null
webpack.config.js
jesusantguerrero/atmosthere
de9012f62c804f7e407000c8d3ad03bd4b3b5e42
[ "MIT" ]
null
null
null
const path = require('path'); const webpack = require('webpack'); module.exports = { plugins: [new webpack.DefinePlugin({ // Definitions... }) ], resolve: { alias: { '@': path.resolve('resources/js'), }, }, };
17.933333
46
0.494424
68c1f68f9c0c5999866ac3e81684901c34fee1f9
432
js
JavaScript
migrations/2_deploy_contracts.js
Syed-Fahad-Hussain/ICO-ERC223
8b57c13d8bf41bd1fef7af5fd138ffe1cc3a0edd
[ "MIT" ]
1
2019-02-16T11:30:40.000Z
2019-02-16T11:30:40.000Z
migrations/2_deploy_contracts.js
Syed-Fahad-Hussain/ICO-ERC223
8b57c13d8bf41bd1fef7af5fd138ffe1cc3a0edd
[ "MIT" ]
null
null
null
migrations/2_deploy_contracts.js
Syed-Fahad-Hussain/ICO-ERC223
8b57c13d8bf41bd1fef7af5fd138ffe1cc3a0edd
[ "MIT" ]
null
null
null
var ICO = artifacts.require("./ICO.sol"); var Token = artifacts.require("./Token.sol"); module.exports = async function (deployer) { await deployer.deploy(Token, "FahadToken", "FTK", 6, 100); await deployer.deploy(ICO, Token.address); // deployer.deploy(Token, 'FahadToken', 'FTK', 6, 100).then(() => { // d...
30.857143
69
0.645833
68c42489c47fb8f4248b49061cf444458610978d
462
js
JavaScript
src/components/Table/index.js
CDCgov/phlip
a793556c781b675ee5bb6d37addeb8dbc26bd698
[ "Apache-2.0" ]
null
null
null
src/components/Table/index.js
CDCgov/phlip
a793556c781b675ee5bb6d37addeb8dbc26bd698
[ "Apache-2.0" ]
5
2020-05-11T20:36:25.000Z
2021-11-02T15:49:04.000Z
src/components/Table/index.js
LaudateCorpus1/phlip
a793556c781b675ee5bb6d37addeb8dbc26bd698
[ "Apache-2.0" ]
2
2020-12-21T21:23:00.000Z
2022-02-27T23:12:56.000Z
import React from 'react' import PropTypes from 'prop-types' import { default as MuiTable } from '@material-ui/core/Table' /** * Wrapper for @material-ui/core's Table component */ export const Table = ({ children, ...otherProps }) => { return ( <MuiTable {...otherProps}> {children} </MuiTable> ) } ...
20.086957
61
0.65368
68c4a0ed0b2114aebd9eec0c8ba27ea22a811bd9
17,467
js
JavaScript
SousChef.js
ibm-cds-labs/watson-recipe-bot-nodejs-graph
213f2d62f8aaa07cb22f060cd37fb83dcdbf01f5
[ "Apache-1.1" ]
7
2017-02-11T03:01:26.000Z
2017-06-08T20:12:08.000Z
SousChef.js
ibm-cds-labs/watson-recipe-bot-nodejs
213f2d62f8aaa07cb22f060cd37fb83dcdbf01f5
[ "Apache-1.1" ]
null
null
null
SousChef.js
ibm-cds-labs/watson-recipe-bot-nodejs
213f2d62f8aaa07cb22f060cd37fb83dcdbf01f5
[ "Apache-1.1" ]
2
2017-11-20T09:50:33.000Z
2018-03-07T10:10:18.000Z
'use strict'; const ConversationV1 = require('watson-developer-cloud/conversation/v1'); const RecipeClient = require('./RecipeClient'); const SlackBot = require('slackbots'); const MAX_RECIPES = 5; class SousChef { constructor(recipeStore, slackToken, recipeClientApiKey, conversationUsername, conversationPasswo...
45.725131
148
0.484456
68c6859c76c2b7ba31aea0803903db51c198b88c
1,299
js
JavaScript
client/src/component/LikeButton.js
Shahzayb/pistagram
498e80afdb1e8084c5a56e98ec0af2bd68d1288b
[ "MIT" ]
4
2020-05-26T22:21:16.000Z
2021-08-09T15:58:30.000Z
client/src/component/LikeButton.js
Shahzayb/pistagram
498e80afdb1e8084c5a56e98ec0af2bd68d1288b
[ "MIT" ]
5
2021-05-11T02:55:57.000Z
2021-05-11T06:05:09.000Z
client/src/component/LikeButton.js
Shahzayb/pistagram
498e80afdb1e8084c5a56e98ec0af2bd68d1288b
[ "MIT" ]
null
null
null
import React from 'react'; import { makeStyles, ButtonBase } from '@material-ui/core'; import HeartIcon from '@material-ui/icons/Favorite'; import Snackbar from './Snackbar'; import { useToggleLike } from '../react-query/photo'; const useStyles = makeStyles((theme) => ({ unliked: { fill: 'transparent', str...
21.295082
76
0.548884
68c6927c56082609dab566240e46960343224e95
748
js
JavaScript
config/config.js
grup-gelap/rentnesia-backend
9c8f5c09c8873de6508df35efe492359ead48c4f
[ "MIT" ]
2
2019-02-04T03:36:00.000Z
2021-04-09T16:43:08.000Z
config/config.js
grup-gelap/rentnesia-backend
9c8f5c09c8873de6508df35efe492359ead48c4f
[ "MIT" ]
null
null
null
config/config.js
grup-gelap/rentnesia-backend
9c8f5c09c8873de6508df35efe492359ead48c4f
[ "MIT" ]
2
2019-02-04T03:06:25.000Z
2019-02-10T07:09:16.000Z
require("dotenv").config(); module.exports = { development: { username: process.env.DB_DEV_USERNAME, password: process.env.DB_DEV_PASSWORD, database: process.env.DB_DEV_NAME, host: process.env.DB_DEV_HOST, dialect: process.env.DB_DEV_DIALECT }, test: { username: process.env.DB_TEST_USERNA...
28.769231
49
0.735294
68c6969bab00c4173621b5e9eb557c332fda5862
376
js
JavaScript
components/Text.js
deamme/styled-collection
90358d1092fd2b6b93376ce2018ae5c00e540c53
[ "MIT" ]
1
2018-09-28T17:42:45.000Z
2018-09-28T17:42:45.000Z
components/Text.js
deamme/styled-collection
90358d1092fd2b6b93376ce2018ae5c00e540c53
[ "MIT" ]
null
null
null
components/Text.js
deamme/styled-collection
90358d1092fd2b6b93376ce2018ae5c00e540c53
[ "MIT" ]
null
null
null
import styled from 'styled-components'; import { space, color, fontSize, fontWeight, textAlign } from 'styled-system'; export default styled.p` ${color} ${space} ${fontSize} ${fontWeight} ${textAlign} margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Helvetica, Arial, sans-serif,"Appl...
28.923077
147
0.702128
68c6e251f5eeb4e6d8d52148a8ffdb1691fa2cfd
107
js
JavaScript
src/config/formats.js
nagai-takayuki/graasp-app-code
273fe8b47a48c9d69fd93c79df41cbd8342f7f56
[ "MIT" ]
null
null
null
src/config/formats.js
nagai-takayuki/graasp-app-code
273fe8b47a48c9d69fd93c79df41cbd8342f7f56
[ "MIT" ]
null
null
null
src/config/formats.js
nagai-takayuki/graasp-app-code
273fe8b47a48c9d69fd93c79df41cbd8342f7f56
[ "MIT" ]
null
null
null
// eslint-disable-next-line import/prefer-default-export export const APP_INSTANCE_RESOURCE_FORMAT = 'v1';
35.666667
56
0.813084
68c84314c7b3c17a1c2bf888558d589e295a6291
397
js
JavaScript
src/scripts/components/box/Box.js
atsolberg/lwcc.org
af7a9f4d99fdcc0a259305e92e937ebf5b47febf
[ "MIT" ]
null
null
null
src/scripts/components/box/Box.js
atsolberg/lwcc.org
af7a9f4d99fdcc0a259305e92e937ebf5b47febf
[ "MIT" ]
17
2020-04-06T08:04:04.000Z
2022-02-12T11:33:17.000Z
src/scripts/components/box/Box.js
atsolberg/lwcc.org
af7a9f4d99fdcc0a259305e92e937ebf5b47febf
[ "MIT" ]
null
null
null
import React from 'react'; import { node } from 'prop-types'; import styles from './styles'; function Box({ children, ...rest }) { return ( <div className="container-xl" {...rest}> <div css={styles} className="row box"> <div className="col-12 box-content">{children}</div> </div> </div> ...
19.85
60
0.609572
68ca60dc32dff09f0dfe47b24b0974f758ac7846
59,971
js
JavaScript
node_modules/@fivethree/core/esm5/lib/popover/popover.component.js
expert-work/gobizgrow-ionic
81507c71946649b1d208154654368036a71f9f42
[ "BSD-3-Clause-Attribution" ]
null
null
null
node_modules/@fivethree/core/esm5/lib/popover/popover.component.js
expert-work/gobizgrow-ionic
81507c71946649b1d208154654368036a71f9f42
[ "BSD-3-Clause-Attribution" ]
null
null
null
node_modules/@fivethree/core/esm5/lib/popover/popover.component.js
expert-work/gobizgrow-ionic
81507c71946649b1d208154654368036a71f9f42
[ "BSD-3-Clause-Attribution" ]
null
null
null
/** * @fileoverview added by tsickle * Generated from: lib/popover/popover.component.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import * as tslib_1 from "tslib"; import { animIn, animOut } from './popover.animations'; im...
77.481912
35,082
0.784296
68ca90331bb84d75af4169903d8de70ea149844f
3,500
js
JavaScript
src/parade/ParadeMapPage.js
PrideInLondon/pride-london-web
60a913eaca5aaf905d32512da6a5f7b94eed1289
[ "Apache-2.0" ]
10
2019-04-09T18:26:19.000Z
2020-03-02T11:09:00.000Z
src/parade/ParadeMapPage.js
PrideInLondon/pride-london-web
60a913eaca5aaf905d32512da6a5f7b94eed1289
[ "Apache-2.0" ]
2,015
2019-01-21T11:02:44.000Z
2022-03-18T18:28:59.000Z
src/parade/ParadeMapPage.js
PrideInLondon/pride-london-web
60a913eaca5aaf905d32512da6a5f7b94eed1289
[ "Apache-2.0" ]
7
2019-05-05T13:24:54.000Z
2020-12-30T18:55:39.000Z
import querystring from 'querystring' import React from 'react' import appStoreBadge from '../assets/appStore.svg' import googlePlayBadge from '../assets/googlePlayStore.svg' import { Column } from '../components/grid' import { Button } from '../components/button' import { ParadeMapContainer, ParadeMapContent, Ti...
32.110092
137
0.558857
68cb84894b5dcf53ce327d3d498b97b56b4729eb
11,128
js
JavaScript
services/api/test/instance.test.js
developmentseed/pearl-backend
38b7c9197855c135e522bf8b5a315a10006ef510
[ "MIT" ]
28
2022-03-28T18:32:47.000Z
2022-03-31T15:00:29.000Z
services/api/test/instance.test.js
developmentseed/pearl-backend
38b7c9197855c135e522bf8b5a315a10006ef510
[ "MIT" ]
1
2022-03-17T08:38:01.000Z
2022-03-17T08:38:01.000Z
services/api/test/instance.test.js
developmentseed/pearl-backend
38b7c9197855c135e522bf8b5a315a10006ef510
[ "MIT" ]
null
null
null
'use strict'; const test = require('tape'); const Flight = require('./flight'); const flight = new Flight(); flight.init(test); flight.takeoff(test); flight.user(test, 'ingalls', true); flight.fixture(test, 'model.json', 'ingalls'); flight.fixture(test, 'project.json', 'ingalls'); test('GET /api/project/1/instance ...
24.619469
77
0.44716
68cbecad6d7f0f8e6398320716b218f7a7d14826
1,193
js
JavaScript
components/layouts/Header.js
12dkaskar/Injiri-Ecom
b12dbc56c8e4dfdb25bd0471a440bae14c998e5a
[ "MIT" ]
null
null
null
components/layouts/Header.js
12dkaskar/Injiri-Ecom
b12dbc56c8e4dfdb25bd0471a440bae14c998e5a
[ "MIT" ]
4
2021-03-10T03:47:40.000Z
2021-12-09T01:21:30.000Z
components/layouts/Header.js
JatinKukreja18/Injiri-Ecom
b12dbc56c8e4dfdb25bd0471a440bae14c998e5a
[ "MIT" ]
null
null
null
import React from 'react'; import Router from "next/router"; import NProgress from "nprogress"; import Nav from "./Nav"; Router.onRouteChangeStart = () => { NProgress.start(); }; Router.onRouteChangeComplete = () => { NProgress.done(); }; Router.onRouteChangeError = () => { NProgress.done(); }; let lastScroll = 0...
19.883333
63
0.678961
68cd49c29c2c078e6d58242885fa8a6d4a3c9f8a
1,576
js
JavaScript
resources/assets/parser/components/editors/CriminalDefenseEditor/SplashEditor.js
chompchompbalboa/rockyeastman
ca88529eb4c3d272c9e379ddcb93263cae8222c4
[ "MIT" ]
null
null
null
resources/assets/parser/components/editors/CriminalDefenseEditor/SplashEditor.js
chompchompbalboa/rockyeastman
ca88529eb4c3d272c9e379ddcb93263cae8222c4
[ "MIT" ]
null
null
null
resources/assets/parser/components/editors/CriminalDefenseEditor/SplashEditor.js
chompchompbalboa/rockyeastman
ca88529eb4c3d272c9e379ddcb93263cae8222c4
[ "MIT" ]
null
null
null
//----------------------------------------------------------------------------- // Imports //----------------------------------------------------------------------------- import React from 'react' import styled from 'styled-components' import EditorImage from '../../lib/EditorImage' import EditorInput from '../../lib/...
32.833333
79
0.451777
68cf97eec5fcc3f4f0960d540c9c0bf13b1da74d
3,311
js
JavaScript
lib/client.js
mhdawson/micro-app-notify-client
527f3754d7d48a05e822ab97a75211c6dd6a3ad0
[ "MIT" ]
null
null
null
lib/client.js
mhdawson/micro-app-notify-client
527f3754d7d48a05e822ab97a75211c6dd6a3ad0
[ "MIT" ]
null
null
null
lib/client.js
mhdawson/micro-app-notify-client
527f3754d7d48a05e822ab97a75211c6dd6a3ad0
[ "MIT" ]
null
null
null
// Copyright 2016-2017 the project authors as listed in the AUTHORS file. // All rights reserved. Use of this source code is governed by the // license that can be found in the LICENSE file. "use strict"; const fs = require('fs'); const https = require('https'); const mqtt = require('mqtt'); const path = require('path...
37.625
103
0.581093
68d0dc7fd090088aa0792c95ac9aebfcd48a23cd
242,183
js
JavaScript
dist/planck-with-testbed.min.js
Sayan-dev/planck.js
01dce1c8f440519337f1621552731aab37cf12e5
[ "MIT" ]
4,622
2016-04-03T02:07:29.000Z
2022-03-30T06:09:37.000Z
dist/planck-with-testbed.min.js
Sayan-dev/planck.js
01dce1c8f440519337f1621552731aab37cf12e5
[ "MIT" ]
163
2017-02-23T14:36:32.000Z
2022-03-26T15:02:29.000Z
dist/planck-with-testbed.min.js
Sayan-dev/planck.js
01dce1c8f440519337f1621552731aab37cf12e5
[ "MIT" ]
328
2016-04-05T07:59:53.000Z
2022-03-26T20:54:37.000Z
/** * Planck.js v1.0.0-alpha.2 * @license The MIT license * @copyright Copyright (c) 2021 Erin Catto, Ali Shakiba * * 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,...
6,054.575
239,928
0.736984
68d180da268d9bd81dcdc2d4d4d066509cdf83a9
15,767
js
JavaScript
public/16.js
AlexeyTcapaev/shark
21af4a5829143d3fe95927a3436ee8ca2f5af0a5
[ "MIT" ]
null
null
null
public/16.js
AlexeyTcapaev/shark
21af4a5829143d3fe95927a3436ee8ca2f5af0a5
[ "MIT" ]
null
null
null
public/16.js
AlexeyTcapaev/shark
21af4a5829143d3fe95927a3436ee8ca2f5af0a5
[ "MIT" ]
null
null
null
webpackJsonp([16],{ /***/ 114: /***/ (function(module, exports, __webpack_require__) { var disposed = false var normalizeComponent = __webpack_require__(115) /* script */ var __vue_script__ = __webpack_require__(180) /* template */ var __vue_template__ = __webpack_require__(181) /* template functional */ var __vue_te...
31.408367
257
0.357011
68d1a5cbbd406c4f8db3749036437b9574802691
336
js
JavaScript
frontend-native/App.js
havardp/NTNU-IT2810-moviedb
b64299eb52e66664ff6c73232910d50e3a079013
[ "MIT" ]
null
null
null
frontend-native/App.js
havardp/NTNU-IT2810-moviedb
b64299eb52e66664ff6c73232910d50e3a079013
[ "MIT" ]
8
2021-05-08T23:18:27.000Z
2022-02-27T04:56:53.000Z
frontend-native/App.js
havardp/NTNU-IT2810-moviedb
b64299eb52e66664ff6c73232910d50e3a079013
[ "MIT" ]
null
null
null
import React from 'react'; import client from './apollo' import { ApolloProvider } from '@apollo/react-hooks' import StackNavigator from './src/StackNavigation.js' import { View } from 'react-native'; export default function App() { return ( <ApolloProvider client={client}> <StackNavigator /> </ApolloP...
24
53
0.699405
68d229ab70c90c1cda1637608226bbae350666ec
4,422
js
JavaScript
src/.vuepress/.temp/pages/extras/index.html.js
stata2r/stata2r.github.io
9f6801e016c1e7ba7a136d430b45fde73937c503
[ "MIT" ]
45
2021-12-15T10:07:45.000Z
2022-02-20T12:16:03.000Z
src/.vuepress/.temp/pages/extras/index.html.js
NathalieNF/stata2r.github.io
8a416b0c0cfab45203bae47b611a4c45922a014b
[ "MIT" ]
30
2021-11-23T06:10:26.000Z
2022-02-28T21:21:04.000Z
src/.vuepress/.temp/pages/extras/index.html.js
NathalieNF/stata2r.github.io
8a416b0c0cfab45203bae47b611a4c45922a014b
[ "MIT" ]
7
2022-01-18T20:31:18.000Z
2022-02-27T16:25:50.000Z
export const data = { "key": "v-1c385113", "path": "/extras/", "title": "extras", "lang": "en-US", "frontmatter": { "title": "extras" }, "excerpt": "", "headers": [ { "level": 2, "title": "ggplot2: Beautiful and customizable plots", "slug": "ggplot2-beautiful-and-customizable-p...
24.983051
83
0.485527