text stringlengths 2 1.04M | meta dict |
|---|---|
package org.onosproject.driver.extensions;
import org.onlab.util.KryoNamespace;
import org.onosproject.net.flow.AbstractExtension;
import org.onosproject.net.flow.instructions.ExtensionTreatment;
import org.onosproject.net.flow.instructions.ExtensionTreatmentType;
/**
* Nicira pop nsh extension instruction.
*/
pu... | {
"content_hash": "ec0dd0e9fb72bca9d2cc90eccd5d1550",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 84,
"avg_line_length": 22.5,
"alnum_prop": 0.6598290598290598,
"repo_name": "donNewtonAlpha/onos",
"id": "2e319f3abdb9a81291b16079bda3dc1d178ae5e6",
"size": "1787",
"bina... |
package org.springframework.cloud.stream.converter;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.messaging.Message;
import org.springf... | {
"content_hash": "180b80c14499a08454ac458ddc536d34",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 101,
"avg_line_length": 25.567164179104477,
"alnum_prop": 0.7431406888499709,
"repo_name": "pperalta/spring-cloud-stream",
"id": "9412cc853476dc0add413a94c3f47be1bee0fb2a",
... |
<?xml version="1.0"?>
<properties>
<Edit>true</Edit>
<Files>true</Files>
<Properties>true</Properties>
<RecentChanges>true</RecentChanges>
<Refactor>true</Refactor>
<Search>true</Search>
<Versions>true</Versions>
<WhereUsed>true</WhereUsed>
<saveId>1204988968968</saveId>
<ticketId>7175845390249155608</ticketI... | {
"content_hash": "6fe447d0f2d02e599d0f628abea4c277",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 41,
"avg_line_length": 25.923076923076923,
"alnum_prop": 0.7418397626112759,
"repo_name": "datacentricity/log4tsql",
"id": "cbbc7c31fedf24c08ea41ac93c09d59d46b683a1",
"size... |
<?php
namespace Exam\Form\Element\Question;
interface QuestionInterface
{
/**
* Specifies the question
* @param string $text
*/
public function setQuestion($text);
/** Gets the question text
* @return string
*/
public function getQuestion();
/**
* Specifies the header text
* @param s... | {
"content_hash": "e6e33c8f1fa0a41e579535b9fbcd4e47",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 38,
"avg_line_length": 17.21212121212121,
"alnum_prop": 0.6496478873239436,
"repo_name": "pwatt9/learnzf2",
"id": "7c3fbfa2e7f5e3fe46c5a24dadc919d11539b79f",
"size": "568",... |
{% if theme.comments == 'facebook' %}{% facebook_comments %}{% endif %}
{% if theme.comments == 'disqus' %}{% disqus_comments %}{% endif %}
| {
"content_hash": "3b8d91ff0301c2b76810fc909a6e17bb",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 71,
"avg_line_length": 70,
"alnum_prop": 0.6,
"repo_name": "wantee/blog",
"id": "c8690c2bb5cc774eea6e6cc5396b2eb3aac2241e",
"size": "140",
"binary": false,
"copies": "1"... |
title: Mes vélos
description: "Présentation rapide de mes vélos ! \U0001F6B2"
date: 2019-03-20
updated: 2019-05-07
menu:
main:
weight: 130
image: images/bullitt-bluebird.jpg
alias:
- mon-velo
typora-root-url: ../static
published: true
---
- [Bullitt Bluebird](#bullitt-bluebird)
- [Kalkhoff Voyager](#kalkhoff-voya... | {
"content_hash": "b94507473660aafe35fd66f4802a5480",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 173,
"avg_line_length": 41.03703703703704,
"alnum_prop": 0.7116425992779783,
"repo_name": "Narno/narno.com",
"id": "f26bde4f573a27035476758e2b6201bbb94301b3",
"size": "2234... |
package io.gatling.javaapi.core.group;
import io.gatling.javaapi.core.ChainBuilder;
import io.gatling.javaapi.core.Session;
import io.gatling.javaapi.core.StructureBuilder;
import io.gatling.javaapi.core.internal.group.ScalaGroups;
import java.util.function.Function;
import javax.annotation.Nonnull;
/**
* Methods ... | {
"content_hash": "7d162ce4ebdf1393736f0c052dedc0d5",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 100,
"avg_line_length": 28.85333333333333,
"alnum_prop": 0.6931608133086876,
"repo_name": "gatling/gatling",
"id": "4e978506366ba64b0845ae818433abf7050d70ea",
"size": "2781... |
package org.entirej.applicationframework.tmt.application.interfaces;
import java.util.EventObject;
public class EJTMTFormChosenEvent extends EventObject
{
private String _formName;
private boolean _queryMode;
/**
* @param formName
*/
public EJTMTFormChosenEvent(String formName)
{
... | {
"content_hash": "47f82ea6dfa0010cec3ec4f8123427ce",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 68,
"avg_line_length": 19.67391304347826,
"alnum_prop": 0.6475138121546962,
"repo_name": "entirej/tabris",
"id": "1ae90725e18686e0eb9aae5141e0149d25b15a1c",
"size": "1752",... |
package com.badlogic.gdx.graphics.g3d.utils;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.g3d.Renderable;
import com.badlogic.gdx.graphics.g3d.Shader;
import com.badlogic.gdx.graphics.g3d.shaders.DefaultShader;
import com.badlogic.gdx.graphics.g3d.shaders.GL... | {
"content_hash": "cca50322ec62a23a6c705c115060b84c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 62,
"avg_line_length": 29.529411764705884,
"alnum_prop": 0.8187250996015937,
"repo_name": "ryoenji/libgdx",
"id": "413bf58b9fb48561ed3702c6f613efa0eb81366c",
"size": "1272"... |
#include "muParserError.h"
namespace mu
{
const ParserErrorMsg ParserErrorMsg::m_Instance;
//------------------------------------------------------------------------------
const ParserErrorMsg& ParserErrorMsg::Instance()
{
return m_Instance;
}
//---------------------------------------... | {
"content_hash": "17ce4844e49e1cd81fc24ac0aefd50f8",
"timestamp": "",
"source": "github",
"line_count": 313,
"max_line_length": 123,
"avg_line_length": 39.00958466453674,
"alnum_prop": 0.5056511056511056,
"repo_name": "huahbo/IBAMR",
"id": "e3d334b28d94ea39c81f55fd600881df949dc33a",
"size": "13721"... |
#import "ABI42_0_0RCTBaseTextShadowView.h"
NS_ASSUME_NONNULL_BEGIN
@interface ABI42_0_0RCTBaseTextInputShadowView : ABI42_0_0RCTBaseTextShadowView
- (instancetype)initWithBridge:(ABI42_0_0RCTBridge *)bridge;
@property (nonatomic, copy, nullable) NSString *text;
@property (nonatomic, copy, nullable) NSString *plac... | {
"content_hash": "3c1dfba91a2f453987cf933a401b3141",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 87,
"avg_line_length": 27.35,
"alnum_prop": 0.8062157221206582,
"repo_name": "exponent/exponent",
"id": "6908997785e8f3b82741c5436a4cb5291b56ef69",
"size": "734",
"binary... |
package org.apache.sysml.api.ml
import org.apache.spark.api.java.JavaSparkContext
import org.apache.spark.rdd.RDD
import java.io.File
import org.apache.spark.SparkContext
import org.apache.spark.ml.{ Estimator, Model }
import org.apache.spark.sql.types.StructType
import org.apache.spark.ml.param.{ DoubleParam, Param... | {
"content_hash": "8d6be0ff72efda698f4e80305e0c7a3f",
"timestamp": "",
"source": "github",
"line_count": 284,
"max_line_length": 164,
"avg_line_length": 50.975352112676056,
"alnum_prop": 0.669890170615459,
"repo_name": "dhutchis/systemml",
"id": "ec086ebd3fa75ed6d924599a34e67e4ecb420dcc",
"size": "1... |
package six.ca.droiddailyproject.fonts;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Typeface;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
public class CustomSpinnerAdapt... | {
"content_hash": "805dc30e2bcaac15a93808883c034d85",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 86,
"avg_line_length": 31.444444444444443,
"alnum_prop": 0.7287985865724381,
"repo_name": "hellenxu/TipsProject",
"id": "715edbd2b2b427b7b261f053a3422d214e5373cc",
"size": ... |
var net = require('net');
var socket = new net.Socket();
var sended = 0;
socket.connect('9000', 'localhost', function() {
socket.on('data', function(data) {
console.log('\n---> ' + data);
var dataJSON = JSON.parse(data);
if (dataJSON["type"] == "ready") {
var uid = dataJSON["si... | {
"content_hash": "6f8a419e7ec0f5ed2faebbb42118de77",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 74,
"avg_line_length": 34.40909090909091,
"alnum_prop": 0.5416116248348745,
"repo_name": "PIWEEK/dwarven-tavern",
"id": "cbbfb6e8681b4619b6495de51f3241be075f247c",
"size": ... |
<!DOCTYPE html>
<html>
<head>
<title>feed.js</title>
<link rel="stylesheet" href="../../css/prettify_wynn.css" media="all"></link>
<link rel="stylesheet" href="../../css/all.css" media="all"></link>
<script src="../../javascript/all.js"></script>
<script src="../../javascript/prettify.js"></script>
</head><body onload=... | {
"content_hash": "226589bc507c9132f1a94e79e24c701a",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 108,
"avg_line_length": 37.47959183673469,
"alnum_prop": 0.6652600054451402,
"repo_name": "kuno/node-pachube",
"id": "4127da5f893ca6e32662c0fbe7ea590934344105",
"size": "7... |
#include <stdbool.h>
#include <vlib/vlib.h>
#include <vnet/crypto/crypto.h>
static clib_error_t *
show_crypto_engines_command_fn (vlib_main_t * vm,
unformat_input_t * input,
vlib_cli_command_t * cmd)
{
unformat_input_t _line_input, *line_input = &_line_input;
vnet_crypto_main_t *cm = &crypto_main;
vnet... | {
"content_hash": "bee39df498bff419450f4dc5b7da2dbc",
"timestamp": "",
"source": "github",
"line_count": 473,
"max_line_length": 81,
"avg_line_length": 26.11627906976744,
"alnum_prop": 0.5997733344126933,
"repo_name": "FDio/vpp",
"id": "4ee14ac11009557347e0f7a4a122088a40636e22",
"size": "12966",
"... |
#pragma once
//------------------------------------------------------------------------------
/**
@class Core::RefCounted
The common base class of Nebula3. Implement a strong refcounted
mechanism and runtime type information. Nebula3 checks at
application shutdown for propert cleanup of all
... | {
"content_hash": "d2ca14f5f3b8d94eace4e92a7ff6d5c4",
"timestamp": "",
"source": "github",
"line_count": 234,
"max_line_length": 92,
"avg_line_length": 26.243589743589745,
"alnum_prop": 0.5492590783260055,
"repo_name": "stonejiang/genesis-3d",
"id": "c086c3a79a4a6e50854eafb557d53b3ee3d1ad95",
"size"... |
@implementation DCContactViewDetailViewThirdCell
+ (instancetype)cellWithTableView : (UITableView *) tableView
{
static NSString *ID = @"cc";
DCContactViewDetailViewThirdCell *cell = [tableView dequeueReusableCellWithIdentifier:ID];
if (cell == nil) {
cell = [[[NSBundle mainBundle]loadNi... | {
"content_hash": "3dd817aee3c63c36adc2055c06eda6f5",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 121,
"avg_line_length": 28.666666666666668,
"alnum_prop": 0.7151162790697675,
"repo_name": "MCWechat/Wechat",
"id": "50cdaa85097458df6d5cfc30ef4c7732c0942eb9",
"size": "717... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2011.... | {
"content_hash": "b9c522cb4d7ae60ef905fbab25746c3c",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 124,
"avg_line_length": 24.929411764705883,
"alnum_prop": 0.6682397357243983,
"repo_name": "beeldengeluid/zieook",
"id": "19cbef36f4b5c625ffe18c39499e9f4bdac4431f",
"size":... |
package org.tros.logo.swing;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import s... | {
"content_hash": "4c5a5960080061556e0a6d296c7da5f1",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 110,
"avg_line_length": 25.514851485148515,
"alnum_prop": 0.6107877376794723,
"repo_name": "samwash/torgo",
"id": "68604433df09fbaa97e06feacfaa22e68b8007c8",
"size": "3178... |
package edu.ucsb.cs56.w15.drawings.sxh19911230.advanced;
import java.awt.image.BufferedImage;
import java.awt.Graphics2D;
import java.awt.Color;
import java.io.File;
import javax.imageio.ImageIO;
import java.io.IOException;
import edu.ucsb.cs56.w15.drawings.utilities.ShapeTransforms;
import edu.ucsb.cs56.w1... | {
"content_hash": "b6f3f44c43a8565800be2beaabf5fabf",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 124,
"avg_line_length": 33.02105263157895,
"alnum_prop": 0.6365954733822123,
"repo_name": "UCSB-CS56-W15/W15-lab04",
"id": "d392ba5adf249903d9940207b9a16ce09d0316a5",
"size... |
class SetDefaultPhase < ActiveRecord::Migration
def change
change_column :editions, :phase, :text, default: "alpha"
end
end
| {
"content_hash": "5696414b2e70b7700cf1215c36d93cdd",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 60,
"avg_line_length": 26.4,
"alnum_prop": 0.7348484848484849,
"repo_name": "alphagov/service-manual-publisher",
"id": "da206a50fe3ffdf432e2ad5493371aad2f51fde6",
"size": "1... |
module DataStructures
class BinarySearchTreeMap
include Enumerable
def initialize
@root = nil
end
def size
r_size(@root)
end
def each(order = nil, &block)
items = []
case order
when :pre
r_each_preorder(@root, items)
when :post
r_each_pos... | {
"content_hash": "8116e8b3277f6e45f7a7af9fe8d0797b",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 67,
"avg_line_length": 20.681318681318682,
"alnum_prop": 0.5743889479277364,
"repo_name": "charlesbjohnson/cracking_the_coding_interview",
"id": "0ac094e733fed4674887f714a10... |
<?xml version="1.0" encoding="utf-8"?>
<CoverageSession xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Summary numSequencePoints="163" visitedSequencePoints="101" numBranchPoints="48" visitedBranchPoints="25" sequenceCoverage="61.96"
branchCoverage="52.08" m... | {
"content_hash": "74408d8b659d6c09b52e458d76e081d9",
"timestamp": "",
"source": "github",
"line_count": 913,
"max_line_length": 564,
"avg_line_length": 92.13910186199342,
"alnum_prop": 0.6180592703541243,
"repo_name": "shoff/ReportGenerator",
"id": "f430ce666d311aa7a76dd2c6de57fbc6ec8ab7e5",
"size"... |
.class public Landroid/text/method/TextKeyListener;
.super Landroid/text/method/BaseKeyListener;
.source "TextKeyListener.java"
# interfaces
.implements Landroid/text/SpanWatcher;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/text/method/TextKeyListener$SettingsObs... | {
"content_hash": "1b05d46ca8ad1d7a687707f45f31f908",
"timestamp": "",
"source": "github",
"line_count": 870,
"max_line_length": 174,
"avg_line_length": 24.66896551724138,
"alnum_prop": 0.6957413102227192,
"repo_name": "baidurom/devices-Coolpad8720L",
"id": "586a4647bbe746489accb44a07bd60f1b55fd2dd",
... |
// Copyright (c) to owners found in https://github.com/AArnott/pinvoke/blob/master/COPYRIGHT.md. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
namespace PInvoke
{
using System;
/// <content>
/// Contains the <see cref="NCryp... | {
"content_hash": "06138f51b772a87f07dc58cfadd313ce",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 157,
"avg_line_length": 32.8,
"alnum_prop": 0.6182926829268293,
"repo_name": "fearthecowboy/pinvoke",
"id": "d971591bb4faaa6cedb72d9a1da87b63619fa858",
"size": "822",
"bi... |
var homeController = (function() {
function _getCookieCategories(cookies) {
var res = [];
cookies.forEach(function(obj) {
if (res.indexOf(obj.category) < 0) {
res.push(obj.category);
}
});
return res;
}
function _getUserNameById(users... | {
"content_hash": "14bd34f682e057efee1cf8a20d961822",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 83,
"avg_line_length": 34.8252427184466,
"alnum_prop": 0.4276554223585169,
"repo_name": "atanas-georgiev/TelerikAcademy",
"id": "660b035a434f4eb8ce11e6129932bece6265d789",
... |
/*
* Joonas Vilppunen, Markus Muranen, Niko Heikkinen
* MIT Licence
* 2015
*/
import alt from '../alt';
class HomeActions {
constructor() {
this.generateActions(
'getTitlesSuccess',
'getTitlesFail',
'handleSort',
'removeNoRating',
'handleSortByReview'
);
}
handleSort() {
this.actions.handleSor... | {
"content_hash": "cd9f885c17532347825e60f1c6be07a2",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 50,
"avg_line_length": 16.046511627906977,
"alnum_prop": 0.6521739130434783,
"repo_name": "Mikkael3/tiea207projekti2015",
"id": "5f0781f83046ef3bd3df56f1a142f2bae0bdbdd3",
... |
package org.apache.calcite.sql.validate;
import org.apache.flink.annotation.Internal;
import org.apache.calcite.rel.type.RelDataType;
import org.apache.calcite.sql.SqlCall;
import org.apache.calcite.sql.SqlCallBinding;
import org.apache.calcite.sql.SqlKind;
import org.apache.calcite.sql.SqlNode;
import org.apache.ca... | {
"content_hash": "9e122347b374d8c1b90ffee7bd482c68",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 102,
"avg_line_length": 35,
"alnum_prop": 0.7635338345864662,
"repo_name": "sunjincheng121/flink",
"id": "ba1afc8c19dd5cfd3569a1b5d6c6895bce36819d",
"size": "3457",
"bina... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
... | {
"content_hash": "63ca8bde3b9849b6e6eaa313b863f303",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 147,
"avg_line_length": 32.20975609756098,
"alnum_prop": 0.5929123125851885,
"repo_name": "NigelMartinez/WireFramingAdminPortal",
"id": "13e68976806f11aeff93519704a4bb0dd24d... |
using System.Web;
using System.Web.Optimization;
namespace TestApplication
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new S... | {
"content_hash": "2571082311d423f26184a5e28b07199d",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 112,
"avg_line_length": 40.12903225806452,
"alnum_prop": 0.5747588424437299,
"repo_name": "InspectorIT/MongoDB.AspNet.Identity",
"id": "4ecf31a12a1d20b15131d99fa88882aa580d60... |
package org.optaplanner.quarkus;
import static org.assertj.core.api.Assertions.assertThat;
import javax.inject.Inject;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.... | {
"content_hash": "362ba4ec01d53eadaefb857b57da8570",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 101,
"avg_line_length": 45.84905660377358,
"alnum_prop": 0.7489711934156379,
"repo_name": "baldimir/optaplanner",
"id": "fe5a57de40bb2f92f453d0d26a84bc70a4b99a7f",
"size": ... |
import { Component, ViewEncapsulation, OnInit } from '@angular/core';
import { BreadcrumbsService, BreadcrumbsItem } from './../../services/breadcrumbs.service';
import { Observable, Subscription } from 'rxjs';
@Component({
selector: 'breadcrumbs',
template: `
Breadcrumbs:
<span *ngFor="let item of... | {
"content_hash": "26e861a5722ba0eb613c9fd1c8dc6ad2",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 91,
"avg_line_length": 28.846153846153847,
"alnum_prop": 0.6026666666666667,
"repo_name": "VladimirN/ang2-course",
"id": "bb5f3d12c6729bf593326eb4828af0e475942a5e",
"size":... |
#include "memtx_engine.h"
#include "tuple.h"
#include "txn.h"
#include "index.h"
#include "memtx_hash.h"
#include "memtx_tree.h"
#include "memtx_rtree.h"
#include "memtx_bitset.h"
#include "space.h"
#include "msgpuck/msgpuck.h"
#include "salad/rlist.h"
#include "request.h"
#include "box.h"
#include "iproto_constants.h... | {
"content_hash": "ba93e654e4503969f88e1d35fe4ab019",
"timestamp": "",
"source": "github",
"line_count": 1210,
"max_line_length": 75,
"avg_line_length": 26.92314049586777,
"alnum_prop": 0.6727138778893084,
"repo_name": "Sannis/tarantool",
"id": "f0dee94b03e91f585782a34a0a31b74ac9d56e84",
"size": "33... |
<?xml version="1.0" encoding="UTF-8"?>
<sem:triples uri="http://www.lds.org/vrl/specific-people/historic/niedner-julius" xmlns:sem="http://marklogic.com/semantics">
<sem:triple>
<sem:subject>http://www.lds.org/vrl/specific-people/historic/niedner-julius</sem:subject>
<sem:predicate>http://www.w3.org/2004/02/s... | {
"content_hash": "51de0a69b9e8e44e2039bd243d435bee",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 125,
"avg_line_length": 57.22222222222222,
"alnum_prop": 0.7165048543689321,
"repo_name": "freshie/ml-taxonomies",
"id": "cf5c0de900f5d396214b33c1416b386cf24a8d76",
"size":... |
package jigg.ml
abstract class LogLinearSGD[L](val a: Float) extends OnlineLogLinearTrainer[L] {
def stepSize = Math.pow(time + 1, -a).toFloat // avoid the overflow
def updateExampleWeights(e: Example[L], gold: L, derivative: Float): Unit = {
val dw = stepSize * derivative
val feats = e.featVec
var ... | {
"content_hash": "e4e30edce85defc5a85d4ba37c1cdbb8",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 93,
"avg_line_length": 25.818181818181817,
"alnum_prop": 0.6672535211267606,
"repo_name": "mynlp/jigg",
"id": "3dac2928d056917e316e0895348f6ce2f6a8322a",
"size": "1141",
... |
module EhXero
module Mappers
module Base
DataTransformIndex = 2
def to_xero(input_attrs)
parse(input_attrs, pulling: false)
end
def to_eh(input_attrs)
parse(input_attrs, pulling: true)
end
private
def parse(input_attrs, pulling:)
source_index, ... | {
"content_hash": "629c7db133373008c1379e392ce1403f",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 111,
"avg_line_length": 27.35185185185185,
"alnum_prop": 0.5836154366960055,
"repo_name": "Thinkei/eh-xero",
"id": "923ac703a0e417d0aa1b45900ecc0a17a3fe2fa8",
"size": "1477... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Lichen variolaria Lam.
### Remarks
null | {
"content_hash": "b6a5232c80e45d8d47f0b11c2cacf50b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 22,
"avg_line_length": 9.76923076923077,
"alnum_prop": 0.7007874015748031,
"repo_name": "mdoering/backbone",
"id": "579ebf49d8bd1792e81175a3b689ce2f27a4bd58",
"size": "173"... |
//-----------------------------------------------------------------------
// <copyright file="jet_logtime.cs" company="Microsoft Corporation">
// Copyright (c) Microsoft Corporation.
// </copyright>
//-----------------------------------------------------------------------
namespace Microsoft.Isam.Esent.Interop
{
... | {
"content_hash": "7d994fb2c1712f0e1b3ea39bae2f893b",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 147,
"avg_line_length": 37.17167381974249,
"alnum_prop": 0.5255744140399492,
"repo_name": "MichaelGrafnetter/DSInternals",
"id": "e1cfccdadce566084278af407c9e5cd63402c074",
... |
<?php
namespace Eloquent\Fixie\Writer;
use Eloquent\Fixie\Handle\Exception\ClosedHandleException;
use Eloquent\Fixie\Handle\Exception\ReadException;
use Eloquent\Fixie\Handle\Exception\WriteException;
/**
* A writable data handle that writes rows in the 'compact' style, using the
* minimal amount of whitespace.
... | {
"content_hash": "516ba2791c3e9caee471c6ee723e78c1",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 79,
"avg_line_length": 25.520833333333332,
"alnum_prop": 0.5906122448979592,
"repo_name": "eloquent/fixie",
"id": "9ff7204fb27d05145fa8dcfaf549cac053443f6f",
"size": "2666"... |
/* $NetBSD: fpsetmask.c,v 1.2 2008/04/28 20:22:57 martin Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
*
* Redistribution and use in source and binary forms, with or without
* m... | {
"content_hash": "d15031412b97f7d25ef860ebd76cffce",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 78,
"avg_line_length": 36.61290322580645,
"alnum_prop": 0.728193832599119,
"repo_name": "evrom/bsdlibc",
"id": "0ede2542bc74f2913b1d9f838bdf0ad8d6b62dc5",
"size": "2270",
... |
package com.evolveum.midpoint.repo.sql.util;
import com.evolveum.midpoint.repo.sql.data.common.container.Container;
import com.evolveum.midpoint.util.logging.Trace;
import com.evolveum.midpoint.util.logging.TraceManager;
import org.apache.commons.lang.StringUtils;
import org.hibernate.HibernateException;
import org.... | {
"content_hash": "40aa13d3c8026ac4b224086965dbb247",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 103,
"avg_line_length": 30.742857142857144,
"alnum_prop": 0.7574349442379182,
"repo_name": "gureronder/midpoint",
"id": "65f574c3dd2c8c0a13110638e2470fe7b7511d3f",
"size": ... |
Getting Started with RequestStream
==================================
## Prerequisites
This version of package requires PHP >= 5.3.3
## Installation
### Dowload RequestStream using composer
```js
{
"required": {
"request-stream/request-stream": "dev-master"
}
}
```
Now tell composer to download th... | {
"content_hash": "a135629fc1f2f8a7dffc28b7344c68d2",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 85,
"avg_line_length": 21.027027027027028,
"alnum_prop": 0.6979434447300771,
"repo_name": "gobb/RequestStream",
"id": "f6758ddc1c9114f0f8fe728c2c170873e989a74b",
"size": "7... |
<?php
/**
* @file
* Definition of Drupal\user\Plugin\views\field\Language.
*/
namespace Drupal\user\Plugin\views\field;
use Drupal\views\ResultRow;
/**
* Views field handler for user language.
*
* @ingroup views_field_handlers
*
* @ViewsField("user_language")
*/
class Language extends User {
/**
* {@... | {
"content_hash": "b721b3c97e1a1dbcd600f6727276fd8d",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 82,
"avg_line_length": 21.392156862745097,
"alnum_prop": 0.5866177818515124,
"repo_name": "ital-lion/Drupal4Lions",
"id": "59f74ccb9759c550d0a7e002e0288b98168d2daa",
"size"... |
define({
"searchSourceSetting": {
"title": "Haun ja puskurin asetukset",
"mainHint": "Voit ottaa käyttöön osoitteiden ja kohteiden tekstihaut, geometrian digitoinnin ja puskuroinnin."
},
"addressSourceSetting": {
"title": "Osoitekarttatasot",
"mainHint": "Voit määrittää, mitkä vastaanottajan oso... | {
"content_hash": "b6605e42f75acf96554a31d80fda988b",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 242,
"avg_line_length": 53.456043956043956,
"alnum_prop": 0.7383081508890944,
"repo_name": "tmcgee/cmv-wab-widgets",
"id": "f88069ce1f45644406b617b8c21330bcc61008f6",
"siz... |
package de.tor.tribes.util.report;
import de.tor.tribes.types.FightReport;
/**
*
* @author Torridity
*/
public class CataFilter implements ReportRuleInterface {
@Override
public void setup(Object pFilterComponent) {
}
@Override
public boolean isValid(FightReport c) {
... | {
"content_hash": "f236f79fc18e50bcec7b0e2bee8ce31a",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 58,
"avg_line_length": 20.2,
"alnum_prop": 0.6468646864686468,
"repo_name": "Patschke/dsworkbench",
"id": "c4ce9c45f3f225520abe55752be862d660f8cc2d",
"size": "1219",
"bin... |
#include "VKNTexture.h"
#pragma optimize("O3",on)
#pragma optimize("",off)
#include "vulkan/vulkan_core.h"
#include "VKNRHI.h"
#include "VKNDeviceContext.h"
#include "Core/Assets/AssetManager.h"
#include "VKNHelpers.h"
#include "Descriptor.h"
#pragma warning(push,0)
#undef max
#include "gli/gli.hpp"
#include "VKNComma... | {
"content_hash": "6004a98a8c80914656e280facaa20935",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 183,
"avg_line_length": 31.735294117647058,
"alnum_prop": 0.7472968798270003,
"repo_name": "Andrewcjp/GraphicsEngine",
"id": "55ab24a2289e917b174ad5d0a0e23e5a052d09cf",
"s... |
namespace crashpad {
namespace process_types {
template <class Traits>
struct Annotation {
typename Traits::Address link_node;
typename Traits::Address name;
typename Traits::Address value;
uint32_t size;
uint16_t type;
};
template <class Traits>
struct AnnotationList {
typename Traits::Address tail_poin... | {
"content_hash": "da1c40e3c522dbd9ef888e02c984f2b4",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 80,
"avg_line_length": 29.991869918699187,
"alnum_prop": 0.6692870696665764,
"repo_name": "endlessm/chromium-browser",
"id": "bd904979f19322e4c106e6ef3361362e001af48d",
"s... |
"""
Ironic console utilities.
"""
import errno
import os
import psutil
import signal
import subprocess
import time
from ironic_lib import utils as ironic_utils
from oslo_concurrency import processutils
from oslo_config import cfg
from oslo_log import log as logging
from oslo_service import loopingcall
from oslo_utils... | {
"content_hash": "0ce4780dd8560846ef2afb20d9cc65e2",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 79,
"avg_line_length": 34.810810810810814,
"alnum_prop": 0.5929458740017747,
"repo_name": "dims/ironic",
"id": "ca1a4e4b3d43716354e8a9df808eaddee637d68f",
"size": "9691",
... |
#ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H
#if (!defined(_WIN32)) && (!defined(WIN32))
// Linux needs this to support file operation on files larger then 4+GB
// But might need better if/def to select just the platforms that needs them.
#ifndef __USE_FILE_OFFSET64
#define __USE_FILE_... | {
"content_hash": "025d40463f34a3da4296719b23cf8cca",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 146,
"avg_line_length": 32.69945355191257,
"alnum_prop": 0.6866644385026738,
"repo_name": "AppHubPlatform/apphub-ios",
"id": "efbf2bc399b3e6de943794ac1caa821577d6002b",
"s... |
<!--
This file is part of the X12Parser library that provides tools to
manipulate X12 messages using Ruby native syntax.
http://x12parser.rubyforge.org
Copyright (C) 2009 APP Design, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU... | {
"content_hash": "7a9211dd6a79a7d79b2b1de57fa25ea9",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 205,
"avg_line_length": 64.82352941176471,
"alnum_prop": 0.7386569872958257,
"repo_name": "SimonKaluza/x12",
"id": "6f50b5c87d43652783ee722aa43b21d7695ca14f",
"size": "2204... |
namespace net {
class IOBuffer;
// Class with a push-based interface for uploading data. Buffers all data until
// the request is completed. Not recommended for uploading large amounts of
// seekable data, due to this buffering behavior.
class NET_EXPORT ChunkedUploadDataStream : public UploadDataStream {
public:
... | {
"content_hash": "2d4feb4018abd1d0e3c68a08043559f4",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 79,
"avg_line_length": 33.04255319148936,
"alnum_prop": 0.7308435286542176,
"repo_name": "js0701/chromium-crosswalk",
"id": "7b5e2dfecb618393d8a8bc50f05f4739cde5ea08",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 6 m 42 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... | {
"content_hash": "3f91ac9c6f44339225054da7c84a1056",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 554,
"avg_line_length": 59.16111111111111,
"alnum_prop": 0.588412057470185,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "8fcb94d6c5e8ba95bce925148f5409882f10287e",
... |
namespace chrome_browser_nearby_sharing_instantmessaging {
class ReceiveMessagesExpressRequest;
} // namespace chrome_browser_nearby_sharing_instantmessaging
namespace network {
class SharedURLLoaderFactory;
class SimpleURLLoader;
} // namespace network
namespace signin {
class IdentityManager;
} // namespace sign... | {
"content_hash": "a427e412d3fc575c97ed4a643cf6112e",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 85,
"avg_line_length": 38.57446808510638,
"alnum_prop": 0.7603419746276889,
"repo_name": "chromium/chromium",
"id": "eba1a73a9dd6b696850a0ff796e235881cea30fb",
"size": "462... |
PROTOBUF_NAMESPACE_OPEN
class DurationDefaultTypeInternal {
public:
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Duration> _instance;
} _Duration_default_instance_;
PROTOBUF_NAMESPACE_CLOSE
static void InitDefaultsscc_info_Duration_google_2fprotobuf_2fduration_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION... | {
"content_hash": "26ac74faf902627694f78a2bdb09fe31",
"timestamp": "",
"source": "github",
"line_count": 304,
"max_line_length": 203,
"avg_line_length": 40.848684210526315,
"alnum_prop": 0.7122725076501852,
"repo_name": "ric2b/Vivaldi-browser",
"id": "0214d08065037fc20d711ac1133efc3488e88af8",
"size... |
"""
Offset Codebook (OCB) mode.
OCB is Authenticated Encryption with Associated Data (AEAD) cipher mode
designed by Prof. Phillip Rogaway and specified in `RFC7253`_.
The algorithm provides both authenticity and privacy, it is very efficient,
it uses only one key and it can be used in online mode (so that en... | {
"content_hash": "73bd4e0655e650cf25619ba93ece2238",
"timestamp": "",
"source": "github",
"line_count": 486,
"max_line_length": 80,
"avg_line_length": 37.62139917695473,
"alnum_prop": 0.5229162108947714,
"repo_name": "chronicwaffle/PokemonGo-DesktopMap",
"id": "f40871dbef3da83f15d951df73c6c25981303c8... |
package org.apache.predictionio.controller
import org.apache.predictionio.core.BasePreparator
import org.apache.spark.SparkContext
/** Base class of a parallel preparator.
*
* A parallel preparator can be run in parallel on a cluster and produces a
* prepared data that is distributed across a cluster.
*
... | {
"content_hash": "970bb4dd60c1ae21cac769122d939dc4",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 76,
"avg_line_length": 26.03125,
"alnum_prop": 0.7118847539015606,
"repo_name": "shimamoto/incubator-predictionio",
"id": "cec959187c3cf671708b5cac07d82a4b07534a5f",
"size"... |
>>> project = Project(sample("projects", "resource-flags"))
Operation defined with only `foo` flag:
>>> project.run("flag")
hello flag --foo 123
Operation defined with only `foo` resource:
>>> project.run("resource")
Resolving foo dependency
hello resource
Run files:
>>> project.ls()
... | {
"content_hash": "154ca5a66ec65e9d060447923106fd14",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 73,
"avg_line_length": 31.647058823529413,
"alnum_prop": 0.6975570897503983,
"repo_name": "guildai/guild",
"id": "3723dbb3695324588541ea0ae6e411c012a2913f",
"size": "3784"... |
package com.aspose.cells.cloud.examples.cells;
import com.aspose.cells.cloud.examples.Utils;
import java.io.IOException;
import java.nio.file.Path;
public class GetFirstCellWorksheet {
public static void main(String... args) throws IOException {
String input = "sample1.xlsx";
Path inputFile = Uti... | {
"content_hash": "9e44122db5a554ceed879a17283cc985",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 75,
"avg_line_length": 32.371428571428574,
"alnum_prop": 0.5622241835834069,
"repo_name": "farooqsheikhpk/Aspose.Cells-for-Cloud",
"id": "9e58ea01942a3a891e3cbacd82e0b7cd3249... |
"""Runtime type checking support.
For internal use only; no backwards-compatibility guarantees.
"""
import collections
import inspect
import sys
import types
from apache_beam.pvalue import TaggedOutput
from apache_beam.transforms.core import DoFn
from apache_beam.transforms.window import WindowedValue
from apache_be... | {
"content_hash": "9065e85b3c6bdcde370e4fe8a90b58b2",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 79,
"avg_line_length": 37.34969325153374,
"alnum_prop": 0.683311432325887,
"repo_name": "yk5/beam",
"id": "89a5f5c7e2cf2366d15e9bd8b86c31d0aa932395",
"size": "6873",
"bi... |
#include "sdk_common.h"
#if NRF_MODULE_ENABLED(APP_TIMER)
#include "app_timer.h"
#include <stdlib.h>
#include "nrf.h"
#include "nrf_soc.h"
#include "app_error.h"
#include "cmsis_os.h"
#include "app_util_platform.h"
#define RTC1_IRQ_PRI APP_IRQ_PRIORITY_LOWEST /**< Priority of the RTC1 interrupt... | {
"content_hash": "16d3565db170cea769703b7b5e1a0c6a",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 132,
"avg_line_length": 29.46747967479675,
"alnum_prop": 0.5400744930335218,
"repo_name": "ubi-naist/SenStick",
"id": "0cb53cb36bace9ed1a43cc804eb5ca7478988bdf",
"size": "... |
package org.springframework.boot.autoconfigure.info;
import java.io.IOException;
import java.nio.charset.Charset;
import java.util.Properties;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionMessage;
import org.springframework.b... | {
"content_hash": "82fbbce3aa1b4fc2ffe2424474b6c7e5",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 109,
"avg_line_length": 37.306306306306304,
"alnum_prop": 0.7973919343153828,
"repo_name": "hello2009chen/spring-boot",
"id": "aaab2f084cc8b92ae2137896911507a4aa497db3",
"... |
package org.beigesoft.uml.service.interactive;
import org.beigesoft.graphic.model.ISettingsDraw;
import org.beigesoft.graphic.service.UtilsGraphMath;
import org.beigesoft.uml.assembly.ShapeFullVarious;
import org.beigesoft.uml.factory.IFactoryEditorElementUml;
import org.beigesoft.uml.pojo.PackageUml;
@Deprecated
pub... | {
"content_hash": "141b33b02554fe958bf78a9c106955b9",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 178,
"avg_line_length": 61.104166666666664,
"alnum_prop": 0.7265598363450392,
"repo_name": "demidenko05/beige-uml",
"id": "2e257191211eb0eecc8856c50b732c88f6c258a8",
"size"... |
namespace google {
using protobuf_unittest::TestAllTypes;
namespace protobuf {
namespace {
// Test operations on a small RepeatedField.
TEST(RepeatedField, Small) {
RepeatedField<int> field;
EXPECT_TRUE(field.empty());
EXPECT_EQ(field.size(), 0);
field.Add(5);
EXPECT_FALSE(field.empty());
EXPECT_EQ(fie... | {
"content_hash": "d5aaf4d230c4f2dfabb435f258b49be7",
"timestamp": "",
"source": "github",
"line_count": 1458,
"max_line_length": 80,
"avg_line_length": 28.569272976680384,
"alnum_prop": 0.6371296874249772,
"repo_name": "brengarajalu/GrpcAPI",
"id": "15c0c93ed8b1f34449a43587975618a6c9c08376",
"size"... |
package org.microemu.tests;
import javax.microedition.io.newjsr.NewJSRFacade;
/**
* @author vlads
* To test if MIDlet can override javax.microedition package on the device.
*/
public class OverrideNewJSRClient {
public String doJSRStuff(String data) {
return NewJSRFacade.createWorker().doStuff(data);
}
}
| {
"content_hash": "503c74e2d5b14e05856a7884bba9c4fd",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 76,
"avg_line_length": 19.9375,
"alnum_prop": 0.7554858934169278,
"repo_name": "freeVM/freeVM",
"id": "11485b038c916adb9f558eaf56e13acf00d40f02",
"size": "1141",
"binary"... |
var portfolio_entry_url = null;
reset_functionality = function() {
$("#portfolio_images").sortable({
'tolerance': 'pointer'
, 'placeholder': 'placeholder'
, 'cursor': 'drag'
, 'items': 'li'
});
$('#content #portfolio_images li:not(.empty)').each(function(index, li) {
$(li).mouseover(function... | {
"content_hash": "9f511de0105d9dc1b76e572fe6a52f89",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 189,
"avg_line_length": 33.47435897435897,
"alnum_prop": 0.579088471849866,
"repo_name": "ashrafuzzaman/stips",
"id": "29aaada3b64d81fe3e9197101e71da8d2b6cb3ac",
"size": "2... |
export function initialize(application) {
application.inject('service:app', 'app', 'application:main'); // inject the config into the app service to make this solution turnkey
application.inject('controller', 'app', 'service:app');
application.inject('route', 'app', 'service:app');
application.inject('view'... | {
"content_hash": "c9e5d7fc9e141458cef0e1feb9330981",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 135,
"avg_line_length": 41.5,
"alnum_prop": 0.685025817555938,
"repo_name": "westlywright/ui",
"id": "017e309f23581b7ee831971da8ebf1021c17d03c",
"size": "581",
"binary": ... |
module Awspec::Generator
module Doc
module Type
class Base
def initialize
Awspec::Stub.load type_name.underscore
@type_name = type_name
end
def type_name
self.class.to_s.split('::').last
end
def generate_doc
@matchers += colle... | {
"content_hash": "9fd991b1be60df0a98df8425051f107a",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 118,
"avg_line_length": 30.95505617977528,
"alnum_prop": 0.4823956442831216,
"repo_name": "hoshinotsuyoshi/awspec",
"id": "f26657ba3076ad38a8dcff42971bb17241176299",
"size"... |
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("Sp... | {
"content_hash": "4806f46327e01adac1a57fe76c611707",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 101,
"avg_line_length": 38.75,
"alnum_prop": 0.7620967741935484,
"repo_name": "xiongrenyi/SparkCLR",
"id": "32d5829f93c7c8200dc735dce5269daf8686649b",
"size": "1243",
"bi... |
#ifndef OFPROTO_H
#define OFPROTO_H 1
#include <sys/types.h>
#include <netinet/in.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "cfm.h"
#include "classifier.h"
#include "flow.h"
#include "meta-flow.h"
#include "netflow.h"
#include "sset.h"
#include "stp.h"
#ifdef __cplusplus
extern "C" {... | {
"content_hash": "3987d80b9619eed637a3c81480f4a070",
"timestamp": "",
"source": "github",
"line_count": 451,
"max_line_length": 81,
"avg_line_length": 38.04656319290466,
"alnum_prop": 0.6459001107290635,
"repo_name": "lctseng/NCTU-SDN-Project",
"id": "9a06849d1fa6aa5f78d2c5d981c812dd145c5cb5",
"siz... |
function(map_capture map )
set(__map_capture_args ${ARGN})
list_extract_flag(__map_capture_args --reassign)
ans(__reassign)
list_extract_flag(__map_capture_args --notnull)
ans(__not_null)
foreach(__map_capture_arg ${__map_capture_args})
if(__reassign AND "${__map_capture_arg}" MATCHES "(.+)[:=](.+)... | {
"content_hash": "74b26ad339d1a5d8892dcfaa6f2eb58c",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 74,
"avg_line_length": 35.333333333333336,
"alnum_prop": 0.5943396226415094,
"repo_name": "tempbottle/cmakepp",
"id": "fe4374ce7bdc34f035784c1ecee2d587e4c6345e",
"size": "7... |
FROM balenalib/kitra710-alpine:3.12-run
ENV GO_VERSION 1.16.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' ... | {
"content_hash": "073db86577a89bbc3c7754e062366f01",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 678,
"avg_line_length": 58.23809523809524,
"alnum_prop": 0.7183156173344235,
"repo_name": "resin-io-library/base-images",
"id": "82f639c8bfa4a54d2b6019d8a8afed65b566a28a",
... |
package com.umarbhutta.xlightcompanion.control.bean;
import java.io.Serializable;
import java.util.List;
/**
* Created by Administrator on 2017/3/24.
*/
public class Ruleconditions implements Serializable{
public List<Ruleconditions> data;
public List<Activities> activities;//活动
public List<Voice> vo... | {
"content_hash": "83946a9e38b614b247286a3b6c51b1b1",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 63,
"avg_line_length": 22.719101123595507,
"alnum_prop": 0.5845697329376854,
"repo_name": "PeterIJia/android_xlight",
"id": "b2c21d53c7677a97e085eac14454643907368441",
"siz... |
package com.zerowater.environment.data.remote;
import android.content.Context;
import com.zerowater.environment.injection.ApplicationContext;
import com.google.gson.Gson;
import com.zerowater.environment.BuildConfig;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofi... | {
"content_hash": "aa2023e6c84ab46dc97ba02618c04c66",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 90,
"avg_line_length": 34.44230769230769,
"alnum_prop": 0.718034617532105,
"repo_name": "byzerowater/Environment",
"id": "2713db779cb29f9da64c1c74a49e60a1cfb6e339",
"size":... |
namespace PhotographicMosaic
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... | {
"content_hash": "a675c10644377ecd31c6b4b2edac47d9",
"timestamp": "",
"source": "github",
"line_count": 528,
"max_line_length": 188,
"avg_line_length": 71.1875,
"alnum_prop": 0.6754462979221539,
"repo_name": "m1chal1s/PhotographicMosaic",
"id": "6f89f243c17799ca0ff4c8aaa37780c09b82eae9",
"size": "3... |
package com.hsqlu.coding.concurrent.cyclic;
/**
* Created: 2016/4/26.
* Author: Qiannan Lu
*/
public class Results {
private int[] data;
public Results(int size) {
data = new int[size];
}
public void setData(int position, int value) {
data[position] = value;
}
public int[]... | {
"content_hash": "cf272d71bfc811e20e6c99c95d659fb0",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 50,
"avg_line_length": 17.238095238095237,
"alnum_prop": 0.5828729281767956,
"repo_name": "hsqlu/coding-lab",
"id": "00c35a291b143348e5e520dfe90fa70a7b288a9f",
"size": "362... |
using Fitbit.Api.Portable.OAuth2;
using System.Threading.Tasks;
namespace Fitbit.Api.Portable
{
public interface ITokenManager
{
Task<OAuth2AccessToken> RefreshTokenAsync(FitbitClient client);
}
} | {
"content_hash": "e2ce5ed2ea4baf2beed81f960eed516f",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 71,
"avg_line_length": 21.8,
"alnum_prop": 0.7477064220183486,
"repo_name": "aarondcoleman/Fitbit.NET",
"id": "43954dc2134395e4629efcd73b0f0e39178db960",
"size": "220",
"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ff1510d61b9f97774f3f7fb5357df6d1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "77a08720f8ae59750743ad8c5154672025d4d441",
"size": "175... |
using namespace cv;
using namespace std;
class CodeBookBackGround
{
public:
CodeBookBackGround();
~CodeBookBackGround();
Mat process(Mat inputMat, Mat &foreMatl);
CvBGCodeBookModel* model ;
const int NCHANNELS = 3;
bool ch[3];// = { true, true, true };
//bool ch[NCHANNELS] = { true, true, true };
IplImage* ra... | {
"content_hash": "158277ea43e0663c0f33503acefe9903",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 54,
"avg_line_length": 22.80952380952381,
"alnum_prop": 0.7265135699373695,
"repo_name": "xiawei0000/indoorMonitorwithKinectV2",
"id": "933a4900c72291351cf4c4cf3a4d119d088623... |
require 'dragonfly'
# Configure
Dragonfly.app.configure do
plugin :imagemagick
secret Rails.application.secret_key_base
url_format "/media/:job/:name"
case Rails.env
when 'development'
verify_urls false
datastore :file,
root_path: Rails.root.join('public/system'),
server_root: Rails.ro... | {
"content_hash": "2749030339ce958045d14ff9c4634c64",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 57,
"avg_line_length": 23.23076923076923,
"alnum_prop": 0.7030905077262694,
"repo_name": "dncrht/mical",
"id": "59c7f78bbfd39030b3d61e1c1bd89db8ec20abf9",
"size": "906",
... |
<?php
namespace RequestStream\Stream\Socket\Formatter;
/**
* Formatter interface for console output.
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
*
* @api
*/
interface OutputFormatterInterface
{
/**
* Sets the decorated flag.
*
* @param Boolean $decorated Whether to decorate the m... | {
"content_hash": "b45a78f3e6069dc734680ab1ad18c3c8",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 81,
"avg_line_length": 20.210526315789473,
"alnum_prop": 0.5833333333333334,
"repo_name": "foobert/request-stream",
"id": "89b883f2b2988cac5ac2558f06101a2eab47a35f",
"size"... |
__doc__="""
Jumps to next instance shown in the preview field of the current Edit tab.
"""
import GlyphsApp
Doc = Glyphs.currentDocument
numberOfInstances = len( Glyphs.font.instances )
try:
currentInstanceNumber = Doc.windowController().activeEditViewController().selectedInstance()
if currentInstanceNumber > 1:... | {
"content_hash": "89fe8d56ef4fa320c649d724008889ef",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 101,
"avg_line_length": 28.4,
"alnum_prop": 0.778169014084507,
"repo_name": "weiweihuanghuang/Glyphs-Scripts",
"id": "a8e9a22dd7e4490086352a77b12c21d5241d82b6",
"size": "62... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>parent demo</title>
<script src="../build/ux-query.js"></script>
<style type="text/css">
* {
font-family: Arial, sans;
}
</style>
</head>
<body>
<div><p>Hello</p></div>
<div class="selected"><p>Hello Ag... | {
"content_hash": "59fd42cdc4f8f5576a6967d7dbe75c5a",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 72,
"avg_line_length": 21.2,
"alnum_prop": 0.5542452830188679,
"repo_name": "webux/ux-query",
"id": "1d551143cfde4f1cbf2c0d3660192017220bb39d",
"size": "424",
"binary": f... |
import {Inject, Injectable} from '@angular/core';
import {Observable, of, throwError} from 'rxjs';
import {NotificationService} from '../notification.service';
import {WithdrawalFactory} from '../../model/withdrawal.factory';
import {User} from '../../model/user';
import {Withdrawal} from '../../model/withdrawal';
impo... | {
"content_hash": "0de1f75abcf773c9382b6ff406e25396",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 115,
"avg_line_length": 35.333333333333336,
"alnum_prop": 0.6153039832285115,
"repo_name": "loicsalou/ma-cave",
"id": "50c127902dd6bb914d033723e29f0620e784f288",
"size": "... |
import styled from 'styled-components';
import withGesture from '/imports/ui/hocs/withGesture';
export const Wrapper = styled.div`
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
`;
const SliderTracker = styled.div`
touch-action: none;
transform: ${props => ... | {
"content_hash": "51d99aa2da08fb1d89dd84eb1249312d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 64,
"avg_line_length": 22.555555555555557,
"alnum_prop": 0.729064039408867,
"repo_name": "ShinyLeee/meteor-album-app",
"id": "54aee3a97904c5b0ea9c76a50ff6186e00de6eae",
"si... |
ACCEPTED
#### According to
Euro+Med Plantbase
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "c4f8e8454d5ac5c3bee1c5b2cbab52b9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 18,
"avg_line_length": 8.692307692307692,
"alnum_prop": 0.6814159292035398,
"repo_name": "mdoering/backbone",
"id": "5fa44e64dd94c9ca0b29959b467debc7fb66f727",
"size": "170... |
package org.gdg.frisbee.android.app;
import android.app.backup.BackupAgentHelper;
import android.app.backup.BackupDataInput;
import android.app.backup.BackupDataOutput;
import android.app.backup.SharedPreferencesBackupHelper;
import android.os.ParcelFileDescriptor;
import com.google.android.gms.analytics.HitBuilder... | {
"content_hash": "928540dbfd104f87db033fba95a18b59",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 119,
"avg_line_length": 31.5,
"alnum_prop": 0.6831275720164609,
"repo_name": "gdg-x/frisbee",
"id": "35a558b2e2c58382c069b17c5afc43328605a5ff",
"size": "2309",
"binary": ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ShowMe</title>
<script type="text/javascript" src="/static/jQuery/jquery-2.2.4.js"></script>
<link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css"/>
<script type="text/javascript" src="/static/boots... | {
"content_hash": "8a662c123eead9c04803be9193629b1c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 122,
"avg_line_length": 50,
"alnum_prop": 0.535,
"repo_name": "Ardjan-Aalberts/showMe",
"id": "97c42ddda2b80e7619b7c1b9da15e567522a11b0",
"size": "2000",
"binary": false,... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = function _default(req, res, next) {
res.header('Access-Control-Allow-Origin', '*');
next();
};
exports["default"] = _default; | {
"content_hash": "360a3f48fe152d646a4e83d61eae73a3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 50,
"avg_line_length": 19.615384615384617,
"alnum_prop": 0.6470588235294118,
"repo_name": "angrytoro/fetool",
"id": "9c4d2384b86c88acdb3b50030ac1c9fd9bff6fe4",
"size": "255... |
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @externs_url http://closure-compiler.googlecode.com/svn/trunk/contrib/externs/maps/google_maps_api_v3.js
// ==/ClosureCompiler==
/**
* @name CSS3 InfoBubble with tabs for Google Maps API V3
* @version 0.8
* @author Luke Mahe
* @fileoverview
* ... | {
"content_hash": "93d13201f5cfe88d7341556cab3bcbe7",
"timestamp": "",
"source": "github",
"line_count": 1775,
"max_line_length": 107,
"avg_line_length": 25.020281690140845,
"alnum_prop": 0.6699691517867195,
"repo_name": "edean11/social-circle-v2",
"id": "32814635f4f183a024744ddc730d70688044e8dd",
"... |
const mongoose = require('mongoose');
// set up a mongoose model and pass it using module.exports
const userSchema = new mongoose.Schema({
email: { type: String, unique: true, index: true },
name: String,
password: String
});
module.exports = mongoose.model('User', userSchema);
| {
"content_hash": "8c183a6b45f44f5073d7f227d7195b02",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 59,
"avg_line_length": 29.3,
"alnum_prop": 0.6962457337883959,
"repo_name": "ashley-jelks-truss/DoDidDone",
"id": "b042ec9276b6c851679fa4251dfb091cb1a9d378",
"size": "344",... |
package org.apache.drill.exec.store.parquet.columnreaders;
import org.apache.drill.test.BaseTestQuery;
import org.junit.Test;
public class TestDateReader extends BaseTestQuery {
/**
* check if DateReader works well with dictionary encoding.
*/
@Test
public void testDictionary() throws Exception {
//... | {
"content_hash": "99365efa4fc811c33d7c9122911c1dde",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 98,
"avg_line_length": 31.15625,
"alnum_prop": 0.7251755265797393,
"repo_name": "parthchandra/drill",
"id": "34c10da581f59e861dd8846425470e2e982f22ba",
"size": "1798",
"b... |
package me.wheezygold.mcr.core.account;
import me.wheezygold.mcr.core.common.Rank;
import org.bukkit.entity.Player;
public class ClientCore {
private String playerName;
private Player player;
private Rank rank;
public ClientCore(Player player) {
this.player = player;
}
public Client... | {
"content_hash": "0d68647438c338c87aea84bfcd52e550",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 42,
"avg_line_length": 16.634615384615383,
"alnum_prop": 0.5988439306358382,
"repo_name": "MPlexCore/MCR-Core",
"id": "812753d75a3ad25c1b69d8c91476fb18bc9d5434",
"size": "8... |
<?php
/**
* CEmailValidator validates that the attribute value is a valid email address.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CEmailValidator.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package system.validators
* @since 1.0
*/
class CEmailValidator extends CValidator
{
/**
* @var st... | {
"content_hash": "eb86f7ea9475c96a472eae7955a766fd",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 198,
"avg_line_length": 37.206896551724135,
"alnum_prop": 0.6450417052826691,
"repo_name": "ata/latumentent",
"id": "441f007eb4df2425fc905cdeef1fd85451158234",
"size": "346... |
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
| {
"content_hash": "fdbffdf4cbf0b87628f8ea81054eabeb",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 90,
"avg_line_length": 31.6,
"alnum_prop": 0.6582278481012658,
"repo_name": "WenKaiLiu/WY1",
"id": "7152c39958595f2b416e12a105c853bd04b2f02f",
"size": "334",
"binary": fal... |
AirbnbClone::Application.config.session_store :cookie_store, key: '_AirbnbClone_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# AirbnbClone::Applicatio... | {
"content_hash": "e3c227304ee3c6599cb2aed759061aa1",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 88,
"avg_line_length": 60.666666666666664,
"alnum_prop": 0.804945054945055,
"repo_name": "kclarkedesign/gathsyh",
"id": "deebf29856144962ff27e05dfed38b9ad8350c60",
"size": "... |
package activedir
import (
"encoding/json"
"flag"
"fmt"
"runtime"
"github.com/StackExchange/dnscontrol/providers"
)
var flagFakePowerShell = flag.Bool("fakeps", false, "ACTIVEDIR: Do not run PowerShell. Open adzonedump.*.json files for input, and write to -psout any PS1 commands that make changes.")
var flagPsF... | {
"content_hash": "a5beb05ee5213616f6b0d5d6a3f89b72",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 184,
"avg_line_length": 36.54054054054054,
"alnum_prop": 0.746301775147929,
"repo_name": "mathieuherbert/dnscontrol",
"id": "3561e3724fd5cf33db76f1114be3c3fe44a53a1a",
"siz... |
@interface BMEUserTask : NSObject
typedef NS_ENUM(NSUInteger, BMEUserTaskType)
{
BMEUserTaskTypeShareOnTwitter = 0,
BMEUserTaskTypeShareOnFacebook = 1,
BMEUserTaskTypeWatchVideo = 2,
BMEUserTaskTypeUnknown,
};
@property (assign, nonatomic) BMEUserTaskType type;
@property (assign, nonatomic) BOOL compl... | {
"content_hash": "8d6153fddd1ca19a88a3f7d26e3b7f2e",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 56,
"avg_line_length": 27.894736842105264,
"alnum_prop": 0.779245283018868,
"repo_name": "simonbs/bemyeyes-ios",
"id": "04f92cb7ec5d4e73257e97648ab20d72b44d5542",
"size": "... |
/* se setea variable global log_bin_trust_function_creators */
/* sino tira el error: */
/* */
/* This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA */
/* in its declaration and binary logging is enabled */
/* (you *might* want to use the less safe */
/* log_... | {
"content_hash": "805e48389b587cce44d71541f2b9b591",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 72,
"avg_line_length": 19.732394366197184,
"alnum_prop": 0.6595289079229122,
"repo_name": "sebasberra/ri",
"id": "dcd99d38360ca60b9c2202dc05c7beb6a7bc2d17",
"size": "1401",... |
/*
* Do not modify this file. This file is generated from the workspaces-2015-04-08.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Xml.Serialization;
using Amazon.WorkSpaces.Model;
using Amazon.Runtime;
usin... | {
"content_hash": "218448e8e830861ab3c0a95433b50e67",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 108,
"avg_line_length": 29.959183673469386,
"alnum_prop": 0.6689373297002725,
"repo_name": "rafd123/aws-sdk-net",
"id": "28fd7936b2e18d9c6cd3b6854eeb2806b67b8532",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.