text stringlengths 2 1.04M | meta dict |
|---|---|
classdef mexInterface_AlgDirICP_StdICP_Mesh < handle
% MATLAB class wrapper to an underlying C++ class
properties (SetAccess = private)
h; % Handle to the underlying C++ class instance
end
methods
%% Constructor - Create a new C++ class instance
function this = mexInterface_AlgDir... | {
"content_hash": "8cafc38d2af9eefb3f04996d328b1c91",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 95,
"avg_line_length": 30.68217054263566,
"alnum_prop": 0.527033855482567,
"repo_name": "sbillin/IMLP",
"id": "7708e87f8829c4b5f978c9d01006720f365ee11d",
"size": "3958",
... |
package xworker.swt.editor;
import org.eclipse.swt.browser.Browser;
import org.eclipse.swt.browser.ProgressEvent;
import org.eclipse.swt.browser.ProgressListener;
import org.eclipse.swt.browser.StatusTextEvent;
import org.eclipse.swt.browser.StatusTextListener;
import org.eclipse.swt.graphics.Point;
import o... | {
"content_hash": "2efe5947a81e7d7f42aab49a85b71b5e",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 104,
"avg_line_length": 34.08108108108108,
"alnum_prop": 0.5713719270420301,
"repo_name": "x-meta/xworker",
"id": "aaadc5ffd2ff54d628f5ccacf6976304273a85a4",
"size": "3300"... |
package org.kuali.kfs.module.bc.util;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import org.kuali.kfs.module.bc.BCConstants;
import org.kuali.kfs.module.bc.businessobject.BudgetConstructionRequestMove;
import org.kuali.rice.core.api.util.ty... | {
"content_hash": "b00f344f09625b9ca196f2e1324b7163",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 256,
"avg_line_length": 53.90760869565217,
"alnum_prop": 0.7023893537655006,
"repo_name": "Ariah-Group/Finance",
"id": "6a9ea4a8a7723f788b8dec140da58ba4ce951667",
"size": ... |
Welcome to python-quilt's documentation!
========================================
.. toctree::
:maxdepth: 2
quilt
cli
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
| {
"content_hash": "3b03600036871f28a59f5149c17a7f50",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 40,
"avg_line_length": 13.117647058823529,
"alnum_prop": 0.47085201793721976,
"repo_name": "vadmium/python-quilt",
"id": "0a38bdede3aa6c049dfb3a87ee6f1926b6319464",
"size":... |
#include "config.h"
#include "platform/graphics/gpu/AcceleratedImageBufferSurface.h"
#include "public/platform/Platform.h"
#include "public/platform/WebGraphicsContext3DProvider.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkDevice.h"
#include "third_party/skia/inclu... | {
"content_hash": "661f48fea4ad69ed4b2b4eaf53a4ac52",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 115,
"avg_line_length": 35.285714285714285,
"alnum_prop": 0.7536148062463852,
"repo_name": "Bysmyyr/chromium-crosswalk",
"id": "54e1e20806e5aa9c31969e5849b434b734cc7e65",
"... |
FROM balenalib/nanopi-neo-air-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", since the vast m... | {
"content_hash": "1a51e9e3da33983971d13d2790318c2b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 708,
"avg_line_length": 78.09677419354838,
"alnum_prop": 0.7335811648079306,
"repo_name": "resin-io-library/base-images",
"id": "bc3bcfc001b0b48d0a4fbf5d30716be8d8a938ec",
... |
var Promise = require('bluebird');
var oada_error = require('oada-error').OADAError;
var error_codes = require('oada-error').codes;
var singleton = null;
module.exports = function(config) {
if(singleton) return singleton;
var driver = config.libs.auth.datastores.tokens();
var log = config.libs.log().child({ mo... | {
"content_hash": "be70c862103db6110be61691e910661f",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 135,
"avg_line_length": 33.61363636363637,
"alnum_prop": 0.6436781609195402,
"repo_name": "OADA/oada-api-server",
"id": "fcdb91bc83d96faafc20e5d95d417d4bab7f44b3",
"size": ... |
package speech_to_text
import (
"strings"
watson "github.com/maxl28/watson-developer-cloud"
"github.com/fatih/structs"
"strconv"
"net/http"
"errors"
"io"
)
// Watson Speech-To-Text default endpoint URL.
const SpeechToTextAPI string = "https://stream.watsonplatform.net/speech-to-text/api"
// Available options ... | {
"content_hash": "9359c57d53d88f6f2af6c5c85e1b8961",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 171,
"avg_line_length": 35.88235294117647,
"alnum_prop": 0.7459016393442623,
"repo_name": "maxl28/watson-developer-cloud",
"id": "5524a4818a192049f7bcd5725e965b702d3fc719",
... |
package com.microsoft.azure.management.network.v2018_12_01.implementation;
import java.util.List;
import com.microsoft.azure.management.network.v2018_12_01.ExpressRouteCrossConnectionRoutesTableSummary;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Response for ListRoutesTable associated with the Exp... | {
"content_hash": "2ea5aaa0840884ea1fe6deb80f11fe5a",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 143,
"avg_line_length": 28.054545454545455,
"alnum_prop": 0.6986390149060272,
"repo_name": "navalev/azure-sdk-for-java",
"id": "ab246e1c617fe1c35be98089a771942b2f46001f",
"... |
class Profile;
namespace badging {
// A BadgeManagerDelegate is responsible for updating the UI in response to a
// badge change.
class BadgeManagerDelegate {
public:
explicit BadgeManagerDelegate(Profile* profile, BadgeManager* badge_manager)
: profile_(profile), badge_manager_(badge_manager) {}
virtual ... | {
"content_hash": "d0482c33ad735c3988285245519dd0f9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 78,
"avg_line_length": 28.34375,
"alnum_prop": 0.7353914002205072,
"repo_name": "endlessm/chromium-browser",
"id": "3c6d293b154e4c4e26b7dcde112e0c4f505da76b",
"size": "1355... |
import type {Node} from 'react';
import {ImageBackground, StyleSheet, Text, useColorScheme} from 'react-native';
import React from 'react';
import Colors from './Colors';
import HermesBadge from './HermesBadge';
const Header = (): Node => {
const isDarkMode = useColorScheme() === 'dark';
return (
<ImageBackg... | {
"content_hash": "dc08e22d51435fcbb51fc28a9985a400",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 109,
"avg_line_length": 23.2,
"alnum_prop": 0.5881962864721485,
"repo_name": "janicduplessis/react-native",
"id": "490746601aa9d6140f586d45f0d1ca005c422088",
"size": "1734"... |
package rayo.ui.actions;
import javax.swing.KeyStroke;
import rayo.ui.editors.AbstractTextEditor;
public class SelectAllAction extends TextEditorAction {
private static final long serialVersionUID = 1L;
public SelectAllAction() {
super("Select All");
putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke("control A... | {
"content_hash": "a86fb99398518033b8304961a6fb8dd5",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 65,
"avg_line_length": 22.15,
"alnum_prop": 0.7742663656884876,
"repo_name": "boniatillo-com/rayo",
"id": "4af52d4bd19421e3ac4f430de7b76ebaf4cadfbf",
"size": "443",
"bina... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.lj.redwine... | {
"content_hash": "5bfd93110901aa7a26880a9e42f1de08",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 78,
"avg_line_length": 48.3,
"alnum_prop": 0.6966873706004141,
"repo_name": "ljlj5lj/redwine_client",
"id": "a05a5737cc2da567689e4d82c293cdff694d4af6",
"size": "966",
"bi... |
// Copyright (C) 2008 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | {
"content_hash": "26788ce2b87ec0d7a3eb37dfc5d5cd1f",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 80,
"avg_line_length": 35.27835051546392,
"alnum_prop": 0.7600818234950322,
"repo_name": "renchaorevee/gerrit",
"id": "d278f4b46789a5c4e90867b6e5cf16b30093f073",
"size": "3... |
<?php declare(strict_types=1);
namespace Imbo\Image\Identifier\Generator;
use Imbo\Model\Image;
class RandomString implements GeneratorInterface
{
private int $stringLength;
/**
* Class constructor
*
* @param int $length The length of the randomly generated string
*/
public function _... | {
"content_hash": "63e40accd93dbef9a642a7ceaf0c438c",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 84,
"avg_line_length": 22.37837837837838,
"alnum_prop": 0.5954106280193237,
"repo_name": "imbo/imbo",
"id": "de3012973e3c122584f7e91d759cd5f3c6806981",
"size": "828",
"bi... |
package com.tom.factory.tileentity;
import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumFacing;
import com.tom.recipes.handler.MachineCraftingHandler;
import com.tom.recipes.handler.MachineCraftingHandler.ItemStackChecker;
public class TileEntitySteamCrusher extends TileEntitySteamMachine {
private s... | {
"content_hash": "f1a67449712619e95a977b942ee10878",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 89,
"avg_line_length": 22.07547169811321,
"alnum_prop": 0.7495726495726496,
"repo_name": "tom5454/Toms-Mod",
"id": "8768be556f68578c8b58a2311eaab0346aa036fa",
"size": "1170... |
//
// JPSDisplayLink.h
// JPSDisplayLink
//
// Created by JP Simard on 1/12/2014.
// Copyright (c) 2014 JP Simard. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef void (^JPSDisplayLinkBlock)(CGFloat progress);
@interface JPSDisplayLink : NSObject
/**
Deprecated to fall in line with Apple's su... | {
"content_hash": "31cd3c01039d6e739e1b4be205c73548",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 138,
"avg_line_length": 30.096774193548388,
"alnum_prop": 0.7834941050375134,
"repo_name": "jpsim/JPSDisplayLink",
"id": "40a2e0084a0dfea1bf4c1f0a932bc959c913970b",
"size":... |
package index
// index/ReaderUtil.java
/*
Returns index of the searcher/reader for document n in the slice used
to construct this searcher/reader.
*/
func SubIndex(n int, leaves []*AtomicReaderContext) int {
// find searcher/reader for doc n:
size := len(leaves)
lo, hi := 0, size-1
// bi-search starts array, for ... | {
"content_hash": "920ff100cd28bb2efcb745b273e5cc09",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 74,
"avg_line_length": 23.24137931034483,
"alnum_prop": 0.6364985163204748,
"repo_name": "ccxxcc/golucene",
"id": "451a2714dfb3f9b1574b1f23367cb00a6ca4bdb1",
"size": "674",... |
const TruffleError = require("@truffle/error");
const checkPluginConfig = ({ plugins }) => {
if (!plugins) {
throw new TruffleError(
"\nError: No plugins detected in the configuration file.\n"
);
}
if (!Array.isArray(plugins) || plugins.length === 0) {
throw new TruffleError("\nError: Plugins ... | {
"content_hash": "6aefe137be91db862ea576eec91eac36",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 73,
"avg_line_length": 23.470588235294116,
"alnum_prop": 0.6516290726817042,
"repo_name": "ConsenSys/truffle",
"id": "1659869bf914224c32942ee6e45cb73344dc1832",
"size": "39... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="orange_theme_color">#ffbb33</color>
</resources>
| {
"content_hash": "89ca94a9ba351a5486f1652156d38fb7",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 52,
"avg_line_length": 29.25,
"alnum_prop": 0.6666666666666666,
"repo_name": "dst-hackathon/socialradar-android",
"id": "8b58fc2cbbe5c4d631e13f4bd98af071ca449a18",
"size": "... |
namespace gpopt
{
using namespace gpos;
//---------------------------------------------------------------------------
// @class:
// CPartitionPropagationSpec
//
// @doc:
// Partition Propagation specification
//
//---------------------------------------------------------------------------
class CPartitio... | {
"content_hash": "6e01474e68d068bde4ea21436c070876",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 132,
"avg_line_length": 23.14788732394366,
"alnum_prop": 0.6607849102525098,
"repo_name": "PengJi/gporca-comments",
"id": "0a6af2c1a751b7e2b8cd8f3801f3c141a14514f9",
"size... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | {
"content_hash": "518f3849aa47b9d173c85c4bcaa3f09b",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 154,
"avg_line_length": 60.48,
"alnum_prop": 0.7281746031746031,
"repo_name": "jackrex/AndroidCacheFoundation",
"id": "303adb42aaa6bf4fd839a08c4709212513410032",
"size": "1... |
theme :
name : bootstrap-3
---
{% include abtsetup.html %}
| {
"content_hash": "31c78d7cf6810466667db592b17c4e5c",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 27,
"avg_line_length": 15.25,
"alnum_prop": 0.6229508196721312,
"repo_name": "Ali-Baba-Tajine/Ali-Baba-Tajine-Jekyll01",
"id": "e17cca1801aac54c2555c8b60f3b8f92dc457de6",
"s... |
<?php
namespace Apitude\Core\Provider;
use Apitude\Core\Commands\Entities\ListCommand;
use Apitude\Core\Commands\Entities\TypesCommand;
use Knp\Provider\ConsoleServiceProvider;
use Silex\Application;
use Silex\ServiceProviderInterface;
class CommandServiceProvider implements ServiceProviderInterface
{
/**
... | {
"content_hash": "40996e60f60d48b1f557285719e86685",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 76,
"avg_line_length": 28.35,
"alnum_prop": 0.544973544973545,
"repo_name": "apitude/apitude",
"id": "cfee165eb5a919b4d43464565aa51cd5c7b325d5",
"size": "1701",
"binary":... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "31ff0171297129c14f3d423f648387e0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "f7cf0efad87df1c703a1a509fc848a0d83730e19",
"size": "183... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.kid.com.tabtest" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
... | {
"content_hash": "1f72c9a3de2d36f9a7967b1e309c50cc",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 76,
"avg_line_length": 33.35,
"alnum_prop": 0.6101949025487257,
"repo_name": "li5ch/Android_Blog_Code_Demo",
"id": "a01864027493a2c1d3e96b86dfd683b44a816167",
"size": "667"... |
package org.terasology.world.propagation.light;
import org.terasology.math.Side;
import org.terasology.math.geom.Vector3i;
import org.terasology.world.block.Block;
import org.terasology.world.chunks.ChunkConstants;
import org.terasology.world.chunks.LitChunk;
import org.terasology.world.propagation.BatchPropagator;
... | {
"content_hash": "1baccfdac817243ca2b79f422e135699",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 141,
"avg_line_length": 43.203125,
"alnum_prop": 0.574502712477396,
"repo_name": "Ciclop/Terasology",
"id": "97cca5c54d1ce9b9e658b9f63152c6be48edf7f5",
"size": "6126",
"... |
package org.apache.isis.viewer.bdd.common.fixtures.perform;
import org.apache.isis.core.metamodel.adapter.ObjectAdapter;
import org.apache.isis.core.metamodel.consent.Consent;
import org.apache.isis.core.metamodel.facets.properties.modify.PropertyClearFacet;
import org.apache.isis.core.metamodel.spec.feature.ObjectMe... | {
"content_hash": "b5f30d664fe304fef7ae0d1a915734df",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 98,
"avg_line_length": 36.52,
"alnum_prop": 0.7437020810514786,
"repo_name": "peridotperiod/isis",
"id": "2568d425b669bfc900adaefd2d8ffdd4805a1cc7",
"size": "2651",
"bina... |
package expression
import (
"github.com/pingcap/errors"
"github.com/pingcap/tidb/sessionctx"
"github.com/pingcap/tidb/util/chunk"
)
type columnEvaluator struct {
inputIdxToOutputIdxes map[int][]int
}
// run evaluates "Column" expressions.
// NOTE: It should be called after all the other expressions are evaluated... | {
"content_hash": "2e7f931c4b31ff18130d82844407450e",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 123,
"avg_line_length": 31.56756756756757,
"alnum_prop": 0.718892694063927,
"repo_name": "tiancaiamao/tidb",
"id": "4b6e1fa42ca816e56ce24981f4ff50f87bebf191",
"size": "401... |
@interface SCDGRSA : NSObject
// return base64 encoded string
+ (NSString *)encryptString:(NSString *)str publicKey:(NSString *)pubKey;
+ (NSString *)encryptToString:(NSData *)data publicKey:(NSString *)pubKey;
// return raw data
+ (NSData *)encryptToData:(NSString *)str publicKey:(NSString *)pubKey;
+ (NSData *)encry... | {
"content_hash": "35493985a07c6077ee66ea279cce16d8",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 78,
"avg_line_length": 45.09090909090909,
"alnum_prop": 0.7389112903225806,
"repo_name": "jidibingren/customcontrol",
"id": "67e336a070fabc9ca949f51b7b330d93f68716da",
"siz... |
package org.elasticsearch.cluster.metadata;
import org.elasticsearch.ElasticsearchParseException;
import org.elasticsearch.action.support.IndicesOptions;
import org.elasticsearch.cluster.ClusterName;
import org.elasticsearch.cluster.ClusterState;
import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver.... | {
"content_hash": "f12551b56ab4189d9ba5cc5956619355",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 131,
"avg_line_length": 52.02985074626866,
"alnum_prop": 0.6681965959074393,
"repo_name": "strapdata/elassandra",
"id": "455d28444dacc45734beb05f82dec2b22b7e1154",
"size":... |
package wiki.chenxun.ace.core.base.annotations;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @Description: Created by chenxun on 2017/4/8.
*/
@Target({Ele... | {
"content_hash": "6deeb7254d3e7038e2b87795288d4043",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 48,
"avg_line_length": 25.75,
"alnum_prop": 0.7961165048543689,
"repo_name": "ChenXun1989/ace",
"id": "0ba420c1a4de50aea8bc2c7092a27f84c011c0eb",
"size": "412",
"binary":... |
package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_1329 {
}
| {
"content_hash": "3dff627739d7c1491f2cf2b797c48c18",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 52,
"avg_line_length": 21.571428571428573,
"alnum_prop": 0.8079470198675497,
"repo_name": "lesaint/experimenting-annotation-processing",
"id": "41c1ba6224441d2e4db9d4f64c6bc88... |
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008-2017. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | {
"content_hash": "781b989d063e55033f397865ef91902f",
"timestamp": "",
"source": "github",
"line_count": 266,
"max_line_length": 100,
"avg_line_length": 32.56390977443609,
"alnum_prop": 0.6577003001616255,
"repo_name": "robotdotnet/allwpilib",
"id": "6461909c366baccce116a8fe67199bd5c4df1c21",
"size"... |
var ANY: any;
var BOOLEAN: boolean;
var NUMBER: number;
var STRING: string;
var OBJECT: Object;
var resultIsString: string;
//The second operand is string
ANY, STRING;
BOOLEAN, STRING;
NUMBER, STRING;
STRING, STRING;
OBJECT, STRING;
//Return type is string
var resultIsString1 = (ANY, STRING);
var resultIsString2 = (... | {
"content_hash": "e23144a8ce61063ca0d44e20a0d4fd14",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 55,
"avg_line_length": 26.64179104477612,
"alnum_prop": 0.6913165266106442,
"repo_name": "ivogabe/TypeScript",
"id": "78d2f882418b2f3447f29363e780372103a233a1",
"size": "18... |
package main
import (
"flag"
"fmt"
"log"
"os"
"path/filepath"
"sync"
"github.com/BurntSushi/toml"
docker "github.com/fsouza/go-dockerclient"
"github.com/jwilder/docker-gen"
)
type stringslice []string
var (
buildVersion string
version bool
watch bool
wait ... | {
"content_hash": "3d3de0d16c034cadd016b7fe7e024f6c",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 147,
"avg_line_length": 29.775956284153004,
"alnum_prop": 0.6634244815562489,
"repo_name": "baptistedonaux/docker-gen",
"id": "b3fde3830f434213f0ea0a53fcd21149742df2e1",
"... |
import Component from '../../src/component.js';
export class SectionEmpty extends Component {}
export class SectionOne extends Component {}
export class SectionOneOne extends Component {
constructor(...args) {
super(...args);
this.el.innerHTML = '${this.counter += 1}';
this.scope.counter = 0;
}
}
ex... | {
"content_hash": "f73bf6bf31dbc5b6017c5a526b39757d",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 47,
"avg_line_length": 21.818181818181817,
"alnum_prop": 0.65625,
"repo_name": "ortexx/akili",
"id": "4e1b5cfe205bed27acd60192d97baa437f454c25",
"size": "480",
"binary": ... |
package de.ahus1.lottery.adapter.dropwizard.resource;
import de.ahus1.keycloak.dropwizard.User;
import de.ahus1.lottery.domain.DrawingService;
import io.dropwizard.auth.Auth;
import javax.annotation.security.RolesAllowed;
import javax.validation.Valid;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws... | {
"content_hash": "10ca839fa632fa9483b9a7764c349f96",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 77,
"avg_line_length": 27.25,
"alnum_prop": 0.764525993883792,
"repo_name": "ahus1/keycloak-dropwizard-integration",
"id": "5f1dde2a44aa9713efc6cb983bb5c832c2a74455",
"size... |
FROM gcr.io/oss-fuzz-base/base-builder@sha256:111d6b9d3a52bd3392602c71dc8936c628607a7a9bc86d381db7586f9b1e840f
RUN apt-get update && apt-get install -y make autoconf automake libtool zip wget python
RUN git clone https://github.com/wolfssl/wolfssl --depth 1 $SRC/wolfssl
RUN git clone --depth 1 https://github.com/wolfS... | {
"content_hash": "aff37c2633520a40a4086ed8306736e1",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 187,
"avg_line_length": 94.71428571428571,
"alnum_prop": 0.8157724628312863,
"repo_name": "skia-dev/oss-fuzz",
"id": "a08f99746858341761eb8bfae854b6b26c89edbe",
"size": "53... |
package info.kimjihyok.ripplelibrary.renderer;
import android.graphics.Canvas;
/**
* Created by jkimab on 2017. 8. 30..
*/
public abstract class Renderer {
public void render(Canvas canvas, int x, int y, int buttonRadius, int rippleRadius, int rippleBackgroundRadius) {
}
public abstract void changeColor(in... | {
"content_hash": "ed11efbf06e51767e89025747affde03",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 115,
"avg_line_length": 20.8125,
"alnum_prop": 0.7417417417417418,
"repo_name": "wotomas/VoiceRipple",
"id": "0fd9ca116ac9aec302730a15dc02d268fd8169ef",
"size": "333",
"b... |
namespace hector_nav_msgs
{
static const char GETROBOTTRAJECTORY[] = "hector_nav_msgs/GetRobotTrajectory";
class GetRobotTrajectoryRequest : public ros::Msg
{
public:
virtual int serialize(unsigned char *outbuffer) const
{
int offset = 0;
return offset;
}
virtual int deserialize(... | {
"content_hash": "08ac4f42975933f5bf5709d59adc373c",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 78,
"avg_line_length": 22.103448275862068,
"alnum_prop": 0.6653666146645866,
"repo_name": "davidx3601/ric",
"id": "32152bd8535e2acddbc47a0fa7620416dace8d89",
"size": "1475"... |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<integer name="ean_size">13</integer>
<integer name="ean_width">8</integer>
<dimen name="head_line">24sp</dimen>
<dimen name="small_fontsize">12sp</dimen>
<!-- Per the design guidelines, navigation drawers should be... | {
"content_hash": "a47346a8d446c0a8af446b8d9ef79420",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 89,
"avg_line_length": 48.05882352941177,
"alnum_prop": 0.6878824969400245,
"repo_name": "surengrig/SuperDuo",
"id": "ca7077408a9c499b242b1b46596f3b4da4cb1735",
"size": "81... |
using namespace vgui;
struct PanelItem_t
{
PanelItem_t() : m_EditLabel(NULL) {}
Panel *m_EditLabel;
TextEntry *m_EditPanel;
ComboBox *m_pCombo;
Button *m_EditButton;
char m_szName[64];
int m_iType;
};
class CSmallTextEntry : public TextEntry
{
DECLARE_CLASS_SIMPLE( CSmallTextEntry, TextEntry );
public:
CSm... | {
"content_hash": "9b706257edc6f5d882910588b82c8824",
"timestamp": "",
"source": "github",
"line_count": 1405,
"max_line_length": 124,
"avg_line_length": 27.259074733096085,
"alnum_prop": 0.6068826862320165,
"repo_name": "BerntA/tfo-code",
"id": "c743c2026a37cd7a05fe4ceae97b6d62fe4f2cc0",
"size": "3... |
package io.fabric8.partition.internal.profile;
import io.fabric8.api.Container;
import io.fabric8.api.FabricException;
import io.fabric8.api.FabricService;
import io.fabric8.api.Profile;
import io.fabric8.api.ProfileBuilder;
import io.fabric8.api.ProfileService;
import io.fabric8.api.Version;
import io.fabric8.api.jc... | {
"content_hash": "69c1e45218d2abe6c2fe516c18f44810",
"timestamp": "",
"source": "github",
"line_count": 447,
"max_line_length": 153,
"avg_line_length": 37.6331096196868,
"alnum_prop": 0.6384496492688146,
"repo_name": "hekonsek/fabric8",
"id": "0c62a3880e6e0697b84937732836c4acc7274bdf",
"size": "174... |
<?php
namespace League\Glide\Manipulators;
use Mockery;
use PHPUnit\Framework\TestCase;
class ContrastTest extends TestCase
{
private $manipulator;
public function setUp(): void
{
$this->manipulator = new Contrast();
}
public function tearDown(): void
{
Mockery::close();
... | {
"content_hash": "4e6400339063a45ade549d323a7fe10c",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 97,
"avg_line_length": 30.145833333333332,
"alnum_prop": 0.5998617829993089,
"repo_name": "thephpleague/glide",
"id": "724a38ccaf2d635f68d2e539c67a3235e7d4e4af",
"size": "1... |
class RequestHandler {
private:
static TorrentMap torMap;
static UserMap usrMap;
static Database *db;
static std::unordered_set<std::string> bannedIPs;
static std::list<std::string> clientWhitelist;
static LeechStatus leechStatus;
static std::string announce(const Request*, const std::string&, bool);
s... | {
"content_hash": "34f3f622735d8a16e66e3fe07ee82089",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 83,
"avg_line_length": 43.526315789473685,
"alnum_prop": 0.74546553808948,
"repo_name": "JUX84/liquid",
"id": "1cbdf193732c3b91deae7b71bab40012667455c4",
"size": "1741",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.commons.math3.filter (Apache Commons Math 3.6.1 API)</title>
<link rel="stylesheet" type="... | {
"content_hash": "defb470062ee674acab3c38f19b9f4fc",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 392,
"avg_line_length": 46.295081967213115,
"alnum_prop": 0.6624173748819642,
"repo_name": "paridhika/XMPP_Parking",
"id": "fd550c6335b872a2b1716dde21b0c9ea0dfae6fa",
"siz... |
package org.lwjgl.llvm;
import javax.annotation.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.MemoryUtil.*;
/**
* Instances of this class may be passed to the {@link LLVMCore#LLVMContextSetDiagnosticHandler ContextSetDiagnosticHandler} method.
*
* <h3>Type</h3>
*
* <pre><code>
* void (*{@lin... | {
"content_hash": "d38b8b7787378920ac6066f5c1f5e1b9",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 132,
"avg_line_length": 31.916666666666668,
"alnum_prop": 0.6953872932985204,
"repo_name": "LWJGL-CI/lwjgl3",
"id": "3616568f8fa678935a91bce8d5d2827f0882b690",
"size": "243... |
/*
To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette
Then, run this script to get the list.
(function() {
var colors = {}, main = {};
$(".color-group").each(function() {
var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-... | {
"content_hash": "ea418837ca3341a9e30a6fe2f4b30dcd",
"timestamp": "",
"source": "github",
"line_count": 3954,
"max_line_length": 321,
"avg_line_length": 28.0257966616085,
"alnum_prop": 0.6702672947461512,
"repo_name": "liucloo/liuclblog",
"id": "22c2c3f87d7f21fdffc7768653349357e316b56e",
"size": "1... |
package org.apache.hadoop.hive.ql.exec.mr;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import... | {
"content_hash": "1cc7c1370f7d4844f3c30bde272b8e93",
"timestamp": "",
"source": "github",
"line_count": 522,
"max_line_length": 112,
"avg_line_length": 39.00574712643678,
"alnum_prop": 0.6603310249987722,
"repo_name": "lirui-apache/hive",
"id": "48aaf42268aaba5a37ea75f7672f1a622cd43321",
"size": "2... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Chapt... | {
"content_hash": "ffad62c5d36d1fe1becc5aa44c3fd14d",
"timestamp": "",
"source": "github",
"line_count": 278,
"max_line_length": 263,
"avg_line_length": 52.388489208633096,
"alnum_prop": 0.52073606152156,
"repo_name": "iadix/iadixcoin",
"id": "4a53586b304263981bb9a60eea779382253f2f34",
"size": "1458... |
# The implicit make rules have it looking for RCS files, among other things.
# We instead explicitly write all the rules we care about.
# It's even quicker (saves ~200ms) to pass -r on the command line.
MAKEFLAGS=-r
# The source directory tree.
srcdir := ..
abs_srcdir := $(abspath $(srcdir))
# The name of ... | {
"content_hash": "fa98c7fae68a9cb80236cd9895fd15a2",
"timestamp": "",
"source": "github",
"line_count": 353,
"max_line_length": 728,
"avg_line_length": 40.13314447592068,
"alnum_prop": 0.639090844921296,
"repo_name": "hejiheji001/HexoBlog",
"id": "51ebc657342ee869e383c3bff19206418ac11882",
"size": ... |
The demo contains one single file:
```
.
└── index.html
```
Before running it, execute the requirements below.
## Requirements
**1. Dependencies**
The demo requires Globalize and its dependencies. Globalize's dependencies are listed on [Getting
Started](../../README.md#dependencies), and the only one is
[cldrjs](... | {
"content_hash": "77aee3f0b22cc7a5ee885b737ab81fb1",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 199,
"avg_line_length": 31.050632911392405,
"alnum_prop": 0.6877293110476967,
"repo_name": "raskolnikova/infomaps",
"id": "6977ecb20540bcc05401f7d1d25b2f38b5705239",
"size"... |
package gform
type EventHandler func(arg *EventArg)
type EventManager struct {
handler EventHandler
}
func (this *EventManager) Fire(arg *EventArg) {
if this.handler != nil {
this.handler(arg)
}
}
func (this *EventManager) Bind(handler EventHandler) {
this.handler = handler
}
| {
"content_hash": "012b62f0d5848cfdd0aa47a034d2574e",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 54,
"avg_line_length": 17.941176470588236,
"alnum_prop": 0.6885245901639344,
"repo_name": "AllenDang/gform",
"id": "e8520f4e5f9d355210eb916604c2f96e48111e55",
"size": "305"... |
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference: text-emphasis-style: filled sesame, vertical</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style> rt { font-variant-east-asian: normal; } </style>
<p>Pass if ... | {
"content_hash": "82bdeb6eb4d09815ecf8336f3f3fce9f",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 175,
"avg_line_length": 70.125,
"alnum_prop": 0.6755793226381461,
"repo_name": "scheib/chromium",
"id": "fadc7d2773eaa9979e6b7d732659da7e40ad1ec3",
"size": "571",
"binary"... |
#pragma once
#include <aws/iot/IoT_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // namespace Json
} // namespace Utils
namespace IoT
{
namespace Mod... | {
"content_hash": "0ac147d053d8b89e4972f8027647b5ee",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 136,
"avg_line_length": 33.56470588235294,
"alnum_prop": 0.6764808973010866,
"repo_name": "aws/aws-sdk-cpp",
"id": "21efc38d6122a54ef6d9d60432b9df60590c1b00",
"size": "582... |
/* List of contributors:
*
* Initial Name/description
* -------------------------------------------------------------------
* MF Mario Fortier
*
* Change history:
*
* MMDDYY BY Description
* -------------------------------------------------------------------
* 121005 MF Firs... | {
"content_hash": "7cf9bbb2a218212ebc51ffd275caa08f",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 71,
"avg_line_length": 19.423076923076923,
"alnum_prop": 0.4376237623762376,
"repo_name": "BYVoid/TA-Lib",
"id": "06c5462175f4644b5cddeb7d0c26579a80365f27",
"size": "2107",... |
Neolib
======
Neolib is an in-depth and robust Python library designed to assist programmers in creating programs which automate mundane tasks on the popular browser based game, Neopets. The goal of Neolib is to objectify Neopets by translating it's many objects and tasks into classes and functions that represent them... | {
"content_hash": "7e4285b03a167f09a5a90b7f7c3a4409",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 380,
"avg_line_length": 35.75423728813559,
"alnum_prop": 0.744489215453899,
"repo_name": "jmgilman/Neolib",
"id": "6481fc12f7cb85a22f34f2d5096ade96cb222afa",
"size": "4219... |
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | {
"content_hash": "4111d664fe9e25c89a07a6c3deb60b4b",
"timestamp": "",
"source": "github",
"line_count": 641,
"max_line_length": 184,
"avg_line_length": 51.55538221528861,
"alnum_prop": 0.6338245529094926,
"repo_name": "GabrielBrascher/cloudstack",
"id": "c080ffd2f25cc980cf71700f95b70e9e0cd36630",
"... |
package jp.fieldnotes.hatunatu.dao.impl;
import jp.fieldnotes.hatunatu.dao.NullBean;
import jp.fieldnotes.hatunatu.dao.exception.BeanNotFoundRuntimeException;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
public class NullBeanMetaDataTest {
@Test
p... | {
"content_hash": "ae1b6aed4c6381b7bae0b921b069991d",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 73,
"avg_line_length": 27.78125,
"alnum_prop": 0.6996625421822272,
"repo_name": "azusa/hatunatu",
"id": "805d9657a5f52bbccece8034ca172eef6484ea85",
"size": "1503",
"binar... |
<!--
@license
Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | {
"content_hash": "7bf01b93c8e173f0f4220c5cefe20651",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 73,
"avg_line_length": 29.125,
"alnum_prop": 0.7092274678111588,
"repo_name": "WANdisco/gerrit",
"id": "b61c7e0b6b4ddae39ab0a7903e4601936783c19a",
"size": "932",
"binary"... |
<?php
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
namespace Twilio\Rest\Preview\Marketplace\AvailableAddOn;
use Twilio\InstanceContext;
use Twilio\Values;
use Twilio\Version;
/**
* PLEASE NOTE that this class contains preview products that are subjec... | {
"content_hash": "7d50bef83e12d0bbb6e00974c190d4db",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 194,
"avg_line_length": 30.24,
"alnum_prop": 0.5934744268077602,
"repo_name": "Transcendence17/ipheya",
"id": "353efb40ebefef7d0ca4e4fd1e8ec1bafbb2e90f",
"size": "2268",
... |
<?php
/** @noinspection PhpComposerExtensionStubsInspection */
declare(strict_types=1);
namespace EngineWorks\DBAL\Mysqli;
use EngineWorks\DBAL\CommonTypes;
use EngineWorks\DBAL\Result as ResultInterface;
use EngineWorks\DBAL\Traits\ResultImplementsCountable;
use EngineWorks\DBAL\Traits\ResultImplementsIterator;
us... | {
"content_hash": "bea1bbbc27710ce94e074b6ae5ef1756",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 115,
"avg_line_length": 31.683673469387756,
"alnum_prop": 0.5639291465378422,
"repo_name": "eclipxe13/engineworks-dbal",
"id": "eb2d7e6058e3ef08a51fa8e0e3acf868666dae10",
... |
<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
<td colspan="2">
<script type="text/javascript">
// <![CDATA[
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]'... | {
"content_hash": "23551dc47bf527557cbb131b3e5f1317",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 312,
"avg_line_length": 59.827586206896555,
"alnum_prop": 0.6263208453410183,
"repo_name": "aequasi/SeductiveCraft",
"id": "a9105b5eec24008e47e38c54c14d4d39f4cf55aa",
"size... |
@class LZEmotion;
@interface LZEmotionTool : NSObject
// 存表情
+ (void)addRecentEmotion:(LZEmotion *)emotion;
// 取表情
+ (NSArray *)recentEmotions;
@end
| {
"content_hash": "cfb25c6239c3d73d81660eded08d5b39",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 46,
"avg_line_length": 16.77777777777778,
"alnum_prop": 0.7284768211920529,
"repo_name": "zhangli940210/MyWeibo",
"id": "78a5ef51531c4bbeaafe5df0ce415e853a600f7f",
"size": "... |
package com.xiaoshangxing.xiaoshang.help.helpDetail;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutIn... | {
"content_hash": "bdf5abce913e050adf0efa2fe3c3cd72",
"timestamp": "",
"source": "github",
"line_count": 203,
"max_line_length": 123,
"avg_line_length": 38.251231527093594,
"alnum_prop": 0.5645846748229234,
"repo_name": "JNDX25219/XiaoShangXing",
"id": "fe2eab23ea14be79cece500fb7bb9449dd30bb83",
"si... |
using namespace mdsd::details;
using namespace web::http;
using namespace web::http::client;
static std::vector<byte>
SerializeData(
const std::string & text
)
{
std::vector<byte> v;
BinaryWriter writer(v);
writer.Write(text);
return v;
}
static bool
DisableWeakSslCiphers(
const std::strin... | {
"content_hash": "ed73333ac5d3adc4605b684dc4e3e638",
"timestamp": "",
"source": "github",
"line_count": 267,
"max_line_length": 116,
"avg_line_length": 29.029962546816478,
"alnum_prop": 0.6215972132628048,
"repo_name": "bpramod/azure-linux-extensions",
"id": "041d72b8f10abae6b8729c2b62752c549405493a"... |
layout: page
title: Hardy Software Trade Fair
date: 2016-05-24
author: Christina Rogers
tags: weekly links, java
status: published
summary: Integer ullamcorper maximus ante vitae placerat. Curabitur aliquam hendrerit sodales.
banner: images/banner/meeting-01.jpg
booking:
startDate: 01/25/2017
endDate: 01/26/2017
... | {
"content_hash": "04c3c7a7539e77fd326bb8b7f92be6de",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 761,
"avg_line_length": 73.5,
"alnum_prop": 0.8132343846629561,
"repo_name": "KlishGroup/prose-pogs",
"id": "f984f9d6c2264afccbe43bf051d6a0f81efc0f2a",
"size": "1621",
"b... |
using System;
using Umbraco.Cms.Core.Models;
namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource
{
// read-only dto
internal class ContentSourceDto : IReadOnlyContentBase
{
public int Id { get; set; }
public Guid Key { get; set; }
public int ContentTypeId { get; set; }
... | {
"content_hash": "f247b7db3bebc7d857dae7e9f003b157",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 68,
"avg_line_length": 34.5531914893617,
"alnum_prop": 0.6083743842364532,
"repo_name": "robertjf/Umbraco-CMS",
"id": "5bdcefcf94d0cb6568b1ed72f067ccc531d9a415",
"size": "1... |
var mu = require('mu2'); // notice the '2' which matches the npm repo, sorry..
var fs = require('fs');
var utils = require('../misc/utils');
var environment = require('../config/environment');
var globals = require('../globals');
mu.root = __dirname + '/templates';
module.exports = (links, category, filename, filepat... | {
"content_hash": "73d628f40969eef82e8383f0fe031261",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 78,
"avg_line_length": 28.615384615384617,
"alnum_prop": 0.6120071684587813,
"repo_name": "elliotaplant/PicFish",
"id": "97eed610100642fc2f38fde096c8d053d7cca230",
"size": ... |
package com.dss886.nForumSDK.model;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
/**
* 用户信箱结构体
* @author dss886
* @since 2014-9-7
*/
public class Mailbox {
/** 是否有新邮件 */
public boolean new_mail;
/... | {
"content_hash": "2e8ac7019fce32355c1b9b952f1cd840",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 86,
"avg_line_length": 26.833333333333332,
"alnum_prop": 0.5967908902691511,
"repo_name": "dss886/nForumSDK",
"id": "ed43ce609f4ecbe83840a9ae6012348744e0aa77",
"size": "273... |
package org.cipres.treebase.dao.jdbc;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map... | {
"content_hash": "30a3a8ab6a0eda2917461bedc36fe82f",
"timestamp": "",
"source": "github",
"line_count": 554,
"max_line_length": 159,
"avg_line_length": 29.71119133574007,
"alnum_prop": 0.6560145808019441,
"repo_name": "TreeBASE/treebasetest",
"id": "fff8e1e78bb72911968888a831f405bc2640359c",
"size"... |
<?php
/**
* Spiral, Core Components
*
* @author Wolfy-J
*/
namespace Spiral\ORM\Entities\Loaders\Traits;
use Spiral\Database\Builders\SelectQuery;
use Spiral\ORM\Helpers\AliasDecorator;
/**
* Provides ability to clarify Query where conditions in JOIN or WHERE statement, based on provided
* values.
*/
trait Wh... | {
"content_hash": "604c1f25ed70400e69379b66d4e22b26",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 99,
"avg_line_length": 26.325,
"alnum_prop": 0.6049382716049383,
"repo_name": "spiral/orm",
"id": "d54285f916552ef2b570cb0b53d91fbfea6ccde9",
"size": "1053",
"binary": fa... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>TestHFileLinkCleaner xref</title>
<link t... | {
"content_hash": "08f2dc08b03afab614bbef60d748b659",
"timestamp": "",
"source": "github",
"line_count": 172,
"max_line_length": 423,
"avg_line_length": 90.9186046511628,
"alnum_prop": 0.6527688962782965,
"repo_name": "zqxjjj/NobidaBase",
"id": "240d412aaec2be612898e3c09c28f091ff8bb6f6",
"size": "17... |
#include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
#include "dcmtk/dcmsr/dsrrrdcc.h"
DSRRadiopharmaceuticalRadiationDoseConstraintChecker::DSRRadiopharmaceuticalRadiationDoseConstraintChecker()
: DSRIODConstraintChecker()
{
}
DSRRadiopharmaceuticalRadiationDoseCo... | {
"content_hash": "6b1aab9303aa2ab04dbfb0613c0f2926",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 139,
"avg_line_length": 43.371134020618555,
"alnum_prop": 0.5925837889232232,
"repo_name": "leonardorame/openpacs",
"id": "3c7c7b26e22374de58abe7b7f2e68fb1d96c93ad",
"size"... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.plugin.osgi;
import com.yahoo.container.plugin.osgi.ExportPackages.Export;
import com.yahoo.container.plugin.osgi.ExportPackages.Parameter;
import com.yahoo.container.plugin.osgi.ImportP... | {
"content_hash": "edcf8efa7bf57cc565f42c382b56b065",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 146,
"avg_line_length": 46.114285714285714,
"alnum_prop": 0.697852127220157,
"repo_name": "vespa-engine/vespa",
"id": "aa74746bfff0b1791cde5f20a1ad1d45421d0245",
"size": "... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
The FAKE Command Line
parameters will be replaced with the
document title extracted from the <h1> element or
file name, if there is no <h1> heading
-->
<title>FAKE Command Line
</title>
<meta name="viewport" c... | {
"content_hash": "1931c802fa74576b0fcd65c273cc0da5",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 271,
"avg_line_length": 59.403225806451616,
"alnum_prop": 0.6226807855914562,
"repo_name": "ploeh/PollingConsumer",
"id": "628f11501c299f48d66b26350e99c8fe6ead6a2c",
"size... |
package io.github.hapjava.accessories;
import io.github.hapjava.characteristics.HomekitCharacteristicChangeCallback;
import io.github.hapjava.characteristics.impl.windowcovering.PositionStateEnum;
import io.github.hapjava.services.Service;
import io.github.hapjava.services.impl.WindowCoveringService;
import java.util.... | {
"content_hash": "1cf84eb765862da35b147b2d881be698",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 88,
"avg_line_length": 33.12987012987013,
"alnum_prop": 0.7534300274402195,
"repo_name": "beowulfe/HAP-Java",
"id": "1b618d66ff85edc3a14583244893d442fad25e16",
"size": "255... |
package CoGe::ECNCS::DB::Algorithm;
use strict;
use base 'CoGe::ECNCS::DB';
BEGIN {
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
$VERSION = '0.1';
@ISA = (@ISA, qw(Exporter));
#Give a hoot don't pollute, do not export more than needed by default
@EXPO... | {
"content_hash": "998cf11b6f52c7188aac0d74ae04a32c",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 76,
"avg_line_length": 20.58974358974359,
"alnum_prop": 0.6226650062266501,
"repo_name": "asherkhb/coge",
"id": "d8d94fc24fe0121f75e6a442fffadf5d4d82b78c",
"size": "2409",... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.Composition;
using System.ComponentModel.DataAnnotations.Schema;
using Mobet.Domain.Entities.Audited;
namespace Mobet.Domain.Enti... | {
"content_hash": "ba3daa309f31e10c98c4c3f37b35b80c",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 66,
"avg_line_length": 27.63157894736842,
"alnum_prop": 0.49714285714285716,
"repo_name": "Mobet/Mobet-Net",
"id": "6adb7691a1e963c1f5593146392d8e52bcac32d5",
"size": "328... |
<?xml version="1.0" encoding="utf-8"?>
<Resources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" language="Português" code="pt">
<page name="ACCOUNT">
<Resource tag="ACTIVITY">Your Activity</Resource>
<Resource tag="ARCHIVE">Archive</Resource>
<Resource... | {
"content_hash": "3742fd776fa74483b223fd784695d387",
"timestamp": "",
"source": "github",
"line_count": 6392,
"max_line_length": 801,
"avg_line_length": 64.80334793491865,
"alnum_prop": 0.7095091291405837,
"repo_name": "Pathfinder-Fr/YAFNET",
"id": "befceb6b2ed3b1ce276a8d2b53e202df040059f4",
"size"... |
package org.camunda.bpm.engine.variable.value.builder;
import org.camunda.bpm.engine.variable.value.ObjectValue;
import org.camunda.bpm.engine.variable.value.SerializationDataFormat;
/**
* @author Daniel Meyer
*
*/
public interface ObjectValueBuilder extends TypedValueBuilder<ObjectValue> {
ObjectValueBuilder ... | {
"content_hash": "e30462f7cb7295a607c632496d69c3bf",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 81,
"avg_line_length": 26.705882352941178,
"alnum_prop": 0.8281938325991189,
"repo_name": "falko/camunda-bpm-platform",
"id": "1c212e93e92637296787a979f8fb50f9d5e1a672",
"s... |
from unittest import TestCase
from unittest import main
from pylegos.core import Inspector
#USE CASE 1: Called from the different types of methods that can be contained inside a class
class sut1(object):
#USE CASE 2: Called from a nested class
class sut1nested(object):
@staticmethod
def getC... | {
"content_hash": "9c849c2cb63df92e191181fa0fa4db52",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 204,
"avg_line_length": 47.61666666666667,
"alnum_prop": 0.6825341267063353,
"repo_name": "velexio/pyLegos",
"id": "50470837b38c1d876838c23e8664e85075605158",
"size": "571... |
package org.assertj.core.api.abstract_;
import static org.mockito.Mockito.verify;
import org.assertj.core.api.AbstractAssert;
import org.assertj.core.api.AbstractAssertBaseTest;
import org.assertj.core.api.ConcreteAssert;
import org.junit.jupiter.api.Test;
/**
* Tests for <code>{@link AbstractAssert#isNull()}</co... | {
"content_hash": "f0f460cf19a54cd9c5b50f6a943697d0",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 75,
"avg_line_length": 22.102564102564102,
"alnum_prop": 0.7262180974477959,
"repo_name": "xasx/assertj-core",
"id": "174dc29658c30a84003a598a3b5cf740f7ed40a8",
"size": "14... |
#import "Icon.h"
#import "Trace.h"
@implementation Icon
#pragma mark -
#pragma mark Properties:
@synthesize type;
@synthesize uriString;
@synthesize creativeType;
@synthesize program;
@synthesize width;
@synthesize height;
@synthesize xPosition;
@synthesize yPosition;
@synthesize duration;
@synthe... | {
"content_hash": "90009708827665bade78bff6924eddd2",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 43,
"avg_line_length": 17.475,
"alnum_prop": 0.670958512160229,
"repo_name": "FeedStream/azure-media-player-framework",
"id": "54b87482aa9ba88abec87914669444811c7b6a8b",
"s... |
<?php
declare(strict_types=1);
namespace Biplane\YandexDirect\Api\V5\Contract;
/**
* Auto-generated code.
*/
class IncomeGradeAdjustmentFieldEnum
{
public const GRADE = 'Grade';
public const BID_MODIFIER = 'BidModifier';
public const ENABLED = 'Enabled';
}
| {
"content_hash": "9fe6e6d8135352f8dd7953df0d2bf13f",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 47,
"avg_line_length": 16.235294117647058,
"alnum_prop": 0.7028985507246377,
"repo_name": "biplane/yandex-direct",
"id": "724b34f4fb21a658aa76ba56d9f7bfa45c0c5c10",
"size":... |
package com.cloud.api.command.admin.storage;
import static com.cloud.api.ApiConstants.S3_ACCESS_KEY;
import static com.cloud.api.ApiConstants.S3_BUCKET_NAME;
import static com.cloud.api.ApiConstants.S3_CONNECTION_TIMEOUT;
import static com.cloud.api.ApiConstants.S3_CONNECTION_TTL;
import static com.cloud.api.ApiConsta... | {
"content_hash": "48fd45e2cb677eb7cc58d37b71d1f3fc",
"timestamp": "",
"source": "github",
"line_count": 258,
"max_line_length": 148,
"avg_line_length": 38.94961240310077,
"alnum_prop": 0.6716091153348592,
"repo_name": "remibergsma/cosmic",
"id": "5a08d9769249f30c857fc9f8fbdb02f86b66c07e",
"size": "... |
package matrixPerspective
import "testing"
func TestRun(t *testing.T) {
Run()
}
| {
"content_hash": "9fd4000827bd778a1468f29fa63bf606",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 28,
"avg_line_length": 11.857142857142858,
"alnum_prop": 0.7228915662650602,
"repo_name": "alexozer/opengl-samples-golang",
"id": "bb0caa720762de74c74f820423f7d37c64639a47",
... |
<html lang="en-US" class="csstransforms csstransforms3d csstransitions"><!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>SHAFQAT ALI </title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" id="basic-css" href="css/basic.css" type="text/css" media="all">
<link rel="stylesheet" id="headers-c... | {
"content_hash": "87c91f74329b269ca94e452971a95551",
"timestamp": "",
"source": "github",
"line_count": 437,
"max_line_length": 739,
"avg_line_length": 46.890160183066364,
"alnum_prop": 0.6474549802352252,
"repo_name": "sshariff01/LiberalCandidate",
"id": "dbc459427b7a5058f8260d4eb86816e987a29a5c",
... |
import http from "k6/http";
import { check, sleep, fail, group } from "k6";
const users = JSON.parse(open("./users.json"));
const __VU = 1;
function test1() {
const user = users[__VU - 1];
console.log(`${user.username}, ${user.password}`);
sleep(3);
}
const binFile1 = open("/path/to/file.bin", "b");
exp... | {
"content_hash": "f1beb04e4fc642fda9fff52a09d935c8",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 123,
"avg_line_length": 29,
"alnum_prop": 0.5925988225399496,
"repo_name": "AgentME/DefinitelyTyped",
"id": "e40bc2e99cf8e819e7b9657fd858a57c141281c6",
"size": "5945",
"... |
<PackageItem xmlns:tcm="http://www.tridion.com/ContentManager/5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.sdltridion.com/ContentManager/ImportExport/Package/2013">
<Data>
<tcm:Data>
<tcm:Title>Default Finish Actions</tcm:Title>
<tcm:Type>CompoundTemplate</tcm:Type>
<tcm:Con... | {
"content_hash": "21990555db072902618c1e4742044ffc",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 218,
"avg_line_length": 89.70731707317073,
"alnum_prop": 0.7743338771071234,
"repo_name": "sdl/dxa-content-management",
"id": "7e7648e4b8e75f1313c7361d1b94bb943597b3d7",
"s... |
package org.apache.cassandra.io.sstable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import org.apache.cassandra.config.DatabaseDescriptor;
import org.apache.cassandra.db.DecoratedKey;
import org.apach... | {
"content_hash": "44d15d01a53de8c6f87d1f41ac0b1e60",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 160,
"avg_line_length": 31.486725663716815,
"alnum_prop": 0.6422147273749297,
"repo_name": "bcoverston/apache-hosted-cassandra",
"id": "1b9291bb92ddada0e377484500ca4505c2682... |
<?php
namespace HiPay\Wallet\Mirakl\Integration\Command\Cashout;
use Exception;
use HiPay\Wallet\Mirakl\Cashout\TransactionStatus as TransactionStatusProcessor;
use HiPay\Wallet\Mirakl\Integration\Command\AbstractCommand;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Com... | {
"content_hash": "aa0cd44236b6e121e4e1460ea5b1a7a8",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 126,
"avg_line_length": 30.692307692307693,
"alnum_prop": 0.6735588972431078,
"repo_name": "hipay/hipay-wallet-cashout-mirakl-integration",
"id": "5a9f5d4883bdd0f9453d19e5512... |
package com.all.client.services;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.TimeUnit;
import javax.annotation.PostConstruct;
import org.apache.commons.logging.Log;
import o... | {
"content_hash": "8220eb5160c95b5ada43c1ce8096de1d",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 133,
"avg_line_length": 33.18333333333333,
"alnum_prop": 0.7433450527373179,
"repo_name": "josdem/client",
"id": "32ffebab72e30105e09928368b60c06498a28d1e",
"size": "15544... |
using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
/// <summary>
/// AlipayOpenPublicContentCancelModel Data Structure.
/// </summary>
[Serializable]
public class AlipayOpenPublicContentCancelModel : AopObject
{
/// <summary>
/// message_id 是发布接口调用之后拿到的返回值,... | {
"content_hash": "aebb898c24900ac81a6f3be38eb64d55",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 63,
"avg_line_length": 24.77777777777778,
"alnum_prop": 0.6345291479820628,
"repo_name": "erikzhouxin/CSharpSolution",
"id": "f6a2544966ccaa8ffa43e369866c4821aeadcce9",
"si... |
using EOLib.Domain.Chat;
using EOLib.Extensions;
using EOLib.Graphics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Optional.Unsafe;
namespace EndlessClient.Rendering.Chat
{
public class ChatRenderable : IChatRenderable
{
private const int ICON_GRAPHIC_X_OFF = 3;
... | {
"content_hash": "e3ceace23952d06b5106e8f4052519c0",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 135,
"avg_line_length": 34.305263157894736,
"alnum_prop": 0.5820803927585149,
"repo_name": "ethanmoffat/EndlessClient",
"id": "c1e97de94f0e3cf45d25142e470e70d933c464c9",
"s... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "aab877991be7e8cdde9f0e4141b53cb8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "7a0b389ce97cde3c66e60683679c7ad3cfe16c28",
"size": "182... |
<?php
/**
* DbSync
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://code.google.com/p/php-dbsync/wiki/License
* If you did not receive a copy of the license and... | {
"content_hash": "2a9970e88bbf09fb3b9526be88395650",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 97,
"avg_line_length": 26.42391304347826,
"alnum_prop": 0.5787741670094612,
"repo_name": "simha95/php-dbsync",
"id": "f84d2b90f7e8c30f9d893ac5a4767a092a87a613",
"size": "24... |
module FortuneTeller
VERSION = "0.0.6"
end
| {
"content_hash": "9afaf139984e40631e0125ef96c9730c",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 20,
"avg_line_length": 15,
"alnum_prop": 0.7111111111111111,
"repo_name": "JayTeeSF/fortune_teller",
"id": "dd26e9a1a80a9545852aee2e25b5c362df5a952c",
"size": "45",
"binar... |
package main
import (
"fmt"
)
type Printer[T ~string] struct {
PrintFn func(T)
}
func Print[T ~string](s T) {
fmt.Println(s)
}
func PrintWithPrinter[T ~string, S interface {
~struct {
ID T
PrintFn_ func(T)
}
PrintFn() func(T)
}](message T, obj S) {
obj.PrintFn()(message)
}
func main() {
PrintWith... | {
"content_hash": "a0c620ed830dd31c3de5b9044cbf509a",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 57,
"avg_line_length": 17.022727272727273,
"alnum_prop": 0.6795727636849133,
"repo_name": "CAFxX/go",
"id": "2db1487ecb188a95d554f8d6fb9c1959b9de424e",
"size": "917",
"bi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.