text stringlengths 2 1.04M | meta dict |
|---|---|
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3a04765f958f3ead81df79ecc569aa9d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "2b593fd823268ee60700c0cad978faed912dc2d5",
"size": "183... |
license: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2... | {
"content_hash": "a6ff4bb0aed8887dddcdd67aabc69be6",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 143,
"avg_line_length": 32.63333333333333,
"alnum_prop": 0.5812053115423902,
"repo_name": "maveriklko9719/Coffee-Spills",
"id": "29ebc1feeefe272e3e33a5a36b70c05f86f1e74b",
... |
<?php
namespace Netdudes\DataSourceryBundle\Extension;
interface UqlExtensionInterface
{
/**
* An array of functions that will be available to use in UQL
*
* @return UqlFunction[]
*/
public function getFunctions();
}
| {
"content_hash": "43b7f3c84d86e672898f6d1aadc0f46e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 65,
"avg_line_length": 19,
"alnum_prop": 0.6761133603238867,
"repo_name": "netdudes/DataSourceryBundle",
"id": "e6ec7b2ed979544dc691b505f08fd79371e95a5d",
"size": "247",
... |
import React, { Component } from "react";
import { observer, inject } from "mobx-react";
import AddIcon from '@material-ui/icons/Add';
import CreateBlogAction from './Actions/createBlog';
import BrowserToolsAction from './Actions/browserTools';
import BrowserBooksAction from './Actions/browserBooks';
import SignInActio... | {
"content_hash": "0ddf58e3574d74e45a40001a10b2b46a",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 83,
"avg_line_length": 27.606382978723403,
"alnum_prop": 0.4504816955684008,
"repo_name": "jackdon/snoopy",
"id": "7ef1a72dedd855cd79863f516fc5ae1f9bfeef37",
"size": "2595"... |
from oslo.config import cfg
import socket
import netaddr
from ryu.base import app_manager
from ryu.controller import handler
from ryu.services.protocols.vrrp import event as vrrp_event
from ryu.services.protocols.vrrp import api as vrrp_api
from ryu.lib import rpc
from ryu.lib import hub
from ryu.lib import mac
VRRP_... | {
"content_hash": "5109556ee73bf6f4897f58d3c670821e",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 79,
"avg_line_length": 36.67213114754098,
"alnum_prop": 0.5371777678438385,
"repo_name": "tashaband/RYU295",
"id": "0ba15e1da45f2166980a7aa09e66280ca3b0d08d",
"size": "732... |
using System;
using System.Collections;
using System.Collections.Generic;
using Hydra.Framework;
using Hydra.Framework.Collections;
using Hydra.Framework.Extensions;
namespace Hydra.Framework.StateMachine
{
public interface IEventActionExceptionHandler<T>
where T : StateMachine
{
void HandleException(T stateMac... | {
"content_hash": "11235bca6b0f44aa9977d91afaf7e9f7",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 118,
"avg_line_length": 30.6,
"alnum_prop": 0.7136066547831253,
"repo_name": "andywiddess/Hydra",
"id": "55269736af2624b2aa75e0e022773a68ebec7707",
"size": "1683",
"binar... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "077e3cf2446fa457830910b5757b2d09",
"timestamp": "",
"source": "github",
"line_count": 646,
"max_line_length": 691,
"avg_line_length": 66.94582043343654,
"alnum_prop": 0.6761625083820844,
"repo_name": "greatlevi/mqtt",
"id": "278422669e00136b2deff4ce84fb7ec55554a19c",
"size": "4324... |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using Azure.Messaging.ServiceBus;
using Microsoft.Extensions.Logging;
namespace Microsoft.Azure.WebJobs.Extensions.ServiceBus.Tests.Samples
{
public static class ... | {
"content_hash": "6be28d1b921144162398f966d6635587",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 119,
"avg_line_length": 37.12,
"alnum_prop": 0.6637931034482759,
"repo_name": "ayeletshpigelman/azure-sdk-for-net",
"id": "ffa36b9f754969ed7796d2a78ce3e556f6ccc40f",
"size"... |
<?php
namespace console\rbac;
use common\models\User;
use Yii;
use yii\rbac\Rule;
/**
* Created by PhpStorm.
* User: DezMonT
* Date: 31.03.2015
* Time: 14:46
*/
class CanEdit extends Rule
{
public $name = __CLASS__;
/**
* Executes the rule.
*
* @param string|integer $user the user ID. This... | {
"content_hash": "5e236fe3f8687a2b7423d111871a41e5",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 125,
"avg_line_length": 31.03125,
"alnum_prop": 0.6314199395770392,
"repo_name": "djrosl/travel",
"id": "77e78cd350d7d663cac958b08cce6f9389c3b784",
"size": "993",
"binary... |
class Proxmark3 < Formula
desc "Proxmark3 client, CDC flasher, HID flasher and firmware bundle"
homepage "http://www.proxmark.org"
url "https://github.com/proxmark/proxmark3/archive/v3.1.0.tar.gz"
sha256 "855bf191479b1389c0761dc34fa6c738dc775599e95e679847f4c7f1c276d8de"
head "https://github.com/pwpiwi/proxmar... | {
"content_hash": "5dface666638ff1cbfe32efcfd8e3f55",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 147,
"avg_line_length": 34.527027027027025,
"alnum_prop": 0.6825831702544032,
"repo_name": "pwpiwi/homebrew-proxmark3",
"id": "752549f0976641887ce0b777298e46aba892a4c1",
"s... |
/*
Theme Name: Kelly Anne T. Pipe Web Design
Theme URI: http://roots.io/
Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version: 6.5.1
Author: Ben Word
A... | {
"content_hash": "d2547ad08e6883f168cbc0988537f581",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 173,
"avg_line_length": 40.90909090909091,
"alnum_prop": 0.6311111111111111,
"repo_name": "kellygrape/kapipe-roots",
"id": "09a63f5b38ba0c5f2248d5404137b5b464adf361",
"size... |
package com.jeff.chaser.models.systems.common
import com.badlogic.ashley.core._
import com.badlogic.ashley.systems.IteratingSystem
import com.badlogic.gdx.graphics.g2d.Animation.PlayMode
import com.jeff.chaser.models.components.util.NonStaticComponent
import com.jeff.chaser.models.components.view.{AnimatorComponent, R... | {
"content_hash": "7a8f523eaee466fc3c061cd2ff299262",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 105,
"avg_line_length": 37.256410256410255,
"alnum_prop": 0.7591190640055059,
"repo_name": "jregistr/Academia",
"id": "621024fccb37ae1e24084327709f7f0f2405c8c1",
"size": "1... |
#include "VariableSet.h"
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QVariant>
#include "../eirBase/BaseLog.h"
#include "VariableIdList.h"
VariableSetData::VariableSetData(const VariableSetData & other)
: QSharedData(other)
, name_s(other.name_s)
... | {
"content_hash": "e55da19a002ee576b1607e9fbf9efb67",
"timestamp": "",
"source": "github",
"line_count": 299,
"max_line_length": 74,
"avg_line_length": 23.25752508361204,
"alnum_prop": 0.5812482024733966,
"repo_name": "eirTony/INDI1",
"id": "f7afa1b5ba82ad6a04fc24808c6882acf410b68c",
"size": "6954",... |
package org.ukettle.service.router.entity;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import org.ukettle.basics.base.entity.BaseEntity;
import org.ukettle.www.xstream.annotations.XStream2Field;
@XStreamAlias("response")
public class Message extends BaseEntity {
private static final long serialVersio... | {
"content_hash": "a97610e86bf336f4f1a52e2e107768ed",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 67,
"avg_line_length": 21.755555555555556,
"alnum_prop": 0.6899897854954035,
"repo_name": "uKettle/kettle",
"id": "a3b8132372a444734477697077a7099d5244488d",
"size": "1990"... |
from dataflows import Flow, find_replace
from datapackage_pipelines.wrapper import ingest
from datapackage_pipelines.utilities.flow_utils import spew_flow
def flow(parameters):
return Flow(
find_replace(
parameters.get('fields', []),
resources=parameters.get('resources')
)
... | {
"content_hash": "9b3825f89cba11032491a89cb975f54c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 64,
"avg_line_length": 25.058823529411764,
"alnum_prop": 0.6431924882629108,
"repo_name": "frictionlessdata/datapackage-pipelines",
"id": "e427fe657ae512b7665270c863fb59dd429... |
package com.alibaba.rocketmq.client.producer;
import com.alibaba.rocketmq.common.message.Message;
/**
* @author shijia.wxr
*/
public interface LocalTransactionExecuter {
public LocalTransactionState executeLocalTransactionBranch(final Message msg, final Object arg);
}
| {
"content_hash": "54a203049bbc72cee05fd2cf3ebf7e2b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 100,
"avg_line_length": 24.25,
"alnum_prop": 0.7628865979381443,
"repo_name": "lusong1986/RocketMQExt",
"id": "b1f1e039c9ec061249b767968739da14f32f7925",
"size": "1113",
... |
# Exercice 2 : développement d'un écran de recherche

Le but de cet exercice est de réaliser l'écran de recherche d'un utilisateur
pour cet exercice nous aurons besoin :
* d'un model de critère
* d'un model de resultat
* d'une collection pour la liste des resultats
* d'une vue pou... | {
"content_hash": "cfbf53d6e56cabedb0685b97407a975b",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 77,
"avg_line_length": 20.38317757009346,
"alnum_prop": 0.6740027510316369,
"repo_name": "KleeGroup/focus-workshop",
"id": "b947a8406ef56a47efb41243e64fc09690b1dc39",
"siz... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- ... | {
"content_hash": "7eef82dc841eb2cbbf59ee71febed991",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 86,
"avg_line_length": 58.55,
"alnum_prop": 0.6552803871335041,
"repo_name": "STOzaki/blitzScoring",
"id": "2ef61b037a12d641b2811da607e2226b6cd3d8a0",
"size": "3513",
"bi... |
package sqlstore
import (
"database/sql"
"database/sql/driver"
"errors"
"fmt"
"strings"
"sync"
"time"
"go.mau.fi/whatsmeow/store"
"go.mau.fi/whatsmeow/types"
"go.mau.fi/whatsmeow/util/keys"
)
// ErrInvalidLength is returned by some database getters if the database returned a byte array with an unexpected l... | {
"content_hash": "c0c95776fac67cb2307b6dc9a8619955",
"timestamp": "",
"source": "github",
"line_count": 682,
"max_line_length": 172,
"avg_line_length": 32.39882697947214,
"alnum_prop": 0.6992668356263577,
"repo_name": "42wim/matterbridge",
"id": "abea5fe24914f1debedd981fbeb7511f489c46cf",
"size": "... |
require 'spec_helper'
describe 'User visits their profile' do
let(:user) { create(:user) }
before do
sign_in(user)
end
it 'shows correct menu item' do
visit(profile_path)
expect(page).to have_active_navigation('Profile')
end
it 'shows profile info' do
visit(profile_path)
expect(pag... | {
"content_hash": "8d91252d219cd3c987f08011eb7459eb",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 79,
"avg_line_length": 21.225806451612904,
"alnum_prop": 0.6246200607902735,
"repo_name": "stoplightio/gitlabhq",
"id": "1c90a794099dc8d07c5e437a578450b67bf52853",
"size": ... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="CommuBBSMaster">
<resultMap id="boardMasterList" type="egovframework.com.cop.bbs.service.BoardMasterVO">
<result property="bbsId" column="BBS_ID"/>
... | {
"content_hash": "86917ab4fb89e41acc2585a0d1ec13e1",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 135,
"avg_line_length": 32.63333333333333,
"alnum_prop": 0.693564862104188,
"repo_name": "dasomel/egovframework",
"id": "d3fe6f0699945fab178ac88e927bda2853566ef7",
"size": ... |
<?php
/**
* Retrieves data from a filePro database
*
* @phpstub
*
* @param int $row_number
* @param int $field_number
*
* @return string Returns the specified data, or false on errors.
*/
function filepro_retrieve($row_number, $field_number)
{
} | {
"content_hash": "0dcc8f6f22a0151e41e49beb04e3e4b7",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 65,
"avg_line_length": 17,
"alnum_prop": 0.6745098039215687,
"repo_name": "schmittjoh/php-stubs",
"id": "265659a26cd503a7f3e79675bdfd5d7dd1ab6f6e",
"size": "255",
"binary... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="b97cd9d1-0f33-413d-bd04-60aab72821e7" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml"... | {
"content_hash": "baeede98063873dcaa4ceb3c62d4cda5",
"timestamp": "",
"source": "github",
"line_count": 777,
"max_line_length": 252,
"avg_line_length": 54.25997425997426,
"alnum_prop": 0.622011385199241,
"repo_name": "sesa-uottawa/startup-weekend-website",
"id": "05579a00bc052309190bf8fc99e6a5bd0398e... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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://w... | {
"content_hash": "b53f824cdf7374683b877f16f9946cd0",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 97,
"avg_line_length": 41.5,
"alnum_prop": 0.5975903614457831,
"repo_name": "saratrallapalli/azure-sdk-tools",
"id": "1ae679022edaab68b624ac9052009aef0d338a8b",
"size": "12... |
namespace rentcar.Authorization.Roles
{
public static class StaticRoleNames
{
public static class Host
{
public const string Admin = "Admin";
}
public static class Tenants
{
public const string Admin = "Admin";
}
}
} | {
"content_hash": "c4b18dfa213742e65f418360d9f64068",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 48,
"avg_line_length": 20.066666666666666,
"alnum_prop": 0.5481727574750831,
"repo_name": "xxmgkxx/core-rent-car",
"id": "6d5a4d7f02e9d4f294558301a118ed9c10c2cea0",
"size":... |
import datetime
import json
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import Q
from django.forms.formsets import formset_factory
from django.shortcuts import get_object_or_404, redirect, render
from django.utils.datastructures import MultiValueDictKeyE... | {
"content_hash": "62f75cc4370379f7260e4b0a709cf945",
"timestamp": "",
"source": "github",
"line_count": 504,
"max_line_length": 79,
"avg_line_length": 36.36309523809524,
"alnum_prop": 0.613084520106946,
"repo_name": "andymckay/addons-server",
"id": "82c56211c2fece1430266ca5e229d49d03b0a591",
"size"... |
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include <ctype.h>
#include <fcntl.h>
#include <err.h>
#include <math.h>
#include <errno.h>
#include <X11/X.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xproto... | {
"content_hash": "57a77199e681e03cad8b98b2a31484ec",
"timestamp": "",
"source": "github",
"line_count": 420,
"max_line_length": 108,
"avg_line_length": 30.15714285714286,
"alnum_prop": 0.5166587715142902,
"repo_name": "DaveDavenport/MultiMonitorBackground",
"id": "1391ffec2d604161381b48befcb181a3d887... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="TraceListenerForTest.cs" company="CloudLibrary">
// Copyright (c) CloudLibrary 2016. All rights reserved.
// </copyright>
// ----------------------------------------------... | {
"content_hash": "b3485506899bfe32b70497cba4da079a",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 139,
"avg_line_length": 32.675,
"alnum_prop": 0.4881407804131599,
"repo_name": "lixinxu/CloudLibiary",
"id": "e76d7901b2f5e18f085d6077190015851e5292f6",
"size": "3923",
... |
package org.exbin.bined;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/**
* Interface for code area caret.
*
* @version 0.2.0 2019/07/07
* @author ExBin Project (https://exbin.org)
*/
public interface CodeAreaCaret {
/**
* Returns caret position.
*
* Returned value shou... | {
"content_hash": "3958dff25c1e6a2de692ca766811ee7e",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 73,
"avg_line_length": 22.418181818181818,
"alnum_prop": 0.6520681265206812,
"repo_name": "exbin/deltahex-java",
"id": "fe27ad57970f7539b79583afe8578367863a9893",
"size": "... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d632142c4dc2c9952b4cd9c9ed537a6b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "1abacebbd57615399276b25e8c3caff39479e747",
"size": "180... |
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "falcon.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
| {
"content_hash": "ea58c08ea553bc437573c6434550dd8e",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 70,
"avg_line_length": 25.22222222222222,
"alnum_prop": 0.7092511013215859,
"repo_name": "prathik/falcon-web",
"id": "89a3c5895260011ad6740bd075ae1d509857d11a",
"size": "249... |
FOUNDATION_EXPORT double Pods_ChatBotVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ChatBotVersionString[];
| {
"content_hash": "c49a5777a349f83aa27776fc5f06213c",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 66,
"avg_line_length": 40,
"alnum_prop": 0.8583333333333333,
"repo_name": "johnamcruz/chatbot",
"id": "063cc6461cd1cfe59488fefb6c6d95656fc51f3e",
"size": "316",
"binary": ... |
package nsq
import (
"context"
"errors"
"github.com/nsqio/go-nsq"
"github.com/tsaikd/KDGoLib/version"
"github.com/tsaikd/gogstash/config"
"github.com/tsaikd/gogstash/config/goglog"
"github.com/tsaikd/gogstash/config/logevent"
"github.com/tsaikd/gogstash/config/queue"
)
// ModuleName is the name used in config... | {
"content_hash": "a991932c5390f360be60661af00660b3",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 133,
"avg_line_length": 26.321100917431192,
"alnum_prop": 0.6890902753572673,
"repo_name": "tsaikd/gogstash",
"id": "34cf67d4d3bedd29fdae82a275b330b40ce856b9",
"size": "28... |
<?php
namespace Tests\XmlSoccer;
use GuzzleHttp\Client;
use GuzzleHttp\Middleware;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;
use PeterColes\XmlSoccer\ApiClient;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\Exception\RequestException;
final class JsonConversionTest ... | {
"content_hash": "403e855c2fcf0a738d8d27163c215066",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 126,
"avg_line_length": 42.79381443298969,
"alnum_prop": 0.6099735003613587,
"repo_name": "petercoles/xml-soccer",
"id": "89ee7ac7e7b70cac221989da295cfd15b3d8aa14",
"size":... |
import chalk from 'chalk';
import gradient from 'gradient-string';
const log = console.log;
let currentAnimation = null;
const consoleFunctions = {
log: log.bind(console),
info: console.info.bind(console),
warn: console.warn.bind(console),
error: console.error.bind(console)
};
// eslint-disable-next-line guard-f... | {
"content_hash": "cf3e3c1a75aaa9858ef851cd56dd950c",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 111,
"avg_line_length": 26.670103092783506,
"alnum_prop": 0.5910320834943951,
"repo_name": "bokub/chalk-animation",
"id": "b2414005498e92bc42ce7c0618d927a78994f0f3",
"size... |
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- == PROJECT COORDINATES =============================================... | {
"content_hash": "24a235709dd71acb69e8d5eda2888496",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 204,
"avg_line_length": 29.5188679245283,
"alnum_prop": 0.5816554809843401,
"repo_name": "McHammerCoder/McHammerCoder",
"id": "7577eb3b5a7c04ec248b203284c85293af71a349",
"... |
<div class="os-modal os-error-modal">
<div class="os-modal-header">
<span class="fa fa-exclamation-circle"></span>
<span translate="common.error"></span>
</div>
<div class="os-modal-body">
<div ng-if="errCtx.fixedMsg">
<div translate="{{errCtx.fixedMsg}}" translate-values="errCtx.input"></div>
... | {
"content_hash": "e5429245ea420899fa1c83acb9a22d3d",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 81,
"avg_line_length": 34.76,
"alnum_prop": 0.6144994246260069,
"repo_name": "krishagni/openspecimen",
"id": "215fa02d1f5e89d1a1d89c90e8695e42925a0366",
"size": "869",
"b... |
<?php
namespace NF\Roles;
use Illuminate\Support\ServiceProvider;
class LumenRolesServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
$this->registerBladeExtensions();
}
/**
* Register a... | {
"content_hash": "5517f49326763f48c92a0bfe1aa1ee1b",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 90,
"avg_line_length": 25.583333333333332,
"alnum_prop": 0.511943539630836,
"repo_name": "codersvn/roles",
"id": "e896a1803ec8d729a66a1918d0da88ae6ca1412e",
"size": "1842",... |
"use strict";
const _ = require("lodash");
const should = require("should");
const mockrequire = require("mock-require");
const KuzzleMock = require("../../mocks/kuzzle.mock");
describe("Backend", () => {
let application;
let Backend;
beforeEach(() => {
mockrequire("../../../lib/kuzzle", KuzzleMock);
... | {
"content_hash": "624ae71139fe00b5e3929b79683e22e4",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 81,
"avg_line_length": 27.323076923076922,
"alnum_prop": 0.6007882882882883,
"repo_name": "kuzzleio/kuzzle",
"id": "eb9e5074f1509df23b528b419644de5b54b54635",
"size": "1776... |
"""
.. _tut-configure-mne:
Configuring MNE-Python
======================
This tutorial covers how to configure MNE-Python to suit your local system and
your analysis preferences.
We begin by importing the necessary Python modules:
"""
import os
import mne
###########################################################... | {
"content_hash": "2b61467e2c808802fe89631bf03345b8",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 79,
"avg_line_length": 45.0353982300885,
"alnum_prop": 0.6023776773432894,
"repo_name": "rkmaddox/mne-python",
"id": "89096f46684f932e1d10aa319fd0be4a31c7718f",
"size": "1... |
const mongoose = require('mongoose');
mongoose.Promise = global.Promise;
exports.DB = 'mongodb://localhost/test1';
exports.connect = (callback) => {
if (mongoose.connection.readyState === 0) {
mongoose.connect(exports.DB, callback);
}
};
exports.close = (callback) => {
mongoose.connection.close(callback);
}... | {
"content_hash": "475e80b4d828768cfaa3b28338925fec",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 50,
"avg_line_length": 23.4375,
"alnum_prop": 0.6933333333333334,
"repo_name": "ShareDataO/ShareData-BackEnd",
"id": "fccba74b4dd5793be08fa4b53f91c546f83acf17",
"size": "37... |
layout: post
date: 2017-10-12
title: "Antonio Riva CS_232 Sleeveless Floor-Length Sheath/Column"
category: Antonio Riva
tags: [Antonio Riva,Sheath/Column,Sweetheart,Floor-Length,Sleeveless]
---
### Antonio Riva CS_232
Just **$319.99**
### Sleeveless Floor-Length Sheath/Column
<table><tr><td>BRANDS</td><td>Antonio Ri... | {
"content_hash": "89bb96fba1c51d1cf763c23278b0a298",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 250,
"avg_line_length": 64.42857142857143,
"alnum_prop": 0.7195121951219512,
"repo_name": "HOLEIN/HOLEIN.github.io",
"id": "febac8d3398715c69d1e2fc4a723013b5d1ecca9",
"size... |
<?php
namespace IronBound\Cache;
/**
* Class Cache
* @package IronBound\Cache
*/
final class Cache {
/**
* Add an item to the cache.
*
* Returns false if item is already in the cache.
*
* @since 1.0
*
* @param Cacheable $object
*
* @return boolean
*/
public static function add( Cacheable $o... | {
"content_hash": "0dbf7296aa859838dd67f2b559fac2aa",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 101,
"avg_line_length": 19.16176470588235,
"alnum_prop": 0.6016884113584037,
"repo_name": "iron-bound-designs/IronBound-Cache",
"id": "df82b1c8c2289ad4147bda8737f191f3215e737... |
"""Tests for report plugins."""
from __future__ import absolute_import
from __future__ import division
from __future__ import unicode_literals
import math
from absl import app
from future.builtins import range
from future.builtins import zip
from grr_response_core import config
from grr_response_core.lib import rdfv... | {
"content_hash": "03d99cfdf16ebf31764a9f741ff7e5a5",
"timestamp": "",
"source": "github",
"line_count": 907,
"max_line_length": 88,
"avg_line_length": 39.08599779492833,
"alnum_prop": 0.6355250909706355,
"repo_name": "demonchild2112/travis-test",
"id": "f92029758e3870730b5c86a37d86dfaeeae1241f",
"s... |
[](https://www.npmjs.org/package/bitcore-wallet-service)
[](https://travis-ci.org/bitpay/bitcore-wallet-service)
[ instead.***
Add th... | {
"content_hash": "923b2b272a7ac31a8c8d311e484f02e8",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 214,
"avg_line_length": 18.141304347826086,
"alnum_prop": 0.6518873576992211,
"repo_name": "muthhus/flash-message-conductor",
"id": "d50fbd537a8472c554460297c1b1fe0661392594"... |
set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
source "${KUBE_ROOT}/hack/lib/test.sh"
# Stops the running kubectl proxy, if there is one.
function stop-proxy()
{
[[ -n "${PROXY_PORT-}" ]] && kube::log::status "Stopping proxy on port ${PR... | {
"content_hash": "5f79018a2e3694129aa104f0d60fdaab",
"timestamp": "",
"source": "github",
"line_count": 1593,
"max_line_length": 216,
"avg_line_length": 47.728813559322035,
"alnum_prop": 0.6637863005050505,
"repo_name": "swagiaal/kubernetes",
"id": "7b5ec0ec2411e3c9a479d3bc3739a81edaabdbd3",
"size"... |
require 's3_assets_uploader/config'
RSpec.describe S3AssetsUploader::Config do
let(:config) { described_class.new }
before do
# Avoid slow test
allow(config).to receive(:create_default_client)
end
describe '#validate!' do
it 'requires bucket' do
expect { config.validate! }.to raise_error(S3... | {
"content_hash": "d3e619644e2179436365a248c1abf496",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 112,
"avg_line_length": 27.08108108108108,
"alnum_prop": 0.6387225548902196,
"repo_name": "sorah/s3_assets_uploader",
"id": "6fe0bed0083d729973ce0642cb2488f242ce31ab",
"siz... |
#ifndef INC_DEFS_H
#define INC_DEFS_H 1
#if !defined(ALREADY_INCLUDED_CONFIG_H)
/*
* Savannah bug #20128: if we include some system header and it
* includes some othersecond system header, the second system header
* may in fact turn out to be a file provided by gnulib. For that
* situation, we need to have alr... | {
"content_hash": "75dd9fd67e23d1b554f8b2818f1a5f66",
"timestamp": "",
"source": "github",
"line_count": 644,
"max_line_length": 126,
"avg_line_length": 28.76086956521739,
"alnum_prop": 0.7036497138537955,
"repo_name": "google/qpp",
"id": "1708d839be1777202543c3c3f23818b030711916",
"size": "19337",
... |
using System;
namespace Braintree.TestUtil
{
public class ModificationRequestForTests : Request
{
public decimal? Amount { get; set; }
public DateTime? CreatedAt { get; set; }
public string Description { get; set; }
public string Id { get; set; }
new public string Kind { ... | {
"content_hash": "632b891e1cfd49c5bdc383cea2023f8c",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 78,
"avg_line_length": 34.680851063829785,
"alnum_prop": 0.5539877300613497,
"repo_name": "braintree/braintree_dotnet",
"id": "358d580abc9ca86bf26b64e90062062e72066e04",
"s... |
<?php
namespace Restorando\HttpClient\Message;
use Buzz\Message\Request as BaseRequest;
class Request extends BaseRequest
{
}
| {
"content_hash": "c459b98925b6bedf2545ff72067a87f6",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 40,
"avg_line_length": 13,
"alnum_prop": 0.7923076923076923,
"repo_name": "restorando/php-api-client",
"id": "47cd53999bd369ebc307d27cbdec24b94f2773a1",
"size": "130",
"b... |
module Project::BaseValidator
extend ActiveSupport::Concern
included do
# All valid states for projects in_analysis to end of publication
ON_ANALYSIS_TO_END_STATES = %w(in_analysis approved online successful waiting_funds failed).freeze
# All valid states for projects approved to end of publication
... | {
"content_hash": "fc24acaf237db66bd389cf8303b4e1de",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 102,
"avg_line_length": 35.166666666666664,
"alnum_prop": 0.6580907244414353,
"repo_name": "umeshduggal/flockaway",
"id": "79185e327125e04a6a4d02a5e4eb896ef31f9b0e",
"size"... |
package eu.drus.jpa.unit.sql.dbunit.dataset;
import static eu.drus.jpa.unit.sql.dbunit.dataset.ColumnNameMatcher.columnWithName;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.hasItems;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers... | {
"content_hash": "76a63c4aef348a069312d73e700fe327",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 129,
"avg_line_length": 42.03703703703704,
"alnum_prop": 0.6816446402349486,
"repo_name": "dadrus/jpa-unit",
"id": "49d105c664b0bfcf6ec5c9b126fb935d2b2ac395",
"size": "681... |
package io.datarouter.nodewatch.job;
import javax.inject.Inject;
import io.datarouter.instrumentation.tablecount.TableCountBatchDto;
import io.datarouter.instrumentation.tablecount.TableCountDto;
import io.datarouter.instrumentation.tablecount.TableCountPublisher;
import io.datarouter.instrumentation.task.TaskTracke... | {
"content_hash": "a60f6464c10d062abcf92b9bd013ee10",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 86,
"avg_line_length": 28.22222222222222,
"alnum_prop": 0.7921259842519685,
"repo_name": "hotpads/datarouter",
"id": "246cb13c1557cd1029200c5826c2675c306f242b",
"size": "18... |
(function(){
'use strict'
angular
.module('legislately')
.config(function ($stateProvider, $urlRouterProvider) {
$stateProvider
.state('home', {
url: '/',
templateUrl: 'views/home.html',
controller: 'HomeController as home'
})
.state('login', {
... | {
"content_hash": "2939508763cba90f3e5f04c0fdd285de",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 62,
"avg_line_length": 30.093023255813954,
"alnum_prop": 0.4864760432766615,
"repo_name": "radditude/legislately",
"id": "fec0778da749eab7a46f496dab652fe24bd160fa",
"size":... |
package com.pygmalios.rawKafkaCassandra.akka24
import java.util.concurrent.ThreadLocalRandom
import akka.actor.{Actor, ActorRef, DeadLetterSuppression, Props, SupervisorStrategy, Terminated}
import scala.concurrent.duration.{Duration, FiniteDuration}
object BackoffSupervisor {
/**
* Props for creating an [[B... | {
"content_hash": "ab981121547b59fb7a8edd4c2a4e3c17",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 128,
"avg_line_length": 42.240566037735846,
"alnum_prop": 0.667001675041876,
"repo_name": "pygmalios/raw-kafka-cassandra",
"id": "c182ae39ecf9f0b716b1c06cab9ca4633b57f3ee",
... |
Sandbox for [Polymer](https://www.polymer-project.org/) experiments.
I use [tapio/live-server](https://github.com/tapio/live-server) for all of my quick development projects. To get started:
```bash
npm install -g live-server
cd my-project
live-server .
```
The project will open in your default browser, and reload w... | {
"content_hash": "f85c2f2c029248d9d561bdc68269fd4e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 121,
"avg_line_length": 31.454545454545453,
"alnum_prop": 0.7572254335260116,
"repo_name": "donmccurdy/sandbox-polymer",
"id": "b3b265612465a39a005c1ea7831033fa0762f7ab",
"... |
FROM balenalib/fincm3-ubuntu:disco-run
ENV GO_VERSION 1.16.3
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get update && apt-get instal... | {
"content_hash": "1e796ed4faa7bf64bc919927cda6a227",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 671,
"avg_line_length": 50.58695652173913,
"alnum_prop": 0.706059303824667,
"repo_name": "nghiant2710/base-images",
"id": "d24f42efc8ff90a72a51ece8772f41d2d54711b8",
"size"... |
<?php
namespace TuxCoffeeCorner\CoreBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
class Charity
{
private $id_charity;
private $barcode;
private $organisation;
private $beginn;
private $ende;
private $spendenstand;
private $image = 'NoImage.jpg';
public function getId()
{
return $this->id_charity;
}
... | {
"content_hash": "debbd270b61c9c34c09a6758c292950a",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 47,
"avg_line_length": 14.232323232323232,
"alnum_prop": 0.674237047551455,
"repo_name": "TuxCoffeeCorner/tcc",
"id": "55b66f4a9c7d788f6ecf53f6ac507d5fb4eb575f",
"size": "1... |
<?php
/**
* Created by PhpStorm.
* User: kristjan
* Date: 9/18/14
* Time: 11:37 AM
*/
namespace Application\Controller\Plugin;
use Application\Common\Message\ErrorMessage;
use Application\View\Helper\Messages;
use Application\Common\Message;
class FlashMessenger extends \Zend\Mvc\Controller\Plugin\FlashMessen... | {
"content_hash": "a57962162a261b989f65d6a795ec3590",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 110,
"avg_line_length": 32.76923076923077,
"alnum_prop": 0.6765258215962441,
"repo_name": "kristjanAnd/SimpleIV",
"id": "eb26c768cb366418825a356bce6ee2583f60c086",
"size": ... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/monitoring/v3/group_service.proto
namespace Google\Cloud\Monitoring\V3;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* The `CreateGroup` request.
*
* Gen... | {
"content_hash": "27654c7bcb952b0862e60a4f80f6733d",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 144,
"avg_line_length": 31.363057324840764,
"alnum_prop": 0.6133225020308692,
"repo_name": "googleapis/google-cloud-php",
"id": "91e79f540cba7d668c2e14a68cb53004beba41bb",
... |
package com.lufs.java.cron;
import java.text.ParseException;
public class CronExpressTest {
public static void main(String [] args) throws ParseException {
String cron = "0 0 8-16 * * ?";
String cron1 = "0 0 8-16 * 1-5 ?";
String cron2 = "0 0 8-16 ? * 1-5";
CronExpression cronExpre... | {
"content_hash": "31b265e896b26f611e70eed52c1723d5",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 67,
"avg_line_length": 31.307692307692307,
"alnum_prop": 0.6314496314496314,
"repo_name": "pink-lucifer/preresearch",
"id": "293dd78f3f3d1a72362a72ee79030c49cb89b9ed",
"siz... |
import React, {Component} from 'react';
import {View, Text, Image, StyleSheet, TouchableOpacity, Linking} from 'react-native';
import {testHook} from './helpers/cavy.js';
import GLOBAL from './helpers/globals.js';
class ActionBar extends Component {
callNumber() {
this.openURL('tel:' + this.props.mobilePhone);... | {
"content_hash": "b9229a1f909e8dcec844de6d0c59ad31",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 180,
"avg_line_length": 28.422535211267604,
"alnum_prop": 0.6258671952428146,
"repo_name": "TGPSKI/cavy",
"id": "2505d56c5c28141015bcf9b5e32a405bd2c67b22",
"size": "2018",
... |
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
};
#endif
| {
"content_hash": "2d50ec3bb448875e53802016fc7960d1",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 37,
"avg_line_length": 11.1875,
"alnum_prop": 0.7039106145251397,
"repo_name": "stephaneAG/PengPod700",
"id": "2600e9a05e0ad04cbc709dc3b7c450778c16d5fc",
"size": "2172",
... |
/**
* Creates an anguilla command using a wrapper shorthand. The command will communicate with the web service
* to return a message.
*
* Note the ${PluginName} will get replaced by the actual plugin name.
*/
Alchemy.command("${PluginName}", "HelloWorld", {
/**
* Whether or not the command is enabled for... | {
"content_hash": "5f690c3343f6e78c42b3e96c54c0312f",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 112,
"avg_line_length": 34.666666666666664,
"alnum_prop": 0.6147435897435898,
"repo_name": "Alchemy4Tridion/Alchemy4Tridion.Plugins.Sample.HelloWorld",
"id": "039d63ada8f35f3... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d6a6bf1b887f78d1882f9351eebf97b8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "bdaf506659f9e295c13b5883c5b49b33c3ac7931",
"size": "179... |
#ifndef _SUNDIALS_TPETRA_INTERFACE_HPP_
#define _SUNDIALS_TPETRA_INTERFACE_HPP_
#include <Tpetra_Vector.hpp>
#include <nvector/nvector_trilinos.h>
namespace sundials
{
namespace trilinos
{
namespace nvector_tpetra
{
struct TpetraVectorInterface : public _N_VectorContent_Trilinos
{
// Typedef of Tpetra vect... | {
"content_hash": "53a1bbf89328c0cc5a6be785c9af8616",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 125,
"avg_line_length": 26.344827586206897,
"alnum_prop": 0.6335078534031413,
"repo_name": "stan-dev/math",
"id": "7bfb2e55624c9ca57876eb7f68a4877b4260995d",
"size": "2061"... |
package com.google.javascript.jscomp.parsing;
import com.google.common.collect.ImmutableMap;
import java.util.Map;
/**
* All natively recognized JSDoc annotations.
*/
enum Annotation {
NG_INJECT,
ABSTRACT,
ALTERNATE_MESSAGE_ID,
AUTHOR,
CLOSURE_PRIMITIVE,
CONSTANT,
CONSTRUCTOR,
CUSTOM_ELEMENT,
RE... | {
"content_hash": "b4b6c87d9dd1be97d71fcaa9ddca3e1b",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 69,
"avg_line_length": 30.17391304347826,
"alnum_prop": 0.6231988472622478,
"repo_name": "vobruba-martin/closure-compiler",
"id": "2edf642d215b211cfede222ec8bdab4ef732892a",... |
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.Analytics.Synapse.Artifacts.Models
{
public partial class XeroLinkedService : IUtf8JsonSerializable
{
void IUtf8JsonSerializable.Write(Utf8JsonWriter writer)
{
writer.WriteStartObject();
... | {
"content_hash": "32c3b4bee20919d22580b475810cbd6d",
"timestamp": "",
"source": "github",
"line_count": 251,
"max_line_length": 236,
"avg_line_length": 41.756972111553786,
"alnum_prop": 0.4490983684762904,
"repo_name": "stankovski/azure-sdk-for-net",
"id": "33a07938a4cbac30de0b84b433a41aaf7f7e0f85",
... |
<!doctype html>
<html>
<head>
<title>Parallel capture requests</title>
</head>
<body>
<button id="button">User gesture</button>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-ve... | {
"content_hash": "a88d8a06473ed41f20aa23cbec34f1d6",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 71,
"avg_line_length": 40.35087719298246,
"alnum_prop": 0.68,
"repo_name": "chromium/chromium",
"id": "301515d1bd36ac294299f0a41e92b3abf01f1eb2",
"size": "2300",
"binary"... |
<resources>
<string name="app_name">ImitKakaotalk</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
</resources>
| {
"content_hash": "4944f5fa8a472c2f2f94ce5a54831cb1",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 52,
"avg_line_length": 30.5,
"alnum_prop": 0.6994535519125683,
"repo_name": "LJAYMORI/androidImitationKakaotalk",
"id": "767ac90b6c8e151917897e762d2fbc47a6b80d48",
"size": "... |
//
// SCListener 1.0.1
// http://github.com/stephencelis/sc_listener
//
// (c) 2009-* Stephen Celis, <stephen@stephencelis.com>.
// Released under the MIT License.
//
#ifdef USE_TI_MEDIA
#import "SCListener.h"
#import <AVFoundation/AVAudioSession.h>
@interface SCListener (Private)
- (void)updateLevels;
- (void)setupQ... | {
"content_hash": "438a7ce0d72c6f8869dfa898a4c4bca3",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 221,
"avg_line_length": 20.959798994974875,
"alnum_prop": 0.7259649964037401,
"repo_name": "ma2016/AndroidIOSAlloyDrawerWidget",
"id": "7d192fbf611148d6836596cc2626a3fa93ce6... |
package cl.io.gateway.example.authservice;
import cl.io.gateway.IGateway;
import cl.io.gateway.auth.AuthenticationService;
import cl.io.gateway.auth.AuthenticationStatus;
import cl.io.gateway.auth.IAuthenticationGatewayNetworkService;
import cl.io.gateway.auth.IAuthenticationService;
import cl.io.gateway.messaging.Ne... | {
"content_hash": "6f47dcefd55ca67bf0062b96b9655bf4",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 105,
"avg_line_length": 45.2037037037037,
"alnum_prop": 0.6988938959442851,
"repo_name": "egacl/gatewayio",
"id": "0dc2c6fa430e4d2ce7af1b7e9810b3983c6a8ca4",
"size": "3063"... |
package net.sf.kerner.utils.math;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class TestMathUtils3 {
@BeforeClass
public static void setUpBeforeClass() throws Exception... | {
"content_hash": "df2ea0e66b69b9a1ae962d0ff1466c11",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 62,
"avg_line_length": 21.694915254237287,
"alnum_prop": 0.61796875,
"repo_name": "SilicoSciences/net.sf.kerner.utils",
"id": "35b9eec18cb594f8ccc42a686ed8548c3536b166",
"s... |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer('device-list', {
publish: {
/**
* The label of the list to be displayed.
* @type {string}
*/
label: 'Device List',
/... | {
"content_hash": "b24ef4112cfecdf73c2558e75207cb8a",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 75,
"avg_line_length": 26.75,
"alnum_prop": 0.6261682242990654,
"repo_name": "guorendong/iridium-browser-ubuntu",
"id": "23e79183b483f6508f2bbb9ca93b03088b5ebd4c",
"size": ... |
using NDiagnostics.Metering.Extensions;
using NDiagnostics.Metering.Samples;
using NDiagnostics.Metering.Types;
namespace NDiagnostics.Metering.Meters
{
internal sealed class MultiTimer100NsInverseMeter : Meter<MultiTimer100NsInverseSample>, IMultiTimer100NsInverse
{
#region Constructors and Destructo... | {
"content_hash": "7c89e473054b88aadfa043ad7c4473db",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 207,
"avg_line_length": 30.75,
"alnum_prop": 0.6791744840525328,
"repo_name": "svolmer/NDiagnostics",
"id": "54382f889227eb013134e3015ef93e6785a1f98d",
"size": "1601",
"b... |
<?php
require_once dirname(dirname(__FILE__)) . '/getTree.class.php';
class tpGetChunkTreeProcessor extends tpGetTreeProcessor {
public $classKey = 'modChunk';
public $categoryAlias = 'Chunks';
public $elementNodeId = 'chunk';
public $defaultSortField = 'name';
public $elementNameField = 'name';
}
r... | {
"content_hash": "c3f9306c2c794b1a55d4dd183128ca96",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 63,
"avg_line_length": 35.3,
"alnum_prop": 0.7138810198300283,
"repo_name": "modxcms/ThemePackagerComponent",
"id": "b51050726eb6e48ece675a807a0951a6f8b87cba",
"size": "353... |
<!-- overview page content content -->
<div class="mdl-layout__tab-panel is-active" id="home">
<!-- installation card -->
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<!-- video may go here? -->
<header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--... | {
"content_hash": "e62be2dcb829e8bbb6f89541e583d227",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 203,
"avg_line_length": 54.12244897959184,
"alnum_prop": 0.6523378582202112,
"repo_name": "DCElemeno/Way-Cooler-mdlite",
"id": "e3106508ad699e880a9fde314d426f2779f1ba55",
"... |
from typing import Callable, List
import numpy as np
import pytest
import scipy.special
import tvm
from tvm import relay
def dequantize(data, scale, zp):
return scale * (np.asarray(data) - zp)
def generate_golden_output(
floating_point_golden_func, dequantized_x, output_scale, output_zero_point, dtype
):
... | {
"content_hash": "970a599bfff660e90730dca44c540fb5",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 99,
"avg_line_length": 28.888324873096447,
"alnum_prop": 0.6063960639606396,
"repo_name": "dmlc/tvm",
"id": "18acc119a9478b0c3eaa0196945dc8a6ef848cea",
"size": "6477",
"... |
#include <sys/types.h>
#include <sys/syscall.h>
#include <sys/unistd.h>
#include <errno.h>
__syscall3(int, execve, const char*, path, char **, argv, char **, envp) ;
| {
"content_hash": "5f722fc398fc247364f9d0bdb62308d2",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 74,
"avg_line_length": 21.125,
"alnum_prop": 0.650887573964497,
"repo_name": "NEWPLAN/AIOS",
"id": "6ced98fc69ea2a3a4d4fbcbea037f23dce566eff",
"size": "830",
"binary": fal... |
package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
*
* @author Anton Rodionov
* @version $Id$
*/
public class TurnTest {
/**
* Test нечетное количество элементов в массиве.
*/
@Test
public void nechetMass() {
Turn t... | {
"content_hash": "80175608ffe3dad410d13cc8ef6ee730",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 47,
"avg_line_length": 21.833333333333332,
"alnum_prop": 0.6272264631043257,
"repo_name": "AntonRodionov/arodionov",
"id": "2f4772045c1515dbe28d3355c9cf76ea43ae36af",
"size... |
from swgpy.object import *
def create(kernel):
result = Static()
result.template = "object/static/particle/shared_pt_buzzing_insects_small.iff"
result.attribute_template_id = -1
result.stfName("obj_n","unknown_object")
#### BEGIN MODIFICATIONS ####
#### END MODIFICATIONS ####
return result | {
"content_hash": "199fd1e554ae443ac6378cc4ec43fefe",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 79,
"avg_line_length": 23.692307692307693,
"alnum_prop": 0.6948051948051948,
"repo_name": "obi-two/Rebelion",
"id": "b854388c0625558e7ffbd796b3b8dccf8c9f1d77",
"size": "453... |
#ifndef H_LUCY_TEST_UTIL_TESTNUMBERUTILS
#define H_LUCY_TEST_UTIL_TESTNUMBERUTILS 1
#ifdef __cplusplus
extern "C" {
#endif
#include "testlucy_parcel.h"
/* Include the header for this class's parent.
*/
#include "Clownfish/TestHarness/TestBatch.h"
/* Define the struct layout for instances of this class.
*/
... | {
"content_hash": "dca790d13a4fa76cd01795e9a9030032",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 151,
"avg_line_length": 32.94059405940594,
"alnum_prop": 0.7877968139464984,
"repo_name": "QuantamHD/LucyJS",
"id": "6cb19cf756553ca07cc5f492e9c7d40a06a8d5f2",
"size": "76... |
<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. -->
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:id=... | {
"content_hash": "8c087c53c48b3f6428ac08d7488b92cc",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 158,
"avg_line_length": 62.76,
"alnum_prop": 0.7202039515615042,
"repo_name": "aaron7pm/FenceHouston",
"id": "909acd94cb44331bd7caf14c4b5a76b3b48c6e98",
"size": "1569",
"... |
# -*- coding: iso-8859-1 -*-
"""Testcases for cssutils.stylesheets.MediaList"""
import xml.dom
import basetest
import cssutils.stylesheets
class MediaQueryTestCase(basetest.BaseTestCase):
def setUp(self):
super(MediaQueryTestCase, self).setUp()
self.r = cssutils.stylesheets.MediaQuery(... | {
"content_hash": "12b9dd042e473f6247820f4fc2df1577",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 101,
"avg_line_length": 34.627450980392155,
"alnum_prop": 0.4980181200453001,
"repo_name": "bslatkin/8-bits",
"id": "83ff6cfbfabbaf3efb3330d149d8d64590d70632",
"size": "35... |
import { Command } from 'commander';
import bootstrap from './cmds/bootstrap';
import configure from './cmds/configure';
import backup from './cmds/backup';
import restore from './cmds/restore';
import upload from './cmds/upload';
import chalk from 'chalk';
const program = new Command();
// TODO
// bootstrap:
// Chec... | {
"content_hash": "18f7b6d98c5e0f09181762f88c94202a",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 82,
"avg_line_length": 28.70689655172414,
"alnum_prop": 0.7039039039039039,
"repo_name": "accosine/poltergeist",
"id": "74255c92f052a221dc31f7d5c2a288d940398100",
"size": "... |
<!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_151) on Wed Sep 05 03:08:45 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.microprof... | {
"content_hash": "1adbf335d01a6d95440ca2b24f60ea17",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 219,
"avg_line_length": 57.68181818181818,
"alnum_prop": 0.6847911741528763,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "a42cd95de3ac3c05e43c0d4aa7033a19a1c46... |
namespace hawkeye.Core.Presentation.ViewModel
{
public interface ISupportBusy
{
BusyViewModel BusyViewModel { get; }
}
} | {
"content_hash": "6d47f7a68b036a4649bca19cfa7a2141",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 45,
"avg_line_length": 20,
"alnum_prop": 0.6928571428571428,
"repo_name": "xjpeter/hawkeye",
"id": "9709946620a8e15b8d61e3aec3fc29140d1377af",
"size": "140",
"binary": fal... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "8eb9678d099e849aba251ebb79cb08e2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "88ab93f3a65fbb0b9d7c500b51866068d56954c0",
"size": "181... |
import {
DirectionalLight,
Group,
LightProbe,
WebGLCubeRenderTarget
} from "../../../build/three.module.js";
class SessionLightProbe {
constructor( xrLight, renderer, lightProbe, environmentEstimation, estimationStartCallback ) {
this.xrLight = xrLight;
this.renderer = renderer;
this.lightProbe = lightPro... | {
"content_hash": "91b0300fbc4660c9cb5109bcac0bd544",
"timestamp": "",
"source": "github",
"line_count": 221,
"max_line_length": 101,
"avg_line_length": 23.873303167420815,
"alnum_prop": 0.7067854435178166,
"repo_name": "opensim-org/three.js",
"id": "60c27f0b2d65d5b91dbc12046dd8445e69daa171",
"size"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>encyclopedia-cthulhiana.dev</name>
</data>
</configuration>
</... | {
"content_hash": "edad2f9024d2d22868f14b26e359935f",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 63,
"avg_line_length": 36.55555555555556,
"alnum_prop": 0.6382978723404256,
"repo_name": "muirgen/encyclopedia-cthulhiana.dev",
"id": "62950e5a9ad56e6b5ce0b90ab4020a230fd780ff... |
package com.microsoft.azure.management.network.v2020_06_01.implementation;
import java.util.List;
import com.microsoft.azure.management.network.v2020_06_01.ProvisioningState;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.microsoft.rest.serializer.JsonFlatten;
import com.microsoft.rest.SkipParentVa... | {
"content_hash": "25ec8949aad8f11f8ed4679c443d0942",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 163,
"avg_line_length": 34.45161290322581,
"alnum_prop": 0.7180087390761548,
"repo_name": "selvasingh/azure-sdk-for-java",
"id": "ba3e9860d75d3dd9c45e238eae4c8c0b6507fb48",
... |
package city.animationPanels;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import javax.swing.JPanel;
import city.gui.BuildingIcon;
import city.gui.SimCityGui;
public class InsideBuildingPanel extends JPanel{
private static final long serialVersionUID = 1L;
public boolean isVi... | {
"content_hash": "a201ea4c7018b13c0e90a6fea53bfd21",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 104,
"avg_line_length": 25.6,
"alnum_prop": 0.7625,
"repo_name": "gabelew/SimCity201",
"id": "bd73c558ae02108116541a2675b7a1641055e5d7",
"size": "1280",
"binary": false,
... |
using System;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Metadata;
namespace UnicornStore.Migrations.UnicornStore
{
public partial class InitialSchema : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
... | {
"content_hash": "19256c52344b7e11a42b457a22627474",
"timestamp": "",
"source": "github",
"line_count": 251,
"max_line_length": 122,
"avg_line_length": 43.76892430278885,
"alnum_prop": 0.4942654287274713,
"repo_name": "rowanmiller/UnicornStore",
"id": "157d93cd97ad0975778fd2df759cce8ced0f7f66",
"si... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "c657617ba19055ba7fcab6f0d08c3443",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "5d240a869d886dbe6dcf98156d2da93a2ecb6ef4",
"size": "193... |
layout: post
title: "Child Care Grant Extended Deadline"
modified:
categories: news
excerpt:
tags: []
date: 2019-06-04
author: steve_richardson
---
The deadline for the NPSS Child Care Grant has been extended until June 28. Funds for these grants are still available, so apply now!
The Nuclear & Plasma Sciences Societ... | {
"content_hash": "34de16b2bccaa3a8bb3d96c884666223",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 549,
"avg_line_length": 59.642857142857146,
"alnum_prop": 0.792814371257485,
"repo_name": "ppps2019/ppps2019.github.io",
"id": "1cc6cd5b0029d1c9bac4fbd0eee92d5c42d12a0c",
"... |
fork from https://github.com/jaumard/ngx-dashboard/
Dashboard library for angular 4 and more
Demo at: https://jaumard.github.io/ngx-dashboard/demo/demoDist/index.html
## Usage
See demo source code here: https://github.com/jaumard/ngx-dashboard/tree/master/demo
### Create my own widget
To do this you need to exte... | {
"content_hash": "a51413b302c3f5c53fae6a4865ee6b58",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 115,
"avg_line_length": 24.89010989010989,
"alnum_prop": 0.7130242825607064,
"repo_name": "shadeeka/ngz-dashboard",
"id": "54f432a5ffcf4f8665a2b6aaa09fc8b57df8c2aa",
"size"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.