text stringlengths 2 1.04M | meta dict |
|---|---|
'use strict';
import Events from './events.js';
class Widget extends Events {
constructor(config) {
super();
this.__config = config;
this.eventSplitter = /\s+/;
this.events = {};
this.template = '';
this._delegateEvent();
this.setUp();
}
_delegateEvent () {
var events = this.e... | {
"content_hash": "223f2ccb86889fbb6068433e2494eb67",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 66,
"avg_line_length": 24.934579439252335,
"alnum_prop": 0.5183658170914542,
"repo_name": "luckyadam/labs",
"id": "dc37aa484d185484c0e19ecc1878c195a6f49373",
"size": "2668... |
package com.algorithm.patterns.simuduck;
import com.algorithm.patterns.contstants.Constants;
public class MuteQuack implements QuackBehavior {
@Override
public String quack() {
System.out.println(Constants.QUACK_MUTE);
return Constants.QUACK_MUTE;
}
}
| {
"content_hash": "9e69754906d64b60123946f9a789ceca",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 51,
"avg_line_length": 25.636363636363637,
"alnum_prop": 0.7304964539007093,
"repo_name": "vgerasev/algorithm-java",
"id": "5ad0d826aa7c30187b4e032dbb1231ce0a14c350",
"size... |
package com.amazonaws.services.amplify.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.amplify.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
import static co... | {
"content_hash": "0960c7fd1eaec23f606c9b4f8809d79e",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 141,
"avg_line_length": 37.014925373134325,
"alnum_prop": 0.6483870967741936,
"repo_name": "jentfoo/aws-sdk-java",
"id": "6b018be2b53d23791fbc8acb79fb664ff51ffdad",
"size":... |
import logging
import gevent
from ...policy import Policy
from . import models
logger = logging.getLogger(__name__)
class MongoPolicy(Policy):
_name = "mongo"
def search_domain(self, protocol):
return models.Domain.search(protocol)
def search_mynetwork(self, protocol):
return mode... | {
"content_hash": "cc4537f0e85002a44f5fe715fa3cd6ea",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 91,
"avg_line_length": 30.1875,
"alnum_prop": 0.5797101449275363,
"repo_name": "radical-software/mongrey",
"id": "5805758107c9f655810ddbe04157070dbc95b080",
"size": "1957",... |
<!DOCTYPE html>
<html>
<head>
<title>LegendButton Tests</title>
<!-- META TAGS -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- CSS -->
<link rel="stylesheet" href="app/resources/App.css">
<style type='text/css'>
body {
padding: 50px;
... | {
"content_hash": "f3472467caa8ec4a76824099f6b83c58",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 89,
"avg_line_length": 25.32,
"alnum_prop": 0.46445497630331756,
"repo_name": "agrc/BEMS",
"id": "366fa5a94754834778ce11b29bd96e96f2d1d926",
"size": "1266",
"binary": fal... |
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.30 03/05/08 */
/* */
/* ... | {
"content_hash": "46be163cd29e4f358b3dc0e67b3d5692",
"timestamp": "",
"source": "github",
"line_count": 745,
"max_line_length": 107,
"avg_line_length": 31.8751677852349,
"alnum_prop": 0.47563902808775843,
"repo_name": "DrItanium/LibExpertSystem",
"id": "ada509cd43e2fa6816843c23c8a64a96d2408dea",
"s... |
package com.wenyu.danmuku;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Applicat... | {
"content_hash": "f198a74c4ce8703a50e4ecc3b9ccdbc0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 93,
"avg_line_length": 25.846153846153847,
"alnum_prop": 0.7738095238095238,
"repo_name": "ChanJLee/android_live",
"id": "44d1974df861675119d8ab6627b8c35b03207d29",
"size":... |
<?php namespace Fungku\NetSuite\Classes;
class FileEncoding {
static $paramtypesmap = array(
);
const _autoDetect = "_autoDetect";
const _shiftJis = "_shiftJis";
const _utf8 = "_utf8";
const _windows1252 = "_windows1252";
}
| {
"content_hash": "664856c685be00aa739fbcef200eb70e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 40,
"avg_line_length": 21.09090909090909,
"alnum_prop": 0.6896551724137931,
"repo_name": "bitclaw/netsuite-php",
"id": "287df2866e4c5e5bff74441121d377b8de1b57f2",
"size": "... |
import Helper, { states } from './_helper';
import { module, test } from 'qunit';
module('Integration | ORM | Has Many | Many to Many | accessor', {
beforeEach() {
this.helper = new Helper();
}
});
states.forEach((state) => {
test(`the references of a ${state} are correct`, function(assert) {
let [ ord... | {
"content_hash": "a56431d32b411a3509d3eb573ac989e3",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 113,
"avg_line_length": 31.666666666666668,
"alnum_prop": 0.6463157894736842,
"repo_name": "mixonic/ember-cli-mirage",
"id": "1ed3a728bdc0b1caac811fbe639753d1bfce8946",
"si... |
namespace dota2
{
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name = @"CDemoFileHeader")]
public partial class CDemoFileHeader : global::ProtoBuf.IExtensible
{
public CDemoFileHeader() { }
private string _demo_file_stamp;
[global::ProtoBuf.ProtoMember(1, IsRequired ... | {
"content_hash": "0afc28be028668a41cb3b7d7152adae4",
"timestamp": "",
"source": "github",
"line_count": 10199,
"max_line_length": 222,
"avg_line_length": 46.62457103637612,
"alnum_prop": 0.6309544838956603,
"repo_name": "bradzacher/Eaglesong",
"id": "f51ef6ad479eab917e5d3f99e68bb73d85e0172f",
"size... |
/*
* 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 agreed to in writing, software distributed under t... | {
"content_hash": "cf2887eb255fb42f9c73eac1011d8bac",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 182,
"avg_line_length": 31.934065934065934,
"alnum_prop": 0.7195457673778389,
"repo_name": "googleapis/google-api-java-client-services",
"id": "497f2e45b2af7b687ce7e78387a0a9... |
#pragma once
#include <aws/gamelift/GameLift_EXPORTS.h>
#include <aws/gamelift/GameLiftRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/gamelift/model/GameServerUtilizationStatus.h>
#include <aws/gamelift/model/GameServerHealthCheck.h>
#include <utility>
namespace Aws
{
namespace GameLift
{... | {
"content_hash": "146c68267bd03e3f634e2f71dbbb5a99",
"timestamp": "",
"source": "github",
"line_count": 276,
"max_line_length": 155,
"avg_line_length": 43.778985507246375,
"alnum_prop": 0.703467681867086,
"repo_name": "aws/aws-sdk-cpp",
"id": "347c85a37203895817e711511184d33ffdcfc522",
"size": "122... |
#include <aws/devicefarm/model/ListUniqueProblemsRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::DeviceFarm::Model;
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
ListUniqueProblemsRequest::ListUniqueProblemsRequest() :
m_arnHasBeenSet(false),... | {
"content_hash": "3cfc79840d8f55a9ee41dade15af0080",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 103,
"avg_line_length": 19.340425531914892,
"alnum_prop": 0.7524752475247525,
"repo_name": "chiaming0914/awe-cpp-sdk",
"id": "76f27266efcd8dc260687bf91a61d680102ee783",
"si... |
package paavohuh.sourcream.ui;
import java.awt.Color;
import java.awt.Dialog;
import java.awt.Dimension;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.util.function.Consumer;
import javax.swing.JButton;
import paavohuh.sourcream.utils.ColorUtils;
/**
* A control for selecting colors. Creates a ... | {
"content_hash": "9fef200a892fd229e8921d8b4383567c",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 98,
"avg_line_length": 28.350649350649352,
"alnum_prop": 0.6262024736601007,
"repo_name": "paavohuhtala/SourCream",
"id": "336ae24a441ff2bc95fde8d38561f0bfd08649dc",
"size"... |
module.exports = function(config) {
config.set({
// base path, that will be used to resolve files and exclude
basePath: '',
// frameworks to use
frameworks: ['mocha'],
// list of files / patterns to load in the browser
files: [
'bower_components/es5-shim/es5-shim.js',
'bowe... | {
"content_hash": "493fd6e1adbedcbca24e58fc0df56779",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 120,
"avg_line_length": 29.047619047619047,
"alnum_prop": 0.6311475409836066,
"repo_name": "lovewitty/reactable",
"id": "1229450396a89c971eee311ad4a5228ffb953061",
"size": ... |
package servicecatalog_test
import (
"encoding/hex"
"fmt"
"math/rand"
"reflect"
"strings"
"testing"
"github.com/davecgh/go-spew/spew"
proto "github.com/golang/protobuf/proto"
"github.com/kubernetes-incubator/service-catalog/pkg/api"
testapi "github.com/kubernetes-incubator/service-catalog/pkg/apis/servic... | {
"content_hash": "ea93910bd44b09223008f2695a45b037",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 223,
"avg_line_length": 32.93364928909953,
"alnum_prop": 0.720103612030508,
"repo_name": "jboyd01/service-catalog",
"id": "7692000407e6d6fc0f36b83cb6165b3060b37b31",
"size... |
package org.olat.presentation.course.nodes.projectbroker;
import org.apache.log4j.Logger;
import org.olat.data.course.nodes.projectbroker.Project;
import org.olat.lms.commons.ModuleConfiguration;
import org.olat.lms.course.nodes.ProjectBrokerCourseNode;
import org.olat.lms.course.nodes.projectbroker.ProjectBrokerMan... | {
"content_hash": "4554c45a7a541f094cdb6ec71281ca39",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 168,
"avg_line_length": 53.72789115646258,
"alnum_prop": 0.6747277791846037,
"repo_name": "huihoo/olat",
"id": "d972481e60a7691d0354180e9e4a90a1ac62cbda",
"size": "8694",
... |
<main class="container">
<div>
<h1 class="demo-text">Hello</h1>
</div>
<div class="controls">
<!-- Weight Controls -->
<div class="slider-container">
<input type="range" min="100" max="900" value="500" class="slider" id="text-weight" name="text-weight" data-index="0">
<div class="slider-co... | {
"content_hash": "bbb63a5196c936949b19d86f80a304e1",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 124,
"avg_line_length": 34.95348837209303,
"alnum_prop": 0.550232867598137,
"repo_name": "rscheuer/rscheuer.github.io",
"id": "85992dc8e2ffac9bd43fe982385224708c484135",
"s... |
#ifndef __ASM_X86_64_PROCESSOR_H
#define __ASM_X86_64_PROCESSOR_H
#include <asm/segment.h>
#include <asm/page.h>
#include <asm/types.h>
#include <asm/sigcontext.h>
#include <asm/cpufeature.h>
#include <linux/config.h>
#include <linux/threads.h>
#include <asm/msr.h>
#include <asm/current.h>
#include <asm/system.h>
#i... | {
"content_hash": "d687d75f78f6852fc526ac8e5c088d62",
"timestamp": "",
"source": "github",
"line_count": 478,
"max_line_length": 103,
"avg_line_length": 27.269874476987447,
"alnum_prop": 0.6804756425009589,
"repo_name": "ut-osa/syncchar",
"id": "8c8d88c036ed07d037f55435196b91aba545c586",
"size": "13... |
package org.apache.flink.configuration;
import org.apache.flink.annotation.Public;
import org.apache.flink.annotation.PublicEvolving;
import org.apache.flink.api.common.ExecutionConfig;
import org.apache.flink.core.io.IOReadableWritable;
import org.apache.flink.core.memory.DataInputView;
import org.apache.flink.core... | {
"content_hash": "c5a0a86574abd660aa6a9fc0e84a6897",
"timestamp": "",
"source": "github",
"line_count": 1180,
"max_line_length": 109,
"avg_line_length": 30.32457627118644,
"alnum_prop": 0.6686974261520834,
"repo_name": "kaibozhou/flink",
"id": "fd965db6063e23847d8cfe299ead6a11caaf9cd6",
"size": "36... |
// Copyright 2003-2008 Jan Gaspar.
// Copyright 2013 Paul A. Bristow. Added some Quickbook snippet markers.
// Distributed under the Boost Software License, Version 1.0.
// (See the accompanying file LICENSE_1_0.txt
// or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
//[circular_buffer_example_1
/*`For all exa... | {
"content_hash": "70315d831c7f790f5d2b8c935e939e84",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 74,
"avg_line_length": 23.682539682539684,
"alnum_prop": 0.6092493297587132,
"repo_name": "nawawi/poedit",
"id": "0100741222bca434f564096aab05c8747f25d5a1",
"size": "1492",... |
namespace hermit {
struct none_type {
bool operator==( const none_type& ) const { return true; }
bool operator!=( const none_type& ) const { return false; }
bool operator>( const none_type& ) const { return false; }
bool operator<( const none_type& ) const { return false; }
bool operator>=( const ... | {
"content_hash": "9ac53992c6bb8d0ef628af8aebc7eda9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 63,
"avg_line_length": 33.46153846153846,
"alnum_prop": 0.6367816091954023,
"repo_name": "Fadis/softdsp",
"id": "19ea94091b0bb147443a3784d8cf62cf1e49fbdf",
"size": "494",
... |
package net.christophermerrill.FancyFxTree.example;
import javafx.application.*;
import javafx.collections.*;
import javafx.scene.*;
import javafx.scene.control.*;
import javafx.scene.layout.*;
import javafx.stage.*;
import net.christophermerrill.FancyFxTree.*;
import java.net.*;
/**
* @author Christopher L Merrill... | {
"content_hash": "8df091ec5ce77fcf349faf29d792a838",
"timestamp": "",
"source": "github",
"line_count": 164,
"max_line_length": 111,
"avg_line_length": 33.042682926829265,
"alnum_prop": 0.5916220704927109,
"repo_name": "ChrisLMerrill/FancyFxTree",
"id": "287afd7fee851d5d20b55be90a6dbdeae846191d",
"... |
package seedu.malitio;
import com.google.common.eventbus.Subscribe;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.stage.Stage;
import seedu.malitio.commons.core.Config;
import seedu.malitio.commons.core.EventsCenter;
import seedu.malitio.commons.core.LogsCenter;
import seedu.... | {
"content_hash": "0013d93e11381477142d34b3078cfed1",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 108,
"avg_line_length": 34.46534653465346,
"alnum_prop": 0.6505314564780236,
"repo_name": "CS2103AUG2016-T13-C3/main",
"id": "4fc8d944289e698ae5e248820d23574b73587739",
"s... |
{% load i18n %}
{% extends "html/projects/page.html" %}
{% block title %}{{ project|htsafe }} | {% trans %}Project Management{% endtrans %}{% endblock %}
{% block module_title %}{{ project }}{% endblock %}
{% block module_subtitle %}{% trans %}Project{% endtrans %}{% endblock %}
{% block module_topmenu %}
<a href="... | {
"content_hash": "70097ae508ce9b0d8936ac869f3ee079",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 125,
"avg_line_length": 38.65979381443299,
"alnum_prop": 0.588,
"repo_name": "tovmeod/anaf",
"id": "b9edc2522d215b933e42c4c387978b92c612a3de",
"size": "3750",
"binary": f... |
layout: post
author: Christoph Broschinski
title: University of Milan joins OpenAPC
date: 2017-02-07 08:00:00
summary:
categories: [general, openAPC]
comments: true
---
We welcome the [Università degli Studi di Milano](http://www.unimi.it/ENG/) (University of Milan) as our first contributing ... | {
"content_hash": "3dd5b44ebeca72bab88ae46892045172",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 147,
"avg_line_length": 49.54838709677419,
"alnum_prop": 0.4664713541666667,
"repo_name": "OpenAPC/openapc.github.io",
"id": "4c0cb0a9ea227af4f3ca900ea187c20ea44dc88b",
"si... |
package com.alibaba.wasp.zookeeper;
import com.alibaba.wasp.FConstants;
import com.alibaba.wasp.ZooKeeperConnectionException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.Abortable;
import org.apache.ha... | {
"content_hash": "14c1b0c08e72697ddab4ff8c5b6b925a",
"timestamp": "",
"source": "github",
"line_count": 439,
"max_line_length": 98,
"avg_line_length": 34,
"alnum_prop": 0.6908079860645853,
"repo_name": "fengshao0907/wasp",
"id": "ed1af2f0038cf90e27793b60c8047c37e2168da0",
"size": "15735",
"binary... |
/*
===============================================================================
Trace model vs. polygonal model collision detection.
It is more important to minimize the number of collision polygons
than it is to minimize the number of edges used for collision
detection (total edges - internal edges).
Stit... | {
"content_hash": "2c4d46d149cc57d3aae9f5cc023daee5",
"timestamp": "",
"source": "github",
"line_count": 3667,
"max_line_length": 165,
"avg_line_length": 27.296973002454322,
"alnum_prop": 0.6231593038821954,
"repo_name": "Grimace1975/bclcontrib-scriptsharp",
"id": "b93bd68e6b67fe7f241156d1af3fea85c0bc... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_10) on Fri Jan 14 15:43:25 PST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class javax.mail.event.Fo... | {
"content_hash": "70b56d7c27674d7bb41cfb31967268fe",
"timestamp": "",
"source": "github",
"line_count": 221,
"max_line_length": 280,
"avg_line_length": 47.06334841628959,
"alnum_prop": 0.639265455244688,
"repo_name": "kiyon95/NEWPOCproc",
"id": "3215077443c05f28a518fcb91ccfb72e93a43387",
"size": "1... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ho... | {
"content_hash": "b5ceaa8d276812551c0aec8d033b248e",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 84,
"avg_line_length": 38.542857142857144,
"alnum_prop": 0.7472201630837657,
"repo_name": "Cezus/hotspots.js",
"id": "b20ddb2159b15f67550dbeef22ae680eea26f311",
"size": "13... |
using DotNetStarter.Abstractions;
using System;
namespace DotNetStarter
{
/// <summary>
/// Locator extensions for application developers
/// </summary>
public static class LocatorExtensions
{
/// <summary>
/// Attempts to see if given ILocator implementions IServiceProvider, other... | {
"content_hash": "e8188fd4ef00b76d8ef44e413b0232d1",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 143,
"avg_line_length": 37.92307692307692,
"alnum_prop": 0.6632860040567952,
"repo_name": "bmcdavid/DotNetStarter",
"id": "603f17849bee090be7c97c083bdf5c47db1db908",
"size"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Search Test</title>
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<div class="container">
@yield('content')
</div>
</body>
</html> | {
"content_hash": "b465a099d5be91206c3379648bc6907d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 44,
"avg_line_length": 16.923076923076923,
"alnum_prop": 0.6272727272727273,
"repo_name": "amiridon/phpsearchtest",
"id": "866a587af084d6413fae2a78b69fccb1bb35f492",
"size"... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE761_Free_Pointer_Not_at_Start_of_Buffer__wchar_t_environment_45.c
Label Definition File: CWE761_Free_Pointer_Not_at_Start_of_Buffer.label.xml
Template File: source-sinks-45.tmpl.c
*/
/*
* @description
* CWE: 761 Free Pointer not at Start of Buffer
* BadSource:... | {
"content_hash": "39f9bea339460f054860cdd9ea6fe372",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 123,
"avg_line_length": 30.65986394557823,
"alnum_prop": 0.6152651431107167,
"repo_name": "JianpingZeng/xcc",
"id": "38504575caf6dd5fcaee5de958c04cd93e380cda",
"size": "45... |
#include <aws/iotanalytics/model/PipelineSummary.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace IoTAnalytics
{
namespace Model
{
PipelineSummary::PipelineSummary() :
m_pipelineNameHasBeenSet(false)... | {
"content_hash": "95746ed8cc77722871b944008a3ffaa6",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 150,
"avg_line_length": 25.457943925233646,
"alnum_prop": 0.762114537444934,
"repo_name": "cedral/aws-sdk-cpp",
"id": "cc528420c439a8e74ae769c327dc4301281c914b",
"size": "... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ccs: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "f2b9914e612b0ab349425db355e90c63",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 159,
"avg_line_length": 40.60919540229885,
"alnum_prop": 0.549816020379281,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "f21f524e3538581050d490aec3edba8769b77f52",
... |
using UnityEngine;
using System.Collections;
using System;
using UnityEngine.UI;
public class GameController : MonoBehaviour {
public GameObject originalBase;
public GameObject baseFolder;
public GameObject scoreLabel;
private GameObject gameField;
private GameObject[,] bases;
private GameObject[] waypoints;
... | {
"content_hash": "5c1d2ab371fb35a54386fe250e5c6f75",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 135,
"avg_line_length": 27.13095238095238,
"alnum_prop": 0.6910925844668714,
"repo_name": "emazzotta/unity-tower-defense",
"id": "725909617864c424dce129c88cd5daaf4882bf12",
... |
<map name="GraffleExport">
<area shape=rect coords="318,3,438,30" href="Modules.html">
</map>
<img border=0 src="GRAF.png" usemap="#GraffleExport">
| {
"content_hash": "43c9a084db21a7c95666f832de918cc4",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 60,
"avg_line_length": 37.25,
"alnum_prop": 0.7046979865771812,
"repo_name": "nickmain/clips-graffle",
"id": "8b095bd2995fcb79413e98e4ecb58aea0e386f85",
"size": "149",
"bi... |
{% extends "admin/edit.html" %}
{% block form_action %}/api/announcements/{{ announcement.key() }}/edit/{% endblock %}
{% block form_fields %}
<label for="title">
<span class="prefix">title</span>
<input type="text" name="title" value="{{ announcement.title }}" />
<span class="suffix"></span>
</label... | {
"content_hash": "b95df34553a0e1f6cada58fae44eb70d",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 578,
"avg_line_length": 52.80769230769231,
"alnum_prop": 0.6411143481427531,
"repo_name": "spaceone/mils-secure",
"id": "8d337ec1af01c36003c552a5d3d38cde353204a6",
"size":... |
<?xml version="1.0"?>
<Document>
<Sentence>
<value>A primary brain tumor is a group (mass) of abnormal cells that start in the brain.</value>
<pattern_crowdsource> A [[primary brain tumor|C0750974]] is a group (mass) of abnormal cells that start in the [[brain|C0006104]]. </pattern_crowdsource>
<annotations>
... | {
"content_hash": "3cd255a87cc852850be345f1a5324fc1",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 156,
"avg_line_length": 27.714285714285715,
"alnum_prop": 0.6721649484536083,
"repo_name": "pvougiou/KB-Text-Alignment",
"id": "b3f5665153f9fe994cf5e54eb3b6f6023e53b26d",
"... |
static const char UNUSED *bitcoin_strings[] = {
QT_TRANSLATE_NOOP("poundkoin-core", ""
"%s, you must set a rpcpassword in the configuration file:\n"
"%s\n"
"It is recommended you use the following random password:\n"
"rpcuser=poundkoinrpc\n"
"rpcpassword=%s\n"
"(you do not need to remember this password)\n"
"The userna... | {
"content_hash": "88b600f85c7f081df87602b70ca049ee",
"timestamp": "",
"source": "github",
"line_count": 203,
"max_line_length": 110,
"avg_line_length": 67.80295566502463,
"alnum_prop": 0.743606509735542,
"repo_name": "madman5844/poundkoin",
"id": "7467a68c39a8277bb34e07f6d5d9ff51f63dfcf4",
"size": ... |
debian_root = "/etc/ssl"
debian_certs = "#{debian_root}/certs"
debian_keys = "#{debian_root}/private"
debian_group = "root"
default['ssl']['certs_dir'] = debian_certs
default['ssl']['keys_dir'] = debian_keys
default['ssl']['group'] = debian_group
| {
"content_hash": "4f6d90d2a0fa742ec2dd3226a6514863",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 42,
"avg_line_length": 31.875,
"alnum_prop": 0.6509803921568628,
"repo_name": "visay/chef-repo-testing",
"id": "7ec0d279164f133680e2bb828517d6f0909c022e",
"size": "255",
"... |
#pragma once
#include <gst/gst.h>
#include <vector>
#include <string>
#include <string_view>
#include <optional>
namespace gst_helper
{
/** Converts the passed in gst_list into a std::vector<std::string>
* @param gst_list Must be GST_VALUE_HOLDS_LIST( &gst_list ) == TRUE and the list values must contain G_T... | {
"content_hash": "836433e49d4e4545a60363a6a5682376",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 127,
"avg_line_length": 36.65573770491803,
"alnum_prop": 0.6301431127012522,
"repo_name": "TheImagingSource/tiscamera",
"id": "e9317a678bd17416b516c73721472f97c97455d9",
"s... |
require 'tradier/base'
module Tradier
class Calendar < Tradier::Base
# Create a new [Tradier::Calendar] instance from a response
#
# @param body [Hash]
# @return [Tradier::Calendar]
def self.from_response(body={})
new(body)
end
def month
@_month ||= @attrs[:calendar][:days][... | {
"content_hash": "9a520d4b3a46996969bd160c496a85a3",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 63,
"avg_line_length": 18.17391304347826,
"alnum_prop": 0.5909090909090909,
"repo_name": "tradier/tradier.rb",
"id": "19464327a721be26e024d2cd5457bac5a6c874d6",
"size": "41... |
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee1817adc08">
<name ty... | {
"content_hash": "88b61b1c783264a92a73154ef3d65c3e",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 424,
"avg_line_length": 49.294117647058826,
"alnum_prop": 0.7632458233890215,
"repo_name": "freelawproject/juriscraper",
"id": "317a6bdc1bbfc8aa4ed356d6abfa5f3357f60bd0",
... |
__d("text.t",function(o,e,t){t.exports="Here is brisk demo!"}); | {
"content_hash": "ef291d81e9469a7c839ccdff724306c9",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 63,
"avg_line_length": 63,
"alnum_prop": 0.6349206349206349,
"repo_name": "Saber-Team/brisky",
"id": "ee8b83fc63f5565ed4f1dd45342e92940484db15",
"size": "63",
"binary": fa... |
class Solution {
void help(vector<vector<int>>& result, int begin, vector<int> num) {
if (begin == num.size()) {
result.emplace_back(num);
return;
}
for (int i = begin; i < num.size();i++) {
if (i != begin && num[i] == num[begin]) continue;
... | {
"content_hash": "2662a7f3f201d5d7892000f7f62a9eae",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 72,
"avg_line_length": 26.695652173913043,
"alnum_prop": 0.4837133550488599,
"repo_name": "gzc/leetcode",
"id": "f035e220ed1a7387b9b1ee1c15aa2886ef76128d",
"size": "614",
... |
#pragma once
#include "envoy/common/platform.h"
#include "envoy/config/core/v3/base.pb.h"
#include "envoy/network/listen_socket.h"
#include "common/common/logger.h"
#include "common/network/socket_option_impl.h"
#include "absl/types/optional.h"
namespace Envoy {
namespace Network {
class AddrFamilyAwareSocketOptio... | {
"content_hash": "9ec800670c2daca93eb073f52e84f149",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 98,
"avg_line_length": 42.25,
"alnum_prop": 0.6717948717948717,
"repo_name": "envoyproxy/envoy-wasm",
"id": "37d4b93c338c75c3f8d764de347cbe0e892eb7a8",
"size": "2535",
"b... |
Finish:
- AAD from CF VCs
- A step closer to scalable VSS and DKG
- Zero knowledge simulation
- The courage to be disliked
- C++ guidelines
Polish:
- Crypto assumptions in hidden order groups
+ Add examples of cryptosystems based on the assumption and give reduction
- RSA accumulators
- Add non-member... | {
"content_hash": "220a667aeb520ddce1e3154edf15192d",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 78,
"avg_line_length": 21.105263157894736,
"alnum_prop": 0.7331670822942643,
"repo_name": "alinush/alinush.github.io",
"id": "360880471c010b1a15a88e2b01a503677dae7c63",
"si... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "bd7d42b68829f37f8258ebe2c4cb1fa6",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "f851dde588755ffd26ca7da86ca4412e331d6b0f",
"size": "182... |
<?xml version="1.0" encoding="UTF-8"?>
<krpano>
<!-- Global variables used by actions and plugins -->
<krpano
tour_soundson="true"
tour_soundsvolume="100"
tour_autotourenabled="false"
tour_autorotateenabled="false"
tour_controlmodemousetype="moveto"
tour_controlmod... | {
"content_hash": "c7cd8cf8ecf5fb206ff1522348afa06e",
"timestamp": "",
"source": "github",
"line_count": 548,
"max_line_length": 304,
"avg_line_length": 33.06751824817518,
"alnum_prop": 0.6658572926438938,
"repo_name": "zixuanwang/home",
"id": "4c3d7c7f8f2450487a10e4df24e9b37042681f69",
"size": "181... |
package gcm.play.android.samples.com.gcm;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.suppo... | {
"content_hash": "7a845423c6b345b3089d203ccac73ba8",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 133,
"avg_line_length": 43.166666666666664,
"alnum_prop": 0.5794079794079794,
"repo_name": "mkalioby/Python_Notifications",
"id": "4cba497f8e80fb7fcf889d5af735533908e45cf4",... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Phyllosticta cyperi Hollós
### Remarks
null | {
"content_hash": "23fb65540de57e37c66379e34bd10b64",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 26,
"avg_line_length": 10.076923076923077,
"alnum_prop": 0.7175572519083969,
"repo_name": "mdoering/backbone",
"id": "cf051c442026e31db7042d91496671d6470ce9bc",
"size": "18... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.javakaffee.msm.samples</groupId>
<artifactId>msm-samples-project</a... | {
"content_hash": "27adc3ad4778a5d54d6f7b07d87fcc6e",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 118,
"avg_line_length": 34.18775510204082,
"alnum_prop": 0.6603390639923591,
"repo_name": "magro/memcached-session-manager",
"id": "a66802f17fe998cc4b7a036eb3dd04e784991499"... |
package org.jadira.scanner.classfile;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.List;
import java.util.WeakHashMap;
import ja... | {
"content_hash": "dc11e87701db0bcfb54a578eca2fc024",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 109,
"avg_line_length": 30.565217391304348,
"alnum_prop": 0.6882408724513988,
"repo_name": "harishpalk/Jadira",
"id": "39f453aedbba9701971b3360baed7f3bb14ded05",
"size": "... |
class TextComponent : public Component
{
public:
ADD_TYPE_META_INFO()
TextComponent(std::string text);
~TextComponent();
virtual void initialize(bool force = false) override;
virtual void terminate() override;
READONLY_PROPERTY(std::string, text)
};
| {
"content_hash": "9143e635ee17292ede97450f7acf02db",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 57,
"avg_line_length": 21.307692307692307,
"alnum_prop": 0.6967509025270758,
"repo_name": "Harunx9/2DXngine",
"id": "749f76cfe2b6514621a89ddf3359667ae183ac6c",
"size": "335... |
module Mutant
class Mutator
class Node
class Literal < self
# Mutator for symbol literals
class Symbol < self
handle(:sym)
children :value
PREFIX = '__mutant__'.freeze
private
# Emit mutations
#
# @return [undefined]
... | {
"content_hash": "a03a3b0b5b8d8cbf732b8c6c431860de",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 62,
"avg_line_length": 19,
"alnum_prop": 0.5131578947368421,
"repo_name": "tjchambers/mutant",
"id": "0001685c6c9339ee08b04b96a03ee7970c0778ce",
"size": "563",
"binary": ... |
#ifndef INCLUDED_haxe_CallStack
#define INCLUDED_haxe_CallStack
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(StringBuf)
HX_DECLARE_CLASS1(haxe,CallStack)
HX_DECLARE_CLASS1(haxe,StackItem)
namespace haxe{
class HXCPP_CLASS_ATTRIBUTES CallStack_obj : public hx::Object{
public:
typedef hx::Object su... | {
"content_hash": "a3cfe3d006dc4254381ad1d61cc655d9",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 65,
"avg_line_length": 24,
"alnum_prop": 0.7016666666666667,
"repo_name": "DrSkipper/twogames",
"id": "745bb113f574217e9cb3c998695944886d43cb76",
"size": "1200",
"binary"... |
Simple MQQT monitor with dynamically defined publishers
## Installation
Clone the repo:
git clone git@github.com:mchmarny/mqtt-stats.git
## Collect
Once you have a copy locally, execute the collection start script:
cd mqtt-stats
./start.sh
## Publish
Right now the publish part is an external proces... | {
"content_hash": "13a5c51e0fa8290f984a7aa83b088879",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 125,
"avg_line_length": 18.533333333333335,
"alnum_prop": 0.6609712230215827,
"repo_name": "mchmarny/mqtt-stats",
"id": "437fee538367d6e0dcb6feb51ec91c26c6e5e2a2",
"size": ... |
require 'spec_helper'
describe 'inspection for common cases' do
it 'should support the new DSL' do
# 1st state machine
expect(FooMultiple.aasm(:left)).to respond_to(:states)
expect(FooMultiple.aasm(:left).states.size).to eql 3
expect(FooMultiple.aasm(:left).states).to include(:open)
expect(FooMul... | {
"content_hash": "a1a59e3dad498c4fb317d151548bee21",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 109,
"avg_line_length": 35.50731707317073,
"alnum_prop": 0.6705591427393873,
"repo_name": "aasm/aasm",
"id": "f5e7cd736e71f92987b1e613bfe67f417185e781",
"size": "7279",
... |
umount /mnt
clear
echo "Milis Linux Kurulumu"
echo ""
echo "Yeni kullanıcı adını giriniz:"
read user
useradd $user
passwd $user
clear
echo "Milis Linux Kurulumu"
echo ""
echo "hangi diske kurulum yapacaksınız:"
ls /dev/sd*
read disk
clear
echo "Milis Linux Kurulumu"
echo ""
echo "Grubu nereye kuracaksınız:"
ls /dev/sd*... | {
"content_hash": "fbea4e8a88eef3ceabd6c9e7e2a6c5d9",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 73,
"avg_line_length": 21.394736842105264,
"alnum_prop": 0.7503075030750308,
"repo_name": "HasanUnsal/malfs-milis",
"id": "7b087a96277544bf852e5e5cb5fa6a74d5db6c44",
"size"... |
class AddStatusFromTeacherOrder < ActiveRecord::Migration
def change
add_column :teacher_orders, :status, :string, null: false, default: "draft"
TeacherOrder.update_all status: "active"
end
end
| {
"content_hash": "f966b712a7b421d4df4b6acd0665db88",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 79,
"avg_line_length": 34.333333333333336,
"alnum_prop": 0.7475728155339806,
"repo_name": "gurujowa/rails-simple-crm",
"id": "9b321c6e557a21384da83fb2d8e6905c5ec60c7f",
"siz... |
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using NetOffice;
using NetOffice.Attributes;
namespace NetOffice.OutlookApi.Events
{
#pragma warning disable
#region SinkPoint Interface
[SupportByVersion("Outlook", 12,14,1... | {
"content_hash": "830d951817a69a9ed9b9c34ed2492a63",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 168,
"avg_line_length": 37.01,
"alnum_prop": 0.723318022156174,
"repo_name": "NetOfficeFw/NetOffice",
"id": "0be08cb0cdff81ad46196aacebb42763f77793d3",
"size": "3703",
"... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.filter.security.misc;
import com.yahoo.container.jdisc.RequestHandlerTestDriver;
import com.yahoo.jdisc.Response;
import com.yahoo.jdisc.http.filter.DiscFilterRequest;
import com.yahoo.... | {
"content_hash": "070d9ac39212ba7d8bcf4216730aa2f3",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 114,
"avg_line_length": 37.45454545454545,
"alnum_prop": 0.7126213592233009,
"repo_name": "vespa-engine/vespa",
"id": "5b9f143a72b6ae0694fc743aef0ac10a76b5f608",
"size": "2... |
from collections import namedtuple
from io import StringIO
import click
import errno
import json
import logging
import os
import pathlib
import sys
from .benchmark.codec import JsonEncoder
from .benchmark.compare import RunnerComparator, DEFAULT_THRESHOLD
from .benchmark.runner import CppBenchmarkRunner, JavaBenchmark... | {
"content_hash": "9ea3303f4ab54bb63f64935915b3f5a9",
"timestamp": "",
"source": "github",
"line_count": 930,
"max_line_length": 79,
"avg_line_length": 38.755913978494625,
"alnum_prop": 0.6317731598368616,
"repo_name": "laurentgo/arrow",
"id": "d8eeb7bab0ebbaab8f920dee6ce69527cf293c40",
"size": "368... |
#ifndef __itkBoxMeanImageFilter_h
#define __itkBoxMeanImageFilter_h
#include "itkBoxImageFilter.h"
namespace itk
{
/**
* \class BoxMeanImageFilter
* \brief Implements a fast rectangular mean filter using the
* accumulator approach
*
*
* This code was contributed in the Insight Journal paper:
* "Efficient impl... | {
"content_hash": "90b1df8ed099b1c0aaa829faf32280e1",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 105,
"avg_line_length": 32.87356321839081,
"alnum_prop": 0.6793706293706294,
"repo_name": "GEHC-Surgery/ITK",
"id": "e6adb85bde36916639d6aea02d0478a807f82617",
"size": "363... |
<?php
namespace Pheasant\Database\Mysqli;
class Exception extends \Pheasant\Database\Exception
{
}
| {
"content_hash": "7bd66d5dc5dbe808d31e5490ea35913f",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 52,
"avg_line_length": 14.428571428571429,
"alnum_prop": 0.7920792079207921,
"repo_name": "bjornpost/pheasant",
"id": "7442f8378a2de99df02ce3e78245cdc1f7dcd5dc",
"size": "10... |
using namespace std;
namespace RAT {
G4VSolid *GeoPolygonFactory::ConstructSolid(DBLinkPtr table)
{
string volume_name = table->GetIndex();
G4double size_z = table->GetD("size_z") * CLHEP::mm; // half thickness of plate
string poly_table_name = table->GetS("poly_table");
DBLinkPtr lpoly_table = DB::Get()... | {
"content_hash": "1935202ddde592d4cddca6f1bb885703",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 153,
"avg_line_length": 31.285714285714285,
"alnum_prop": 0.6199898528665652,
"repo_name": "mastbaum/rat-pac",
"id": "236cfb8ebc1bd886862f17e49470ef786d5ca620",
"size": "22... |
package org.ovirt.engine.api.restapi.resource.validation;
import static org.ovirt.engine.api.common.util.EnumValidator.validateEnum;
import org.ovirt.engine.api.model.SchedulingPolicy;
import org.ovirt.engine.api.model.SchedulingPolicyType;
@ValidatedClass(clazz = SchedulingPolicy.class)
public class SchedulingPolic... | {
"content_hash": "77365c509d722a7b0c332035e9f33f11",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 93,
"avg_line_length": 35.26315789473684,
"alnum_prop": 0.7402985074626866,
"repo_name": "zerodengxinchao/ovirt-engine",
"id": "0eb86553ad09639821cb3e6bc50890452a820049",
"... |
package com.amazonaws.services.resourcegroupstaggingapi.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.resourcegroupstaggingapi.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* GetTagKeysRequ... | {
"content_hash": "9d1cd4377bb9e86ccbecb4ca18c5c186",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 122,
"avg_line_length": 33,
"alnum_prop": 0.7396694214876033,
"repo_name": "aws/aws-sdk-java",
"id": "0707186e8e2eade3f25c1e40863a7c9a1b4ddad8",
"size": "2032",
"binary":... |
#pragma checksum "C:\Users\Bharath\Documents\Visual Studio 2012\Projects\DesiSongs\DesiSongs\ArtistDetais.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "641563C547FB0232F72F40A63062A566"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was genera... | {
"content_hash": "d6e5b686a8b3eb89395f88a8768cd28a",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 188,
"avg_line_length": 36,
"alnum_prop": 0.6359649122807017,
"repo_name": "BharathMG/DesiSongs",
"id": "e92d9bfb04d4eaeb00b6bedbcaa3f582995dc498",
"size": "2054",
"binar... |
package org.kuali.rice.krad.data.metadata;
import java.io.Serializable;
/**
* Represents a single field on which to sort a {@link DataObjectCollection} within a {@link DataObjectMetadata}.
*
* <p>
* The collection may hold multiple of these objects to support sorting by multiple fields.
* </p>
*
* @author Kuali Rice... | {
"content_hash": "88f8aea2067ddbca91038d8306b74124",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 112,
"avg_line_length": 20.94871794871795,
"alnum_prop": 0.6560587515299877,
"repo_name": "kuali/rice-playground",
"id": "c4a3d3a7a485baf2cffae178103c996c27b46871",
"size":... |
import pytest
def test_answer_is_served_from_chosen_port(docker_compose, nginxproxy):
r = nginxproxy.get("http://web.nginx-proxy.tld/port")
assert r.status_code == 200
assert "answer from port 90\n" in r.text
| {
"content_hash": "2645b522bca2fcdf2a01095c34655ae4",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 71,
"avg_line_length": 31.857142857142858,
"alnum_prop": 0.7085201793721974,
"repo_name": "itsafire/nginx-proxy",
"id": "3c95ba629c269be8fc793328de904e5445b44320",
"size": "... |
<?php
namespace Scene7\Requests;
use Scene7\Commands;
class LoadCache extends AbstractRequest
{
use Commands\LayerFactory,
Commands\Align,
Commands\Anchor,
Commands\BackgroundColor,
Commands\Cache,
Commands\Crop,
Commands\ColorQuantization,
Commands\Default... | {
"content_hash": "2e65f01a125624c1668f5d4ece9682d4",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 48,
"avg_line_length": 22.672727272727272,
"alnum_prop": 0.603047313552526,
"repo_name": "joshuaadickerson/Scene7",
"id": "e00aa4426cd3ec1b3d0f39e139c855acbc554248",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3fdae6dce89d1f7e9cdfb3dff529c522",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "9959a678e6c38b1e969e4a673beaaa8cbce55117",
"size": "177... |
@interface PodsDummy_Pods_MAArrowedHandleView_Tests : NSObject
@end
@implementation PodsDummy_Pods_MAArrowedHandleView_Tests
@end
| {
"content_hash": "20f71c61b61142f02c24a9013036869e",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 62,
"avg_line_length": 32.5,
"alnum_prop": 0.8538461538461538,
"repo_name": "devthanatos/MAArrowedHandleView",
"id": "dadc26478d87216f2832d989fa58468b615fd2c6",
"size": "164... |
WAListAttribute is an attribute that is restricted to a list of values.
Instance Variables:
options <Block> A block returning a list of possible values for the attribute | {
"content_hash": "4a58c21cecab48fa83f6107c286090b0",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 78,
"avg_line_length": 43,
"alnum_prop": 0.8081395348837209,
"repo_name": "SeasideSt/Seaside-old",
"id": "308a7b629a198f17e61b3a9ffdd0cb9544674818",
"size": "172",
"binary... |
/* eslint no-unused-vars: 0 */
const themes = require('../themes')
exports.command = 'list'
exports.aliases = ['ls', 'themes']
exports.desc = 'Get a list of installed themes'
exports.builder = {}
exports.handler = (argv) => {
const list = themes.getThemes()
for (let i = 0; i <= list.length - 1; i++) {
const cu... | {
"content_hash": "82834a26655db2df23530ba824f9818a",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 82,
"avg_line_length": 33.6,
"alnum_prop": 0.6607142857142857,
"repo_name": "drawnepicenter/leximaven",
"id": "a8232ef94987b5980477bdf82acb6c7028a2b072",
"size": "504",
"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue Mar 15 18:33:38 MDT 2016 -->
<title>FrontloadUserJob</title>
<meta name="date" content="2016-03-15">
<link rel="stylesheet" ... | {
"content_hash": "cae1c9b2d16de520f1571dd2478e10cb",
"timestamp": "",
"source": "github",
"line_count": 348,
"max_line_length": 213,
"avg_line_length": 34.0919540229885,
"alnum_prop": 0.643627781523938,
"repo_name": "CMPUT301W16T15/Shareo",
"id": "40a22ef9d33705f0f6070c14d75f6aee2b55c7a9",
"size": ... |
'use strict';
System.register(['./aurelia-filter'], function (_export, _context) {
"use strict";
return {
setters: [function (_aureliaFilter) {
var _exportObj = {};
for (var _key in _aureliaFilter) {
if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _aureliaFilter[_key];... | {
"content_hash": "b6b147b87be1d9bca3073270756ac7b1",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 97,
"avg_line_length": 22.27777777777778,
"alnum_prop": 0.5411471321695761,
"repo_name": "SpoonX/aurelia-filter",
"id": "1120fdfa5915454fdb26b6215a2d13b50a87c852",
"size": ... |
import type { PrismaClient } from '@prisma/client'
import testMatrix from './_matrix'
declare let prisma: PrismaClient
// https://github.com/prisma/prisma/issues/12572
testMatrix.setupTestSuite(() => {
test('should have equal dates on record creation for @default(now) and @updatedAt', async () => {
const creat... | {
"content_hash": "38f73d95ce0cfeebb03b18e72a85813f",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 99,
"avg_line_length": 31.470588235294116,
"alnum_prop": 0.708411214953271,
"repo_name": "prisma/prisma",
"id": "a4ffbcdf31cef4bfc05df7037cca52e3d7c3c93c",
"size": "549",
... |
title: "4MLinux 26.0 released with LibreOffice 6.1 and Firefox 61.x"
layout: post
categories: 4mlinux release
image: "/assets/images/post-images/4MLinux26.jpg"
---
**The** 4MLinux team has announced the release of 4MLinux 26.0, the latest stable release of independent GNU/Linux distribution with JWM. This release brin... | {
"content_hash": "7e188654447a5e7b11e26e3d178acfa2",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 529,
"avg_line_length": 79.67857142857143,
"alnum_prop": 0.7718511878081578,
"repo_name": "opensourcefeed/opensourcefeed.github.io",
"id": "13648163bc141ff38647e08b82dd60a510... |
% Panel
## About
A Panel is a container that emanates from the right side of the screen. Panels
are used to represent hierarchy in an application.
Moonstone panels feature a pre-formatted header, with a layout area below for
the main body content.
## API Reference
[moon.Panel]($api/#/kind/moon.Panel)
## Behavio... | {
"content_hash": "58c92b19e6a7fd0d04d61430c7dfd805",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 79,
"avg_line_length": 29.228571428571428,
"alnum_prop": 0.7556207233626588,
"repo_name": "enyojs/enyo-docs",
"id": "260f9f43a3319c854ae2c898c20c7966ab1b6f2d",
"size": "102... |
<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15942">http://bugs.webkit.org/show_bug.cgi?id=15942</a>
REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())</i>.
</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function prepare... | {
"content_hash": "e72b23fe05412ec80d0c8a7b02fdb2b7",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 119,
"avg_line_length": 30.333333333333332,
"alnum_prop": 0.6263736263736264,
"repo_name": "scheib/chromium",
"id": "36ce319a7f633f110d70e6e2dfba9b551bcaff02",
"size": "819... |
package com.indignado.logicbricks.core.actuators;
import com.badlogic.ashley.core.Entity;
/**
* @author Rubentxu.
*/
public class PropertyActuator<T> extends Actuator {
public Entity target;
public String property;
public T value;
public Mode mode;
@Override
public void reset() {
... | {
"content_hash": "96d24ea521060a2f51937dc28857cdf4",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 51,
"avg_line_length": 16.79310344827586,
"alnum_prop": 0.6201232032854209,
"repo_name": "Rubentxu/GDX-Logic-Bricks",
"id": "b380b41688f527f5bc90b3c1a65f624af3d7bfe5",
"siz... |
<!DOCTYPE html>
<!-- 1. use /tools/modularscale/index.html?15&px&1.25,1.125&web&text for font size and line height
2. lazyload images
3. remove font face, display block, opacity 1, visibility visible in critical inline css
4. set font display swap in font face in css -->
<html class="no-js" lang="ru">
<head>
<meta c... | {
"content_hash": "fed661158f29c3cc67e63119db92151d",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 295,
"avg_line_length": 51.717241379310344,
"alnum_prop": 0.6224829977330311,
"repo_name": "englishextra/shimansky.biz",
"id": "4370050a3c8238ad6296cf5dba516a73377193b9",
... |
<?php
/** PHPExcel root directory */
if (!defined('PHPEXCEL_ROOT')) {
/**
* @ignore
*/
define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../../');
require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php');
}
/**
* PHPExcel_Reader_SYLK
*
* @category PHPExcel
* @package PHPExcel_Reader
* @copyright Copyright (... | {
"content_hash": "a186a86b2c6b9e9f3a0048581bd96dc9",
"timestamp": "",
"source": "github",
"line_count": 426,
"max_line_length": 128,
"avg_line_length": 30.795774647887324,
"alnum_prop": 0.5940239347511244,
"repo_name": "cigiko/brdnc.cafe24.com",
"id": "2b839da9adcd8242b98bdce61685fc292a80de33",
"si... |
import addUsersDirective from './addUsers.directive';
export default
angular.module('AddUsers', [])
.directive('addUsers', addUsersDirective);
| {
"content_hash": "7332badf971901d9341430d7e5763125",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 53,
"avg_line_length": 22.571428571428573,
"alnum_prop": 0.7088607594936709,
"repo_name": "snahelou/awx",
"id": "83604f2c77045ea55d90da32d88a74aa0d33c6f3",
"size": "322",
... |
/*! \file */
/* ************************************************************************
* Copyright (C) 2019-2022 Advanced Micro Devices, Inc. All rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software")... | {
"content_hash": "72f5aef4f11b5c7f7e7f97a37e7cc980",
"timestamp": "",
"source": "github",
"line_count": 499,
"max_line_length": 100,
"avg_line_length": 48.04408817635271,
"alnum_prop": 0.45086343538833734,
"repo_name": "ROCmSoftwarePlatform/rocSPARSE",
"id": "144fdf1ae17ae2fb8eff658fa73057509b62c160"... |
//////////////////////////////////////////////////////////////////
#include <sg.h>
#include "sg_wc__public_typedefs.h"
#include "sg_wc__public_prototypes.h"
#include "sg_wc__private.h"
#include "sg_vv2__public_prototypes.h"
//////////////////////////////////////////////////////////////////
void SG_wc__line_histor... | {
"content_hash": "87e2094e707819ef396aba270c882113",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 121,
"avg_line_length": 37.45390070921986,
"alnum_prop": 0.6443855330429843,
"repo_name": "glycerine/vj",
"id": "3b6e752ff52c0bf18ebf2a36e62feefbcaefb672",
"size": "5843",... |
package org.apache.hadoop.hive.ql.plan;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hiv... | {
"content_hash": "6976b62bdd4f7e1edfc347efff2155cd",
"timestamp": "",
"source": "github",
"line_count": 742,
"max_line_length": 117,
"avg_line_length": 29.440700808625337,
"alnum_prop": 0.6793316548409247,
"repo_name": "b-slim/hive",
"id": "2c93c2a7602301d94f13076a5ad0114c324c4f25",
"size": "22650"... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE126_Buffer_Overread__malloc_char_memcpy_65a.c
Label Definition File: CWE126_Buffer_Overread__malloc.label.xml
Template File: sources-sink-65a.tmpl.c
*/
/*
* @description
* CWE: 126 Buffer Over-read
* BadSource: Use a small buffer
* GoodSource: Use a large b... | {
"content_hash": "3ed2b3c947af7ef5ee7bc58769a08879",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 154,
"avg_line_length": 28.934065934065934,
"alnum_prop": 0.6498290922901633,
"repo_name": "maurer/tiamat",
"id": "54d6b545f7aa9994187ea62ccc66ebf575699151",
"size": "2633"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_192) on Wed Feb 17 15:32:59 CET 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>se.litsec.eidas.opensaml.ex... | {
"content_hash": "2ddd33b133fe480b3d986c424be5af0d",
"timestamp": "",
"source": "github",
"line_count": 323,
"max_line_length": 264,
"avg_line_length": 61.5046439628483,
"alnum_prop": 0.6877076411960132,
"repo_name": "litsec/eidas-opensaml",
"id": "74bcf82b1525a3cf7cc87ebc81173569e23a74fc",
"size":... |
require 'pp'
module MagicModelsGenerator
class Schema
class << self
cattr_accessor :superklass,
:belongs_to_associations,
:has_some_associations,
:has_many_through_associations
@@models = nil
def logger
@@logger ||= MagicModelsGenerator.logger
... | {
"content_hash": "f5087df768bb710c297000c605bdf175",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 235,
"avg_line_length": 38.73267326732673,
"alnum_prop": 0.5791155419222904,
"repo_name": "drnic/magic_model_generator",
"id": "50b6ebf555723f7c6e832b28de6da9a4197ad72b",
... |
An Intelligent Exercise Tracking Application for Android
Villanova Grand Challenges Project
Spring 2014
Description:
Many smartphone apps exist on the market to track individual walks, runs and bike rides. Is it possible to have just one app to track all your exercise? My Grand Challenges project is a Proof of Concep... | {
"content_hash": "7a7d246fd8a8749b35aed05e4acf6cd1",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 606,
"avg_line_length": 43.38095238095238,
"alnum_prop": 0.7517014270032931,
"repo_name": "mjancola/activity-tracker",
"id": "b21b28b302470da6114b046824fbbf64dc2d0cff",
"s... |
using System;
namespace Kingdom.OrTools.ConstraintSolver
{
using Google.OrTools.ConstraintSolver;
/// <summary>
///
/// </summary>
/// <inheritdoc cref="EventArgs"/>
public abstract class AgentEventArgsBase : EventArgs, IBreakable
{
/// <summary>
/// Gets the Solver.
... | {
"content_hash": "3b4bd6f3a47fd7b6a88b83cee0c47505",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 68,
"avg_line_length": 22.838709677419356,
"alnum_prop": 0.5324858757062146,
"repo_name": "mwpowellhtx/Kingdom.OrTools",
"id": "4f06eebdbd2ff93fd322f6655479ee9858baa78f",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "8f01ce54836c7569663e64cdbd57305e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "747acec14dea9c77ab1591226c8ecff46e091cfd",
"size": "199... |
package com.facebook.buck.android;
import com.facebook.buck.model.BuildTarget;
import com.facebook.buck.model.BuildTargets;
import com.facebook.buck.rules.AbstractBuildRule;
import com.facebook.buck.rules.AddToRuleKey;
import com.facebook.buck.rules.BuildContext;
import com.facebook.buck.rules.BuildRule;
import com.... | {
"content_hash": "389cb8c8db6ed78f4fe2ba174d6786e1",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 94,
"avg_line_length": 31.29,
"alnum_prop": 0.7350591243208693,
"repo_name": "MarkRunWu/buck",
"id": "0c652cabd27665ec8f0da354a85faa99d2c85c3b",
"size": "3734",
"binary"... |
// This file is automatically generated.
package adila.db;
/*
* Samsung Galaxy On5
*
* DEVICE: o5prolte
* MODEL: SM-G550FY
*/
final class o5prolte {
public static final String DATA = "Samsung|Galaxy On5|";
}
| {
"content_hash": "26ed4ba3ea1ba8a5b4868bed2ff2ad8c",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 60,
"avg_line_length": 16.846153846153847,
"alnum_prop": 0.684931506849315,
"repo_name": "karim/adila",
"id": "d36b20652e595400d455a75e30313026cc9d2091",
"size": "219",
"... |
<div id="textField" class="form-group has-feedback formio-component formio-component-textfield formio-component-textField " ref="component">
<label ref="label" class="col-form-label " for="textField-textField" id="l-textField-textField">
Text Field
</label>
<div ref="element">
<input ref="input" name="dat... | {
"content_hash": "95a6faeff86246b5a8e881b888b530fb",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 232,
"avg_line_length": 68,
"alnum_prop": 0.7287581699346405,
"repo_name": "formio/formio.js",
"id": "ece20539bb4fc43149bcf74ed37678dd96f620c9",
"size": "612",
"binary": f... |
#pragma once
#include <aws/route53/Route53_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Xml
{
class XmlNode;
} // namespace Xml
} // namespace Utils
namespace Route53
{
namespace Model
{
/**
* <p>A complex type that identifies a C... | {
"content_hash": "4e8aa70ffdd8bbe4f4c97bea4c3d054d",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 100,
"avg_line_length": 30.747663551401867,
"alnum_prop": 0.6325227963525836,
"repo_name": "cedral/aws-sdk-cpp",
"id": "6ab93b8356cbcab9e32a8bf0dabab684ebfdde6f",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.