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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1d00767fc28d56dce42fe656e2f3f23f289f238f | 2,095 | js | JavaScript | course-mgmt/rabbitClient.js | daleran/lion-msg | 5615a0db5bdeb9f6efcff561d63c89d594260bcd | [
"MIT"
] | null | null | null | course-mgmt/rabbitClient.js | daleran/lion-msg | 5615a0db5bdeb9f6efcff561d63c89d594260bcd | [
"MIT"
] | 4 | 2020-04-23T18:34:52.000Z | 2021-12-09T21:23:05.000Z | course-mgmt/rabbitClient.js | daleran/lion-msg | 5615a0db5bdeb9f6efcff561d63c89d594260bcd | [
"MIT"
] | null | null | null | // Class to encapsulate the amqplib package for connecting and listening to topics
module.exports = class Rabbit {
// Connect to a specific host
connect (hostname) {
// Wrap the ampq connection and channel creation in a promise for reliable async
return new Promise(function (resolve, reject) {
// Conn... | 41.078431 | 85 | 0.622434 |
1d01c3408f272b420ea512a4434962f49ca77a46 | 2,518 | js | JavaScript | js/list.js | awrznc/timer | 9347ccace7151103b7df9e6b38785727a085fcf1 | [
"Unlicense"
] | null | null | null | js/list.js | awrznc/timer | 9347ccace7151103b7df9e6b38785727a085fcf1 | [
"Unlicense"
] | 3 | 2021-07-01T11:51:12.000Z | 2021-08-18T14:02:42.000Z | js/list.js | awrznc/timer | 9347ccace7151103b7df9e6b38785727a085fcf1 | [
"Unlicense"
] | null | null | null | export class List {
/**
* @property {Number} length
*/
length;
/**
* @property {ChildNode}
*/
ul;
/**
* Constructor.
* @constructor
* @param {HTMLElement} element
*/
constructor(element) {
element.insertAdjacentHTML('beforeend', '<ul id="list"></ul>');
... | 23.754717 | 89 | 0.584591 |
1d02a3705e1bb4072b8f744dc9f8e79d920b41e3 | 1,295 | js | JavaScript | pages/api/v1/private/noticia/[noticiaId].js | savi8sant8s/oopg | f85673837179641e454be990ac07288a8cc30c62 | [
"MIT"
] | null | null | null | pages/api/v1/private/noticia/[noticiaId].js | savi8sant8s/oopg | f85673837179641e454be990ac07288a8cc30c62 | [
"MIT"
] | null | null | null | pages/api/v1/private/noticia/[noticiaId].js | savi8sant8s/oopg | f85673837179641e454be990ac07288a8cc30c62 | [
"MIT"
] | null | null | null | import { Validacao } from "../../../../../services/validacao";
import { STATUS } from "../../../../../services/codigo-status";
import { schema } from "../../../../../services/schemas";
import moment from "moment";
import { capturarExcecoes } from "../../../../../middlewares/capturar-excecoes";
import prisma from "../..... | 35.972222 | 86 | 0.576062 |
1d042e75c0d4d280e3421f85451963b3ae01d8a8 | 193 | js | JavaScript | src/redux/modules/contacts/selectors.js | AYCHVerify/Xrpwallet | 1f0f4dbf724a96bd3cb161357f39f89143921f24 | [
"Apache-2.0"
] | 24 | 2018-03-25T22:57:37.000Z | 2021-09-15T10:15:19.000Z | src/redux/modules/contacts/selectors.js | AYCHVerify/Xrpwallet | 1f0f4dbf724a96bd3cb161357f39f89143921f24 | [
"Apache-2.0"
] | 5 | 2020-07-20T02:13:58.000Z | 2022-03-15T20:09:18.000Z | src/redux/modules/contacts/selectors.js | AYCHVerify/Xrpwallet | 1f0f4dbf724a96bd3cb161357f39f89143921f24 | [
"Apache-2.0"
] | 12 | 2018-03-24T13:30:08.000Z | 2019-08-04T13:15:22.000Z | import { createSelector } from 'reselect';
const contactsState = state => state.get('contacts');
export const contactsSelector = createSelector([contactsState], contacts => contacts.toJS());
| 32.166667 | 93 | 0.751295 |
1d04367d365df7da9d060006abe64f69e66eec16 | 47 | js | JavaScript | packages/gen/bin/omega.js | piglovesyou/zeromus | d9262d07a10361cc84f0bfda2f4e90802dbd8632 | [
"Xnet",
"X11"
] | null | null | null | packages/gen/bin/omega.js | piglovesyou/zeromus | d9262d07a10361cc84f0bfda2f4e90802dbd8632 | [
"Xnet",
"X11"
] | 2 | 2020-09-29T04:12:41.000Z | 2021-08-11T11:50:24.000Z | packages/gen/bin/omega.js | piglovesyou/omega | d9262d07a10361cc84f0bfda2f4e90802dbd8632 | [
"Xnet",
"X11"
] | null | null | null | #!/usr/bin/env node
require('../dist/omega');
| 11.75 | 25 | 0.617021 |
1d04ed5efc47b47ae44041ce6010c787ed63a593 | 30,754 | js | JavaScript | src/main/webapp/plugins/layui/homepage/hm.js | lerry-lee/simple-writer | 08234e02596645efe9d10cfd4494bc81b294168b | [
"MIT"
] | 3 | 2020-10-20T02:02:50.000Z | 2022-01-05T03:28:54.000Z | src/main/webapp/plugins/layui/homepage/hm.js | lerry-lee/simple-writer | 08234e02596645efe9d10cfd4494bc81b294168b | [
"MIT"
] | 6 | 2021-01-20T23:35:02.000Z | 2022-03-31T21:12:12.000Z | src/main/webapp/plugins/layui/homepage/hm.js | lerrylca/simple-writer | 859513f8298f54d33c7f73c14b98b48f98f3a8d4 | [
"MIT"
] | null | null | null | (function(){var h={},mt={},c={id:"d214947968792b839fd669a4decaaffc",dm:["layui.com"],js:"tongji.baidu.com/hm-web/js/",etrk:[],icon:'',ctrk:true,align:0,nv:-1,vdur:1800000,age:31536000000,rec:0,rp:[],trust:0,vcard:0,qiao:0,lxb:0,kbtrk:0,pt:0,aet:'',conv:0,med:0,cvcc:'',cvcf:[],apps:''};var r=void 0,s=!0,t=null,u=!1;mt.c... | 445.710145 | 737 | 0.638616 |
1d05232dcb218b0d68155a0974c5a9b68bf44178 | 499 | js | JavaScript | src/utils/import/realTime.js | alenrajsp/sport-data-visualization | f54ba9eceed96153fa2b343444c3045b4ce58dd4 | [
"MIT"
] | null | null | null | src/utils/import/realTime.js | alenrajsp/sport-data-visualization | f54ba9eceed96153fa2b343444c3045b4ce58dd4 | [
"MIT"
] | 2 | 2022-03-30T08:45:52.000Z | 2022-03-31T18:30:45.000Z | src/utils/import/realTime.js | alenrajsp/sport-data-visualization | f54ba9eceed96153fa2b343444c3045b4ce58dd4 | [
"MIT"
] | 2 | 2022-03-29T13:39:29.000Z | 2022-03-29T19:25:53.000Z | import axios from 'axios';
import { addCharts } from '../../functions/charts/addCharts';
import { AddRealTimeRequest } from '../axios/multipleAxios';
function ImportRealTime(commit) {
axios.all(AddRealTimeRequest())
.then(response => {
commit('SET_REALTIME_DATA', response[0].data)
commit('SET_R... | 23.761905 | 73 | 0.635271 |
1d05c96d7c61da826a58e4843c677df4158585d2 | 4,800 | js | JavaScript | app/src/features/home/NetworkContainer.js | iandanforth/thought-experiment | c7f8a56d372a6cc5bb1e65d1899e8f180b0c1052 | [
"MIT"
] | null | null | null | app/src/features/home/NetworkContainer.js | iandanforth/thought-experiment | c7f8a56d372a6cc5bb1e65d1899e8f180b0c1052 | [
"MIT"
] | null | null | null | app/src/features/home/NetworkContainer.js | iandanforth/thought-experiment | c7f8a56d372a6cc5bb1e65d1899e8f180b0c1052 | [
"MIT"
] | null | null | null | import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import { Stage } from 'react-pixi-fiber';
import { isEqual } from 'underscore';
import * as PIXI from 'pixi.js';
import * as actions from './redux/actions'... | 30.188679 | 89 | 0.676875 |
1d09023c79ed836a83ead659bea06c4bb5b75f42 | 1,107 | js | JavaScript | src/app/templates/src/shared/redux/reducers/authentication.js | AnalyticsFire/generator-spike | 348e5a8f88da2dc60b109ef896c56890e286b446 | [
"MIT"
] | null | null | null | src/app/templates/src/shared/redux/reducers/authentication.js | AnalyticsFire/generator-spike | 348e5a8f88da2dc60b109ef896c56890e286b446 | [
"MIT"
] | 1 | 2017-06-26T17:39:57.000Z | 2017-06-27T14:25:23.000Z | src/app/templates/src/shared/redux/reducers/authentication.js | AnalyticsFire/generator-spike | 348e5a8f88da2dc60b109ef896c56890e286b446 | [
"MIT"
] | null | null | null | import { createReducer } from 'redux-act';
import actions from 'shared/redux/actions';
const { authentication } = actions;
export default createReducer({
[authentication.login]: (authState, _payload) => ({
...authState,
loggingIn: true,
loginError: null,
token: null
}),
[authentication.loginSucc... | 24.065217 | 61 | 0.633243 |
1d099a69f59c215a4b0f147e2677df903460a137 | 579 | js | JavaScript | src/theme/_variables.js | shlommi/shlomi-cohen-portfolio | 4421ec7c1cf56d03a805f606f2fe86c9bc75a31a | [
"MIT"
] | null | null | null | src/theme/_variables.js | shlommi/shlomi-cohen-portfolio | 4421ec7c1cf56d03a805f606f2fe86c9bc75a31a | [
"MIT"
] | null | null | null | src/theme/_variables.js | shlommi/shlomi-cohen-portfolio | 4421ec7c1cf56d03a805f606f2fe86c9bc75a31a | [
"MIT"
] | null | null | null | import "../css/typography.css"
// COLORS
export const dark_green = "#133030"
export const textColor = "#1a2925"
export const green = "#2F7A79"
export const light_green = "#B4E2E2"
export const white_green = "#F2FAFA"
export const background_white = "#FEFFFF"
// Fonts
export const font_size_sm = "16px"
export const... | 25.173913 | 62 | 0.74266 |
1d09c8b45fab72da43fcccf8db5157199c659948 | 813 | js | JavaScript | MagicMirror/modules/YouTubeM/YouTubeM.js | HyeongRae/SmartMirrorForDiet | c5349fecafde6f156c8f1f028df698359eb4fb42 | [
"MIT"
] | 5 | 2018-11-23T04:44:23.000Z | 2018-11-23T06:05:55.000Z | MagicMirror/modules/YouTubeM/YouTubeM.js | HyeongRae/SmartMirrorForDiet | c5349fecafde6f156c8f1f028df698359eb4fb42 | [
"MIT"
] | null | null | null | MagicMirror/modules/YouTubeM/YouTubeM.js | HyeongRae/SmartMirrorForDiet | c5349fecafde6f156c8f1f028df698359eb4fb42 | [
"MIT"
] | 1 | 2018-11-23T04:45:00.000Z | 2018-11-23T04:45:00.000Z | Module.register("YouTubeM", {
start: function() {
this.key = this.config.key;
},
getDom: function(){
var wrapper = document.createElement('div');
wrapper.setAttribute("id", "YouTubeDiv");
var videoframe = document.createElement("iframe");
wrapper.appendChild(video... | 30.111111 | 63 | 0.610086 |
1d09fd2198793fcee209d368ffbc440583c0be1c | 481 | js | JavaScript | framework/PVRCore/docs/html/search/enums_0.js | amaiorano/Native_SDK | 0a5b48fd1f4ad251f5b4f0e07c46744c4841255b | [
"MIT"
] | 2 | 2020-11-04T03:57:28.000Z | 2020-11-04T03:57:33.000Z | framework/PVRCore/docs/html/search/enums_0.js | amaiorano/Native_SDK | 0a5b48fd1f4ad251f5b4f0e07c46744c4841255b | [
"MIT"
] | 1 | 2021-02-09T19:06:05.000Z | 2021-02-09T19:06:05.000Z | framework/PVRCore/docs/html/search/enums_0.js | amaiorano/Native_SDK | 0a5b48fd1f4ad251f5b4f0e07c46744c4841255b | [
"MIT"
] | 1 | 2021-12-09T09:49:35.000Z | 2021-12-09T09:49:35.000Z | var searchData=
[
['api',['API',['../_file_defines_p_v_r_8h.html#ab6f4ab3a35364bfc682879bd7fafe39b',1,'pvr::texture_legacy::API()'],['../namespacepvr.html#a74c5d1afa51512f076dd8e5844b171c8',1,'pvr::Api()']]],
['axis',['Axis',['../classpvr_1_1_texture_meta_data.html#ae6062237be958135b6d9cfc9fe0fb883',1,'pvr::Texture... | 68.714286 | 192 | 0.758836 |
1d0ab4a22d2727e49a0fe922d2f3ea62390a8cd9 | 6,971 | js | JavaScript | rightnow-firebase/src/components/user_settings/user_settings_form.js | Lambda-School-Labs/CS9-RightNow | be1c9b9e3a7a0008382bd15de114f469698da725 | [
"MIT"
] | 2 | 2018-08-13T22:53:45.000Z | 2018-08-29T19:14:52.000Z | src/components/user_settings/user_settings_form.js | mark-marchant-portfolio/Sesho-Enterprise-Appointment-Conductor | fae533e79a30fe1d0357766f514cc1c165c3fdee | [
"MIT"
] | 12 | 2018-08-17T19:27:34.000Z | 2018-09-10T18:53:30.000Z | src/components/user_settings/user_settings_form.js | mark-marchant-portfolio/Sesho-Enterprise-Appointment-Conductor | fae533e79a30fe1d0357766f514cc1c165c3fdee | [
"MIT"
] | 2 | 2018-08-22T15:16:37.000Z | 2020-05-18T15:46:28.000Z | import React, { Component } from 'react';
import moment from 'moment';
// import EmailPhone from '../share_settings/email_phone'
import { CheckBoxContainer, CheckBox, CheckBoxes } from '../share_settings/user_notification';
import { Wrapper, PwLabel, ChangePasswordInput } from '../share_settings/user_change_password'... | 29.790598 | 102 | 0.579257 |
1d0b66f659f616e005390639ec2e65f3c10d856d | 1,308 | js | JavaScript | js/app.js | Josly025/elite_media_design.io | a4b6e5a012896be20d679b0744ca6b1e6cf76f70 | [
"MIT"
] | null | null | null | js/app.js | Josly025/elite_media_design.io | a4b6e5a012896be20d679b0744ca6b1e6cf76f70 | [
"MIT"
] | null | null | null | js/app.js | Josly025/elite_media_design.io | a4b6e5a012896be20d679b0744ca6b1e6cf76f70 | [
"MIT"
] | null | null | null | const meals = document.getElementById("meals");
const nav = document.getElementById("nav");
window.onload = renderMeals();
function renderMeals() {
fetch(`https://www.themealdb.com/api/json/v1/1/categories.php`)
.then((response) => {
return response.json();
})
.then((data) => {
console.log(da... | 23.781818 | 90 | 0.555046 |
1d0df05719176ab0e5fd364db06731dc4032396a | 88 | js | JavaScript | lib/osf-components/app/components/registries/page-renderer/component.js | west1636/RDM-ember-osf-web | 288630deaa954512dd66c0a289d3a094045173a8 | [
"Apache-2.0"
] | 110 | 2017-09-23T06:15:50.000Z | 2022-03-28T11:07:35.000Z | lib/osf-components/app/components/registries/page-renderer/component.js | west1636/RDM-ember-osf-web | 288630deaa954512dd66c0a289d3a094045173a8 | [
"Apache-2.0"
] | 936 | 2017-09-20T13:57:01.000Z | 2022-03-31T16:03:01.000Z | lib/osf-components/app/components/registries/page-renderer/component.js | west1636/RDM-ember-osf-web | 288630deaa954512dd66c0a289d3a094045173a8 | [
"Apache-2.0"
] | 50 | 2017-09-18T13:59:50.000Z | 2022-02-01T11:42:15.000Z | export { default } from 'osf-components/components/registries/page-renderer/component';
| 44 | 87 | 0.806818 |
1d0fd52969116c8740a714f551cea76cc2665b0b | 14,919 | js | JavaScript | experiments/non_english_collection_pilot/experiment/js/norming.js | thegricean/woq | f1c86ed0f1cc5fd7a4b774d8559f764fbc436d19 | [
"MIT"
] | null | null | null | experiments/non_english_collection_pilot/experiment/js/norming.js | thegricean/woq | f1c86ed0f1cc5fd7a4b774d8559f764fbc436d19 | [
"MIT"
] | null | null | null | experiments/non_english_collection_pilot/experiment/js/norming.js | thegricean/woq | f1c86ed0f1cc5fd7a4b774d8559f764fbc436d19 | [
"MIT"
] | null | null | null | // Returns a random integer between min (included) and max (excluded)
// Using Math.round() will give you a non-uniform distribution!
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min)) + min;
}
function fillArray(value, len) {
var arr = [];
for (var i = 0; i < len; i++) {
arr.pu... | 32.153017 | 219 | 0.59937 |
1d105f85f75a3704aa6083718078a0b6cf401c1e | 538 | js | JavaScript | mongoose/index.js | lianruhe/koa-server | 0be85b234e24aa087442b01a227fec60a8755b48 | [
"MIT"
] | 1 | 2017-12-18T04:01:04.000Z | 2017-12-18T04:01:04.000Z | mongoose/index.js | lianruhe/koa-server | 0be85b234e24aa087442b01a227fec60a8755b48 | [
"MIT"
] | null | null | null | mongoose/index.js | lianruhe/koa-server | 0be85b234e24aa087442b01a227fec60a8755b48 | [
"MIT"
] | null | null | null | import mongoose, { Schema } from 'mongoose'
mongoose.Promise = global.Promise
const db = mongoose.createConnection('mongodb://admin:1234567@localhost/koa-server', {
useMongoClient: true
})
db.on('error', console.error.bind(console, 'Mongodb connection error:'))
db.once('open', console.log.bind(console, 'Mongodb conn... | 29.888889 | 86 | 0.734201 |
1d127afe0ac78f3b333e59f25a95ad0f5d3c1239 | 1,371 | js | JavaScript | resources/js/app.js | hallstar/LendMe | e62ed949019b5a382f2a322ffb49d15317109324 | [
"MIT"
] | null | null | null | resources/js/app.js | hallstar/LendMe | e62ed949019b5a382f2a322ffb49d15317109324 | [
"MIT"
] | null | null | null | resources/js/app.js | hallstar/LendMe | e62ed949019b5a382f2a322ffb49d15317109324 | [
"MIT"
] | null | null | null | import Vue from 'vue'
import VueMeta from 'vue-meta'
import { App, plugin } from '@inertiajs/inertia-vue'
import { InertiaProgress } from '@inertiajs/progress/src'
Vue.mixin({ methods: { route: window.route } })
// Vuesax Component Framework
import Vuesax from 'vuesax'
import Layout from './Pages/Layout'
Vue.use(plu... | 21.092308 | 89 | 0.655726 |
1d12f10a6cee31d10195fdb0c3ba3f179b882c84 | 1,595 | js | JavaScript | .eslintrc.js | pribeiro89/shortly-landing-page | 0320f0316d8403e63b8dba7ff9b74cdf541535bd | [
"MIT"
] | null | null | null | .eslintrc.js | pribeiro89/shortly-landing-page | 0320f0316d8403e63b8dba7ff9b74cdf541535bd | [
"MIT"
] | null | null | null | .eslintrc.js | pribeiro89/shortly-landing-page | 0320f0316d8403e63b8dba7ff9b74cdf541535bd | [
"MIT"
] | null | null | null | module.exports = {
extends: [
'react-app',
],
parserOptions: {
project: './tsconfig.json'
},
rules: {
semi: ["error", "always"],
indent: ["error", 2, { "SwitchCase": 1 }]
// 'react/jsx-props-no-spreading': 'off',
// 'react/jsx-fragments': 'off',
// 'import/prefer-default-export': '... | 26.583333 | 92 | 0.470846 |
1d12fc329fa65d3be07ca9ac0056294907358fb0 | 8,070 | js | JavaScript | ForumArchive/acc/post_17886_page_4.js | doc22940/Extensions | d8dbc9be08e0b8c0bd6b72e068ef73223d2799a8 | [
"Apache-2.0"
] | 136 | 2015-01-01T17:33:35.000Z | 2022-02-26T16:38:08.000Z | ForumArchive/acc/post_17886_page_4.js | doc22940/Extensions | d8dbc9be08e0b8c0bd6b72e068ef73223d2799a8 | [
"Apache-2.0"
] | 60 | 2015-06-20T00:39:16.000Z | 2021-09-02T22:55:27.000Z | ForumArchive/acc/post_17886_page_4.js | doc22940/Extensions | d8dbc9be08e0b8c0bd6b72e068ef73223d2799a8 | [
"Apache-2.0"
] | 141 | 2015-04-29T09:50:11.000Z | 2022-03-18T09:20:44.000Z | [{"Owner":"jerome","Date":"2015-11-10T16:07:06Z","Content":"_lt_div class_eq__qt_mages_qt__gt_\n\t\t\t\n_lt_p_gt_to be continued here _dd_ _lt_a href_eq__qt_http_dd_//www.html5gamedevs.com/topic/18512-sps-finished/?p_eq_104986_qt__gt_http_dd_//www.html5gamedevs.com/topic/18512-sps-finished/?p_eq_104986_lt_/a_gt__lt_/p_... | 8,070 | 8,070 | 0.835688 |
1d131c7805b4284549d038c1dcc4799c61d35a24 | 18,182 | js | JavaScript | src/css/iconfont/iconfont.js | bao76296/TFboy | b8cdb14b951cf5f9fabe5e0a692d8ad8b29d81e8 | [
"MIT"
] | 1 | 2018-10-16T00:12:24.000Z | 2018-10-16T00:12:24.000Z | src/css/iconfont/iconfont.js | bao76296/TFboy | b8cdb14b951cf5f9fabe5e0a692d8ad8b29d81e8 | [
"MIT"
] | null | null | null | src/css/iconfont/iconfont.js | bao76296/TFboy | b8cdb14b951cf5f9fabe5e0a692d8ad8b29d81e8 | [
"MIT"
] | null | null | null | (function(window){var svgSprite='<svg><symbol id="icon-asmkticon0126" viewBox="0 0 1024 1024"><path d="M736 128l-64 0c-10.88 0-19.2 8.32-19.2 19.2s8.32 19.2 19.2 19.2l64 0c32 0 57.6 25.6 57.6 57.6l0 576c0 32-25.6 57.6-57.6 57.6L288 857.6c-32 0-57.6-25.6-57.6-57.6L230.4 224c0-32 25.6-57.6 57.6-57.6l64 0c10.88 0 19.2-8.3... | 18,182 | 18,182 | 0.776702 |
1d138e7f47a1bbaeb8c42ce4246c7cea9e64f15e | 2,772 | js | JavaScript | lib/db.js | varjoinen/tmgmt | 077716cbc9ad272a9dafa5abafef5df4a66e2f2f | [
"MIT"
] | null | null | null | lib/db.js | varjoinen/tmgmt | 077716cbc9ad272a9dafa5abafef5df4a66e2f2f | [
"MIT"
] | null | null | null | lib/db.js | varjoinen/tmgmt | 077716cbc9ad272a9dafa5abafef5df4a66e2f2f | [
"MIT"
] | null | null | null | const sqlite = require('sqlite');
const moment = require('moment');
const bluebird = require('bluebird');
const env = require('./env');
const getConnection = () => {
return sqlite.open(env.getEnv().dbFilePath, { bluebird })
.then((conn) => {
return conn.run('CREATE TABLE IF NOT EXISTS time_reports (id INTE... | 27.445545 | 175 | 0.542569 |
1d139f80f76d48b783a3b2d1f2717ef3bb883563 | 1,119 | js | JavaScript | src/views/Address/AddressDetail.js | palsp/halffin-frontend | 46ae834bedd8db5f00791ed92a32cc5368c44189 | [
"MIT"
] | 1 | 2021-12-01T05:33:53.000Z | 2021-12-01T05:33:53.000Z | src/views/Address/AddressDetail.js | palsp/halffin-frontend | 46ae834bedd8db5f00791ed92a32cc5368c44189 | [
"MIT"
] | 1 | 2021-12-13T13:41:00.000Z | 2021-12-13T13:41:00.000Z | src/views/Address/AddressDetail.js | palsp/halffin-frontend | 46ae834bedd8db5f00791ed92a32cc5368c44189 | [
"MIT"
] | null | null | null | import Detail from './Detail/Detail';
import { formatPhoneNumberIntl } from 'react-phone-number-input';
const AddressDetail = ({ address, color = 'white' }) => {
const {
firstName,
lastName,
email,
address1,
address2,
city,
state,
postalCode,
countryCode,
phoneNumber,
} = ad... | 22.836735 | 76 | 0.490617 |
1d1421ec6e1664391e698701234f25ca5b73ea52 | 135 | js | JavaScript | src/components/game/logic/gameplay/command/group.js | fenghou1st/AnotherWorld | 1e7a127d0e288f87ae220cf7b821b6aa0f166deb | [
"MIT"
] | null | null | null | src/components/game/logic/gameplay/command/group.js | fenghou1st/AnotherWorld | 1e7a127d0e288f87ae220cf7b821b6aa0f166deb | [
"MIT"
] | null | null | null | src/components/game/logic/gameplay/command/group.js | fenghou1st/AnotherWorld | 1e7a127d0e288f87ae220cf7b821b6aa0f166deb | [
"MIT"
] | null | null | null | export default {
CHARACTER: 1,
WORLD: 2,
properties: new Map([
[1, {name: 'character'}],
[2, {name: 'world'}],
]),
};
| 13.5 | 29 | 0.511111 |
1d15b7f94e93457941f68c5545ba573b77c3db3b | 579 | js | JavaScript | src/main/resources/META-INF/resources/webjars/service/prov/azure/nls/messages.js | ligoj/plugin-provisioning-azure | 2bf6bfd142ed64c5ba120401ba7ae6b1cd23794d | [
"MIT"
] | 4 | 2017-04-14T07:53:41.000Z | 2020-03-23T12:41:38.000Z | src/main/resources/META-INF/resources/webjars/service/prov/azure/nls/messages.js | ligoj/plugin-provisioning-azure | 2bf6bfd142ed64c5ba120401ba7ae6b1cd23794d | [
"MIT"
] | 3 | 2017-09-17T15:32:09.000Z | 2020-09-17T11:18:08.000Z | src/main/resources/META-INF/resources/webjars/service/prov/azure/nls/messages.js | ligoj/plugin-provisioning-azure | 2bf6bfd142ed64c5ba120401ba7ae6b1cd23794d | [
"MIT"
] | null | null | null | /*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
define({
"root" : {
"service:prov:azure:application" : "Application ID",
"service:prov:azure:key" : "Application Key",
"service:prov:azure:tenant" : "Tenant ID",
"service:prov:azure:name" : "Name",
"service:prov:azure:subscript... | 28.95 | 74 | 0.663212 |
1d162c2f353e0951ed2d9c2c0bc7938cb8904741 | 1,114 | js | JavaScript | server/api/login.js | Rellfy/HURP | 2094bac95a0f359fe5a5851769809bcac27a4ec9 | [
"MIT"
] | 1 | 2017-11-28T01:16:17.000Z | 2017-11-28T01:16:17.000Z | server/api/login.js | Rellfy/HURP | 2094bac95a0f359fe5a5851769809bcac27a4ec9 | [
"MIT"
] | null | null | null | server/api/login.js | Rellfy/HURP | 2094bac95a0f359fe5a5851769809bcac27a4ec9 | [
"MIT"
] | null | null | null | const Joi = require('joi');
const Boom = require('boom');
exports.register = function(server, options, next) {
server.route({
method: 'POST',
path: '/login',
config: {
plugins: {
'hapi-auth-cookie': {
redirectTo: false
}
},
auth: {
mode: 'try',
strategy: 'session'
},
validat... | 18.881356 | 75 | 0.549372 |
1d163d00c15445a6a33597679ec21d57d3b99d01 | 2,653 | js | JavaScript | apollo-server/schema.graphql/index.js | TheStopsign/veneu | f0017dd023b8f852b70b94bb8ea9393fe82aa34b | [
"MIT"
] | null | null | null | apollo-server/schema.graphql/index.js | TheStopsign/veneu | f0017dd023b8f852b70b94bb8ea9393fe82aa34b | [
"MIT"
] | 2 | 2021-04-29T23:06:06.000Z | 2022-02-27T23:15:13.000Z | apollo-server/schema.graphql/index.js | TheStopsign/veneu | f0017dd023b8f852b70b94bb8ea9393fe82aa34b | [
"MIT"
] | 2 | 2021-04-23T04:00:03.000Z | 2021-12-19T01:29:39.000Z | const { gql } = require("apollo-server-express");
const linkSchema = gql`
directive @auth(requires: Role!) on OBJECT | FIELD_DEFINITION
directive @rateLimit(
max: Int
window: String
message: String
identityArgs: [String]
arrayLengthField: String
) on FIELD_DEFINITION
scalar Date
enum R... | 18.296552 | 98 | 0.647946 |
1d1641775f48529a987f1d7463dc2658d764e391 | 4,771 | js | JavaScript | vision/doxygen/html/search/all_0.js | victoriapc/HockusPockus | 2130b462b0038a527061744ab7faf20c2996c04f | [
"BSD-3-Clause"
] | null | null | null | vision/doxygen/html/search/all_0.js | victoriapc/HockusPockus | 2130b462b0038a527061744ab7faf20c2996c04f | [
"BSD-3-Clause"
] | 52 | 2020-01-15T16:45:32.000Z | 2020-04-19T12:00:01.000Z | vision/doxygen/html/search/all_0.js | victoriapc/HockusPockus | 2130b462b0038a527061744ab7faf20c2996c04f | [
"BSD-3-Clause"
] | 4 | 2020-01-15T15:11:08.000Z | 2021-01-11T17:41:07.000Z | var searchData=
[
['_5f_5fdel_5f_5f_0',['__del__',['../classsrc_1_1_vision_puck_detector_1_1_puck_detector_core_1_1_puck_detector_core.html#a87f03cf779f32d7e36167bbb73b97bb9',1,'src.VisionPuckDetector.PuckDetectorCore.PuckDetectorCore.__del__()'],['../classsrc_1_1_vision_u_s_b_1_1_camera_u_s_b_1_1_camera_u_s_b.html#a... | 795.166667 | 4,361 | 0.892685 |
1d16af1d8a2f1bca9e873251e1d9e088630f9cb1 | 952 | js | JavaScript | lib/request/extensions.js | jaredhanson/oauth2orize-response-mode | eca143f5726aa3244271cd797e5f6d1b43aec412 | [
"MIT"
] | 1 | 2018-03-26T18:36:24.000Z | 2018-03-26T18:36:24.000Z | lib/request/extensions.js | jaredhanson/oauth2orize-response-mode | eca143f5726aa3244271cd797e5f6d1b43aec412 | [
"MIT"
] | 1 | 2018-01-04T16:23:54.000Z | 2018-01-04T16:23:54.000Z | lib/request/extensions.js | jaredhanson/oauth2orize-response-mode | eca143f5726aa3244271cd797e5f6d1b43aec412 | [
"MIT"
] | 2 | 2018-01-04T16:17:45.000Z | 2019-09-11T11:08:30.000Z | /**
* Parse request parameters defined by multiple response type encoding
* practices.
*
* This module is a wildcard parser that parses authorization requests for
* extensions parameters defined by multiple response type encoding practices.
* In particular, `response_mode` paratmeter is defined which informs the
... | 24.410256 | 126 | 0.677521 |
1d18653e4f96b211171acf1a5786ca23be042b20 | 2,781 | js | JavaScript | src/index.js | AktivCo/rutoken-connect-js | 0464b2b2590a557ff8885d89e91529628d6de72e | [
"BSD-2-Clause"
] | null | null | null | src/index.js | AktivCo/rutoken-connect-js | 0464b2b2590a557ff8885d89e91529628d6de72e | [
"BSD-2-Clause"
] | 8 | 2020-04-09T11:04:10.000Z | 2021-08-31T17:50:47.000Z | src/index.js | AktivCo/rutoken-connect-js | 0464b2b2590a557ff8885d89e91529628d6de72e | [
"BSD-2-Clause"
] | null | null | null | const Status = Object.freeze({
noExtension: -1,
ready: 0,
noNative: 1,
oldExtension: 2,
oldNative: 3,
error: 4,
});
const lastStatus = Status.error;
const isFirefox = typeof InstallTrigger !== 'undefined';
let status;
let statusPromise;
function getStatus() {
if (status !== undefined && s... | 30.228261 | 101 | 0.552319 |
1d189931528262885e9f55d78e1d5e5c549802af | 309 | js | JavaScript | src/custom-array.js | Skydropx/xlsx-mapper | f104e2731e0bb58441e4208ebcc15baa8f3ac723 | [
"MIT"
] | null | null | null | src/custom-array.js | Skydropx/xlsx-mapper | f104e2731e0bb58441e4208ebcc15baa8f3ac723 | [
"MIT"
] | null | null | null | src/custom-array.js | Skydropx/xlsx-mapper | f104e2731e0bb58441e4208ebcc15baa8f3ac723 | [
"MIT"
] | null | null | null | // pending to found a solution with extend Array
export default class CustomArray {
constructor (array) {
this.array = array
}
diff (array) {
return this.array.filter(idx => array.indexOf(idx) < 0)
}
matrixToArray () {
return this.array.reduce((prev, next) => prev.concat(next))
}
}
| 20.6 | 63 | 0.653722 |
1d1962f7d46134c722252060e9cd7956df65e35a | 140 | js | JavaScript | static/programming-tutorials-backup/src/languages/python/lessons/ControlFlow_Python.js | EdwardR5/EdwardR5.github.io | 585178c4f02b6ed61e78ecbfb421a623d78a0304 | [
"MIT"
] | null | null | null | static/programming-tutorials-backup/src/languages/python/lessons/ControlFlow_Python.js | EdwardR5/EdwardR5.github.io | 585178c4f02b6ed61e78ecbfb421a623d78a0304 | [
"MIT"
] | 6 | 2020-09-04T17:40:15.000Z | 2022-02-10T17:01:53.000Z | static/programming-tutorials-backup/src/languages/python/lessons/ControlFlow_Python.js | EdwardRees/EdwardRees.github.io | 1553d3bfa1e778a346927d572d405dbd4a504dc2 | [
"MIT"
] | null | null | null | import React from "react";
const ControlFlow_Python = () => (
<div>
<h3>Control Flow</h3>
</div>
);
export { ControlFlow_Python };
| 15.555556 | 34 | 0.628571 |
1d19d84ad974819a4e3316d19002c44445d12115 | 248 | js | JavaScript | src/components/organisms/Card/SquareCard/index.js | rifanid98/event | 73be3fb651811a2fb75d1e2be75ba6a18d3654e5 | [
"MIT"
] | null | null | null | src/components/organisms/Card/SquareCard/index.js | rifanid98/event | 73be3fb651811a2fb75d1e2be75ba6a18d3654e5 | [
"MIT"
] | null | null | null | src/components/organisms/Card/SquareCard/index.js | rifanid98/event | 73be3fb651811a2fb75d1e2be75ba6a18d3654e5 | [
"MIT"
] | null | null | null | import React from 'react'
import styles from './styles.module.css';
const SquareCard = (props) => {
return (
<div className={styles.container}>
<p>box!</p>
</div>
)
}
export default React.memo(SquareCard); | 19.076923 | 42 | 0.580645 |
1d1a00cb44bc37f192c0b3c25ba9f2019ea4b531 | 829 | js | JavaScript | node_modules/@iconify/icons-mdi/present-open-outline.js | Ehtisham-Ayaan/aoo-ghr-bnain-update | fb857ffe2159f59d11cfb1faf4e7889a778dceca | [
"MIT"
] | null | null | null | node_modules/@iconify/icons-mdi/present-open-outline.js | Ehtisham-Ayaan/aoo-ghr-bnain-update | fb857ffe2159f59d11cfb1faf4e7889a778dceca | [
"MIT"
] | null | null | null | node_modules/@iconify/icons-mdi/present-open-outline.js | Ehtisham-Ayaan/aoo-ghr-bnain-update | fb857ffe2159f59d11cfb1faf4e7889a778dceca | [
"MIT"
] | null | null | null | var data = {
"body": "<path d=\"M22 10.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023 3.023 0 0 0 9.5 2.5c-.17.3-.28.63-.34.95L6.41 1.87c-.96-.55-2.18-.23-2.73.73l-1.5 2.6a.988.988 0 0 0 .37 1.36l1.73 1L8.5 10H2v1... | 103.625 | 733 | 0.620024 |
1d1a6d92c876bbbdc663b5fe03def4bfee343ca4 | 3,564 | js | JavaScript | ui/src/components/sidebar/index.js | knowankit/video-calling-app | 80aec898f41db4d52aa6b34138c1b921f5a42a2c | [
"MIT"
] | 14 | 2021-09-12T12:20:38.000Z | 2022-03-29T04:59:08.000Z | ui/src/components/sidebar/index.js | prakhar011/video-calling-app | 05d7604033bffdd86a69e77a4524ac21f5faeb64 | [
"MIT"
] | 3 | 2021-09-12T10:43:46.000Z | 2022-03-30T18:18:35.000Z | ui/src/components/sidebar/index.js | prakhar011/video-calling-app | 05d7604033bffdd86a69e77a4524ac21f5faeb64 | [
"MIT"
] | 4 | 2021-09-15T05:36:06.000Z | 2022-01-21T08:57:10.000Z | import React, { useState, useContext } from "react";
import {
Button,
TextField,
Grid,
Typography,
Container
} from "@material-ui/core";
import { CopyToClipboard } from "react-copy-to-clipboard";
import {
Assignment,
Phone,
PhoneDisabled,
VideoCall
} from "@material-ui/icons";
import { makeStyles } fr... | 25.457143 | 69 | 0.50477 |
1d1ab6c8bc8fbe32fd6c3f4809bdc075ca999386 | 889 | js | JavaScript | packages/cli/styleguide.config.js | hehex9/sketch-retired | 38c1ea22590404aa9723dedb5bbff230fb0b7860 | [
"MIT"
] | 21 | 2018-05-18T14:05:53.000Z | 2021-08-07T11:59:48.000Z | packages/cli/styleguide.config.js | hehex9/sketch-retired | 38c1ea22590404aa9723dedb5bbff230fb0b7860 | [
"MIT"
] | 168 | 2018-05-10T14:53:17.000Z | 2021-06-22T16:21:45.000Z | packages/cli/styleguide.config.js | hehex9/sketch-retired | 38c1ea22590404aa9723dedb5bbff230fb0b7860 | [
"MIT"
] | 8 | 2018-05-18T13:34:31.000Z | 2021-08-07T11:59:49.000Z | const { override, addBabelPlugin, addLessLoader } = require("customize-cra");
const importCwd = require("import-cwd");
const antdTheme = importCwd.silent("./antd.theme") || {};
const path = require("path");
const webpackConfig = override(
// for styled-components
addBabelPlugin([
"styled-components",
{
... | 27.78125 | 108 | 0.667042 |
1d1bfe65ca089120576e83d86a7252db65c92c4c | 2,484 | js | JavaScript | src/server/services/milestoneService.js | boostcamp-2020/IssueTracker-26 | c23d48800d0d58a06eb567e895b945a0e8ba4b80 | [
"MIT"
] | 2 | 2020-10-26T08:56:53.000Z | 2020-10-26T09:07:41.000Z | src/server/services/milestoneService.js | boostcamp-2020/IssueTracker-26 | c23d48800d0d58a06eb567e895b945a0e8ba4b80 | [
"MIT"
] | 63 | 2020-10-26T09:11:50.000Z | 2020-11-13T02:54:25.000Z | src/server/services/milestoneService.js | boostcamp-2020/IssueTracker-26 | c23d48800d0d58a06eb567e895b945a0e8ba4b80 | [
"MIT"
] | 4 | 2020-11-21T04:40:07.000Z | 2020-11-22T22:40:34.000Z | const milestoneService = (model) => {
return {
model,
async deleteMilestone(id) {
try {
const milestoneId = await this.model.deleteMilestone(id);
return milestoneId;
} catch (e) {
return undefined;
}
},
async getMilestoneList() {
let milestoneList = awai... | 25.608247 | 74 | 0.560386 |
1d1c714e2ed1ef183df04475e4aa9b16ee3a8e3f | 1,016 | js | JavaScript | src/api/controllers/index.js | 19bharat/scannearn-backend | 3f2b06d91890837615b0c80cf0481b50ec6bdeb8 | [
"Apache-2.0"
] | null | null | null | src/api/controllers/index.js | 19bharat/scannearn-backend | 3f2b06d91890837615b0c80cf0481b50ec6bdeb8 | [
"Apache-2.0"
] | null | null | null | src/api/controllers/index.js | 19bharat/scannearn-backend | 3f2b06d91890837615b0c80cf0481b50ec6bdeb8 | [
"Apache-2.0"
] | null | null | null | const {ServerConstants} = require('../../utilities/AppConstants.js');
const {
getUserStatus,
addUser,
postImageData
} = require('../impl/ServiceImpl.js');
module.exports = (app, upload, express_server) => {
try {
/*
* API to know the status of a user whether he is online or not
... | 28.222222 | 99 | 0.598425 |
1d1cd5c6cc564abd0e36b1459fe2b30cc3c56a45 | 365 | js | JavaScript | src/plugins/getDataFunc.js | darkmcua/peiko | 6b918a9d6ff32c03895e73c6efcf2bf77972593e | [
"Unlicense"
] | null | null | null | src/plugins/getDataFunc.js | darkmcua/peiko | 6b918a9d6ff32c03895e73c6efcf2bf77972593e | [
"Unlicense"
] | null | null | null | src/plugins/getDataFunc.js | darkmcua/peiko | 6b918a9d6ff32c03895e73c6efcf2bf77972593e | [
"Unlicense"
] | null | null | null | const getRandomInt = (min, max) =>
Math.floor(Math.random() * (max - min + 1)) + min;
const simulateAsyncReq = async (data) => {
const delay = (ms) =>
new Promise((res, rej) =>
setTimeout(getRandomInt(1, 5) > 2 ? res : rej, ms)
);
await delay(getRandomInt(500, 2000));
retur... | 24.333333 | 62 | 0.578082 |
1d1da7ed65c890874d34d58b93c3512654a08f9d | 1,589 | js | JavaScript | app/components/send-cash/TransactionModal.js | growlot/cloakcoin-desktop-wallet | 2249469c0e3472230aeb6e027e6a3b7567bc9f4b | [
"MIT"
] | 3 | 2019-08-02T08:01:50.000Z | 2019-08-10T22:49:43.000Z | app/components/send-cash/TransactionModal.js | growlot/cloakcoin-desktop-wallet | 2249469c0e3472230aeb6e027e6a3b7567bc9f4b | [
"MIT"
] | 19 | 2019-08-10T18:53:12.000Z | 2022-03-25T18:52:42.000Z | app/components/send-cash/TransactionModal.js | growlot/cloakcoin-desktop-wallet | 2249469c0e3472230aeb6e027e6a3b7567bc9f4b | [
"MIT"
] | 1 | 2021-02-12T17:17:17.000Z | 2021-02-12T17:17:17.000Z | // @flow
import React, { Component } from 'react'
import { translate } from 'react-i18next'
import cn from 'classnames'
import styles from './TransactionModal.scss'
import fingerImg from '~/assets/images/main/send/finger.png';
import {
RoundedInput,
RoundedInputWithCopy,
} from '~/components/rounded-form'
type Pr... | 24.075758 | 76 | 0.559471 |
1d1e37c777e451cd62effd549b247e9c03807300 | 835 | js | JavaScript | MEAN_App/app/contacts/contacts.js | arunprabu/Full_Stack | ad631d0a906b490439f52fbf513b46039bb38679 | [
"MIT"
] | null | null | null | MEAN_App/app/contacts/contacts.js | arunprabu/Full_Stack | ad631d0a906b490439f52fbf513b46039bb38679 | [
"MIT"
] | null | null | null | MEAN_App/app/contacts/contacts.js | arunprabu/Full_Stack | ad631d0a906b490439f52fbf513b46039bb38679 | [
"MIT"
] | null | null | null | 'use strict';
angular.module('myApp.contacts', ['ngRoute', 'ui.grid'])
.config(['$routeProvider', function($routeProvider) {
$routeProvider.when('/contacts', {
templateUrl: 'contacts/contacts.html',
controller: 'ContactsCtrl'
});
}])
.controller('ContactsCtrl', ['$scope', 'ContactsSvc', function($scope, ... | 25.30303 | 77 | 0.608383 |
1d1f73c9a27c0dbab71e68a5f3ddc5fb331fecf5 | 762 | js | JavaScript | data/provinces/north/districts/gicumbi/sectors/rutare/index.js | abayo-luc/rwanda | e33704efa99de3397fc485fcb63309ab98a92257 | [
"MIT"
] | 36 | 2019-12-02T11:16:15.000Z | 2022-03-22T12:32:19.000Z | data/provinces/north/districts/gicumbi/sectors/rutare/index.js | abayo-luc/rwanda | e33704efa99de3397fc485fcb63309ab98a92257 | [
"MIT"
] | 9 | 2019-12-04T04:29:43.000Z | 2021-07-31T14:55:00.000Z | data/provinces/north/districts/gicumbi/sectors/rutare/index.js | abayo-luc/rwanda | e33704efa99de3397fc485fcb63309ab98a92257 | [
"MIT"
] | 13 | 2019-12-03T18:22:38.000Z | 2022-02-20T15:21:11.000Z | /**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Rutare
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bikumba": [
"Karugeyo",
"Kintaganirwa",
"Marembo",
"Matyazo",
"Nyabisindu"
],
"Gasharu": [
"Buyegero",
"Kabagabo",
... | 14.941176 | 59 | 0.400262 |
1d1f988a3904427939c1fe54df3a60f3dde69fce | 813 | js | JavaScript | dist/photos/multer-config.js | ARTMUC/cookbookV2 | c290606f00ca620043366663d8a9564cc2f52577 | [
"MIT"
] | null | null | null | dist/photos/multer-config.js | ARTMUC/cookbookV2 | c290606f00ca620043366663d8a9564cc2f52577 | [
"MIT"
] | null | null | null | dist/photos/multer-config.js | ARTMUC/cookbookV2 | c290606f00ca620043366663d8a9564cc2f52577 | [
"MIT"
] | null | null | null | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.editFileName = exports.imageFileFilter = void 0;
const common_1 = require("@nestjs/common");
const path = require("path");
const uuid_1 = require("uuid");
const imageFileFilter = (req, file, callback) => {
if (!file.originalname.to... | 35.347826 | 90 | 0.676507 |
1d2084b7d2856ab9248a77a63816301cbe212fc8 | 796 | js | JavaScript | src/App.js | xdmorgan/ipsum | 36d03fb81b460e75327fbfdde7632a3b37b9b901 | [
"MIT"
] | null | null | null | src/App.js | xdmorgan/ipsum | 36d03fb81b460e75327fbfdde7632a3b37b9b901 | [
"MIT"
] | 5 | 2018-03-03T14:52:32.000Z | 2018-03-14T00:17:53.000Z | src/App.js | xdmorgan/ipsum | 36d03fb81b460e75327fbfdde7632a3b37b9b901 | [
"MIT"
] | null | null | null | // @flow
import React, { Component } from "react";
import styled from "styled-components/primitives";
import { NUFC } from "./generator/data";
import { GeneratedText } from "./generator";
import { AppLayout, ContainerView } from "./global";
const IntroHeading = styled.Text`
font-weight: 700;
font-size: 32px;
`;
... | 19.9 | 77 | 0.616834 |
1d2174de785705424a4c897498aa3d41665e716a | 4,785 | js | JavaScript | docs/14-es2015.f97bb00bbf6dfa34fdd7.js | kafiln/rxjs-fruits | c51e227fb539f94aa0cb057ba7f22c21db474c4b | [
"MIT"
] | 180 | 2020-03-26T12:40:20.000Z | 2022-03-05T04:46:17.000Z | docs/14-es2015.f97bb00bbf6dfa34fdd7.js | kafiln/rxjs-fruits | c51e227fb539f94aa0cb057ba7f22c21db474c4b | [
"MIT"
] | 34 | 2020-04-10T12:25:11.000Z | 2022-03-02T07:51:06.000Z | docs/14-es2015.f97bb00bbf6dfa34fdd7.js | kafiln/rxjs-fruits | c51e227fb539f94aa0cb057ba7f22c21db474c4b | [
"MIT"
] | 29 | 2020-05-08T13:18:23.000Z | 2022-03-06T14:56:47.000Z | (window.webpackJsonp=window.webpackJsonp||[]).push([[14],{KdnK:function(e,n,t){"use strict";t.r(n),t.d(n,"SkipModule",function(){return q});var i=t("iInd");class c{constructor(){this.fruits=["apple","apple","banana","apple"],this.expectedFruits=["banana","apple"],this.code='const fruits = from([\n "apple",\n "app... | 4,785 | 4,785 | 0.650157 |
1d2188b7d3595065c333f508a7d8c4a7d4d9e3a4 | 398 | js | JavaScript | src/js/Views/SocialFeed.js | Cloudoki/hacktool-backoffice | 373665d021e4c61ceb6f02f3da807aee77d52692 | [
"MIT"
] | null | null | null | src/js/Views/SocialFeed.js | Cloudoki/hacktool-backoffice | 373665d021e4c61ceb6f02f3da807aee77d52692 | [
"MIT"
] | null | null | null | src/js/Views/SocialFeed.js | Cloudoki/hacktool-backoffice | 373665d021e4c61ceb6f02f3da807aee77d52692 | [
"MIT"
] | null | null | null |
// THE ADMIN CAN EDIT THIS PAGE
define(
['Views/BaseView'],
function (BaseView)
{
var SocialFeed = BaseView.extend({
events: {},
initialize: function(options) {
$.extend(this, options);
},
render: function()
{
this.$el.html(Mustache.render(Templates.social_feed, {handle: thi... | 14.740741 | 84 | 0.585427 |
1d21a6da4a87716a1a46f682e4a0435fa972935a | 2,469 | js | JavaScript | compoents/postDetail.js | JackieLin/v2ex | b33d04373a97d2061578af9c2a9c0ec1a4fc70a3 | [
"MIT"
] | null | null | null | compoents/postDetail.js | JackieLin/v2ex | b33d04373a97d2061578af9c2a9c0ec1a4fc70a3 | [
"MIT"
] | 1 | 2016-10-10T05:40:18.000Z | 2016-10-10T05:41:37.000Z | compoents/postDetail.js | JackieLin/v2ex | b33d04373a97d2061578af9c2a9c0ec1a4fc70a3 | [
"MIT"
] | null | null | null | /**
* 帖子详情模块
* @author jackieLin <dashi_lin@163.com>
*/
'use strict';
import React, { Component, PropTypes} from 'react';
import { connect } from 'react-redux';
import v2exStyle from '../styles/v2ex';
import PostMessage from './postMessage';
import CommentList from './commentList';
import {getCommentsById} from '../... | 29.392857 | 84 | 0.583637 |
1d23843d408e14ebe446d99c8004675a4920b52a | 410 | js | JavaScript | src/components/1-Atoms/GlobalStyle/GlobalStyles.js | rish18/BlockChain-blink | dcbefacbb50c3f6918f51399c9b0cd24cabd7237 | [
"MIT"
] | null | null | null | src/components/1-Atoms/GlobalStyle/GlobalStyles.js | rish18/BlockChain-blink | dcbefacbb50c3f6918f51399c9b0cd24cabd7237 | [
"MIT"
] | null | null | null | src/components/1-Atoms/GlobalStyle/GlobalStyles.js | rish18/BlockChain-blink | dcbefacbb50c3f6918f51399c9b0cd24cabd7237 | [
"MIT"
] | null | null | null | import { createGlobalStyle } from "styled-components";
export default createGlobalStyle`
body {
color: $first-color;
font-family: fira-sans, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
height: 100vh;
margin: 0;
}
/* stylelint-disable-next-line sele... | 17.826087 | 55 | 0.582927 |
1d2397e9c87375953bc7e4e19267e433de931706 | 707 | js | JavaScript | src/routes/test_env/api_data_reset.js | TKOaly/rv-backend | 370e84f012785c56f85b9cb67725403e0bc61199 | [
"MIT"
] | null | null | null | src/routes/test_env/api_data_reset.js | TKOaly/rv-backend | 370e84f012785c56f85b9cb67725403e0bc61199 | [
"MIT"
] | 45 | 2018-07-10T16:36:04.000Z | 2022-02-11T14:32:32.000Z | src/routes/test_env/api_data_reset.js | TKOaly/rv-backend | 370e84f012785c56f85b9cb67725403e0bc61199 | [
"MIT"
] | 1 | 2019-11-06T20:36:03.000Z | 2019-11-06T20:36:03.000Z | const express = require('express');
const router = express.Router();
const knex = require('../../db/knex');
router.post('/', async (req, res) => {
if (!['test', 'development', 'ci'].includes(process.env.NODE_ENV)) {
return res.status(500).json({ message: 'API not running in development, test or CI environm... | 35.35 | 120 | 0.615276 |
4a6c6579ed1a99db2ba0d138057235e168bbda33 | 793 | js | JavaScript | src/pages/services.js | jcarrera94/gatsby-crashcourse | 8bae18dadbdd6fce03e17fb5ab948b62f73358a7 | [
"MIT"
] | null | null | null | src/pages/services.js | jcarrera94/gatsby-crashcourse | 8bae18dadbdd6fce03e17fb5ab948b62f73358a7 | [
"MIT"
] | 3 | 2021-03-10T04:30:07.000Z | 2021-09-21T06:25:20.000Z | src/pages/services.js | jcarrera94/gatsby-crashcourse | 8bae18dadbdd6fce03e17fb5ab948b62f73358a7 | [
"MIT"
] | null | null | null | import React from 'react';
import Layout from "../components/layout";
import SEO from "../components/seo";
const ServicesPage = () => (
<Layout>
<SEO title="Services" />
<h1>Our Services</h1>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aspernatur, nulla doloremque, aperiam odio r... | 41.736842 | 253 | 0.742749 |
4a6d6f0d97e4d52de2ebab08af1a220f8ee41fc6 | 325 | js | JavaScript | spec/TestTask.js | mbrio/react-pipeline | d05427e73fa3135ccd8f756231a55ca9cd8f7c3a | [
"BSD-3-Clause"
] | 26 | 2016-03-04T02:23:42.000Z | 2019-04-08T12:39:29.000Z | spec/TestTask.js | mbrio/react-pipeline | d05427e73fa3135ccd8f756231a55ca9cd8f7c3a | [
"BSD-3-Clause"
] | 1 | 2016-03-11T19:43:44.000Z | 2016-03-11T19:43:44.000Z | spec/TestTask.js | mbrio/react-pipeline | d05427e73fa3135ccd8f756231a55ca9cd8f7c3a | [
"BSD-3-Clause"
] | 6 | 2016-03-11T18:31:32.000Z | 2021-10-18T07:53:51.000Z | import React from 'react';
import Task from '../src/Task';
import { callbackExec } from './helper';
export default class TestTask extends Task {
static propTypes = {
callback: React.PropTypes.func
};
handleSomething() {
return callbackExec.call(this);
}
exec() {
return this.handleSomething();
... | 18.055556 | 44 | 0.667692 |
4a6ed9d2b5ca8022639e25dd54fc7f2d1ff8b634 | 1,665 | js | JavaScript | app/main/services/cameraApi.js | haiyuncode/myproject | 7e4a9e52e0cd21a8078a73b93ec5d24be2f0d363 | [
"BSD-Source-Code"
] | null | null | null | app/main/services/cameraApi.js | haiyuncode/myproject | 7e4a9e52e0cd21a8078a73b93ec5d24be2f0d363 | [
"BSD-Source-Code"
] | null | null | null | app/main/services/cameraApi.js | haiyuncode/myproject | 7e4a9e52e0cd21a8078a73b93ec5d24be2f0d363 | [
"BSD-Source-Code"
] | null | null | null | /**
* Created by Haiyun on 2/8/2016.
*/
'use strict';
/*global LokiCordovaFSAdapter, Camera, CameraPopoverOptions*/
angular.module('main')
.service('cameraApi', function ($log, $q, Loki, $cordovaCamera) {
$log.log('Hello from your Service: cameraApi in module main');
var vm = this;
var options = {
... | 23.785714 | 67 | 0.596396 |
4a6f08173c04ec1b06fbe9cc5eff52e59170ce64 | 5,084 | js | JavaScript | fluent/javascript/fluent.js | Dale-WAX/consolecmnd | e6415c23155c9803ef4ed269e8e48f123bcd0dc8 | [
"Unlicense"
] | null | null | null | fluent/javascript/fluent.js | Dale-WAX/consolecmnd | e6415c23155c9803ef4ed269e8e48f123bcd0dc8 | [
"Unlicense"
] | null | null | null | fluent/javascript/fluent.js | Dale-WAX/consolecmnd | e6415c23155c9803ef4ed269e8e48f123bcd0dc8 | [
"Unlicense"
] | null | null | null | (function($) {
/**
* File: fluent.js
*
* Injects locale navigation menu into the website
*/
$.entwine('ss', function($) {
/**
* Determine the url to navigate to given the specified locale
*/
var urlForLocale = function(url, locale) {
var re, separator;
// Remove hash. See https://github.com/t... | 26.757895 | 160 | 0.596381 |
4a6f5894499ac2e775f97b58cc98f023b823ce0b | 1,086 | js | JavaScript | termine-fe/src/Components/CouponBox.js | hschaeidt/covid19-teststation-termine | a8cb178154b74f76de24c934b72036b947f6a047 | [
"MIT"
] | null | null | null | termine-fe/src/Components/CouponBox.js | hschaeidt/covid19-teststation-termine | a8cb178154b74f76de24c934b72036b947f6a047 | [
"MIT"
] | null | null | null | termine-fe/src/Components/CouponBox.js | hschaeidt/covid19-teststation-termine | a8cb178154b74f76de24c934b72036b947f6a047 | [
"MIT"
] | null | null | null | import React from "react";
import { Trans, Plural } from "@lingui/macro";
export const CouponBox = ({ coupons }) => {
return (
<div id="coupons">
<h3 style={{ paddingLeft: "calc(2 * var(--universal-padding))" }}>
<div>
<Trans>
<Plural
value={coupons}
... | 24.681818 | 72 | 0.378453 |
4a6f5b1c82851fc3a19dc79a04403e6d5640bc7a | 6,936 | js | JavaScript | public/js/components/card.js | doong-jo/carousel | ff71c333252a0c2f6be75997e21e42a17ee6aba9 | [
"MIT"
] | 1 | 2020-08-12T23:46:39.000Z | 2020-08-12T23:46:39.000Z | public/js/components/card.js | doong-jo/carousel | ff71c333252a0c2f6be75997e21e42a17ee6aba9 | [
"MIT"
] | 6 | 2020-08-02T03:42:28.000Z | 2022-02-27T09:21:55.000Z | public/js/components/card.js | doong-jo/carousel | ff71c333252a0c2f6be75997e21e42a17ee6aba9 | [
"MIT"
] | 2 | 2020-08-12T23:46:40.000Z | 2021-10-12T07:31:18.000Z | import Component from "./component.js";
import getCardView from "../../views/card-view.js";
import {
on,
containClass,
findChildren,
setHTML,
addClass,
removeClass,
getAttribute
} from "../utils/light-dom.js";
import _ from "../services/constants.js";
class Card extends Component {
cons... | 29.896552 | 80 | 0.589821 |
4a6f70188c044f56251083b62a0b50edbbbc9299 | 384 | js | JavaScript | src/components/layouts/Footer.js | Synacten/Koatest | ce102aa5349eee30311438aceac8822d9e48dfbc | [
"MIT"
] | null | null | null | src/components/layouts/Footer.js | Synacten/Koatest | ce102aa5349eee30311438aceac8822d9e48dfbc | [
"MIT"
] | null | null | null | src/components/layouts/Footer.js | Synacten/Koatest | ce102aa5349eee30311438aceac8822d9e48dfbc | [
"MIT"
] | null | null | null | import React from 'react';
import styled from 'styled-components';
export const Footer = () => (
<FooterC>
<footer className="footer">footer</footer>
</FooterC>
);
export const color = 'green';
const FooterC = styled.div`
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%);
... | 16.695652 | 46 | 0.609375 |
4a6fb3e185bc1d7819b0596a8ed8e580cb581b67 | 82 | js | JavaScript | solution_task/index.js | AllDayAlone/summer | 0f413db61b24735844f013f3780c982fc2c25ca0 | [
"MIT"
] | 2 | 2020-07-06T10:19:40.000Z | 2020-07-06T12:29:43.000Z | solution_task/index.js | AllDayAlone/summer | 0f413db61b24735844f013f3780c982fc2c25ca0 | [
"MIT"
] | 33 | 2020-07-06T09:54:39.000Z | 2020-07-16T23:00:28.000Z | solution_task/index.js | AllDayAlone/summer | 0f413db61b24735844f013f3780c982fc2c25ca0 | [
"MIT"
] | 13 | 2020-07-06T08:45:48.000Z | 2020-07-06T10:53:25.000Z | const arr = [1, 2, 3, 4, 5];
console.log((arr=>{
return arr.slice(1)
})(arr))
| 16.4 | 28 | 0.536585 |
4a705da9fd3c3e58f7685a795727b3d901b37323 | 4,829 | js | JavaScript | templates/server_my/WorldOfRoach/bin-debug/nodep/view/container/GameWindow.js | xiemingzhang/gulp-my | 75412a383c17764f07355d2ce341cdd2c540e12b | [
"MIT"
] | null | null | null | templates/server_my/WorldOfRoach/bin-debug/nodep/view/container/GameWindow.js | xiemingzhang/gulp-my | 75412a383c17764f07355d2ce341cdd2c540e12b | [
"MIT"
] | null | null | null | templates/server_my/WorldOfRoach/bin-debug/nodep/view/container/GameWindow.js | xiemingzhang/gulp-my | 75412a383c17764f07355d2ce341cdd2c540e12b | [
"MIT"
] | null | null | null | var __reflect = (this && this.__reflect) || function (p, c, t) {
p.__class__ = c, t ? t.push(c) : t = [c], p.__types__ = p.__types__ ? t.concat(p.__types__) : t;
};
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.const... | 34.492857 | 124 | 0.553945 |
4a727ab083291c00f1bf2ad9f72fce19135b3756 | 663 | js | JavaScript | website/gatsby-browser.js | Right-Angle-Engineering/mui-treasury | 567374bce3895e96c1b18c138a39731e4b98b683 | [
"MIT"
] | 2,063 | 2019-03-16T14:24:13.000Z | 2022-03-31T10:43:04.000Z | website/gatsby-browser.js | Right-Angle-Engineering/mui-treasury | 567374bce3895e96c1b18c138a39731e4b98b683 | [
"MIT"
] | 760 | 2019-03-16T17:12:32.000Z | 2022-03-30T08:04:12.000Z | website/gatsby-browser.js | Right-Angle-Engineering/mui-treasury | 567374bce3895e96c1b18c138a39731e4b98b683 | [
"MIT"
] | 168 | 2019-03-18T17:41:09.000Z | 2022-03-25T22:11:03.000Z | import React from 'react';
import ReactDOM from 'react-dom';
import App from './src/App';
import RouterContext from './src/contexts/router';
export const wrapPageElement = ({ element, props }) => {
return (
<RouterContext.Provider
value={{ navigate: props.navigate, location: props.location }}
>
<... | 28.826087 | 72 | 0.695324 |
4a72d80d5aeb80c30e75fc8dcb9f0edb7439256e | 24,542 | js | JavaScript | docs/7.bundle.js | mfakhrusy/ecommerceJS | 92f2b6ac3a613336c364cb731578ff1af8e76042 | [
"MIT"
] | null | null | null | docs/7.bundle.js | mfakhrusy/ecommerceJS | 92f2b6ac3a613336c364cb731578ff1af8e76042 | [
"MIT"
] | null | null | null | docs/7.bundle.js | mfakhrusy/ecommerceJS | 92f2b6ac3a613336c364cb731578ff1af8e76042 | [
"MIT"
] | 1 | 2018-12-11T04:43:59.000Z | 2018-12-11T04:43:59.000Z | (window.webpackJsonp=window.webpackJsonp||[]).push([[7],{445:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(6),a=n(535),u=(o=a)&&o.__esModule?o:{default:o};var i=(0,r.connect)(function(e){return{ownuser:e.ownuser,profileModal:e.profileModal,isModalOpen:e.isModalOpen}})(u.default... | 12,271 | 24,505 | 0.733966 |
4a73776a9bf9424f9deca7f864a0ce48fdf7627c | 500 | js | JavaScript | check.js | iilab/metalsmith-pandoc | b11af9faa9856e42ca6c1609475ee3cd5a0ca9d3 | [
"MIT"
] | 8 | 2015-05-26T23:29:15.000Z | 2021-05-18T14:10:11.000Z | check.js | iilab/metalsmith-pandoc | b11af9faa9856e42ca6c1609475ee3cd5a0ca9d3 | [
"MIT"
] | 10 | 2015-01-26T00:59:12.000Z | 2017-11-28T23:34:35.000Z | check.js | iilab/metalsmith-pandoc | b11af9faa9856e42ca6c1609475ee3cd5a0ca9d3 | [
"MIT"
] | 8 | 2015-11-07T07:09:40.000Z | 2018-05-04T04:06:39.000Z | var debug = require('debug')('metalsmith-pandoc');
var which = require('which');
var install = require('system-install')();
// Make sure pandoc is installed
which('pandoc', function(err, cmd){
if (err) {
// TODO: ask user to accept installation via system package manager.
console.error('metalsmith-... | 33.333333 | 82 | 0.654 |
4a73ef7229e3df2cc2a21b14dbd1fabeb314a062 | 4,286 | js | JavaScript | src/components/contact/contact-form.js | SamCook19/canyoncreekapp | ca5f0867035f61a1638898188839b14336a90d85 | [
"MIT"
] | null | null | null | src/components/contact/contact-form.js | SamCook19/canyoncreekapp | ca5f0867035f61a1638898188839b14336a90d85 | [
"MIT"
] | null | null | null | src/components/contact/contact-form.js | SamCook19/canyoncreekapp | ca5f0867035f61a1638898188839b14336a90d85 | [
"MIT"
] | null | null | null | import React from 'react';
import { useForm } from 'react-hook-form';
import emailjs from 'emailjs-com';
import 'react-toastify/dist/ReactToastify.min.css';
export default function ContactForm() {
function sendEmail(e) {
e.preventDefault();
emailjs.sendForm('service_513nv6e', 'template_t241g0h', e.target,... | 40.819048 | 413 | 0.491834 |
4a7461466510ad16457a816d78f7976be5b0e02e | 62 | js | JavaScript | server/utils/roles.js | ibobev/dent-appointment-system | 2fcda99dbc72917a5f6c97428cbb6b22c500a999 | [
"MIT"
] | null | null | null | server/utils/roles.js | ibobev/dent-appointment-system | 2fcda99dbc72917a5f6c97428cbb6b22c500a999 | [
"MIT"
] | null | null | null | server/utils/roles.js | ibobev/dent-appointment-system | 2fcda99dbc72917a5f6c97428cbb6b22c500a999 | [
"MIT"
] | null | null | null | module.exports = {
ADMIN: 1,
DENTIST: 2,
PATIENT: 3,
};
| 10.333333 | 18 | 0.564516 |
4a7801fb6ee0894b5c3649786a9317d3adb2478e | 1,650 | js | JavaScript | gulpfile.js | Javilete/front-end-rural-house | 8ca833da3092db47fa0256dbd64a7736c3ea9502 | [
"Apache-2.0"
] | null | null | null | gulpfile.js | Javilete/front-end-rural-house | 8ca833da3092db47fa0256dbd64a7736c3ea9502 | [
"Apache-2.0"
] | null | null | null | gulpfile.js | Javilete/front-end-rural-house | 8ca833da3092db47fa0256dbd64a7736c3ea9502 | [
"Apache-2.0"
] | null | null | null | // Grab our gulp packages
var gulp = require('gulp');
var gutil = require('gulp-util');
var jshint = require('gulp-jshint');
//var sass = require('gulp-sass');
var annotate = require('gulp-ng-annotate');
var uglify = require('gulp-uglify');
var argv = require('yargs').argv;
var gulpif = require('gulp-if');
var rename =... | 32.352941 | 71 | 0.635152 |
4a78fb4ecb99f5b8e9ef78e1b65f1c66bd2869bf | 299 | js | JavaScript | wiki/html/search/functions_a.js | cesclass/projetL2S3 | fb97f80cb7f2e43a0dd56914988ef52a59376128 | [
"MIT"
] | null | null | null | wiki/html/search/functions_a.js | cesclass/projetL2S3 | fb97f80cb7f2e43a0dd56914988ef52a59376128 | [
"MIT"
] | null | null | null | wiki/html/search/functions_a.js | cesclass/projetL2S3 | fb97f80cb7f2e43a0dd56914988ef52a59376128 | [
"MIT"
] | null | null | null | var searchData=
[
['pickeltlist',['pickEltList',['../liste_8h.html#ab925256fc1775b71a5986418101f09f3',1,'pickEltList(liste l, Elementliste *e, int index): liste.c'],['../liste_8c.html#ab925256fc1775b71a5986418101f09f3',1,'pickEltList(liste l, Elementliste *e, int index): liste.c']]]
];
| 59.8 | 277 | 0.73913 |
4a79043a4df1526fc5453a8549d07f80c37e9a1f | 2,826 | js | JavaScript | node_modules/caniuse-lite/data/regions/ES.js | grodriguez-dev/curso-ibero-learning | 99f2e3354b8f413b9c147224db5b3b79b73bc8ab | [
"MIT"
] | 34 | 2021-09-25T02:16:58.000Z | 2022-01-07T07:52:52.000Z | node_modules/caniuse-lite/data/regions/ES.js | grodriguez-dev/curso-ibero-learning | 99f2e3354b8f413b9c147224db5b3b79b73bc8ab | [
"MIT"
] | 102 | 2021-02-02T20:46:33.000Z | 2021-07-20T12:31:18.000Z | node_modules/caniuse-lite/data/regions/ES.js | janis-jenny/MyPortfolio | ea1905ac0a76358baa378d62ce1ce0fade04ec3f | [
"MIT"
] | 13 | 2021-09-27T02:25:34.000Z | 2021-12-09T03:00:01.000Z | module.exports={C:{"45":0.00484,"48":0.01451,"49":0.00484,"52":0.10641,"55":0.00484,"56":0.00484,"59":0.00484,"60":0.02419,"63":0.00484,"64":0.00484,"66":0.01451,"67":0.01451,"68":0.01935,"69":0.01451,"72":0.00967,"73":0.00484,"76":0.00484,"77":0.00484,"78":0.25636,"79":0.00967,"80":0.00967,"81":0.00967,"82":0.00967,"8... | 1,413 | 2,825 | 0.588464 |
4a7a576e5b2e472af62352934e4f90f1983c4f27 | 162 | js | JavaScript | src/index.js | vimplus/React-tetris-lite | b9a6d115f7876b9e997b26b1270372033b4212e0 | [
"MIT"
] | null | null | null | src/index.js | vimplus/React-tetris-lite | b9a6d115f7876b9e997b26b1270372033b4212e0 | [
"MIT"
] | null | null | null | src/index.js | vimplus/React-tetris-lite | b9a6d115f7876b9e997b26b1270372033b4212e0 | [
"MIT"
] | null | null | null | import React from 'react';
import { render } from 'react-dom';
import Game from './game';
let game = render(
<Game />,
document.getElementById('root')
)
| 18 | 35 | 0.648148 |
4a7b145a94549566029844bfef02991396d1f895 | 185 | js | JavaScript | docs/reference/cmsis-plus/assert_8c.js | micro-os-plus/web-preview | f22c44746b8f346e03363632d7d9c0c34d97b7d6 | [
"MIT"
] | null | null | null | docs/reference/cmsis-plus/assert_8c.js | micro-os-plus/web-preview | f22c44746b8f346e03363632d7d9c0c34d97b7d6 | [
"MIT"
] | 1 | 2016-03-04T10:49:16.000Z | 2016-03-04T10:49:16.000Z | docs/reference/cmsis-plus/assert_8c.js | micro-os-plus/web-preview | f22c44746b8f346e03363632d7d9c0c34d97b7d6 | [
"MIT"
] | 2 | 2016-08-13T15:52:08.000Z | 2018-07-30T16:56:39.000Z | var assert_8c =
[
[ "__assert_func", "assert_8c.html#a620a4f992f76741d22c71a8736391bf6", null ],
[ "assert_failed", "assert_8c.html#a2532ff72b1a2ff82f65e8c2a5a4dde00", null ]
]; | 37 | 82 | 0.745946 |
4a7b530a81227df13ad4394bc8275b2b056eb871 | 3,096 | js | JavaScript | src/parser/script.js | marswong/express-vue-renderer | 9174fa203896dbe698af36685385af6d39879e03 | [
"Apache-2.0"
] | 9 | 2017-07-09T13:07:20.000Z | 2018-06-16T15:35:01.000Z | src/parser/script.js | marswong/express-vue-renderer | 9174fa203896dbe698af36685385af6d39879e03 | [
"Apache-2.0"
] | 121 | 2017-07-06T17:22:39.000Z | 2020-06-03T08:50:39.000Z | src/parser/script.js | marswong/express-vue-renderer | 9174fa203896dbe698af36685385af6d39879e03 | [
"Apache-2.0"
] | 11 | 2017-07-14T23:24:48.000Z | 2017-12-11T14:21:06.000Z | // @flow
const {
DataObject
} = require('../models');
const Utils = require('../utils');
const babel = require('babel-core');
const stringHash = require('string-hash');
type ScriptObjectType = {
type: 'string',
content: 'string',
start: number,
attrs: Object,
end: number
}
function dataMerge(... | 34.4 | 122 | 0.573643 |
4a7beb746fc9dc073323e1af51a7eb249fc48bbe | 636 | js | JavaScript | .eleventy.js | ecaron/ericcaron.com | 2519def26e9cf7c340c3a64ca078d27cb55ddea2 | [
"MIT"
] | null | null | null | .eleventy.js | ecaron/ericcaron.com | 2519def26e9cf7c340c3a64ca078d27cb55ddea2 | [
"MIT"
] | 5 | 2016-11-14T05:45:27.000Z | 2022-02-12T17:11:33.000Z | .eleventy.js | ecaron/ericcaron.com | 2519def26e9cf7c340c3a64ca078d27cb55ddea2 | [
"MIT"
] | null | null | null | const smartquotes = require('smartquotes');
const less = require('less');
const CleanCSS = require('clean-css');
module.exports = function (config) {
config.addNunjucksAsyncFilter('cssmin', function(code, callback) {
less.render(code, {}, function(error, output) {
let minCSS = new CleanCSS({}).minify(outpu... | 23.555556 | 68 | 0.625786 |
4a7ce9842e5d5f75e7af28d7f03c3cee0958da5e | 5,205 | js | JavaScript | lib/HttpClient.js | Magiccwl/bce-sdk-mp | 7aec203769162a463603d113160534be3cb5acf8 | [
"MIT"
] | null | null | null | lib/HttpClient.js | Magiccwl/bce-sdk-mp | 7aec203769162a463603d113160534be3cb5acf8 | [
"MIT"
] | null | null | null | lib/HttpClient.js | Magiccwl/bce-sdk-mp | 7aec203769162a463603d113160534be3cb5acf8 | [
"MIT"
] | null | null | null | import axios from 'axios'
import EventBus from './EventBus'
import Auth from './Auth'
import {
AUTHORIZATION,
CONTENT_TYPE,
X_BCE_DATE,
X_CODE,
X_REQUEST_ID,
X_STATUS_CODE,
X_MESSAGE,
X_HTTP_HEADERS,
X_BODY
} from './headers'
import mpAdapter from './Adapter'
import { getRequest } fr... | 29.742857 | 121 | 0.570989 |
4a7e363bbc8e5e09664301890403ba08e5b4019b | 935 | js | JavaScript | build/useFlutterwave.js | Wharley01/flutterwave-vue3 | ec8bedbdc9c9bc9e85f989f65c0a5a57c4d9d29c | [
"MIT"
] | 5 | 2021-11-06T01:24:54.000Z | 2022-03-29T12:38:32.000Z | build/useFlutterwave.js | Wharley01/flutterwave-vue3 | ec8bedbdc9c9bc9e85f989f65c0a5a57c4d9d29c | [
"MIT"
] | null | null | null | build/useFlutterwave.js | Wharley01/flutterwave-vue3 | ec8bedbdc9c9bc9e85f989f65c0a5a57c4d9d29c | [
"MIT"
] | null | null | null | "use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const ApITracker_1 = __importDefault(require("./ApITracker"));
function default_1(paymentData) {
var... | 38.958333 | 170 | 0.613904 |
4a7e6f676894eb49178442066c5bcc6f181fc9ff | 1,061 | js | JavaScript | sources/views/GridCajeros.js | ingjosecruzp/jet-start-master | 3d0ef42a853b008c559965392c7397e6e789c458 | [
"MIT"
] | null | null | null | sources/views/GridCajeros.js | ingjosecruzp/jet-start-master | 3d0ef42a853b008c559965392c7397e6e789c458 | [
"MIT"
] | 4 | 2020-07-16T17:00:29.000Z | 2022-02-12T06:05:05.000Z | sources/views/GridCajeros.js | ingjosecruzp/jet-start-master | 3d0ef42a853b008c559965392c7397e6e789c458 | [
"MIT"
] | null | null | null | import { JetView } from "webix-jet";
import { cajeros } from "models/pventa/cajeros";
import { FrmCajeros } from "views/pventa/FrmCajeros";
import { GridBase } from "views/GridBase";
export default class GridCajeros extends GridBase {
constructor(app, name) {
let columns = [
{ id: "_id", hidden... | 36.586207 | 186 | 0.586239 |
4a7eac2518b8498fd733844ff024fe237f6f958f | 1,453 | js | JavaScript | src/createPaginationReducer.js | founderlab/fl-redux-utils | 811447bd840ca9c7d61f01e4f7901b18c38014a8 | [
"MIT"
] | null | null | null | src/createPaginationReducer.js | founderlab/fl-redux-utils | 811447bd840ca9c7d61f01e4f7901b18c38014a8 | [
"MIT"
] | null | null | null | src/createPaginationReducer.js | founderlab/fl-redux-utils | 811447bd840ca9c7d61f01e4f7901b18c38014a8 | [
"MIT"
] | null | null | null | import _ from 'lodash' // eslint-disable-line
import {fromJS} from 'immutable'
export default function createPaginationReducer(actionType, _options={}) {
const defaultState = fromJS({
visible: [],
total: 0,
currentPage: 0,
})
const options = _.defaults(_options, {
append: false,
countSuffix... | 30.270833 | 92 | 0.651067 |
4a80f0c52d183c512276677900d307c3f2df946c | 441 | js | JavaScript | extern/Halide/osx/share/doc/Halide/_intrusive_ptr_8h.js | HiDoYa/webassembly-video-filters | 70bcaaaeb94a763988975aa8e1582ed10c2f2c39 | [
"MIT"
] | 5 | 2021-01-15T03:40:25.000Z | 2021-09-05T22:53:38.000Z | extern/Halide/osx/share/doc/Halide/_intrusive_ptr_8h.js | HiDoYa/webassembly-video-filters | 70bcaaaeb94a763988975aa8e1582ed10c2f2c39 | [
"MIT"
] | 1 | 2021-05-05T21:57:46.000Z | 2021-05-05T23:18:06.000Z | extern/Halide/osx/share/doc/Halide/_intrusive_ptr_8h.js | HiDoYa/webassembly-video-filters | 70bcaaaeb94a763988975aa8e1582ed10c2f2c39 | [
"MIT"
] | null | null | null | var _intrusive_ptr_8h =
[
[ "RefCount", "class_halide_1_1_internal_1_1_ref_count.html", "class_halide_1_1_internal_1_1_ref_count" ],
[ "IntrusivePtr", "struct_halide_1_1_internal_1_1_intrusive_ptr.html", "struct_halide_1_1_internal_1_1_intrusive_ptr" ],
[ "ref_count", "_intrusive_ptr_8h.html#abbc100b5be... | 63 | 125 | 0.78458 |
4a8141e09b3e7095cbeb8f3129b6ee1a8e3979c5 | 197 | js | JavaScript | back-end/database/database.js | simejisan/osip-web-app | 525afdd0a5ea62a5d0b04086dff44843ff5952d8 | [
"MIT"
] | null | null | null | back-end/database/database.js | simejisan/osip-web-app | 525afdd0a5ea62a5d0b04086dff44843ff5952d8 | [
"MIT"
] | null | null | null | back-end/database/database.js | simejisan/osip-web-app | 525afdd0a5ea62a5d0b04086dff44843ff5952d8 | [
"MIT"
] | 2 | 2021-01-01T08:25:12.000Z | 2021-07-19T05:06:27.000Z | const { Client } = require('pg')
const dotenv = require('dotenv');
dotenv.config();
const client = new Client({
connectionString: process.env.DATABASE_URL,
ssl: true
})
module.exports = client | 21.888889 | 45 | 0.71066 |
4a823953fbd6e0577b2064723bebebded7a0a554 | 103 | js | JavaScript | vsdoc/search--/s_610.js | asiboro/asiboro.github.io | a2e56607dca65eed437b6a666dcbc3f586492d8c | [
"MIT"
] | null | null | null | vsdoc/search--/s_610.js | asiboro/asiboro.github.io | a2e56607dca65eed437b6a666dcbc3f586492d8c | [
"MIT"
] | null | null | null | vsdoc/search--/s_610.js | asiboro/asiboro.github.io | a2e56607dca65eed437b6a666dcbc3f586492d8c | [
"MIT"
] | null | null | null | search_result['610']=["topic_0000000000000142.html","PaymentController.AddProductPurchased Method",""]; | 103 | 103 | 0.815534 |
4a82ae0d78671a3253777d9090cf9fde5bb2b9e5 | 901 | js | JavaScript | resources/js/services/booking-service.js | omenejoseph/bookings_app | bca960c2cc29480b075072f88a46e09e08ffd3f3 | [
"MIT"
] | null | null | null | resources/js/services/booking-service.js | omenejoseph/bookings_app | bca960c2cc29480b075072f88a46e09e08ffd3f3 | [
"MIT"
] | 3 | 2021-03-10T10:07:39.000Z | 2022-02-18T22:04:48.000Z | resources/js/services/booking-service.js | omenejoseph/bookings_app | bca960c2cc29480b075072f88a46e09e08ffd3f3 | [
"MIT"
] | null | null | null | import DataService from './data-service';
class BookingService {
listBookings(){
return axios.post('get-bookings', {}, {
headers: DataService.authHeader()
})
.then(response => {
return response.data.data;
})
.catch((error) => Promise.reject(error));
... | 28.15625 | 57 | 0.498335 |
4a8406467394893f448e129f8261f4d451560492 | 18,015 | js | JavaScript | test/unit/view/dimension-marshal/publish-while-dragging.spec.js | KN878/react-beautiful-dnd | 739d03ea61dba7c3f4414134c40976f12ebdef59 | [
"Apache-2.0"
] | 27,785 | 2017-08-10T07:05:51.000Z | 2022-03-31T22:40:15.000Z | test/unit/view/dimension-marshal/publish-while-dragging.spec.js | KN878/react-beautiful-dnd | 739d03ea61dba7c3f4414134c40976f12ebdef59 | [
"Apache-2.0"
] | 1,823 | 2017-08-10T15:32:53.000Z | 2022-03-30T20:35:29.000Z | test/unit/view/dimension-marshal/publish-while-dragging.spec.js | KN878/react-beautiful-dnd | 739d03ea61dba7c3f4414134c40976f12ebdef59 | [
"Apache-2.0"
] | 2,446 | 2017-08-10T10:16:39.000Z | 2022-03-31T16:52:43.000Z | // @flow
import createDimensionMarshal from '../../../../src/state/dimension-marshal/dimension-marshal';
import type {
Callbacks,
DimensionMarshal,
StartPublishingResult,
} from '../../../../src/state/dimension-marshal/dimension-marshal-types';
import type {
DraggableDimension,
DroppableDimension,
Dimension... | 30.533898 | 121 | 0.684208 |
4a84cef87428cfbe38bc8b8be232b6dede6288ba | 3,935 | js | JavaScript | js/NAMELIST.js | mkszk/mkszk.github.io | 3e24a2bbe29a292d5255eb5ab75637b5a3ba27f0 | [
"MIT"
] | null | null | null | js/NAMELIST.js | mkszk/mkszk.github.io | 3e24a2bbe29a292d5255eb5ab75637b5a3ba27f0 | [
"MIT"
] | null | null | null | js/NAMELIST.js | mkszk/mkszk.github.io | 3e24a2bbe29a292d5255eb5ab75637b5a3ba27f0 | [
"MIT"
] | null | null | null | var NAMELIST = [
"バエル",
"アガレス",
"ウァサゴ",
"ガミジン",
"マルバス",
"ウァレフォル",
"アモン",
"バルバトス",
"パイモン",
"ブエル",
"グシオン",
"シトリー",
"ベレト",
"レラジェ",
"エリゴス",
"ゼパル",
"ボティス",
"バティン",
"サレオス",
"プルソン",
"モラクス",
"イポス",
"アイム",
"ナベ... | 13.522337 | 18 | 0.338501 |
4a850f6c986b95dbb03e91625ce22fd6a236e069 | 148 | js | JavaScript | src/types/BackupInfos.js | TheDevYellowy/selfbot-backup | 12aafa376de208e95011cfb8a577e8d54cd729da | [
"MIT"
] | null | null | null | src/types/BackupInfos.js | TheDevYellowy/selfbot-backup | 12aafa376de208e95011cfb8a577e8d54cd729da | [
"MIT"
] | null | null | null | src/types/BackupInfos.js | TheDevYellowy/selfbot-backup | 12aafa376de208e95011cfb8a577e8d54cd729da | [
"MIT"
] | null | null | null | const { BackupData } = require('./');
module.exports = class BackupInfos {
constructor({
id = String,
size = Number,
data = BackupData
})
} | 16.444444 | 37 | 0.635135 |
4a869d9f2d5ad5b262c12bc6d67ade1b0b245e59 | 914 | js | JavaScript | web/app/plugins/ninja-forms-conditionals/assets/js/builder/main.js | tommyseijkens/trendsinhr_composer | 3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e | [
"MIT"
] | 2 | 2021-04-15T12:28:06.000Z | 2021-06-20T22:12:10.000Z | web/app/plugins/ninja-forms-conditionals/assets/js/builder/main.js | tommyseijkens/trendsinhr_composer | 3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e | [
"MIT"
] | 125 | 2020-07-23T23:19:33.000Z | 2022-03-28T10:24:48.000Z | web/app/plugins/ninja-forms-conditionals/assets/js/builder/main.js | tommyseijkens/trendsinhr_composer | 3d4f64d0cdb54b5c35dfe4b0affa45d13a3be40e | [
"MIT"
] | 1 | 2020-11-04T07:28:31.000Z | 2020-11-04T07:28:31.000Z | var nfRadio = Backbone.Radio;
require( [ 'controllers/loadControllers', 'models/conditionCollection' ], function( LoadControllers, ConditionCollection ) {
var NFConditionalLogic = Marionette.Application.extend( {
initialize: function( options ) {
this.listenTo( nfRadio.channel( 'app' ), 'after:appStart', this.... | 30.466667 | 124 | 0.693654 |
4a86ca1e89dfd0a97f2da2ce3c7d539956b4689f | 3,697 | js | JavaScript | test/remark/components/Timer.spec.js | WayneBuckhanan/remark-redux | 4f38d8bb200bd453ad9c2a41c4f75e6f081e7a0b | [
"MIT"
] | null | null | null | test/remark/components/Timer.spec.js | WayneBuckhanan/remark-redux | 4f38d8bb200bd453ad9c2a41c4f75e6f081e7a0b | [
"MIT"
] | null | null | null | test/remark/components/Timer.spec.js | WayneBuckhanan/remark-redux | 4f38d8bb200bd453ad9c2a41c4f75e6f081e7a0b | [
"MIT"
] | 1 | 2019-07-06T05:04:41.000Z | 2019-07-06T05:04:41.000Z | import EventEmitter from 'events';
import Timer from '../../../src/remark/components/Timer/Timer';
describe('Timer', () => {
let events;
let element;
let timer;
beforeEach(() => {
events = new EventEmitter();
element = document.createElement('div');
});
describe('timer updates', () => {
befor... | 35.209524 | 90 | 0.606979 |
4a874ecda437baacfd6eedc0f73f171d561dfb65 | 2,418 | js | JavaScript | doc/html/search/all_7.js | Jiancongzheng/hull-abstraction | 3d08cc303af18d852b00a59d0bac9d3e0fbcee8b | [
"MIT"
] | 2 | 2020-10-20T18:37:24.000Z | 2020-11-01T13:36:12.000Z | doc/html/search/all_7.js | jiancong0204/hull-abstraction | 3d08cc303af18d852b00a59d0bac9d3e0fbcee8b | [
"MIT"
] | null | null | null | doc/html/search/all_7.js | jiancong0204/hull-abstraction | 3d08cc303af18d852b00a59d0bac9d3e0fbcee8b | [
"MIT"
] | null | null | null | var searchData=
[
['generate_5fcached_5fsetup',['generate_cached_setup',['../namespacegenerate__cached__setup.html',1,'']]],
['generate_5fcached_5fsetup_2epy',['generate_cached_setup.py',['../generate__cached__setup_8py.html',1,'']]],
['generatedata',['generateData',['../classbenchmark_1_1_benchmark.html#a5697045... | 134.333333 | 638 | 0.807279 |
4a87e517ba0ed0dd6d3ae5ac1af10d358e19d17c | 2,973 | js | JavaScript | extensions/donjayamanne.python-0.6.9/out/client/providers/importSortProvider.js | Sunshengjin/RoboWare-Studio | aa2c309bd5e79f92ba7bf456ff86ad0573975c49 | [
"BSD-3-Clause"
] | 239 | 2018-04-20T06:58:32.000Z | 2022-03-22T18:06:08.000Z | extensions/donjayamanne.python-0.6.9/out/client/providers/importSortProvider.js | Sunshengjin/RoboWare-Studio | aa2c309bd5e79f92ba7bf456ff86ad0573975c49 | [
"BSD-3-Clause"
] | 10 | 2018-12-09T13:49:06.000Z | 2021-07-03T00:38:53.000Z | extensions/donjayamanne.python-0.6.9/out/client/providers/importSortProvider.js | Sunshengjin/RoboWare-Studio | aa2c309bd5e79f92ba7bf456ff86ad0573975c49 | [
"BSD-3-Clause"
] | 99 | 2018-07-20T09:16:13.000Z | 2022-03-20T11:58:56.000Z | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
const fs = require("fs");
const child_process = require("child_process");
const settings = require("../common/configSettings");
const editor_1 = require("../common/editor");
class PythonImportSortProvider {
so... | 52.157895 | 135 | 0.543222 |
4a881feecb56a4bc2271edbd69bea928c030a9af | 2,052 | js | JavaScript | src/common/js/table.js | Fredtwins/weatherAdmin | 8534331ebaffec2d69f2d83bd6d85fcc443d40f7 | [
"MIT"
] | 1 | 2019-01-31T00:54:56.000Z | 2019-01-31T00:54:56.000Z | src/common/js/table.js | Fredtwins/weatherAdmin | 8534331ebaffec2d69f2d83bd6d85fcc443d40f7 | [
"MIT"
] | null | null | null | src/common/js/table.js | Fredtwins/weatherAdmin | 8534331ebaffec2d69f2d83bd6d85fcc443d40f7 | [
"MIT"
] | null | null | null | import { cloneObj } from 'common/js/util'
export function Getuserthead (that) {
return [
{
title: '选项(一个)',
align: 'center',
width: 100,
type: 'selection'
}, {
title: '用户名',
align: 'center',
key: 'username'
}, {
title: '真实姓名',
align: 'center',
k... | 19.17757 | 61 | 0.368908 |
4a8822705ba1e2c44a864b5ec1cd636ee79066ca | 361 | js | JavaScript | vue.config.js | libaizr/vue_shop | cc803aaaacecd31c78faec60091da5eaf0b9d1b6 | [
"MIT"
] | null | null | null | vue.config.js | libaizr/vue_shop | cc803aaaacecd31c78faec60091da5eaf0b9d1b6 | [
"MIT"
] | null | null | null | vue.config.js | libaizr/vue_shop | cc803aaaacecd31c78faec60091da5eaf0b9d1b6 | [
"MIT"
] | null | null | null | const path = require('path')
const resolve = dir => path.join(__dirname,dir)
module.exports={
chainWebpack:config=>{
config.resolve.alias
.set('@',resolve('./src'))
.set('assets',resolve('./src/assets'))
.set('components',resolve('./src/components'))
.set('views',resolve('./src/views'))
.set(... | 27.769231 | 50 | 0.623269 |
4a8c98f72ee0f17d44e1cb97cc9120e03ed53fa4 | 232 | js | JavaScript | app/js/nested/nested.js | pjlamb12/wp-angular | cea9d9f4ad4bdf43c4a24b8c4793dd8c1b174fa3 | [
"MIT"
] | 1 | 2015-08-20T00:34:15.000Z | 2015-08-20T00:34:15.000Z | app/js/nested/nested.js | pjlamb12/wp-angular | cea9d9f4ad4bdf43c4a24b8c4793dd8c1b174fa3 | [
"MIT"
] | null | null | null | app/js/nested/nested.js | pjlamb12/wp-angular | cea9d9f4ad4bdf43c4a24b8c4793dd8c1b174fa3 | [
"MIT"
] | null | null | null | angular.module('myApp.nested',
[
'myApp',
'myApp.nested.nested1'
])
.config(function($stateProvider){
$stateProvider
.state('nested',{
abstract: true,
url: '/nested',
templateUrl: 'js/nested/nested.html',
});
}); | 17.846154 | 40 | 0.637931 |
4a8d04233a5a627020dece2914314f8f8d978db8 | 2,091 | js | JavaScript | build/webpack.base.config.js | eagl3s1ght/vue-wordpress-pwa | 0a9b692a2695f13164a60058a026d91fa7b394d2 | [
"MIT"
] | 733 | 2017-03-07T08:31:42.000Z | 2022-02-25T08:02:26.000Z | build/webpack.base.config.js | eagl3s1ght/vue-wordpress-pwa | 0a9b692a2695f13164a60058a026d91fa7b394d2 | [
"MIT"
] | 16 | 2017-03-08T14:09:43.000Z | 2021-10-19T01:55:30.000Z | build/webpack.base.config.js | kuivis/ilves19pwa | d185af7f430aaed80ce897a1fe4b3ac08ea03ae5 | [
"MIT"
] | 192 | 2017-03-08T05:08:53.000Z | 2022-01-30T20:50:59.000Z | const path = require("path");
const VueLoaderPlugin = require("vue-loader/lib/plugin");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const config = {
devtool: "#source-map",
entry: {
app: "./src/client-entry.js",
vendor: ["vue", "vue-router", "vuex", "vuex-router-sync", "axios"]
},
... | 24.313953 | 70 | 0.487805 |
4a8ead2e3c7d320f66fee2173bf733847db4fbff | 3,234 | js | JavaScript | lib/Construct.js | profects/react-ionicons | dc745a6e6b9ff0bec0311040f54deb97b2b1dc91 | [
"Apache-2.0"
] | null | null | null | lib/Construct.js | profects/react-ionicons | dc745a6e6b9ff0bec0311040f54deb97b2b1dc91 | [
"Apache-2.0"
] | null | null | null | lib/Construct.js | profects/react-ionicons | dc745a6e6b9ff0bec0311040f54deb97b2b1dc91 | [
"Apache-2.0"
] | null | null | null | 'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _SvgContainer = require('./SvgContainer');
var _SvgContainer2 = _interopRequireDefault(_SvgContainer);
function _interopRequireDefault(obj) { return obj &... | 53.9 | 1,091 | 0.654917 |
4a8efeb6767435a654d05d0d4524c22632614770 | 137 | js | JavaScript | crates/ditto-cli/fixtures/javascript-project/dist/E.js | ditto-lang/ditto | 1d73c2fbb3b54e643b79de2acb0677b80f0b1d77 | [
"BSD-3-Clause"
] | 12 | 2015-08-20T20:00:57.000Z | 2015-09-02T18:08:00.000Z | crates/ditto-cli/fixtures/javascript-project/dist/E.js | ditto-lang/Ditto | 6ed0a7c22c0aa960f2875e9fd21bce5e4ac0dfbc | [
"BSD-3-Clause"
] | 2 | 2015-09-02T20:31:08.000Z | 2015-09-10T02:40:46.000Z | crates/ditto-cli/fixtures/javascript-project/dist/E.js | ditto-lang/Ditto | 6ed0a7c22c0aa960f2875e9fd21bce5e4ac0dfbc | [
"BSD-3-Clause"
] | null | null | null | import {e_from_int_impl as foreign$e_from_int_impl} from "../src/E.js";
const e_from_int = foreign$e_from_int_impl;
export {e_from_int};
| 34.25 | 71 | 0.788321 |
4a8fd1b271fff2f0b60b2b262c4664f64782b99f | 1,437 | js | JavaScript | app/routes/_file-upload.router.js | irden-fire/irden-profiler | 17883024383a375fa5ad8dda2ad3eb2fe6954910 | [
"MIT"
] | null | null | null | app/routes/_file-upload.router.js | irden-fire/irden-profiler | 17883024383a375fa5ad8dda2ad3eb2fe6954910 | [
"MIT"
] | null | null | null | app/routes/_file-upload.router.js | irden-fire/irden-profiler | 17883024383a375fa5ad8dda2ad3eb2fe6954910 | [
"MIT"
] | null | null | null | import File from '../models/file.model';
import multer from 'multer';
import fs from 'fs';
const DIR = './uploads/';
// const PATH = './dist/src/assets/uploads/';
const PATH = '/assets/uploads/';
const SERVER_DIR = './src' + PATH;
let getFilePath = (fileId, fileType) => {
return PATH + fileId + (fileType ? `/${fi... | 22.453125 | 83 | 0.505915 |
4a9036291a13a9401eb6a79d6d3f74873404d31c | 1,927 | js | JavaScript | webpack.config.js | slimeygecko/dojo-webpack-resolver | 540daccc5936f3446b367cbacd9937be1eaa9baa | [
"MIT"
] | 1 | 2017-02-17T00:06:41.000Z | 2017-02-17T00:06:41.000Z | webpack.config.js | slimeygecko/dojo-webpack-resolver | 540daccc5936f3446b367cbacd9937be1eaa9baa | [
"MIT"
] | null | null | null | webpack.config.js | slimeygecko/dojo-webpack-resolver | 540daccc5936f3446b367cbacd9937be1eaa9baa | [
"MIT"
] | null | null | null | var webpack = require("webpack");
var path = require("path");
module.exports = {
entry: './src/dgrid_01_hello',
resolveLoader: {
alias: {
"dojo/text": 'raw-loader',
'domReadyLoader': path.resolve(__dirname, './src/util/domReady')
},
modulesDirectories: [
path.resolve(_... | 32.116667 | 96 | 0.557862 |
4a9055ba959ce418b3cc21b08c3b54ff4228c91b | 3,956 | js | JavaScript | index.js | aslafy-z/gulp-download2 | 938ac9dc4ef633ad3106f76dbe3a3067641577ed | [
"MIT"
] | null | null | null | index.js | aslafy-z/gulp-download2 | 938ac9dc4ef633ad3106f76dbe3a3067641577ed | [
"MIT"
] | null | null | null | index.js | aslafy-z/gulp-download2 | 938ac9dc4ef633ad3106f76dbe3a3067641577ed | [
"MIT"
] | null | null | null | /* eslint-disable dot-location */
const stream = require('stream');
const gutil = require('gulp-util');
const hyperquest = require('hyperquest');
const hyperdirect = require('hyperdirect')(10, hyperquest);
const progress = require('progress');
const col = gutil.colors;
const log = gutil.log;
const Error = gutil.Plugi... | 29.522388 | 105 | 0.492922 |
4a914e5dfdc3d0e7279a680f1d2619a68e890ae5 | 580 | js | JavaScript | src/components/Home.js | choton654/graphql_chat_client | c9664c0c442582afaffb3fde0f404872dbd89a7a | [
"RSA-MD"
] | null | null | null | src/components/Home.js | choton654/graphql_chat_client | c9664c0c442582afaffb3fde0f404872dbd89a7a | [
"RSA-MD"
] | null | null | null | src/components/Home.js | choton654/graphql_chat_client | c9664c0c442582afaffb3fde0f404872dbd89a7a | [
"RSA-MD"
] | null | null | null | import { useQuery } from "@apollo/client"
import React from "react"
import { Card, Grid } from "semantic-ui-react"
import { GET_USERS } from "../graphql/query"
const Home = () => {
const { loading, error, data } = useQuery(GET_USERS)
if (loading) return "Loading..."
if (error) return `Error! ${error.message}`
... | 25.217391 | 73 | 0.610345 |
4a920043ff29d3c9e33ee8baec2559d97321687a | 664 | js | JavaScript | src/components/List.js | kamalyzl/movies-admin | 4f3e3d2425c01625ccdeb86acee0d21c33d47705 | [
"MIT"
] | null | null | null | src/components/List.js | kamalyzl/movies-admin | 4f3e3d2425c01625ccdeb86acee0d21c33d47705 | [
"MIT"
] | 4 | 2021-03-10T13:59:48.000Z | 2022-02-26T21:11:07.000Z | src/components/List.js | kamalyzl/movies-admin | 4f3e3d2425c01625ccdeb86acee0d21c33d47705 | [
"MIT"
] | null | null | null | import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faEdit, faTrash } from '@fortawesome/free-solid-svg-icons'
const List = ({ id, name, datePublic, status, onClickEdit, onClickTrash }) => {
return (
<tr>
<td>{id}</td>
<td>{name}</td>
<td>{datePub... | 26.56 | 79 | 0.578313 |
4a9353c4c8db690674b940b3383334bb6e134dc7 | 1,517 | js | JavaScript | private/classv8_1_1internal_1_1_segment.js | joshgav/v8docs | 0518c2bd4927d7ffae467d9becd8bed3cec10882 | [
"MIT"
] | null | null | null | private/classv8_1_1internal_1_1_segment.js | joshgav/v8docs | 0518c2bd4927d7ffae467d9becd8bed3cec10882 | [
"MIT"
] | null | null | null | private/classv8_1_1internal_1_1_segment.js | joshgav/v8docs | 0518c2bd4927d7ffae467d9becd8bed3cec10882 | [
"MIT"
] | null | null | null | var classv8_1_1internal_1_1_segment =
[
[ "address", "classv8_1_1internal_1_1_segment.html#aa9737e52dabfbf003ed58407ac1b2870", null ],
[ "capacity", "classv8_1_1internal_1_1_segment.html#a6989878d7be376bfafdd734b4bc31425", null ],
[ "end", "classv8_1_1internal_1_1_segment.html#ae3d423ce6c83233af0f81b80fd5f2... | 84.277778 | 102 | 0.797627 |
4a94f5d9e99ef739ad3c85701c6751b4f1654aed | 2,117 | js | JavaScript | webpack.config.js | lfac-pt/pushing-html-canvas-talk | 2dc244feee8fd9ea867aaedd2a46422186b00eed | [
"ISC"
] | null | null | null | webpack.config.js | lfac-pt/pushing-html-canvas-talk | 2dc244feee8fd9ea867aaedd2a46422186b00eed | [
"ISC"
] | null | null | null | webpack.config.js | lfac-pt/pushing-html-canvas-talk | 2dc244feee8fd9ea867aaedd2a46422186b00eed | [
"ISC"
] | null | null | null | const webpack = require("webpack");
const path = require("path");
const autoprefixer = require("autoprefixer");
const glob_entries = require('webpack-glob-entries')
// importing webpack plugins
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const ErrorOverlayPlugin = require("error-overlay-webpack-pl... | 23.786517 | 67 | 0.448276 |
4a94f656cacd168f64b77fbb8f7e1c779e307d78 | 1,735 | js | JavaScript | app/controller/admin/nodes.js | Indexyz/Sakura | 0d2171e2533dac5cc27cd80008fb5ede8db9bebf | [
"MIT"
] | 1 | 2017-11-21T15:27:21.000Z | 2017-11-21T15:27:21.000Z | app/controller/admin/nodes.js | PaperDashboard/Sakura-Old | 0d2171e2533dac5cc27cd80008fb5ede8db9bebf | [
"MIT"
] | null | null | null | app/controller/admin/nodes.js | PaperDashboard/Sakura-Old | 0d2171e2533dac5cc27cd80008fb5ede8db9bebf | [
"MIT"
] | null | null | null | 'use strict';
module.exports = app => {
class AdminNodeController extends app.Controller {
* get(message, error) {
if (typeof message !== 'string') {
message = undefined;
}
const nodes = yield this.ctx.model.Node.find({});
yield this.ctx.rende... | 33.365385 | 114 | 0.491643 |
4a96c14d7cad6bcb4a03008b18ae323a50642362 | 13,075 | js | JavaScript | node_modules/tmi.js/lib/commands.js | Eonfow/EonfowBoatNode | 7475082be16b953c441efa2ef2c7eabf8220d577 | [
"MIT"
] | null | null | null | node_modules/tmi.js/lib/commands.js | Eonfow/EonfowBoatNode | 7475082be16b953c441efa2ef2c7eabf8220d577 | [
"MIT"
] | null | null | null | node_modules/tmi.js/lib/commands.js | Eonfow/EonfowBoatNode | 7475082be16b953c441efa2ef2c7eabf8220d577 | [
"MIT"
] | null | null | null | var _ = require("underscore");
var utils = require("./utils");
module.exports = {
action: function action(channel, message) {
channel = utils.normalizeChannel(channel);
message = `\u0001ACTION ${message}\u0001`;
return this._sendMessage(this._getPromiseDelay(), channel, message, (resolve, ... | 39.264264 | 124 | 0.530554 |