repo_id
stringlengths
6
101
file_path
stringlengths
2
269
content
stringlengths
367
5.14M
size
int64
367
5.14M
filename
stringlengths
1
248
ext
stringlengths
0
87
lang
stringclasses
88 values
program_lang
stringclasses
232 values
doc_type
stringclasses
5 values
quality_signal
stringlengths
2
1.9k
effective
stringclasses
2 values
hit_map
stringlengths
2
1.4k
1up-lab/OneupUploaderBundle
tests/Controller/DropzoneValidationTest.php
<?php declare(strict_types=1); namespace Oneup\UploaderBundle\Tests\Controller; use Symfony\Component\HttpFoundation\File\UploadedFile; class DropzoneValidationTest extends AbstractValidationTest { protected function getConfigKey(): string { return 'dropzone_validation'; } protected functio...
1,240
DropzoneValidationTest
php
en
php
code
{"qsc_code_num_words": 88, "qsc_code_num_chars": 1240.0, "qsc_code_mean_word_length": 8.36363636, "qsc_code_frac_words_unique": 0.52272727, "qsc_code_frac_chars_top_2grams": 0.13858696, "qsc_code_frac_chars_top_3grams": 0.11413043, "qsc_code_frac_chars_top_4grams": 0.17934783, "qsc_code_frac_chars_dupe_5grams": 0.30163...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/Patient/Patient.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import _isEmpty from 'lodash/isEmpty'; import HumanName from '../../datatypes/HumanName'; import Telecom from '../../datatypes/Telecom'; import Address from '../../datatypes/Address'; import Coding from '../../datatypes/Codin...
4,955
Patient
js
en
javascript
code
{"qsc_code_num_words": 392, "qsc_code_num_chars": 4955.0, "qsc_code_mean_word_length": 7.68622449, "qsc_code_frac_words_unique": 0.28316327, "qsc_code_frac_chars_top_2grams": 0.05476269, "qsc_code_frac_chars_top_3grams": 0.02787919, "qsc_code_frac_chars_top_4grams": 0.04381016, "qsc_code_frac_chars_dupe_5grams": 0.0, "...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
.github/workflows/manual_docs.yml
name: Create and publish documentation on: workflow_dispatch: workflow_call: jobs: documentation: runs-on: ubuntu-latest name: Create the documentation and deploy it to GitHub Pages steps: - uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 with: ...
1,582
manual_docs
yml
en
yaml
data
{"qsc_code_num_words": 195, "qsc_code_num_chars": 1582.0, "qsc_code_mean_word_length": 4.95384615, "qsc_code_frac_words_unique": 0.51794872, "qsc_code_frac_chars_top_2grams": 0.03416149, "qsc_code_frac_chars_top_3grams": 0.02691511, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_cod...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1tontech/bootstrap4-snippets
vscode/README.md
Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets for Visual studio code =============================================================================================== Visual studio code plugin containing Bootstrap 4, Font awesome 4 & Font Awesome 5 Free & Pro snippets. This plugin works in both in the ...
137,013
README
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.0280038, "qsc_doc_num_sentences": 82.0, "qsc_doc_num_words": 18437, "qsc_doc_num_chars": 137013.0, "qsc_doc_num_lines": 4149.0, "qsc_doc_mean_word_length": 5.09399577, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1up-lab/OneupUploaderBundle
tests/Controller/UploadifyValidationTest.php
<?php declare(strict_types=1); namespace Oneup\UploaderBundle\Tests\Controller; use Symfony\Component\HttpFoundation\File\UploadedFile; class UploadifyValidationTest extends AbstractValidationTest { protected function getConfigKey(): string { return 'uploadify_validation'; } protected funct...
1,242
UploadifyValidationTest
php
en
php
code
{"qsc_code_num_words": 88, "qsc_code_num_chars": 1242.0, "qsc_code_mean_word_length": 8.38636364, "qsc_code_frac_words_unique": 0.52272727, "qsc_code_frac_chars_top_2grams": 0.13821138, "qsc_code_frac_chars_top_3grams": 0.11382114, "qsc_code_frac_chars_top_4grams": 0.17886179, "qsc_code_frac_chars_dupe_5grams": 0.30081...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/Patient/Patient.test.js
import React from 'react'; import { fireEvent, render } from '@testing-library/react'; import Patient from './Patient'; import examplePatient from '../../../fixtures/dstu2/resources/patient/example.json'; import examplePatientSTU3 from '../../../fixtures/stu3/resources/patient/example.json'; import example2PatientSTU3...
6,554
Patient.test
js
en
javascript
code
{"qsc_code_num_words": 588, "qsc_code_num_chars": 6554.0, "qsc_code_mean_word_length": 7.32993197, "qsc_code_frac_words_unique": 0.27210884, "qsc_code_frac_chars_top_2grams": 0.074942, "qsc_code_frac_chars_top_3grams": 0.08074246, "qsc_code_frac_chars_top_4grams": 0.05986079, "qsc_code_frac_chars_dupe_5grams": 0.688863...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
.github/workflows/build.yml
name: Build on: [push, pull_request] jobs: build: strategy: fail-fast: false matrix: environments: - "rfbridge" - "rfbridge-direct" - "esp32dev-all-test" - "esp32dev-rf" - "esp32dev-pilight-cc1101" - "esp32dev-somfy-cc1101" ...
4,185
build
yml
en
yaml
data
{"qsc_code_num_words": 420, "qsc_code_num_chars": 4185.0, "qsc_code_mean_word_length": 5.1952381, "qsc_code_frac_words_unique": 0.42380952, "qsc_code_frac_chars_top_2grams": 0.02199817, "qsc_code_frac_chars_top_3grams": 0.02566453, "qsc_code_frac_chars_top_4grams": 0.03116407, "qsc_code_frac_chars_dupe_5grams": 0.09853...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1ven/do
client/components/Header.js
import React from 'react'; import { Link } from 'react-router'; import MenuContainer from '../containers/MenuContainer'; import UserBoxContainer from '../containers/UserBoxContainer'; import SearchBoxContainer from '../containers/SearchBoxContainer'; function Header() { return ( <header className="b-header"> ...
1,069
Header
js
en
javascript
code
{"qsc_code_num_words": 92, "qsc_code_num_chars": 1069.0, "qsc_code_mean_word_length": 5.9673913, "qsc_code_frac_words_unique": 0.2826087, "qsc_code_frac_chars_top_2grams": 0.18214936, "qsc_code_frac_chars_top_3grams": 0.23315118, "qsc_code_frac_chars_top_4grams": 0.24225865, "qsc_code_frac_chars_dupe_5grams": 0.2112932...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/ПараметрыАдминистрированияПрограммы/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
22,046
Form
xml
ru
xml
data
{"qsc_code_num_words": 2216, "qsc_code_num_chars": 22046.0, "qsc_code_mean_word_length": 6.15478339, "qsc_code_frac_words_unique": 0.15794224, "qsc_code_frac_chars_top_2grams": 0.04399149, "qsc_code_frac_chars_top_3grams": 0.02932766, "qsc_code_frac_chars_top_4grams": 0.04399149, "qsc_code_frac_chars_dupe_5grams": 0.57...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1ven/do
client/actions/cardsActions.js
import types from '../constants/actionTypes'; import { createActions } from '../utils'; export const createCard = createActions([ types.CARD_CREATE_REQUEST, types.CARD_CREATE_SUCCESS, types.CARD_CREATE_FAILURE, ]); export const removeCard = createActions([ types.CARD_REMOVE_REQUEST, types.CARD_REMOVE_SUCCES...
1,240
cardsActions
js
en
javascript
code
{"qsc_code_num_words": 141, "qsc_code_num_chars": 1240.0, "qsc_code_mean_word_length": 6.19148936, "qsc_code_frac_words_unique": 0.24822695, "qsc_code_frac_chars_top_2grams": 0.20618557, "qsc_code_frac_chars_top_3grams": 0.12027491, "qsc_code_frac_chars_top_4grams": 0.05841924, "qsc_code_frac_chars_dupe_5grams": 0.1489...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/integrate/openhab3.md
# Integrate OPENHAB 3/4 This tutorial will show how to integrate the BLE gateway to OpenHAB 3 or 4 leveraging the auto discovery functionality. After this tutorial, you should see your Bluetooth Low Energy devices in OpenHAB without any file based manual configuration. ## Prerequisites * OpenHAB 3.3 or higher * MQTT ...
4,502
openhab3
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.25878594, "qsc_doc_num_sentences": 95.0, "qsc_doc_num_words": 696, "qsc_doc_num_chars": 4502.0, "qsc_doc_num_lines": 110.0, "qsc_doc_mean_word_length": 5.0704023, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmor...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1uphealth/fhir-react
src/components/resources/Location/Location.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import { Root, Header, Badge, Body } from '../../ui'; import Address from '../../datatypes/Address'; import Telecom from '../../datatypes/Telecom'; import CodeableConcept from '../../datatypes/CodeableConcept'; import Referen...
2,642
Location
js
en
javascript
code
{"qsc_code_num_words": 218, "qsc_code_num_chars": 2642.0, "qsc_code_mean_word_length": 7.24311927, "qsc_code_frac_words_unique": 0.25229358, "qsc_code_frac_chars_top_2grams": 0.08549715, "qsc_code_frac_chars_top_3grams": 0.0, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/Location/Location.stories.js
import React from 'react'; import { defaultArgTypes } from '../../defaultArgTypes'; import Location from './Location'; import dstu2Example1 from '../../../fixtures/dstu2/resources/location/example1.json'; import stu3Example1 from '../../../fixtures/stu3/resources/location/example1.json'; import r4Example1 from '../.....
1,325
Location.stories
js
en
javascript
code
{"qsc_code_num_words": 124, "qsc_code_num_chars": 1325.0, "qsc_code_mean_word_length": 7.67741935, "qsc_code_frac_words_unique": 0.32258065, "qsc_code_frac_chars_top_2grams": 0.06302521, "qsc_code_frac_chars_top_3grams": 0.07878151, "qsc_code_frac_chars_top_4grams": 0.09138655, "qsc_code_frac_chars_dupe_5grams": 0.2436...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
snippets/bootstrap/components/carousel/caption.html
<div id="${1:carouselId}" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#${1:carouselId}" data-slide-to="0" class="active"></li> <li data-target="#${1:carouselId}" data-slide-to="1"></li> <li data-target="#${1:carouselId}" data-slide-to="2"></li> </ol> <div clas...
1,545
caption
html
en
html
code
{"qsc_code_num_words": 236, "qsc_code_num_chars": 1545.0, "qsc_code_mean_word_length": 4.13983051, "qsc_code_frac_words_unique": 0.29661017, "qsc_code_frac_chars_top_2grams": 0.17297851, "qsc_code_frac_chars_top_3grams": 0.11463664, "qsc_code_frac_chars_top_4grams": 0.03991812, "qsc_code_frac_chars_dupe_5grams": 0.5649...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
snippets/bootstrap/components/carousel/default.html
<div id="${1:carouselId}" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#${1:carouselId}" data-slide-to="0" class="active"></li> <li data-target="#${1:carouselId}" data-slide-to="1"></li> <li data-target="#${1:carouselId}" data-slide-to="2"></li> </ol> <div clas...
1,199
default
html
en
html
code
{"qsc_code_num_words": 182, "qsc_code_num_chars": 1199.0, "qsc_code_mean_word_length": 4.30769231, "qsc_code_frac_words_unique": 0.3021978, "qsc_code_frac_chars_top_2grams": 0.16581633, "qsc_code_frac_chars_top_3grams": 0.08163265, "qsc_code_frac_chars_top_4grams": 0.0497449, "qsc_code_frac_chars_dupe_5grams": 0.487244...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/ПараметрыАдминистрированияПрограммы/Ext/Help/ru.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html;charset=utf-8" http-equiv="content-type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.10570.1001"></meta></head><body> <p>Пр...
2,475
ru
html
ru
html
code
{"qsc_code_num_words": 338, "qsc_code_num_chars": 2475.0, "qsc_code_mean_word_length": 5.68047337, "qsc_code_frac_words_unique": 0.55325444, "qsc_code_frac_chars_top_2grams": 0.01666667, "qsc_code_frac_chars_top_3grams": 0.02083333, "qsc_code_frac_chars_top_4grams": 0.025, "qsc_code_frac_chars_dupe_5grams": 0.06770833,...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/components/EditCardForm.js
import React, { PropTypes } from 'react'; import Btn from './Btn'; import Input from './Input'; import Form from './Form'; function EditCardForm({ text, onCancel, onSubmit }) { return ( <Form className="b-edit-card-form" onSubmit={onSubmit} > <div className="b-edit-card-form__area"> ...
1,108
EditCardForm
js
en
javascript
code
{"qsc_code_num_words": 105, "qsc_code_num_chars": 1108.0, "qsc_code_mean_word_length": 5.37142857, "qsc_code_frac_words_unique": 0.37142857, "qsc_code_frac_chars_top_2grams": 0.08865248, "qsc_code_frac_chars_top_3grams": 0.12411348, "qsc_code_frac_chars_top_4grams": 0.15957447, "qsc_code_frac_chars_dupe_5grams": 0.2872...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/components/BoardsGroups.js
import React, { PropTypes } from 'react'; import Icon from './Icon'; import Toggle from './Toggle'; import Animation from './Animation'; import Boards from './Boards'; function BoardsGroups({ groups, onGroupTitleClick, }) { return ( <div className="b-boards-groups"> <div className="b-container"> ...
1,952
BoardsGroups
js
en
javascript
code
{"qsc_code_num_words": 160, "qsc_code_num_chars": 1952.0, "qsc_code_mean_word_length": 6.04375, "qsc_code_frac_words_unique": 0.325, "qsc_code_frac_chars_top_2grams": 0.08273009, "qsc_code_frac_chars_top_3grams": 0.11582213, "qsc_code_frac_chars_top_4grams": 0.15925543, "qsc_code_frac_chars_dupe_5grams": 0.19441572, "q...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
intellij/README.md
Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets for IntelliJ ============================================================================ This plugin is compatible with the following JetBrains products: - IntelliJ IDEA - WebStorm and PhpStorm - PyCharm - RubyMine ![Plugin in action](https://github.co...
137,145
README
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.02842899, "qsc_doc_num_sentences": 86.0, "qsc_doc_num_words": 18450, "qsc_doc_num_chars": 137145.0, "qsc_doc_num_lines": 4158.0, "qsc_doc_mean_word_length": 5.09723577, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1tontech/bootstrap4-snippets
intellij/build.gradle
buildscript { repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } maven { url 'http://dl.bintray.com/jetbrains/intellij-plugin-service' } mavenCentral() jcenter() } dependencies { classpath "o...
1,706
build
gradle
en
gradle
data
{"qsc_code_num_words": 191, "qsc_code_num_chars": 1706.0, "qsc_code_mean_word_length": 6.0104712, "qsc_code_frac_words_unique": 0.52879581, "qsc_code_frac_chars_top_2grams": 0.06968641, "qsc_code_frac_chars_top_3grams": 0.05226481, "qsc_code_frac_chars_top_4grams": 0.04006969, "qsc_code_frac_chars_dupe_5grams": 0.20296...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1technophile/OpenMQTTGateway
lib/LEDManager/README.md
# LEDManager Library ## Overview The LEDManager library provides a flexible and easy-to-use interface for controlling LEDs in projects. It supports both addressable LED strips and individual non-addressable LEDs, offering various modes of operation such as static, blinking, and pulsing. The library is designed to wor...
4,077
README
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00147167, "qsc_doc_frac_words_redpajama_stop": 0.17456359, "qsc_doc_num_sentences": 26.0, "qsc_doc_num_words": 556, "qsc_doc_num_chars": 4077.0, "qsc_doc_num_lines": 135.0, "qsc_doc_mean_word_length": 5.3381295, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
lib/esp32-bt-lib/README
This directory is intended for project specific (private) libraries. PlatformIO will compile them to static libraries and link into executable file. The source code of each library should be placed in a an own separate directory ("lib/your_library_name/[here are source files]"). For example, see a structure of the f...
1,037
README
en
unknown
unknown
{}
0
{}
1up-lab/OneupUploaderBundle
tests/Uploader/Response/MooUploadResponseTest.php
<?php declare(strict_types=1); namespace Oneup\UploaderBundle\Tests\Uploader\Response; use Oneup\UploaderBundle\Uploader\Response\MooUploadResponse; use PHPUnit\Framework\TestCase; class MooUploadResponseTest extends TestCase { public function testCreationOfResponse(): void { $response = new MooUplo...
3,181
MooUploadResponseTest
php
en
php
code
{"qsc_code_num_words": 291, "qsc_code_num_chars": 3181.0, "qsc_code_mean_word_length": 6.45360825, "qsc_code_frac_words_unique": 0.21649485, "qsc_code_frac_chars_top_2grams": 0.11927583, "qsc_code_frac_chars_top_3grams": 0.03833866, "qsc_code_frac_chars_top_4grams": 0.04153355, "qsc_code_frac_chars_dupe_5grams": 0.6682...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1up-lab/OneupUploaderBundle
tests/Uploader/Storage/OrphanageTest.php
<?php declare(strict_types=1); namespace Oneup\UploaderBundle\Tests\Uploader\Storage; use Oneup\UploaderBundle\Uploader\Storage\OrphanageStorageInterface; use Oneup\UploaderBundle\Uploader\Storage\StorageInterface; use PHPUnit\Framework\TestCase; use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Fin...
2,942
OrphanageTest
php
en
php
code
{"qsc_code_num_words": 252, "qsc_code_num_chars": 2942.0, "qsc_code_mean_word_length": 7.01984127, "qsc_code_frac_words_unique": 0.26984127, "qsc_code_frac_chars_top_2grams": 0.06783493, "qsc_code_frac_chars_top_3grams": 0.09044658, "qsc_code_frac_chars_top_4grams": 0.07122668, "qsc_code_frac_chars_dupe_5grams": 0.5522...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/use/actuators.md
# Actuators ## ON/OFF Functionality The ON/OFF module of the OpenMQTTGateway provides you with the capability to control actuators, such as relays or LEDs, by assigning a HIGH or LOW value to a specific PIN through MQTT topics. For instance, you might connect a transistor to power a relay or an LED to the PIN. To ope...
8,091
actuators
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00395501, "qsc_doc_frac_words_redpajama_stop": 0.31868776, "qsc_doc_num_sentences": 77.0, "qsc_doc_num_words": 1347, "qsc_doc_num_chars": 8091.0, "qsc_doc_num_lines": 148.0, "qsc_doc_mean_word_length": 4.61544172, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_wit...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1ven/do
client/stylesheet/blocks/_b-menu.scss
$menu-width: 380px; .b-menu { @include no-select(); &__link { width: 26px; } &__body { display: flex; flex-direction: column; background-color: darken($header-bg, 3); position: fixed; top: $header-height; left: 0; width: $menu-width; height: calc(100% - 60px); padding-to...
1,864
_b-menu
scss
en
scss
data
{"qsc_code_num_words": 221, "qsc_code_num_chars": 1864.0, "qsc_code_mean_word_length": 4.62443439, "qsc_code_frac_words_unique": 0.4841629, "qsc_code_frac_chars_top_2grams": 0.02641879, "qsc_code_frac_chars_top_3grams": 0.01956947, "qsc_code_frac_chars_top_4grams": 0.02739726, "qsc_code_frac_chars_dupe_5grams": 0.08414...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1ven/do
client/stylesheet/blocks/_b-search-box.scss
.b-search-box { position: relative; &__results { position: absolute; top: 0; left: 0; background-color: #fff; border-radius: 2px; width: 100%; margin-top: 40px; box-shadow: $shadow; } &__wrap { padding: 9px 13px; } &__item { overflow: hidden; text-overflow: ellips...
1,825
_b-search-box
scss
en
scss
data
{"qsc_code_num_words": 190, "qsc_code_num_chars": 1825.0, "qsc_code_mean_word_length": 5.1, "qsc_code_frac_words_unique": 0.44210526, "qsc_code_frac_chars_top_2grams": 0.02889577, "qsc_code_frac_chars_top_3grams": 0.04127967, "qsc_code_frac_chars_top_4grams": 0.04127967, "qsc_code_frac_chars_dupe_5grams": 0.07017544, "...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1tontech/bootstrap4-snippets
common/src/main/groovy/in/oneton/snippet/util/readme/ReadmeGenerator.groovy
package in.oneton.snippet.util.readme import in.oneton.snippet.util.Snippet import org.apache.commons.io.IOUtils import java.util.function.Function import java.util.regex.Matcher import static in.oneton.snippet.util.Util.* import static java.nio.charset.Charset.defaultCharset import static java.util.regex.Pattern.co...
5,618
ReadmeGenerator
groovy
en
groovy
code
{"qsc_code_num_words": 451, "qsc_code_num_chars": 5618.0, "qsc_code_mean_word_length": 8.34146341, "qsc_code_frac_words_unique": 0.33702882, "qsc_code_frac_chars_top_2grams": 0.01063264, "qsc_code_frac_chars_top_3grams": 0.01196172, "qsc_code_frac_chars_top_4grams": 0.01515152, "qsc_code_frac_chars_dupe_5grams": 0.0829...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/use/webui.md
# WebUI For ESP32 based environments a WebUI is available to provide basic configuration and monitoring of your OpenMQTTGateway Device. Functions included are: * Configuration * Information * Firmware Upgrade * Console * Restart # Login Authentication By default access to the WebUI uses basic authentication to con...
1,961
webui
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00101989, "qsc_doc_frac_words_redpajama_stop": 0.34383954, "qsc_doc_num_sentences": 13.0, "qsc_doc_num_words": 293, "qsc_doc_num_chars": 1961.0, "qsc_doc_num_lines": 57.0, "qsc_doc_mean_word_length": 5.3003413, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/use/gateway.md
# System commands (ESP only) ## Restart the ESP `mosquitto_pub -t "home/OpenMQTTGateway/commands/MQTTtoSYS/config" -m '{"cmd":"restart"}'` ::: tip With Home Assistant, this command is directly available through MQTT auto discovery as a switch into the HASS OpenMQTTGateway device entities list. ::: ## Erase the ESP s...
13,661
gateway
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00366005, "qsc_doc_frac_words_redpajama_stop": 0.23569534, "qsc_doc_num_sentences": 79.0, "qsc_doc_num_words": 1941, "qsc_doc_num_chars": 13661.0, "qsc_doc_num_lines": 384.0, "qsc_doc_mean_word_length": 5.34569809, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_wi...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/use/boards.md
# Boards ## ESP ### Erasing the flash So as to erase the flash memory on ESP boards you may do a long press to TRIGGER_GPIO button or connect the pin TRIGGER_GPIO to the ground during several seconds. On M5Stack boards you may do a long press to these buttons in low power mode 0 (see below how to go to low power mo...
3,924
boards
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00254842, "qsc_doc_frac_words_redpajama_stop": 0.33990148, "qsc_doc_num_sentences": 28.0, "qsc_doc_num_words": 686, "qsc_doc_num_chars": 3924.0, "qsc_doc_num_lines": 75.0, "qsc_doc_mean_word_length": 4.35276968, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1uphealth/fhir-react
src/components/resources/Practitioner/Practitioner.stories.js
import React from 'react'; import { defaultArgTypes } from '../../defaultArgTypes'; import Practitioner from './Practitioner'; import fhirVersions from '../fhirResourceVersions'; import dstu2Example1 from '../../../fixtures/dstu2/resources/practitioner/example-1.json'; import dstu2Example2 from '../../../fixtures/dstu...
2,054
Practitioner.stories
js
en
javascript
code
{"qsc_code_num_words": 188, "qsc_code_num_chars": 2054.0, "qsc_code_mean_word_length": 8.07446809, "qsc_code_frac_words_unique": 0.27659574, "qsc_code_frac_chars_top_2grams": 0.05533597, "qsc_code_frac_chars_top_3grams": 0.10671937, "qsc_code_frac_chars_top_4grams": 0.04545455, "qsc_code_frac_chars_dupe_5grams": 0.3570...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1up-lab/OneupUploaderBundle
doc/frontend_uploadify.md
Use Uploadify ============= Download [Uploadify](http://www.uploadify.com/download/) and include it in your template. Connect the `uploader` property to the dynamic route `_uploader_{mapping_name}` and include the FlashUploader file. > If you are using UploadiFive, please drop me a note. I'd like to know if this bund...
1,510
frontend_uploadify
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.01192053, "qsc_doc_frac_words_redpajama_stop": 0.17757009, "qsc_doc_num_sentences": 24.0, "qsc_doc_num_words": 199, "qsc_doc_num_chars": 1510.0, "qsc_doc_num_lines": 47.0, "qsc_doc_mean_word_length": 5.35678392, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1up-lab/OneupUploaderBundle
doc/configuration_reference.md
Configuration Reference ======================= All available configuration options along with their default values are listed below. ``` yaml oneup_uploader: chunks: maxage: 604800 storage: type: filesystem directory: ~ file...
1,756
configuration_reference
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.07185629, "qsc_doc_num_sentences": 7.0, "qsc_doc_num_words": 117, "qsc_doc_num_chars": 1756.0, "qsc_doc_num_lines": 54.0, "qsc_doc_mean_word_length": 6.26495726, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1up-lab/OneupUploaderBundle
doc/custom_namer.md
Custom Namer ============ The purpose of a namer service is to name an uploaded file before it is stored to the storage layer. Currently the OneupUploaderBundle provides two namer methods. - Default used is a namer called `UniqidNamer`, which will return a system wide unique filename using the `uniqid()` function. - ...
4,819
custom_namer
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00332019, "qsc_doc_frac_words_redpajama_stop": 0.21004566, "qsc_doc_num_sentences": 38.0, "qsc_doc_num_words": 579, "qsc_doc_num_chars": 4819.0, "qsc_doc_num_lines": 171.0, "qsc_doc_mean_word_length": 5.83592401, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1up-lab/OneupUploaderBundle
doc/custom_error_handler.md
Error Handlers ============== Since version **0.9.6** of this bundle, the error management is using special error handler services. Its main purpose is to recieve an `UploadException` and the `Response` object and handle the error according to the frontend specification. You can define an own error handler for each en...
1,923
custom_error_handler
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00208008, "qsc_doc_frac_words_redpajama_stop": 0.19117647, "qsc_doc_num_sentences": 18.0, "qsc_doc_num_words": 227, "qsc_doc_num_chars": 1923.0, "qsc_doc_num_lines": 56.0, "qsc_doc_mean_word_length": 6.46255507, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1ultimat3/BadIntent
BadIntentAndroid/app/src/main/java/de/mat3/badintent/utils/LoggingInstrumentation.java
package de.mat3.badintent.utils; import android.util.Base64; import android.util.Log; import java.io.File; import java.lang.reflect.Member; import java.security.interfaces.RSAPrivateKey; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.PBEKeySpec; import javax.crypto.spec.SecretKeySpec; /** * Pre...
4,305
LoggingInstrumentation
java
en
java
code
{"qsc_code_num_words": 375, "qsc_code_num_chars": 4305.0, "qsc_code_mean_word_length": 6.504, "qsc_code_frac_words_unique": 0.29333333, "qsc_code_frac_chars_top_2grams": 0.0295203, "qsc_code_frac_chars_top_3grams": 0.0295203, "qsc_code_frac_chars_top_4grams": 0.04510045, "qsc_code_frac_chars_dupe_5grams": 0.29766298, "...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.2-Fastjson/ruoyi-admin/src/main/resources/static/ajax/libs/jquery-layout/jquery.layout-latest.js
(function($){var min=Math.min,max=Math.max,round=Math.floor,isStr=function(v){return $.type(v)==="string"},runPluginCallbacks=function(Instance,a_fn){if($.isArray(a_fn)){for(var i=0,c=a_fn.length;i<c;i++){var fn=a_fn[i];try{if(isStr(fn)){fn=eval(fn)}if($.isFunction(fn)){g(fn)(Instance)}}catch(ex){}}}function g(f){retur...
88,882
jquery.layout-latest
js
en
javascript
code
{"qsc_code_num_words": 13189, "qsc_code_num_chars": 88882.0, "qsc_code_mean_word_length": 4.98483585, "qsc_code_frac_words_unique": 0.07862613, "qsc_code_frac_chars_top_2grams": 0.0066621, "qsc_code_frac_chars_top_3grams": 0.00602327, "qsc_code_frac_chars_top_4grams": 0.00681421, "qsc_code_frac_chars_dupe_5grams": 0.21...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1up-lab/OneupUploaderBundle
doc/frontend_fineuploader.md
Use FineUploader ================ Download [FineUploader 5](http://fineuploader.com/) and include it in your template. Connect the `endpoint` property to the dynamic route `_uploader_{mapping_name}`. This example is based on the [UI Mode](http://docs.fineuploader.com/branch/master/quickstart/01-getting-started.html) o...
2,136
frontend_fineuploader
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00468165, "qsc_doc_frac_words_redpajama_stop": 0.18614719, "qsc_doc_num_sentences": 38.0, "qsc_doc_num_words": 294, "qsc_doc_num_chars": 2136.0, "qsc_doc_num_lines": 46.0, "qsc_doc_mean_word_length": 5.36054422, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1up-lab/OneupUploaderBundle
doc/frontend_plupload.md
Use Plupload in your Symfony2 application ========================================= Download [Plupload](http://www.plupload.com/) and include it in your template. Connect the `url` property to the dynamic route `_uploader_{mapping_name}`. ```html <script type="text/javascript" src="http://ajax.googleapis.com/ajax/lib...
2,315
frontend_plupload
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00431965, "qsc_doc_frac_words_redpajama_stop": 0.16477273, "qsc_doc_num_sentences": 54.0, "qsc_doc_num_words": 324, "qsc_doc_num_chars": 2315.0, "qsc_doc_num_lines": 60.0, "qsc_doc_mean_word_length": 5.05555556, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1ven/do
client/reducers/entities/boards.js
import merge from 'lodash/merge'; import without from 'lodash/without'; import types from '../../constants/actionTypes'; import { entity } from './index'; function board(state = {}, action) { const payload = action.payload; switch (action.type) { case types.BOARD_ADD_LIST_ID: return { ...state, ...
2,008
boards
js
en
javascript
code
{"qsc_code_num_words": 216, "qsc_code_num_chars": 2008.0, "qsc_code_mean_word_length": 5.45833333, "qsc_code_frac_words_unique": 0.19907407, "qsc_code_frac_chars_top_2grams": 0.11450382, "qsc_code_frac_chars_top_3grams": 0.17811705, "qsc_code_frac_chars_top_4grams": 0.057676, "qsc_code_frac_chars_dupe_5grams": 0.624257...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/upload/web-install.md
--- pageClass: table-generated-page --- # (Option 1) Upload from the web ::: tip Running on a tablet or phone If you want to use the BLE decoding capabilities of OpenMQTTGateway with a tablet or smartphone you can use [Theengs App](https://app.theengs.io/). ::: ::: warning Note If you are on macOS and have a LilyGo...
1,793
web-install
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.24935065, "qsc_doc_num_sentences": 26.0, "qsc_doc_num_words": 282, "qsc_doc_num_chars": 1793.0, "qsc_doc_num_lines": 37.0, "qsc_doc_mean_word_length": 4.88297872, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmor...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/upload/portal.md
# Wifi and MQTT configuration ## Configuration portal Once loaded into your ESP, and if you don't use the manual configuration, you have to set your network parameters with WiFi Manager portal. From your smartphone, search for  OpenMQTTGateway or OMG_ WiFi network and connect to it without password, or if you are us...
4,216
portal
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00189753, "qsc_doc_frac_words_redpajama_stop": 0.32823529, "qsc_doc_num_sentences": 40.0, "qsc_doc_num_words": 686, "qsc_doc_num_chars": 4216.0, "qsc_doc_num_lines": 79.0, "qsc_doc_mean_word_length": 4.66909621, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1uphealth/fhir-react
src/components/resources/Observation/ObservationGraph.test.js
import React from 'react'; import { render } from '@testing-library/react'; import ObservationGraph from './ObservationGraph'; describe('ObservationGraph component', () => { const defaultProps = { referenceRange: [ { low: { unit: '%', code: '%', system: 'http://unitsof...
2,055
ObservationGraph.test
js
en
javascript
code
{"qsc_code_num_words": 175, "qsc_code_num_chars": 2055.0, "qsc_code_mean_word_length": 6.95428571, "qsc_code_frac_words_unique": 0.31428571, "qsc_code_frac_chars_top_2grams": 0.06162695, "qsc_code_frac_chars_top_3grams": 0.11175021, "qsc_code_frac_chars_top_4grams": 0.13147083, "qsc_code_frac_chars_dupe_5grams": 0.6244...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/Observation/Observation.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import _isEmpty from 'lodash/isEmpty'; import Accordion from '../../containers/Accordion'; import Coding from '../../datatypes/Coding'; import Date from '../../datatypes/Date'; import ObservationGraph from './ObservationGraph...
4,461
Observation
js
en
javascript
code
{"qsc_code_num_words": 310, "qsc_code_num_chars": 4461.0, "qsc_code_mean_word_length": 8.5516129, "qsc_code_frac_words_unique": 0.31935484, "qsc_code_frac_chars_top_2grams": 0.06789891, "qsc_code_frac_chars_top_3grams": 0.0396077, "qsc_code_frac_chars_top_4grams": 0.01433421, "qsc_code_frac_chars_dupe_5grams": 0.070916...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/.vuepress/config.js
const commonConfig = require('./public/commonConfig'); module.exports = { ...commonConfig, title: 'Theengs OpenMQTTGateway version_tag', base: '/', description: 'One gateway, many technologies: MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, LoRa, beacon...
3,684
config
js
en
javascript
code
{"qsc_code_num_words": 338, "qsc_code_num_chars": 3684.0, "qsc_code_mean_word_length": 5.84911243, "qsc_code_frac_words_unique": 0.45857988, "qsc_code_frac_chars_top_2grams": 0.04097117, "qsc_code_frac_chars_top_3grams": 0.06373293, "qsc_code_frac_chars_top_4grams": 0.08801214, "qsc_code_frac_chars_dupe_5grams": 0.1750...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/reducers/pages/main.js
import { combineReducers } from 'redux'; import update from 'react/lib/update'; import types from '../../constants/actionTypes'; import without from 'lodash/without'; export function allBoards(state = { ids: [], pageIndex: undefined, count: 0, isLastPage: false, isFetching: false, lastUpdated: undefined, ...
2,757
main
js
en
javascript
code
{"qsc_code_num_words": 265, "qsc_code_num_chars": 2757.0, "qsc_code_mean_word_length": 5.92075472, "qsc_code_frac_words_unique": 0.22641509, "qsc_code_frac_chars_top_2grams": 0.07138305, "qsc_code_frac_chars_top_3grams": 0.06692161, "qsc_code_frac_chars_top_4grams": 0.07648184, "qsc_code_frac_chars_dupe_5grams": 0.5149...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/reducers/pages/board.js
import types from '../../constants/actionTypes'; export function card(state = { isFetching: false, lastUpdated: undefined, error: false, }, action) { switch (action.type) { case types.CARD_FETCH_REQUEST: return { ...state, isFetching: true, }; case types.CARD_FETCH_SUCCESS: ...
2,704
board
js
en
javascript
code
{"qsc_code_num_words": 264, "qsc_code_num_chars": 2704.0, "qsc_code_mean_word_length": 5.76515152, "qsc_code_frac_words_unique": 0.13257576, "qsc_code_frac_chars_top_2grams": 0.1064389, "qsc_code_frac_chars_top_3grams": 0.10249671, "qsc_code_frac_chars_top_4grams": 0.14191853, "qsc_code_frac_chars_dupe_5grams": 0.78252...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/УстановленныеИсправления/Ext/Help/ru.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta content="text/html;charset=utf-8" http-equiv="content-type"></meta><link rel="stylesheet" type="text/css" href="v8help://service_book/service_style"></link><meta name="GENERATOR" content="MSHTML 11.00.10570.1001"></meta></head><body> <p>Пр...
2,687
ru
html
ru
html
code
{"qsc_code_num_words": 370, "qsc_code_num_chars": 2687.0, "qsc_code_mean_word_length": 5.69459459, "qsc_code_frac_words_unique": 0.55135135, "qsc_code_frac_chars_top_2grams": 0.00759374, "qsc_code_frac_chars_top_3grams": 0.00854295, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_cod...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/use/rf.md
--- title: RF gateways (RTL_433/RCSwitch/RF/RF2) description: Unlock the potential of RF 433 MHz technology with our universal gateway. Decode signals from various devices, and integrate seamlessly with MQTT systems and controllers like Home Assistant and OpenHAB. --- # RF gateways (433mhz/315mhz/868mhz/915mhz) ## Wh...
21,518
rf
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00353193, "qsc_doc_frac_words_redpajama_stop": 0.25181488, "qsc_doc_num_sentences": 141.0, "qsc_doc_num_words": 3240, "qsc_doc_num_chars": 21518.0, "qsc_doc_num_lines": 373.0, "qsc_doc_mean_word_length": 5.03641975, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_w...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/use/ir.md
--- title: Infrared gateway description: Unlock the potential of Infrared technology with our universal gateway. Decode signals from various devices, and integrate seamlessly with MQTT systems abd controllers like Home Assistant and OpenHAB. --- # IR gateway There is two methods for finding the IR codes you want to re...
7,372
ir
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00244167, "qsc_doc_frac_words_redpajama_stop": 0.18277416, "qsc_doc_num_sentences": 42.0, "qsc_doc_num_words": 1315, "qsc_doc_num_chars": 7372.0, "qsc_doc_num_lines": 122.0, "qsc_doc_mean_word_length": 4.27072243, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_wit...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/use/displays.md
# Displays ## SSD1306 Display (Heltec SX127X, LILYGO® LoRa32 boards, generic SSD1306 displays) Several options are available for the display of information on the SSD1306 display. Some options are exclusive to each other, and when a different option is enabled, the current option is disabled. The current SSD1306 disp...
6,381
displays
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00564175, "qsc_doc_frac_words_redpajama_stop": 0.23524721, "qsc_doc_num_sentences": 43.0, "qsc_doc_num_words": 924, "qsc_doc_num_chars": 6381.0, "qsc_doc_num_lines": 158.0, "qsc_doc_mean_word_length": 5.14502165, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/use/sensors.md
# Sensors Subscribe to all the messages with mosquitto or open your MQTT client software: ` sudo mosquitto_sub -t +/# -v` ### ADC The value is between 0 and 1024 and is transmitted via MQTT when it changes. `home/OpenMQTTGateway/ADCtoMQTT {"value":543}` ### DHT You will receive every TimeBetweenReadingDHT (set in...
3,853
sensors
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00467168, "qsc_doc_frac_words_redpajama_stop": 0.30263158, "qsc_doc_num_sentences": 45.0, "qsc_doc_num_words": 640, "qsc_doc_num_chars": 3853.0, "qsc_doc_num_lines": 73.0, "qsc_doc_mean_word_length": 4.571875, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1tontech/bootstrap4-snippets
common/src/main/groovy/in/oneton/snippet/util/FontAwesome4IconYmlReader.groovy
package in.oneton.snippet.util import org.yaml.snakeyaml.TypeDescription import org.yaml.snakeyaml.Yaml import org.yaml.snakeyaml.constructor.Constructor import org.yaml.snakeyaml.representer.Representer import static java.util.stream.Collectors.toList class FontAwesome4IconYmlReader implements IconYmlReader { pr...
1,188
FontAwesome4IconYmlReader
groovy
en
groovy
code
{"qsc_code_num_words": 110, "qsc_code_num_chars": 1188.0, "qsc_code_mean_word_length": 8.57272727, "qsc_code_frac_words_unique": 0.50909091, "qsc_code_frac_chars_top_2grams": 0.03817603, "qsc_code_frac_chars_top_3grams": 0.05514316, "qsc_code_frac_chars_top_4grams": 0.09331919, "qsc_code_frac_chars_dupe_5grams": 0.0, "...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
common/src/main/groovy/in/oneton/snippet/util/Util.groovy
package in.oneton.snippet.util import java.nio.file.Files import java.nio.file.Paths import java.util.function.Function import static java.util.stream.Collectors.toList import static org.apache.commons.lang3.StringEscapeUtils.escapeXml11 final class Util { private Util() { } static List<Snippet> fontAwe...
10,820
Util
groovy
en
groovy
code
{"qsc_code_num_words": 1063, "qsc_code_num_chars": 10820.0, "qsc_code_mean_word_length": 6.74976482, "qsc_code_frac_words_unique": 0.20790216, "qsc_code_frac_chars_top_2grams": 0.10034843, "qsc_code_frac_chars_top_3grams": 0.17839721, "qsc_code_frac_chars_top_4grams": 0.09811847, "qsc_code_frac_chars_dupe_5grams": 0.64...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.2-Fastjson/ruoyi-admin/src/main/resources/static/ajax/libs/layer/theme/moon/style.css
/** * layer皮肤 * Copyright (c) 2019 ruoyi */ html #layui_layer_skinmoonstylecss { display: none; position: absolute; width: 1989px; } body .layer-ext-moon[type="dialog"] { min-width: 320px; } body .layer-ext-moon-msg[type="dialog"]{min-width:200px;} body .layer-ext-moon .layui-layer-title { background: #F8F8F8;...
3,607
style
css
en
css
data
{"qsc_code_num_words": 549, "qsc_code_num_chars": 3607.0, "qsc_code_mean_word_length": 4.67941712, "qsc_code_frac_words_unique": 0.22222222, "qsc_code_frac_chars_top_2grams": 0.17516543, "qsc_code_frac_chars_top_3grams": 0.14480343, "qsc_code_frac_chars_top_4grams": 0.19307123, "qsc_code_frac_chars_dupe_5grams": 0.5932...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1ven/do
client/containers/BoardTileContainer.js
import { connect } from 'react-redux'; import { removeBoard, updateBoard, moveBoard, moveBoardSync, toggleStarred } from '../actions/boardsActions'; import { showModal } from '../actions/modalActions'; import { makeGetBoard } from '../selectors/boardsSelectors'; import modalsNames from '../constants/modalsNames'; impor...
1,165
BoardTileContainer
js
en
javascript
code
{"qsc_code_num_words": 87, "qsc_code_num_chars": 1165.0, "qsc_code_mean_word_length": 8.12643678, "qsc_code_frac_words_unique": 0.50574713, "qsc_code_frac_chars_top_2grams": 0.0311174, "qsc_code_frac_chars_top_3grams": 0.07920792, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/ПараметрыАдминистрированияПрограммы/Ext/Form/Module.bsl
/////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2024, ООО 1С-Софт // Все права защищены. Эта программа и сопроводительные материалы предоставляются // в соответствии с условиями лицензии Attribution 4.0 International (CC BY 4.0) // Текст лицензи...
10,495
Module
bsl
ru
1c enterprise
code
{"qsc_code_num_words": 653, "qsc_code_num_chars": 10495.0, "qsc_code_mean_word_length": 13.17457887, "qsc_code_frac_words_unique": 0.38744257, "qsc_code_frac_chars_top_2grams": 0.02138789, "qsc_code_frac_chars_top_3grams": 0.01859816, "qsc_code_frac_chars_top_4grams": 0.01906312, "qsc_code_frac_chars_dupe_5grams": 0.07...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/DocumentReference/DocumentReference.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import prettyBytes from 'pretty-bytes'; import fhirVersions from '../fhirResourceVersions'; import Coding from '../../datatypes/Coding'; import UnhandledResourceDataStructure from '../UnhandledResourceDataStructure'; import A...
9,239
DocumentReference
js
en
javascript
code
{"qsc_code_num_words": 760, "qsc_code_num_chars": 9239.0, "qsc_code_mean_word_length": 7.32236842, "qsc_code_frac_words_unique": 0.26052632, "qsc_code_frac_chars_top_2grams": 0.0458221, "qsc_code_frac_chars_top_3grams": 0.01509434, "qsc_code_frac_chars_top_4grams": 0.01347709, "qsc_code_frac_chars_dupe_5grams": 0.13117...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/DocumentReference/DocumentReference.stories.js
import React from 'react'; import { defaultArgTypes } from '../../defaultArgTypes'; import fhirVersions from '../fhirResourceVersions'; import DocumentReference from './DocumentReference'; import exampleDocumentReference from '../../../fixtures/dstu2/resources/documentReference/example1.json'; import exampleDocumentR...
1,483
DocumentReference.stories
js
en
javascript
code
{"qsc_code_num_words": 119, "qsc_code_num_chars": 1483.0, "qsc_code_mean_word_length": 9.51260504, "qsc_code_frac_words_unique": 0.34453782, "qsc_code_frac_chars_top_2grams": 0.04240283, "qsc_code_frac_chars_top_3grams": 0.09010601, "qsc_code_frac_chars_top_4grams": 0.10070671, "qsc_code_frac_chars_dupe_5grams": 0.2208...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/ВосстановлениеСвязиСГлавнымУзлом/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
6,036
Form
xml
ru
xml
data
{"qsc_code_num_words": 707, "qsc_code_num_chars": 6036.0, "qsc_code_mean_word_length": 5.72842999, "qsc_code_frac_words_unique": 0.26449788, "qsc_code_frac_chars_top_2grams": 0.03555556, "qsc_code_frac_chars_top_3grams": 0.02962963, "qsc_code_frac_chars_top_4grams": 0.03703704, "qsc_code_frac_chars_dupe_5grams": 0.3874...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1tontech/bootstrap4-snippets
snippets/bootstrap/components/navbar/placement.html
<nav class="navbar navbar-expand-lg navbar-light bg-light ${1:fixed-top|fixed-bottom|sticky-top}"> <a class="navbar-brand" href="${3:#}">${2:Navbar}</a> <button class="navbar-toggler hidden-lg-up" type="button" data-toggle="collapse" data-target="#${4:collapsibleNavId}" aria-controls="${4:collapsibleNavId}" ...
1,489
placement
html
en
html
code
{"qsc_code_num_words": 208, "qsc_code_num_chars": 1489.0, "qsc_code_mean_word_length": 4.17307692, "qsc_code_frac_words_unique": 0.40384615, "qsc_code_frac_chars_top_2grams": 0.04147465, "qsc_code_frac_chars_top_3grams": 0.03456221, "qsc_code_frac_chars_top_4grams": 0.0483871, "qsc_code_frac_chars_dupe_5grams": 0.12903...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
snippets/bootstrap/components/navbar/background.html
<nav class="navbar navbar-expand-${1:sm|md|lg|-xl} navbar-${2:dark|light} bg-${3:primary|secondary|success|danger|warning|info|light|dark}"> <a class="navbar-brand" href="${5:#}">${4:Navbar}</a> <button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#${6:collapsibleNavId}" ar...
1,614
background
html
en
html
code
{"qsc_code_num_words": 215, "qsc_code_num_chars": 1614.0, "qsc_code_mean_word_length": 4.1627907, "qsc_code_frac_words_unique": 0.41860465, "qsc_code_frac_chars_top_2grams": 0.04022346, "qsc_code_frac_chars_top_3grams": 0.03351955, "qsc_code_frac_chars_top_4grams": 0.04692737, "qsc_code_frac_chars_dupe_5grams": 0.12513...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/DocumentReference/DocumentReference.test.js
import React from 'react'; import { fireEvent, render } from '@testing-library/react'; import { nbspRegex } from '../../../testUtils'; import fhirVersions from '../fhirResourceVersions'; import DocumentReference from './DocumentReference'; import dstu2Example1 from '../../../fixtures/dstu2/resources/documentReference...
11,085
DocumentReference.test
js
en
javascript
code
{"qsc_code_num_words": 1061, "qsc_code_num_chars": 11085.0, "qsc_code_mean_word_length": 6.85579642, "qsc_code_frac_words_unique": 0.16965127, "qsc_code_frac_chars_top_2grams": 0.051416, "qsc_code_frac_chars_top_3grams": 0.04811658, "qsc_code_frac_chars_top_4grams": 0.03629365, "qsc_code_frac_chars_dupe_5grams": 0.8597...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc...
1technophile/OpenMQTTGateway
docs/setitup/ir.md
# IR gateway ## Compatible parts |Module|Purpose|Where to Buy| |-|-|-| |IR diode|Emitting|[compatible parts list](https://compatible.openmqttgateway.com/index.php/parts)| |IR receiver|Receiving|[compatible parts list](https://compatible.openmqttgateway.com/index.php/parts)| |transistor 2N2222|Amplify uC signal for the ...
1,306
ir
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.13986014, "qsc_doc_num_sentences": 25.0, "qsc_doc_num_words": 184, "qsc_doc_num_chars": 1306.0, "qsc_doc_num_lines": 28.0, "qsc_doc_mean_word_length": 5.41304348, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmor...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/setitup/sensors.md
# Sensors ## Compatible sensors |Module|Purpose|Where to Buy| |-|-|-| |DHT11|Temperature, Humidity|[parts list](https://compatible.openmqttgateway.com/index.php/parts)| |DHT22|Temperature, Humidity|[parts list](https://compatible.openmqttgateway.com/index.php/parts)| |HCSR501|PIR|[parts list](https://compatible.openmqt...
2,136
sensors
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.0557377, "qsc_doc_num_sentences": 44.0, "qsc_doc_num_words": 328, "qsc_doc_num_chars": 2136.0, "qsc_doc_num_lines": 41.0, "qsc_doc_mean_word_length": 4.88414634, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 1, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1uphealth/fhir-react
src/components/resources/MedicationKnowledge/MedicationKnowledge.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import UnhandledResourceDataStructure from '../UnhandledResourceDataStructure'; import fhirVersions from '../fhirResourceVersions'; import { getExtension, isBoolean } from './utils'; import { Root, Header, Body, Badge...
6,608
MedicationKnowledge
js
en
javascript
code
{"qsc_code_num_words": 466, "qsc_code_num_chars": 6608.0, "qsc_code_mean_word_length": 8.19957082, "qsc_code_frac_words_unique": 0.29399142, "qsc_code_frac_chars_top_2grams": 0.02747972, "qsc_code_frac_chars_top_3grams": 0.0248626, "qsc_code_frac_chars_top_4grams": 0.02747972, "qsc_code_frac_chars_dupe_5grams": 0.08845...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/upload/builds.md
# (Option 3) Upload your configurations ## Introduction This section is useful if you want to make an advanced project configuration not supported by the pre-built binaries. Advanced configuration means changing the default pins, the MQTT topics, and all the expert parameters that you can find in [`User_config.h`](h...
12,780
builds
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0029734, "qsc_doc_frac_words_redpajama_stop": 0.27114145, "qsc_doc_num_sentences": 137.0, "qsc_doc_num_words": 1922, "qsc_doc_num_chars": 12780.0, "qsc_doc_num_lines": 249.0, "qsc_doc_mean_word_length": 5.06347555, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_wi...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/upload/advanced-configuration.md
# Advanced configuration of the gateway ## Secure connection to the broker By default the connection between the gateway and the MQTT broker is not encrypted and the identity of the broker is not verified. For connections in a private local area network this might not be a big issue, but if you connect to a broker on ...
4,275
advanced-configuration
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.00093567, "qsc_doc_frac_words_redpajama_stop": 0.34101942, "qsc_doc_num_sentences": 33.0, "qsc_doc_num_words": 659, "qsc_doc_num_chars": 4275.0, "qsc_doc_num_lines": 88.0, "qsc_doc_mean_word_length": 4.92412747, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1ven/do
client/sagas/signSaga.js
import api from '../services/api'; import types from '../constants/actionTypes'; import { browserHistory } from 'react-router'; import { takeEvery } from 'redux-saga'; import { call, put } from 'redux-saga/effects' import { signIn, signUp, signOut } from '../actions/signActions'; export function* signInTask(action) { ...
1,658
signSaga
js
en
javascript
code
{"qsc_code_num_words": 181, "qsc_code_num_chars": 1658.0, "qsc_code_mean_word_length": 6.03867403, "qsc_code_frac_words_unique": 0.32044199, "qsc_code_frac_chars_top_2grams": 0.0768527, "qsc_code_frac_chars_top_3grams": 0.03293687, "qsc_code_frac_chars_top_4grams": 0.04117109, "qsc_code_frac_chars_dupe_5grams": 0.30009...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/sagas/notificationsSaga.js
import api from '../services/api'; import types from '../constants/actionTypes'; import { takeEvery, delay } from 'redux-saga'; import { call, put, take, fork, cancel, select } from 'redux-saga/effects' import { createNotification, createNotificationWithId, removeNotification } from '../actions/notificationsActions'; i...
1,424
notificationsSaga
js
en
javascript
code
{"qsc_code_num_words": 139, "qsc_code_num_chars": 1424.0, "qsc_code_mean_word_length": 7.28057554, "qsc_code_frac_words_unique": 0.37410072, "qsc_code_frac_chars_top_2grams": 0.06916996, "qsc_code_frac_chars_top_3grams": 0.0256917, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.2-Fastjson/ruoyi-admin/src/main/resources/static/ajax/libs/report/peity/jquery.peity.min.js
// Peity jQuery plugin version 2.0.3 // (c) 2014 Ben Pickles // // http://benpickles.github.io/peity // // Released under MIT license. (function(e,q,h){var o=function(a,b){var c=q.createElementNS("http://www.w3.org/2000/svg",a);e.each(b,function(a,b){c.setAttribute(a,b)});return c},t="createElementNS"in q&&o("svg",{})....
3,396
jquery.peity.min
js
en
javascript
code
{"qsc_code_num_words": 763, "qsc_code_num_chars": 3396.0, "qsc_code_mean_word_length": 2.84796855, "qsc_code_frac_words_unique": 0.17300131, "qsc_code_frac_chars_top_2grams": 0.04555913, "qsc_code_frac_chars_top_3grams": 0.03221353, "qsc_code_frac_chars_top_4grams": 0.02393005, "qsc_code_frac_chars_dupe_5grams": 0.1546...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ultimat3/BadIntent
BadIntentAndroid/app/src/main/java/de/mat3/badintent/hooking/proxy/dao/ParcelOperation.java
package de.mat3.badintent.hooking.proxy.dao; import android.support.annotation.NonNull; import com.google.gson.internal.LinkedTreeMap; import java.util.ArrayList; /** * A parcel operation consists of a type and value. */ public class ParcelOperation { public enum ParcelType { STRING, LONG, ...
2,795
ParcelOperation
java
en
java
code
{"qsc_code_num_words": 241, "qsc_code_num_chars": 2795.0, "qsc_code_mean_word_length": 6.46058091, "qsc_code_frac_words_unique": 0.34854772, "qsc_code_frac_chars_top_2grams": 0.07707129, "qsc_code_frac_chars_top_3grams": 0.0834939, "qsc_code_frac_chars_top_4grams": 0.0655106, "qsc_code_frac_chars_dupe_5grams": 0.131021...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ultimat3/BadIntent
BadIntentAndroid/app/src/main/java/de/mat3/badintent/hooking/proxy/dao/SerializationUtils.java
package de.mat3.badintent.hooking.proxy.dao; import android.os.Parcel; import android.support.annotation.NonNull; import com.google.gson.ExclusionStrategy; import com.google.gson.FieldAttributes; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import de.mat3.badintent.hooking.proxy.ParcelAgent; imp...
1,252
SerializationUtils
java
en
java
code
{"qsc_code_num_words": 119, "qsc_code_num_chars": 1252.0, "qsc_code_mean_word_length": 7.17647059, "qsc_code_frac_words_unique": 0.43697479, "qsc_code_frac_chars_top_2grams": 0.02810304, "qsc_code_frac_chars_top_3grams": 0.07025761, "qsc_code_frac_chars_top_4grams": 0.1030445, "qsc_code_frac_chars_dupe_5grams": 0.14754...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
main/main.cpp
/* OpenMQTTGateway - ESP8266 or Arduino program for home automation Act as a gateway between your 433mhz, infrared IR, BLE, LoRa signal and one interface like an MQTT broker Send and receiving command by MQTT This program enables to: - receive MQTT data from a topic and send signal (RF, IR, BLE, GSM) cor...
122,471
main
cpp
en
cpp
code
{"qsc_code_num_words": 14940, "qsc_code_num_chars": 122471.0, "qsc_code_mean_word_length": 5.51352075, "qsc_code_frac_words_unique": 0.10481928, "qsc_code_frac_chars_top_2grams": 0.02755791, "qsc_code_frac_chars_top_3grams": 0.02687807, "qsc_code_frac_chars_top_4grams": 0.01857427, "qsc_code_frac_chars_dupe_5grams": 0....
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
main/gatewayWeatherStation.cpp
/* OpenMQTTGateway - ESP8266 or Arduino program for home automation Act as a gateway between your 433mhz, infrared IR, BLE, LoRa signal and one interface like an MQTT broker Send and receiving command by MQTT This gateway enables to: - publish MQTT data, which are received from RF433Mhz signal (based on ...
5,576
gatewayWeatherStation
cpp
en
cpp
code
{"qsc_code_num_words": 658, "qsc_code_num_chars": 5576.0, "qsc_code_mean_word_length": 5.96200608, "qsc_code_frac_words_unique": 0.35106383, "qsc_code_frac_chars_top_2grams": 0.04078511, "qsc_code_frac_chars_top_3grams": 0.03441244, "qsc_code_frac_chars_top_4grams": 0.0367066, "qsc_code_frac_chars_dupe_5grams": 0.44124...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
main/config_HCSR04.h
/* Theengs OpenMQTTGateway - We Unite Sensors in One Open-Source Interface Act as a gateway between your 433mhz, infrared IR, BLE, LoRa signal and one interface like an MQTT broker Send and receiving command by MQTT This files enables to set your parameter for the HCSR04 sensor Copyright: (c) mpe...
2,056
config_HCSR04
h
en
c
code
{"qsc_code_num_words": 272, "qsc_code_num_chars": 2056.0, "qsc_code_mean_word_length": 4.89338235, "qsc_code_frac_words_unique": 0.55882353, "qsc_code_frac_chars_top_2grams": 0.06311044, "qsc_code_frac_chars_top_3grams": 0.02930128, "qsc_code_frac_chars_top_4grams": 0.04282494, "qsc_code_frac_chars_dupe_5grams": 0.1036...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1up-lab/OneupUploaderBundle
tests/UploadEventsTest.php
<?php declare(strict_types=1); namespace Oneup\UploaderBundle\Tests; use Oneup\UploaderBundle\UploadEvents; use PHPUnit\Framework\TestCase; class UploadEventsTest extends TestCase { public function testPreUploadCanBePassedAMapping(): void { $event = UploadEvents::preUpload('gallery'); $this...
1,227
UploadEventsTest
php
en
php
code
{"qsc_code_num_words": 96, "qsc_code_num_chars": 1227.0, "qsc_code_mean_word_length": 8.66666667, "qsc_code_frac_words_unique": 0.40625, "qsc_code_frac_chars_top_2grams": 0.08413462, "qsc_code_frac_chars_top_3grams": 0.12620192, "qsc_code_frac_chars_top_4grams": 0.19831731, "qsc_code_frac_chars_dupe_5grams": 0.24879808...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
main/blufi.cpp
/* OpenMQTTGateway - ESP8266 or Arduino program for home automation Act as a gateway between your 433mhz, infrared IR, BLE, LoRa signal and one interface like an MQTT broker Send and receiving command by MQTT This program enables to: - receive MQTT data from a topic and send signal (RF, IR, BLE, GSM) cor...
18,127
blufi
cpp
en
cpp
code
{"qsc_code_num_words": 2496, "qsc_code_num_chars": 18127.0, "qsc_code_mean_word_length": 4.85136218, "qsc_code_frac_words_unique": 0.18790064, "qsc_code_frac_chars_top_2grams": 0.03567594, "qsc_code_frac_chars_top_3grams": 0.01412173, "qsc_code_frac_chars_top_4grams": 0.02667437, "qsc_code_frac_chars_dupe_5grams": 0.34...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
main/sensorTSL2561.cpp
/* Theengs OpenMQTTGateway - We Unite Sensors in One Open-Source Interface Act as a gateway between your 433mhz, infrared IR, BLE, LoRa signal and one interface like an MQTT broker Send and receiving command by MQTT This is the Light Meter Addon based on modules with a TSL2561: - Measures ambient Li...
4,654
sensorTSL2561
cpp
en
cpp
code
{"qsc_code_num_words": 589, "qsc_code_num_chars": 4654.0, "qsc_code_mean_word_length": 5.2614601, "qsc_code_frac_words_unique": 0.45840407, "qsc_code_frac_chars_top_2grams": 0.04517586, "qsc_code_frac_chars_top_3grams": 0.05324298, "qsc_code_frac_chars_top_4grams": 0.02581478, "qsc_code_frac_chars_dupe_5grams": 0.04904...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/MedicationKnowledge/MedicationKnowledge.test.js
import React from 'react'; import { fireEvent, render } from '@testing-library/react'; import { fhirVersions } from '../../../index'; import MedicationKnowledge from './MedicationKnowledge'; import example1R4 from '../../../fixtures/r4/resources/medicationKnowledge/example1.json'; import example2R4 from '../../../fi...
5,952
MedicationKnowledge.test
js
en
javascript
code
{"qsc_code_num_words": 519, "qsc_code_num_chars": 5952.0, "qsc_code_mean_word_length": 7.66666667, "qsc_code_frac_words_unique": 0.24277457, "qsc_code_frac_chars_top_2grams": 0.05554159, "qsc_code_frac_chars_top_3grams": 0.06282986, "qsc_code_frac_chars_top_4grams": 0.02638854, "qsc_code_frac_chars_dupe_5grams": 0.6735...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/Observation/Observation.stories.js
import React from 'react'; import { defaultArgTypes } from '../../defaultArgTypes'; import Observation from './Observation'; import exampleObservation from '../../../fixtures/dstu2/resources/observation/example.json'; import exampleObservationIssued from '../../../fixtures/dstu2/resources/observation/example-issued.j...
2,468
Observation.stories
js
en
javascript
code
{"qsc_code_num_words": 203, "qsc_code_num_chars": 2468.0, "qsc_code_mean_word_length": 9.28571429, "qsc_code_frac_words_unique": 0.27093596, "qsc_code_frac_chars_top_2grams": 0.05729443, "qsc_code_frac_chars_top_3grams": 0.05729443, "qsc_code_frac_chars_top_4grams": 0.0397878, "qsc_code_frac_chars_dupe_5grams": 0.22811...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1technophile/OpenMQTTGateway
docs/upload/troubleshoot.md
# Troubleshooting ## Compilation/build error This badge [![Build Status](https://github.com/1technophile/OpenMQTTGateway/workflows/Build/badge.svg?branch=master)](https://github.com/1technophile/OpenMQTTGateway/actions?query=branch%3Amaster+workflow%3ABuild) show you the state of the compilation of the master and this...
4,261
troubleshoot
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.3263965, "qsc_doc_num_sentences": 50.0, "qsc_doc_num_words": 719, "qsc_doc_num_chars": 4261.0, "qsc_doc_num_lines": 62.0, "qsc_doc_mean_word_length": 4.64673157, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1ven/do
client/sagas/cardsSaga.js
import api from '../services/api'; import types from '../constants/actionTypes'; import { takeEvery } from 'redux-saga'; import { call, put, select } from 'redux-saga/effects' import { createCard, removeCard, fetchCard, updateCard, addColor, removeColor, moveCard } from '../actions/cardsActions'; import { incCardsLengt...
3,335
cardsSaga
js
en
javascript
code
{"qsc_code_num_words": 345, "qsc_code_num_chars": 3335.0, "qsc_code_mean_word_length": 6.76811594, "qsc_code_frac_words_unique": 0.22608696, "qsc_code_frac_chars_top_2grams": 0.06167024, "qsc_code_frac_chars_top_3grams": 0.04111349, "qsc_code_frac_chars_top_4grams": 0.05396146, "qsc_code_frac_chars_dupe_5grams": 0.2813...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/services/api.js
import camelcaseKeysDeep from 'camelcase-keys-deep'; import qs from 'qs'; import { normalize } from 'normalizr'; import { headers } from '../constants/config'; import 'isomorphic-fetch'; import * as schemas from '../schemas'; const API_ROOT = process.env.NODE_ENV === 'test' ? 'http://localhost' : ''; function callApi...
4,972
api
js
en
javascript
code
{"qsc_code_num_words": 447, "qsc_code_num_chars": 4972.0, "qsc_code_mean_word_length": 5.98881432, "qsc_code_frac_words_unique": 0.26845638, "qsc_code_frac_chars_top_2grams": 0.11169219, "qsc_code_frac_chars_top_3grams": 0.11953679, "qsc_code_frac_chars_top_4grams": 0.0974972, "qsc_code_frac_chars_dupe_5grams": 0.37355...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1c-syntax/ssl_3_1
src/cf/CommonForms/УстановленныеИсправления/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
29,184
Form
xml
ru
xml
data
{"qsc_code_num_words": 2597, "qsc_code_num_chars": 29184.0, "qsc_code_mean_word_length": 7.44166346, "qsc_code_frac_words_unique": 0.19445514, "qsc_code_frac_chars_top_2grams": 0.02918348, "qsc_code_frac_chars_top_3grams": 0.01945566, "qsc_code_frac_chars_top_4grams": 0.02918348, "qsc_code_frac_chars_dupe_5grams": 0.43...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1technophile/OpenMQTTGateway
docs/upload/binaries.md
# (Option 2) Upload ready-to-go binaries This section is useful if you want to directly flash your ESP from your desktop. Once flashed you can change wifi and broker settings. Nevertheless you will not be able to change advanced parameters; if you want to do so, refer to [Upload your configurations](builds.md) section...
5,711
binaries
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.23316913, "qsc_doc_num_sentences": 98.0, "qsc_doc_num_words": 905, "qsc_doc_num_chars": 5711.0, "qsc_doc_num_lines": 97.0, "qsc_doc_mean_word_length": 4.6961326, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore...
0
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1technophile/OpenMQTTGateway
docs/upload/gitpod.md
# (Option 4) Build from the web To build OpenMQTTGateway from the web and download the binary, follow these steps: 1. Use Gitpod by clicking on the link below: [https://gitpod.io#https://github.com/1technophile/OpenMQTTGateway/tree/development](https://gitpod.io#https://github.com/1technophile/OpenMQTTGateway/tree/de...
1,164
gitpod
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.23484848, "qsc_doc_num_sentences": 25.0, "qsc_doc_num_words": 178, "qsc_doc_num_chars": 1164.0, "qsc_doc_num_lines": 18.0, "qsc_doc_mean_word_length": 5.07865169, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmor...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1tontech/bootstrap4-snippets
vscode/src/util/groovy/in/oneton/snippet/util/vscode/SnippetGenerator.groovy
package in.oneton.snippet.util.vscode import com.fasterxml.jackson.databind.ObjectMapper import in.oneton.snippet.util.Snippet import java.util.function.Function import java.util.stream.Collectors import static com.fasterxml.jackson.databind.SerializationFeature.INDENT_OUTPUT import static in.oneton.snippet.util.Uti...
1,470
SnippetGenerator
groovy
en
groovy
code
{"qsc_code_num_words": 140, "qsc_code_num_chars": 1470.0, "qsc_code_mean_word_length": 7.95714286, "qsc_code_frac_words_unique": 0.44285714, "qsc_code_frac_chars_top_2grams": 0.02154399, "qsc_code_frac_chars_top_3grams": 0.04039497, "qsc_code_frac_chars_top_4grams": 0.05116697, "qsc_code_frac_chars_dupe_5grams": 0.0664...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1diot9/MyJavaSecStudy
CodeAudit/RuoYi/RuoYi-4.2-Fastjson/ruoyi-admin/src/main/resources/static/ajax/libs/layer/theme/default/layer.css
.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}html #layuicss-layer{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;...
15,156
layer
css
en
css
data
{"qsc_code_num_words": 2373, "qsc_code_num_chars": 15156.0, "qsc_code_mean_word_length": 5.08596713, "qsc_code_frac_words_unique": 0.1234724, "qsc_code_frac_chars_top_2grams": 0.15742812, "qsc_code_frac_chars_top_3grams": 0.03107134, "qsc_code_frac_chars_top_4grams": 0.03579418, "qsc_code_frac_chars_dupe_5grams": 0.564...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1technophile/OpenMQTTGateway
docs/participate/support.md
# Supporting the project If you like the project and/or used it please consider supporting it! It can be done in different ways: * Purchase the [Theengs mobile application](https://app.theengs.io) * Purchase the [Theengs plug](https://shop.theengs.io) * Helping other users in the [community](https://community.openmqtt...
1,305
support
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.21180556, "qsc_doc_num_sentences": 21.0, "qsc_doc_num_words": 184, "qsc_doc_num_chars": 1305.0, "qsc_doc_num_lines": 16.0, "qsc_doc_mean_word_length": 5.51630435, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmor...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1tontech/bootstrap4-snippets
intellij/src/util/resources/plugin-template.xml
<idea-plugin version="2" url="https://github.com/1tontech/bootstrap4-snippets"> <id>in.thekalinga.snippet.intellij</id> <name>Bootstrap 4, Font awesome 4, Font Awesome 5 Free &amp; Pro live templates/snippets</name> <version>@@@VERSION@@@</version> <vendor url="http://github.com/1tontech">1Ton Technolog...
2,499
plugin-template
xml
en
xml
data
{"qsc_code_num_words": 304, "qsc_code_num_chars": 2499.0, "qsc_code_mean_word_length": 5.40789474, "qsc_code_frac_words_unique": 0.375, "qsc_code_frac_chars_top_2grams": 0.04683698, "qsc_code_frac_chars_top_3grams": 0.03649635, "qsc_code_frac_chars_top_4grams": 0.08819951, "qsc_code_frac_chars_dupe_5grams": 0.31812652,...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1tontech/bootstrap4-snippets
intellij/src/util/resources/readme-template.md
Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets for IntelliJ ============================================================================ This plugin is compatible with the following JetBrains products: - IntelliJ IDEA - WebStorm and PhpStorm - PyCharm - RubyMine ![Plugin in action](help.gif) The de...
3,642
readme-template
md
en
markdown
text
{"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.2276964, "qsc_doc_num_sentences": 46.0, "qsc_doc_num_words": 545, "qsc_doc_num_chars": 3642.0, "qsc_doc_num_lines": 87.0, "qsc_doc_mean_word_length": 4.9706422, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore"...
1
{"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_...
1c-syntax/ssl_3_1
src/cf/CommonForms/КонтрольДинамическогоОбновления/Ext/Form.xml
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcssch="http://v8.1c.ru/8.1/data-composition...
13,892
Form
xml
ru
xml
data
{"qsc_code_num_words": 1373, "qsc_code_num_chars": 13892.0, "qsc_code_mean_word_length": 6.16387473, "qsc_code_frac_words_unique": 0.21558631, "qsc_code_frac_chars_top_2grams": 0.03686636, "qsc_code_frac_chars_top_3grams": 0.02457757, "qsc_code_frac_chars_top_4grams": 0.03686636, "qsc_code_frac_chars_dupe_5grams": 0.46...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 1, "qsc_code_mean_word_length": 0, "qsc_code_frac_words_unique": 1, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code...
1tontech/bootstrap4-snippets
intellij/src/util/groovy/in/oneton/snippet/util/intellij/Generator.groovy
package in.oneton.snippet.util.intellij import com.fasterxml.jackson.dataformat.xml.XmlMapper import in.oneton.snippet.util.Match import in.oneton.snippet.util.Snippet import static com.fasterxml.jackson.databind.SerializationFeature.INDENT_OUTPUT import static in.oneton.snippet.util.Util.* import static java.util.re...
5,006
Generator
groovy
en
groovy
code
{"qsc_code_num_words": 465, "qsc_code_num_chars": 5006.0, "qsc_code_mean_word_length": 6.94623656, "qsc_code_frac_words_unique": 0.27741935, "qsc_code_frac_chars_top_2grams": 0.02043344, "qsc_code_frac_chars_top_3grams": 0.01857585, "qsc_code_frac_chars_top_4grams": 0.02352941, "qsc_code_frac_chars_dupe_5grams": 0.3250...
1
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1tontech/bootstrap4-snippets
intellij/src/util/groovy/in/oneton/snippet/util/intellij/Template.groovy
package in.oneton.snippet.util.intellij import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty import groovy.transform.builder.Builder import in.oneton.snippet.util.Match import static java.lang.String.valueOf @Builder...
2,550
Template
groovy
en
groovy
code
{"qsc_code_num_words": 237, "qsc_code_num_chars": 2550.0, "qsc_code_mean_word_length": 7.1814346, "qsc_code_frac_words_unique": 0.38396624, "qsc_code_frac_chars_top_2grams": 0.17038778, "qsc_code_frac_chars_top_3grams": 0.19388954, "qsc_code_frac_chars_top_4grams": 0.16039953, "qsc_code_frac_chars_dupe_5grams": 0.27085...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/ReferralRequest/ReferralRequest.stories.js
import React from 'react'; import { defaultArgTypes } from '../../defaultArgTypes'; import ReferralRequest from './ReferralRequest'; import dstu2Example1 from '../../../fixtures/dstu2/resources/referralRequest/example1.json'; import stu3Example1 from '../../../fixtures/stu3/resources/referralRequest/example1.json'; i...
1,108
ReferralRequest.stories
js
en
javascript
code
{"qsc_code_num_words": 90, "qsc_code_num_chars": 1108.0, "qsc_code_mean_word_length": 9.22222222, "qsc_code_frac_words_unique": 0.41111111, "qsc_code_frac_chars_top_2grams": 0.03975904, "qsc_code_frac_chars_top_3grams": 0.07710843, "qsc_code_frac_chars_top_4grams": 0.08674699, "qsc_code_frac_chars_dupe_5grams": 0.10120...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/ReferralRequest/ReferralRequest.js
import React from 'react'; import PropTypes from 'prop-types'; import _get from 'lodash/get'; import Coding from '../../datatypes/Coding'; import Date from '../../datatypes/Date'; import fhirVersions from '../fhirResourceVersions'; import UnhandledResourceDataStructure from '../UnhandledResourceDataStructure'; import ...
4,380
ReferralRequest
js
en
javascript
code
{"qsc_code_num_words": 339, "qsc_code_num_chars": 4380.0, "qsc_code_mean_word_length": 7.53097345, "qsc_code_frac_words_unique": 0.30678466, "qsc_code_frac_chars_top_2grams": 0.06462985, "qsc_code_frac_chars_top_3grams": 0.01331767, "qsc_code_frac_chars_top_4grams": 0.02271837, "qsc_code_frac_chars_dupe_5grams": 0.0297...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1uphealth/fhir-react
src/components/resources/ReferralRequest/ReferralRequest.test.js
import React from 'react'; import { fireEvent, render } from '@testing-library/react'; import ReferralRequest from './ReferralRequest'; import fhirVersions from '../fhirResourceVersions'; import dstu2Example1 from '../../../fixtures/dstu2/resources/referralRequest/example1.json'; import stu3Example1 from '../../../fix...
5,290
ReferralRequest.test
js
en
javascript
code
{"qsc_code_num_words": 476, "qsc_code_num_chars": 5290.0, "qsc_code_mean_word_length": 7.41386555, "qsc_code_frac_words_unique": 0.24789916, "qsc_code_frac_chars_top_2grams": 0.05950694, "qsc_code_frac_chars_top_3grams": 0.08415982, "qsc_code_frac_chars_top_4grams": 0.02975347, "qsc_code_frac_chars_dupe_5grams": 0.7614...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...
1ven/do
client/containers/ModalContainer.js
import React, { Component, PropTypes } from 'react'; import { connect } from 'react-redux'; import modalsNames from '../constants/modalsNames'; import CreateBoardModal from './modals/CreateBoardModal'; import CreateListModal from './modals/CreateListModal'; import CreateCardModal from './modals/CreateCardModal'; import...
1,270
ModalContainer
js
en
javascript
code
{"qsc_code_num_words": 120, "qsc_code_num_chars": 1270.0, "qsc_code_mean_word_length": 7.44166667, "qsc_code_frac_words_unique": 0.31666667, "qsc_code_frac_chars_top_2grams": 0.06718925, "qsc_code_frac_chars_top_3grams": 0.10638298, "qsc_code_frac_chars_top_4grams": 0.05599104, "qsc_code_frac_chars_dupe_5grams": 0.0, "...
0
{"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc...